Home
last modified time | relevance | path

Searched refs:rcm_notify_remove (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/librcm/
H A Dlibrcm.h138 int rcm_notify_remove(rcm_handle_t *, char *, uint_t, rcm_info_t **);
H A Dmapfile-vers74 rcm_notify_remove;
H A Dlibrcm.c218 rcm_notify_remove(rcm_handle_t *hd, char *rsrcname, uint_t flag, in rcm_notify_remove() function
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl74 msgid "usb_rcm_remove: rcm_notify_remove failed\n"
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_rcm.c129 if (rcm_notify_remove(rcm_handle, rsrc_fixed, 0, &rinfo) != in sata_rcm_remove()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_rcm.c173 if (rcm_notify_remove(rcm_handle, rsrc_fixed, 0, &rinfo) != in ib_rcm_remove()
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_rcm.c143 if (rcm_notify_remove(rcm_handle, rsrc_fixed, 0, &rinfo) != in usb_rcm_remove()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c136 if (rcm_notify_remove(rcm_handle, rsrc_fixed, 0, &rinfo) in fp_rcm_remove()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c327 rv = rcm_notify_remove(hd, exported, flag, dependent_reason); in net_passthru()
H A Dvlan_rcm.c553 ret = rcm_notify_remove(hd, rsrc, flags, info); in vlan_consumer_remove()
H A Dibpart_rcm.c564 ret = rcm_notify_remove(hd, rsrc, flags, info); in ibpart_consumer_remove()
H A Dvnic_rcm.c556 ret = rcm_notify_remove(hd, rsrc, flags, info); in vnic_consumer_remove()
H A Daggr_rcm.c679 rv = rcm_notify_remove(hd, exported, flags, depend_info); in aggr_remove()
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c1095 return (rcm_notify_remove(rcm_hdl, rsrc->res_dev_path, 0, NULL)); in drd_rcm_io_unconfig_notify()