Searched refs:g_pg (Results 1 - 1 of 1) sorted by relevance
/scfdot/ |
H A D | scfdot.c | 140 static scf_propertygroup_t *g_pg; variable 178 * Return 1 if inst is enabled, 0 otherwise. Uses g_pg, g_prop, and g_val. 185 if (scf_instance_get_pg(inst, SCF_PG_GENERAL, g_pg) != 0) { 191 if (scf_pg_get_property(g_pg, SCF_PROPERTY_ENABLED, g_prop) != 0) { 218 * Fill in buf with the restarter of instance i. Uses g_pg, g_prop, and 224 if (scf_instance_get_pg_composed(i, NULL, SCF_PG_GENERAL, g_pg) != 0) 228 if (scf_pg_get_property(g_pg, SCF_PROPERTY_RESTARTER, g_prop) != 0) { 498 while (scf_iter_next_pg(g_pgiter, g_pg) > 0) { 499 if (scf_pg_get_property(g_pg, SCF_PROPERTY_ENTITIES, NULL) != 508 if (scf_pg_get_name(g_pg, pgnam [all...] |
Completed in 5 milliseconds