Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_fmri.h54 struct topo_hdl;
81 extern struct topo_hdl *fmd_fmri_topo_hold(int);
82 extern void fmd_fmri_topo_rele(struct topo_hdl *);
H A Dfmd_api.h61 struct topo_hdl;
110 void (*fmdo_topo)(fmd_hdl_t *, struct topo_hdl *);
137 extern struct topo_hdl *fmd_hdl_topo_hold(fmd_hdl_t *, int);
138 extern void fmd_hdl_topo_rele(fmd_hdl_t *, struct topo_hdl *);
H A Dfmd_module.h221 extern struct topo_hdl *fmd_module_topo_hold(fmd_module_t *);
222 extern int fmd_module_topo_rele(fmd_module_t *, struct topo_hdl *);
H A Dfmd_fmri.c230 struct topo_hdl *
244 fmd_fmri_topo_rele(struct topo_hdl *thp) in fmd_fmri_topo_rele()
H A Dfmd.h51 struct topo_hdl; /* see <fm/libtopo.h> */
H A Dfmd_module.c1381 struct topo_hdl *
1397 fmd_module_topo_rele(fmd_module_t *mp, struct topo_hdl *hdl) in fmd_module_topo_rele()
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c74 static struct topo_hdl *g_thp;
306 struct topo_hdl *
327 fmd_fmri_topo_rele(struct topo_hdl *thp) in fmd_fmri_topo_rele()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h93 struct topo_hdl *tw_thp; /* Topo handle pointer */
110 struct topo_hdl { struct
H A Dlibtopo.h44 typedef struct topo_hdl topo_hdl_t;
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c307 struct topo_hdl *
328 fmd_fmri_topo_rele(struct topo_hdl *thp) in fmd_fmri_topo_rele()
H A Dfmdump.h92 extern struct topo_hdl *g_thp;
H A Dfmdump.c55 struct topo_hdl *g_thp;
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c216 struct topo_hdl *thp; in fmd_fmri_present()
316 struct topo_hdl *thp; in fmd_fmri_replaced()
418 struct topo_hdl *thp; in fmd_fmri_contains()
H A Dmem_unum.c426 struct topo_hdl *thp; in mem_unum_rewrite()