Symbol: topo_hdl
usr/src/cmd/fm/fmd/common/fmd.h
51
struct topo_hdl; /* see <fm/libtopo.h> */
usr/src/cmd/fm/fmd/common/fmd_api.h
110
void (*fmdo_topo)(fmd_hdl_t *, struct topo_hdl *);
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/fmd/common/fmd_api.h
138
extern void fmd_hdl_topo_rele(fmd_hdl_t *, struct topo_hdl *);
usr/src/cmd/fm/fmd/common/fmd_api.h
61
struct topo_hdl;
usr/src/cmd/fm/fmd/common/fmd_fmri.c
230
struct topo_hdl *
usr/src/cmd/fm/fmd/common/fmd_fmri.c
244
fmd_fmri_topo_rele(struct topo_hdl *thp)
usr/src/cmd/fm/fmd/common/fmd_fmri.h
54
struct topo_hdl;
usr/src/cmd/fm/fmd/common/fmd_fmri.h
81
extern struct topo_hdl *fmd_fmri_topo_hold(int);
usr/src/cmd/fm/fmd/common/fmd_fmri.h
82
extern void fmd_fmri_topo_rele(struct topo_hdl *);
usr/src/cmd/fm/fmd/common/fmd_module.c
1381
struct topo_hdl *
usr/src/cmd/fm/fmd/common/fmd_module.c
1397
fmd_module_topo_rele(fmd_module_t *mp, struct topo_hdl *hdl)
usr/src/cmd/fm/fmd/common/fmd_module.h
221
extern struct topo_hdl *fmd_module_topo_hold(fmd_module_t *);
usr/src/cmd/fm/fmd/common/fmd_module.h
222
extern int fmd_module_topo_rele(fmd_module_t *, struct topo_hdl *);
usr/src/cmd/fm/fmdump/common/fmdump.c
55
struct topo_hdl *g_thp;
usr/src/cmd/fm/fmdump/common/fmdump.h
92
extern struct topo_hdl *g_thp;
usr/src/cmd/fm/fmdump/common/scheme.c
307
struct topo_hdl *
usr/src/cmd/fm/fmdump/common/scheme.c
328
fmd_fmri_topo_rele(struct topo_hdl *thp)
usr/src/cmd/fm/schemes/mem/mem.c
216
struct topo_hdl *thp;
usr/src/cmd/fm/schemes/mem/mem.c
316
struct topo_hdl *thp;
usr/src/cmd/fm/schemes/mem/mem.c
418
struct topo_hdl *thp;
usr/src/cmd/fm/schemes/mem/mem_unum.c
426
struct topo_hdl *thp;
usr/src/lib/fm/libfmd_snmp/common/scheme.c
306
struct topo_hdl *
usr/src/lib/fm/libfmd_snmp/common/scheme.c
327
fmd_fmri_topo_rele(struct topo_hdl *thp)
usr/src/lib/fm/libfmd_snmp/common/scheme.c
74
static struct topo_hdl *g_thp;
usr/src/lib/fm/topo/libtopo/common/libtopo.h
44
typedef struct topo_hdl topo_hdl_t;
usr/src/lib/fm/topo/libtopo/common/topo_tree.h
93
struct topo_hdl *tw_thp; /* Topo handle pointer */