Searched refs:instpg (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2375 get_profile(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, in get_profile() argument 2389 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PROFILE, buf, in get_profile() 2508 get_ids(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, in get_ids() argument 2521 if (methpg == NULL && instpg == NULL) in get_ids() 2526 vbuf, vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids() 2540 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_GROUP, vbuf, in get_ids() 2585 prop, val) == 0 || get_astring_val(instpg, in get_ids() 2620 prop, val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PRIVILEGES, in get_ids() 2651 vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids() 2797 scf_propertygroup_t *instpg = NULL; in restarter_get_method_context() local [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 2072 scf_propertygroup_t *instpg = NULL, *cpg = NULL; in ra_set_prop_from_string() local 2108 if (ra_get_pg(h, inst, pgname, B_FALSE, B_FALSE, &instpg) == -1) { in ra_set_prop_from_string() 2124 if ((instpg = scf_pg_create(h)) == NULL || in ra_set_prop_from_string() 2125 scf_instance_add_pg(inst, pgname, pgtype, 0, instpg) in ra_set_prop_from_string() 2139 if (scf_pg_get_property(instpg, propname, prop) != 0) { in ra_set_prop_from_string() 2150 if (scf_transaction_start(tx, instpg) == -1) in ra_set_prop_from_string() 2169 if (scf_pg_update(instpg) == -1) in ra_set_prop_from_string() 2211 if (instpg != NULL) in ra_set_prop_from_string() 2212 scf_pg_destroy(instpg); in ra_set_prop_from_string()
|