Searched refs:p_reply_data (Results 1 – 2 of 2) sorted by relevance
239 void *p_reply_data) in ma_effect_command() argument257 if (p_reply_data == NULL || *reply_size != sizeof(int)) { in ma_effect_command()259 (p_reply_data == NULL) ? "p_reply_data is NULL" : in ma_effect_command()264 *(int *)p_reply_data = 0; in ma_effect_command()275 *(int *)p_reply_data = 0; in ma_effect_command()292 if (p_reply_data == NULL || *reply_size != sizeof(int)) { in ma_effect_command()299 *(int *)p_reply_data = 0; in ma_effect_command()304 if (p_reply_data == NULL || *reply_size != sizeof(int)) { in ma_effect_command()319 *(int *)p_reply_data = 0; in ma_effect_command()331 if (p_reply_data == NULL || *reply_size != sizeof(int)) { in ma_effect_command()[all …]
377 void *p_reply_data) in vol_effect_command() argument395 if (p_reply_data == NULL || *reply_size != sizeof(int)) { in vol_effect_command()397 (p_reply_data == NULL) ? "p_reply_data is NULL" : in vol_effect_command()403 *(int *)p_reply_data = 0; in vol_effect_command()415 *(int *)p_reply_data = 0; in vol_effect_command()432 if (p_reply_data == NULL || *reply_size != sizeof(int)) { in vol_effect_command()440 *(int *)p_reply_data = 0; in vol_effect_command()445 if (p_reply_data == NULL || *reply_size != sizeof(int)) { in vol_effect_command()460 *(int *)p_reply_data = 0; in vol_effect_command()472 if (p_reply_data == NULL || *reply_size != sizeof(int)) { in vol_effect_command()[all …]