Searched refs:g_thp (Results 1 – 4 of 4) sorted by relevance
76 static struct topo_hdl *g_thp; variable310 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()
312 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()
92 extern struct topo_hdl *g_thp;
54 struct topo_hdl *g_thp; variable1500 if (g_thp != NULL) in main()1501 topo_close(g_thp); in main()