Home
last modified time | relevance | path

Searched refs:disresponse (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/camcontrol/
H A Dcamcontrol.c9052 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()
[all …]