Home
last modified time | relevance | path

Searched refs:topo_walk_init (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c222 if ((twp = topo_walk_init(thp, FM_FMRI_SCHEME_HC, dl_fault_walk_outer, in dl_examine_topo()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers230 topo_walk_init;
H A Dtopo_snap.c440 if ((twp = topo_walk_init(thp, FM_FMRI_SCHEME_HC, in topo_snap_hold()
566 topo_walk_init(topo_hdl_t *thp, const char *scheme, topo_walk_cb_t cb_f, in topo_walk_init() function
H A Dlibtopo.h90 extern topo_walk_t *topo_walk_init(topo_hdl_t *, const char *, topo_walk_cb_t,
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c204 if ((twp = topo_walk_init(thp, FM_FMRI_SCHEME_HC, dt_analyze_disk, in dt_timeout()
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c259 twp = topo_walk_init(thp, FM_FMRI_SCHEME_HC, do_slot_mapping_cb, pciex, in do_slot_mapping()
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c228 wp = topo_walk_init(hp, FM_FMRI_SCHEME_HC, disk_walker, pp, &e); in populate_physical()
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c307 if ((twp = topo_walk_init(thp, FM_FMRI_SCHEME_HC, st_check_component, in st_timeout()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c756 if ((twp = topo_walk_init(thp, FM_FMRI_SCHEME_HC, gather_topo_cfg, in update_configuration_from_topo()
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c1093 if ((twp = topo_walk_init(thp, FM_FMRI_SCHEME_HC, slt_process_ses_log, in slt_timeout()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c1010 if ((twp = topo_walk_init(thp, opt_s, walk_node, NULL, &err)) in walk_topo()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c750 if ((twp = topo_walk_init(Eft_topo_hdl, FM_FMRI_SCHEME_HC, cfgcollect, in platform_config_snapshot()