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

/scfdot/
H A Dscfdot.c178 * Return 1 if inst is enabled, 0 otherwise. Uses g_pg, g_prop, and g_val.
181 is_enabled(scf_instance_t *inst) argument
185 if (scf_instance_get_pg(inst, SCF_PG_GENERAL, g_pg) != 0) {
717 scf_instance_t *inst; local
816 (inst = scf_instance_create(h)) == NULL ||
879 r = scf_iter_next_instance(institer, inst);
885 if (process_instance(inst, svcname) != 0) {

Completed in 6 milliseconds