Searched defs: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 ||
804 scf_property_destroy(load_prop);
805 load_prop = NULL;
1103 r = scf_iter_next_property(load_propiter, load_prop);
1126 r = load_property(load_prop, &iprop);

Completed in 60 milliseconds