Lines Matching refs:g_prop
141 static scf_property_t *g_prop;
178 * Return 1 if inst is enabled, 0 otherwise. Uses g_pg, g_prop, and g_val.
191 if (scf_pg_get_property(g_pg, SCF_PROPERTY_ENABLED, g_prop) != 0) {
197 if (scf_property_get_value(g_prop, g_val) != 0) {
218 * Fill in buf with the restarter of instance i. Uses g_pg, g_prop, and
228 if (scf_pg_get_property(g_pg, SCF_PROPERTY_RESTARTER, g_prop) != 0) {
234 if (scf_property_get_value(g_prop, g_val) != 0) {
576 if (scf_pg_get_property(g_pg, SCF_PROPERTY_GROUPING, g_prop) !=
580 if (scf_property_get_value(g_prop, g_val) != 0)
588 if (scf_pg_get_property(g_pg, SCF_PROPERTY_ENTITIES, g_prop) !=
592 if (scf_iter_property_values(g_valiter, g_prop) != 0)
824 (g_prop = scf_property_create(h)) == NULL ||