Home
last modified time | relevance | path

Searched refs:g_thp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c74 static struct topo_hdl *g_thp; variable
314 if (g_thp == NULL) { in fmd_fmri_topo_hold()
315 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
322 return (g_thp); in fmd_fmri_topo_hold()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c315 if (g_thp == NULL) { in fmd_fmri_topo_hold()
316 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
323 return (g_thp); in fmd_fmri_topo_hold()
H A Dfmdump.h92 extern struct topo_hdl *g_thp;
H A Dfmdump.c55 struct topo_hdl *g_thp; variable
1635 if (g_thp != NULL) in main()
1636 topo_close(g_thp); in main()