Searched refs:apid_n (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_ioctl.c | 203 char *apid_n = NULL; in ibnex_devctl() local 240 apid_n = ibnex_get_apid(dcp); in ibnex_devctl() 241 if (*apid_n == '\0') { in ibnex_devctl() 248 if (strncmp(apid_n, IBNEX_FABRIC, strlen(IBNEX_FABRIC)) == 0) { in ibnex_devctl() 253 rv = ibnex_get_dip_from_apid(apid_n, &apid_dip, &nodep); in ibnex_devctl() 324 apid_n = kmem_zalloc(apid_len, KM_SLEEP); in ibnex_devctl() 325 if (ddi_copyin((void *)ioc.ap_id, apid_n, in ibnex_devctl() 333 IBTF_DPRINTF_L3("ibnex", "%s: apid_n= %s", msg, apid_n); in ibnex_devctl() 454 IBTF_DPRINTF_L4("ibnex", "%s: apid = %s", msg, apid_n); in ibnex_devctl() 457 rv = ibnex_get_dip_from_apid(apid_n, &apid_dip, &nodep); in ibnex_devctl() [all …]
|