Searched refs:g_prop (Results 1 - 1 of 1) sorted by relevance

/scfdot/
H A Dscfdot.c141 static scf_property_t *g_prop; variable
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) !
[all...]

Completed in 9 milliseconds