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

/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c1162 int apid_fd = -1; local
1170 if ((apid_fd = open(IB_STATIC_APID, O_RDONLY)) == -1) {
1185 if (ioctl(apid_fd, DEVCTL_AP_CONTROL, &ioctl_data) != 0) {
1190 (void) close(apid_fd);

Completed in 44 milliseconds