Symbol: fmd_hdl_topo_hold
usr/src/cmd/fm/fmd/common/fmd_api.h
137
extern struct topo_hdl *fmd_hdl_topo_hold(fmd_hdl_t *, int);
usr/src/cmd/fm/modules/common/disk-lights/disk_lights.c
221
thp = fmd_hdl_topo_hold(dl->dl_fmd, TOPO_VERSION);
usr/src/cmd/fm/modules/common/disk-monitor/topo_gather.c
115
thdl = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/disk-monitor/topo_gather.c
750
if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL) {
usr/src/cmd/fm/modules/common/disk-transport/disk_transport.c
203
thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/eversholt/platform.c
148
Eft_topo_hdl = fmd_hdl_topo_hold(Hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/eversholt/platform.c
748
Eft_topo_hdl = fmd_hdl_topo_hold(Hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/ext-event-transport/fmevt_inbound_smf.c
104
thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/fabric-xlate/fabric-xlate.c
79
if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL) {
usr/src/cmd/fm/modules/common/sensor-transport/sensor_transport.c
305
thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/ses-log-transport/ses_log_transport.c
1086
thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/smf_response.c
162
thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/smf_util.c
48
thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/zfs-diagnosis/zfs_de.c
463
(thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) != NULL) {
usr/src/cmd/fm/modules/common/zfs-diagnosis/zfs_de.c
769
topo_hdl_t *thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/zfs-retire/zfs_retire.c
405
thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);
usr/src/cmd/fm/modules/common/zfs-retire/zfs_retire.c
543
thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION);