Searched refs:devctl_device_acquire (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libdevice/ |
H A D | libdevice.h | 44 devctl_device_acquire(char *devfs_path, uint_t flags);
|
H A D | devctl.c | 125 devctl_device_acquire(char *devfs_path, uint_t flags) function 130 (void) printf("devctl_device_acquire: %s (%d)\n",
|
/osnet-11/usr/src/lib/storage/libg_fc/common/ |
H A D | hot.c | 356 if ((devhdl = devctl_device_acquire(dl->dev_path, 396 if ((devhdl = devctl_device_acquire(dl->dev_path,
|
/osnet-11/usr/src/lib/storage/liba5k/common/ |
H A D | diag.c | 89 if ((devhdl = devctl_device_acquire(dev_path1,
|
H A D | mon.c | 943 if ((devhdl = devctl_device_acquire(dl1->dev_path, 1077 if ((devhdl = devctl_device_acquire( 1130 if ((devhdl = devctl_device_acquire(
|
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 883 hdl = devctl_device_acquire(path, 0);
|
H A D | cfga_cs.c | 411 if ((hdl = devctl_device_acquire(ptr, 0)) == NULL) {
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_utils.c | 1013 hdl = devctl_device_acquire(path, 0);
|
Completed in 65 milliseconds