Searched refs:instpg (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2373 get_profile(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, in get_profile() argument 2387 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PROFILE, buf, in get_profile() 2506 get_ids(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, in get_ids() argument 2519 if (methpg == NULL && instpg == NULL) in get_ids() 2524 vbuf, vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids() 2538 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_GROUP, vbuf, in get_ids() 2583 prop, val) == 0 || get_astring_val(instpg, in get_ids() 2618 prop, val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PRIVILEGES, in get_ids() 2649 vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids() 2795 scf_propertygroup_t *instpg = NULL; in restarter_get_method_context() local [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 2074 scf_propertygroup_t *instpg = NULL, *cpg = NULL; in ra_set_prop_from_string() local 2110 if (ra_get_pg(h, inst, pgname, B_FALSE, B_FALSE, &instpg) == -1) { in ra_set_prop_from_string() 2126 if ((instpg = scf_pg_create(h)) == NULL || in ra_set_prop_from_string() 2127 scf_instance_add_pg(inst, pgname, pgtype, 0, instpg) in ra_set_prop_from_string() 2141 if (scf_pg_get_property(instpg, propname, prop) != 0) { in ra_set_prop_from_string() 2152 if (scf_transaction_start(tx, instpg) == -1) in ra_set_prop_from_string() 2171 if (scf_pg_update(instpg) == -1) in ra_set_prop_from_string() 2213 if (instpg != NULL) in ra_set_prop_from_string() 2214 scf_pg_destroy(instpg); in ra_set_prop_from_string()
|