HomeSort by relevance Sort by last modified time
    Searched refs:g_thp (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/fm/libfmd_snmp/common/
scheme.c 76 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);
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
fmdump.h 81 extern struct topo_hdl *g_thp;
scheme.c 312 if (g_thp == NULL) {
313 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) {
320 return (g_thp);
fmdump.c 51 struct topo_hdl *g_thp; variable in typeref:struct:topo_hdl
800 if (g_thp != NULL)
801 topo_close(g_thp);

Completed in 180 milliseconds