Home
last modified time | relevance | path

Searched refs:devctl_ap_unconfigure (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl146 msgid "devctl_ap_unconfigure failed, errno: %d\n"
173 msgid "cfga_change_state: devctl_ap_unconfigure "
/illumos-gate/usr/src/lib/libdevice/
H A Dlibdevice.h151 devctl_ap_unconfigure(devctl_hdl_t, nvlist_t *);
H A Dmapfile-vers50 devctl_ap_unconfigure;
H A Ddevctl.c1097 devctl_ap_unconfigure(devctl_hdl_t dcp, nvlist_t *ap_data) in devctl_ap_unconfigure() function
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c648 if (devctl_ap_unconfigure(dcp, NULL) == -1) { in cfga_change_state()
661 if (devctl_ap_unconfigure(dcp, NULL) == -1) { in cfga_change_state()
722 if (devctl_ap_unconfigure(dcp, NULL) == -1) { in cfga_change_state()
738 if (devctl_ap_unconfigure(dcp, NULL) == -1) { in cfga_change_state()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c991 ret = devctl_ap_unconfigure(hdl, nvl); in cfga_change_state()
1243 if (devctl_ap_unconfigure(hdl, nvl) != 0) { in cfga_private_func()
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c730 ret = devctl_ap_unconfigure(hdl, nvl); in cfga_change_state()
804 ret = devctl_ap_unconfigure(hdl, nvl); in cfga_change_state()
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1143 ret = devctl_ap_unconfigure(hdl, nvl); in cfga_change_state()