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

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

Completed in 60 milliseconds