Home
last modified time | relevance | path

Searched refs:devctl_ap_connect (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libdevice/
H A Dlibdevice.h144 devctl_ap_connect(devctl_hdl_t, nvlist_t *);
H A Dmapfile-vers45 devctl_ap_connect;
H A Ddevctl.c1034 devctl_ap_connect(devctl_hdl_t dcp, nvlist_t *ap_data) in devctl_ap_connect() function
/titanic_41/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c636 if (devctl_ap_connect(dcp, NULL) == -1) { in cfga_change_state()
693 if (devctl_ap_connect(dcp, NULL) == -1) { in cfga_change_state()
/titanic_41/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c886 ret = devctl_ap_connect(hdl, nvl); in cfga_change_state()