Lines Matching refs:disresponse
9052 struct smp_discover_response *disresponse = NULL; in smpphylist() local
9159 disresponse = malloc(sizeof(*disresponse)); in smpphylist()
9160 if (disresponse == NULL) { in smpphylist()
9162 sizeof(*disresponse)); in smpphylist()
9184 (uint8_t *)disresponse, in smpphylist()
9185 sizeof(*disresponse), in smpphylist()
9193 && (disresponse->function_result != SMP_FR_PHY_VACANT))) { in smpphylist()
9209 if (disresponse->function_result == SMP_FR_PHY_VACANT) { in smpphylist()
9215 if (disresponse->attached_device == SMP_DIS_AD_TYPE_NONE) { in smpphylist()
9219 scsi_8btou64(disresponse->attached_sas_address)); in smpphylist()
9226 disresponse->attached_sas_address)); in smpphylist()
9292 free(disresponse); in smpphylist()