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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c191 static scf_property_t *g_prop; variable
259 (g_prop = scf_property_create(h)) == NULL ||
354 if (scf_pg_get_property(g_pg, SCF_PROPERTY_ENTITIES, g_prop) !=
372 if (scf_iter_property_values(g_viter, g_prop) != 0) {
1389 if (scf_pg_get_property(g_pg, "base", g_prop) != 0) {
1400 if (scf_property_get_value(g_prop, g_val) != 0) {
H A Dsvcs.c120 static scf_property_t *g_prop; variable
370 if (scf_pg_get_property(pg, propname, g_prop) == -1) {
377 if (scf_property_is_type(g_prop, ty) != SCF_SUCCESS) {
383 if (scf_property_get_value(g_prop, g_val) != SCF_SUCCESS) {
448 if (scf_property_to_fmri(g_prop, buf, buf_sz) == -1)
924 g_prop, g_val, iter);
927 pids, np, g_prop, g_val, iter);
2573 if (scf_pg_get_property(rpg, scf_property_contract, g_prop) ==
2575 if (scf_property_is_type(g_prop, SCF_TYPE_COUNT) == 0) {
2580 if (scf_iter_property_values(iter, g_prop) !
[all...]

Completed in 69 milliseconds