Home
last modified time | relevance | path

Searched refs:load_prop (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c757 static scf_property_t *load_prop = NULL; variable
778 if ((load_prop = scf_property_create(g_hndl)) == NULL || in load_init()
804 scf_property_destroy(load_prop); in load_fini()
805 load_prop = NULL; in load_fini()
1103 r = scf_iter_next_property(load_propiter, load_prop); in load_pg()
1126 r = load_property(load_prop, &iprop); in load_pg()