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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dhot.c349 devctl_hdl_t devhdl; local
356 if ((devhdl = devctl_device_acquire(dl->dev_path,
366 if ((devctl_device_offline(devhdl) != 0) && !force_flag) {
367 (void) devctl_release(devhdl);
372 (void) devctl_release(devhdl);
392 devctl_hdl_t devhdl; local
396 if ((devhdl = devctl_device_acquire(dl->dev_path,
398 (void) devctl_device_online(devhdl);
399 (void) devctl_release(devhdl);
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Ddiag.c79 devctl_hdl_t devhdl; local
89 if ((devhdl = devctl_device_acquire(dev_path1,
97 if (devctl_device_offline(devhdl) != 0) {
99 (void) devctl_release(devhdl);
106 (void) devctl_release(devhdl);
H A Dmon.c807 devctl_hdl_t devhdl; local
943 if ((devhdl = devctl_device_acquire(dl1->dev_path,
952 if (devctl_device_offline(devhdl) != 0) {
953 (void) devctl_release(devhdl);
960 (void) devctl_release(devhdl);
998 devctl_hdl_t devhdl; local
1077 if ((devhdl = devctl_device_acquire(
1089 if (devctl_device_offline(devhdl) != 0) {
1090 (void) devctl_release(devhdl);
1100 (void) devctl_release(devhdl);
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_dev.c503 di_devlink_handle_t devhdl; local
512 if ((devhdl = topo_mod_devlink(mod)) == NULL) {
520 scb.scb_devhdl = devhdl;
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk_common.c1151 di_devlink_handle_t devhdl; local
1160 if ((devhdl = topo_mod_devlink(mod)) == NULL) {
1168 dcb.dcb_devhdl = devhdl;

Completed in 25 milliseconds