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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c756 static scf_propertygroup_t *load_pgroup = NULL; variable
780 (load_pgroup = scf_pg_create(g_hndl)) == NULL ||
800 scf_pg_destroy(load_pgroup);
801 load_pgroup = NULL;
1262 while ((rc = scf_iter_next_pg(load_pgiter, load_pgroup)) == 1) {
1263 if (scf_pg_get_type(load_pgroup, type, tsize) <= 0) {
1280 if ((rc = load_pg(load_pgroup, &ipg, fmri, NULL)) != 0) {

Completed in 218 milliseconds