Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.h171 #define IB_STATIC_APID "/dev/cfg/ib" macro
H A Dcfga_conf.c1170 if ((apid_fd = open(IB_STATIC_APID, O_RDONLY)) == -1) { in ib_conf_control_ioctl()
1182 ioctl_data.ap_id = (caddr_t)IB_STATIC_APID; in ib_conf_control_ioctl()
1183 ioctl_data.ap_id_len = strlen(IB_STATIC_APID); in ib_conf_control_ioctl()
H A Dcfga_ib.c620 char *apid = (use_static_ap_id == B_TRUE) ? IB_STATIC_APID : ap_id; in ib_setup_for_devctl_cmd()
761 if ((fd = open(IB_STATIC_APID, O_RDONLY)) == -1) { in ib_do_control_ioctl()