Home
last modified time | relevance | path

Searched refs:devctl_device_online (Results 1 – 10 of 10) sorted by path

/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c140 {"online", devctl_device_online},
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c2071 exit_code = devctl_device_online(dcp); in fchba_hotplug_e()
H A Dhotplug.c1307 exit_code = devctl_device_online(dcp); in hotplug_e()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_manage.c276 if ((devctl_device_online(dcp)) == -1) { in online_device()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c255 { FPCFGA_DEV_CONFIGURE, DEV_OP, devctl_device_online },
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c237 { SCFGA_DEV_CONFIGURE, DEV_OP, devctl_device_online },
/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c767 devctl_device_online(devctl_hdl_t dcp) in devctl_device_online() function
H A Dlibdevice.h106 devctl_device_online(devctl_hdl_t hdl);
H A Dmapfile-vers70 devctl_device_online;
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c398 (void) devctl_device_online(devhdl); in g_online_drive()