Searched refs:g_thp (Results 1 – 4 of 4) sorted by relevance
74 static struct topo_hdl *g_thp; variable314 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()
315 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()
92 extern struct topo_hdl *g_thp;
55 struct topo_hdl *g_thp; variable1635 if (g_thp != NULL) in main()1636 topo_close(g_thp); in main()