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

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2374 get_profile(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, argument
2388 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PROFILE, buf,
2507 get_ids(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, argument
2520 if (methpg == NULL && instpg == NULL)
2525 vbuf, vbuf_sz, prop, val) == 0 || get_astring_val(instpg,
2539 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_GROUP, vbuf,
2584 prop, val) == 0 || get_astring_val(instpg,
2619 prop, val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PRIVILEGES,
2650 vbuf_sz, prop, val) == 0 || get_astring_val(instpg,
2796 scf_propertygroup_t *instpg local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c2074 scf_propertygroup_t *instpg = NULL, *cpg = NULL; local
2110 if (ra_get_pg(h, inst, pgname, B_FALSE, B_FALSE, &instpg) == -1) {
2126 if ((instpg = scf_pg_create(h)) == NULL ||
2127 scf_instance_add_pg(inst, pgname, pgtype, 0, instpg)
2141 if (scf_pg_get_property(instpg, propname, prop) != 0) {
2152 if (scf_transaction_start(tx, instpg) == -1)
2171 if (scf_pg_update(instpg) == -1)
2213 if (instpg != NULL)
2214 scf_pg_destroy(instpg);

Completed in 67 milliseconds