Searched refs:devctl_ap_configure (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libdevice/ |
H A D | libdevice.h | 146 devctl_ap_configure(devctl_hdl_t, nvlist_t *);
|
H A D | devctl.c | 1082 devctl_ap_configure(devctl_hdl_t dcp, nvlist_t *ap_data) function 1089 (void) printf("devctl_ap_configure: %d\n", rv);
|
/osnet-11/usr/src/lib/cfgadm_plugins/usb/ |
H A D | usb.xcl | 150 msgid " devctl_ap_configure failed, errno = %d\n"
|
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 871 if (devctl_ap_configure(devctl_hdl, nvl) != 0) { 872 DPRINTF(" devctl_ap_configure failed, errno = %d\n", errno); 1051 if (devctl_ap_configure(hdl, nvl) != 0) { 1052 DPRINTF("cfga_change_state: devctl_ap_configure "
|
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 922 if (devctl_ap_configure(hdl, nvl) != 0) { 923 DPRINTF("cfga_change_state: devctl_ap_configure "
|
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 705 if (devctl_ap_configure(dcp, NULL) == -1) {
|
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 654 if (devctl_ap_configure(hdl, nvl) != 0) {
|
Completed in 30 milliseconds