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

/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.h170 #define IB_STATIC_APID "/dev/cfg/ib" macro
H A Dcfga_conf.c1170 if ((apid_fd = open(IB_STATIC_APID, O_RDONLY)) == -1) {
1182 ioctl_data.ap_id = (caddr_t)IB_STATIC_APID;
1183 ioctl_data.ap_id_len = strlen(IB_STATIC_APID);
H A Dcfga_ib.c610 * with IB_STATIC_APID or not. NOTE: We need an actual file-system
619 char *apid = (use_static_ap_id == B_TRUE) ? IB_STATIC_APID : ap_id;
760 if ((fd = open(IB_STATIC_APID, O_RDONLY)) == -1) {

Completed in 27 milliseconds