Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c671 int ap_id_len, err; in ddihp_cn_gen_sysevent() local
693 ap_id_len = strlen(cn_path) + strlen(":") + in ddihp_cn_gen_sysevent()
695 ap_id = kmem_zalloc(ap_id_len, kmflag); in ddihp_cn_gen_sysevent()
718 kmem_free(ap_id, ap_id_len); in ddihp_cn_gen_sysevent()
817 kmem_free(ap_id, ap_id_len); in ddihp_cn_gen_sysevent()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c1209 int err, ap_id_len; in pcie_hp_gen_sysevent_req() local
1218 ap_id_len = strlen(cn_path) + strlen(":") + in pcie_hp_gen_sysevent_req()
1220 ap_id = kmem_zalloc(ap_id_len, kmflag); in pcie_hp_gen_sysevent_req()
1241 kmem_free(ap_id, ap_id_len); in pcie_hp_gen_sysevent_req()
1301 kmem_free(ap_id, ap_id_len); in pcie_hp_gen_sysevent_req()
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h126 uint_t ap_id_len; /* AP_ID name len */ member
137 uint32_t ap_id_len; /* AP_ID name len */ member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c297 ioc.ap_id_len = (uint_t)ioc32.ap_id_len; in ibnex_devctl()
321 if (ioc.ap_id_len > 0) { in ibnex_devctl()
323 apid_len = ioc.ap_id_len + 1; in ibnex_devctl()
326 ioc.ap_id_len, mode) != 0) { in ibnex_devctl()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c784 ioctl_data.ap_id_len = strlen(ap_id); in ib_do_control_ioctl()
788 ioctl_data.ap_id_len = 0; in ib_do_control_ioctl()
H A Dcfga_conf.c1183 ioctl_data.ap_id_len = strlen(IB_STATIC_APID); in ib_conf_control_ioctl()