Searched refs:rcm_notify_remove (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/librcm/ |
H A D | librcm.h | 138 int rcm_notify_remove(rcm_handle_t *, char *, uint_t, rcm_info_t **);
|
H A D | mapfile-vers | 74 rcm_notify_remove;
|
H A D | librcm.c | 218 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 D | usb.xcl | 74 msgid "usb_rcm_remove: rcm_notify_remove failed\n"
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_rcm.c | 129 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 D | cfga_rcm.c | 173 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 D | cfga_rcm.c | 143 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 D | cfga_rcm.c | 136 if (rcm_notify_remove(rcm_handle, rsrc_fixed, 0, &rinfo) in fp_rcm_remove()
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | network_rcm.c | 327 rv = rcm_notify_remove(hd, exported, flag, dependent_reason); in net_passthru()
|
H A D | vlan_rcm.c | 553 ret = rcm_notify_remove(hd, rsrc, flags, info); in vlan_consumer_remove()
|
H A D | ibpart_rcm.c | 564 ret = rcm_notify_remove(hd, rsrc, flags, info); in ibpart_consumer_remove()
|
H A D | vnic_rcm.c | 556 ret = rcm_notify_remove(hd, rsrc, flags, info); in vnic_consumer_remove()
|
H A D | aggr_rcm.c | 679 rv = rcm_notify_remove(hd, exported, flags, depend_info); in aggr_remove()
|
/illumos-gate/usr/src/cmd/drd/ |
H A D | drd_rcm.c | 1095 return (rcm_notify_remove(rcm_hdl, rsrc->res_dev_path, 0, NULL)); in drd_rcm_io_unconfig_notify()
|