Searched refs:devctl_ap_unconfigure (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/usb/ |
H A D | usb.xcl | 148 msgid "devctl_ap_unconfigure failed, errno: %d\n" 175 msgid "cfga_change_state: devctl_ap_unconfigure "
|
/titanic_50/usr/src/lib/libdevice/ |
H A D | libdevice.h | 153 devctl_ap_unconfigure(devctl_hdl_t, nvlist_t *);
|
H A D | mapfile-vers | 50 devctl_ap_unconfigure;
|
H A D | devctl.c | 1099 devctl_ap_unconfigure(devctl_hdl_t dcp, nvlist_t *ap_data) in devctl_ap_unconfigure() function
|
/titanic_50/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 653 if (devctl_ap_unconfigure(dcp, NULL) == -1) { in cfga_change_state() 666 if (devctl_ap_unconfigure(dcp, NULL) == -1) { in cfga_change_state() 728 if (devctl_ap_unconfigure(dcp, NULL) == -1) { in cfga_change_state() 744 if (devctl_ap_unconfigure(dcp, NULL) == -1) { in cfga_change_state()
|
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 990 ret = devctl_ap_unconfigure(hdl, nvl); in cfga_change_state() 1242 if (devctl_ap_unconfigure(hdl, nvl) != 0) { in cfga_private_func()
|
/titanic_50/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 728 ret = devctl_ap_unconfigure(hdl, nvl); in cfga_change_state() 802 ret = devctl_ap_unconfigure(hdl, nvl); in cfga_change_state()
|
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 1119 ret = devctl_ap_unconfigure(hdl, nvl); in cfga_change_state()
|