Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c76 static struct topo_hdl *g_thp; variable
310 if (g_thp == NULL) { in fmd_fmri_topo_hold()
311 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
318 return (g_thp); in fmd_fmri_topo_hold()
/titanic_50/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c312 if (g_thp == NULL) { in fmd_fmri_topo_hold()
313 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
320 return (g_thp); in fmd_fmri_topo_hold()
H A Dfmdump.h92 extern struct topo_hdl *g_thp;
H A Dfmdump.c54 struct topo_hdl *g_thp; variable
1500 if (g_thp != NULL) in main()
1501 topo_close(g_thp); in main()