Searched refs:gpg (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 193 scf_propertygroup_t *gpg; in modify_prop() local 200 if ((gpg = scf_pg_create(h)) == NULL || in modify_prop() 206 if (scf_instance_get_pg(inst, pg, gpg) == -1) { in modify_prop() 222 gpg) == -1) { in modify_prop() 234 if (scf_pg_get_property(gpg, prop, eprop) == -1) { in modify_prop() 248 if (scf_transaction_start(tx, gpg) == -1) { in modify_prop() 298 if (scf_pg_update(gpg) == -1) in modify_prop() 311 scf_pg_destroy(gpg); in modify_prop() 324 scf_propertygroup_t *gpg; in delete_prop() local 328 if ((gpg = scf_pg_create(h)) == NULL || in delete_prop() [all …]
|
/titanic_50/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 480 scf_propertygroup_t *gpg = NULL; in get_inst_enabled() local 490 if ((gpg = scf_pg_create(h)) == NULL || in get_inst_enabled() 495 if (scf_instance_get_pg(inst, pgname, gpg) || in get_inst_enabled() 496 scf_pg_get_property(gpg, SCF_PROPERTY_ENABLED, eprop) || in get_inst_enabled() 503 scf_pg_destroy(gpg); in get_inst_enabled() 521 scf_propertygroup_t *gpg = NULL; in set_inst_enabled() local 532 if ((gpg = scf_pg_create(h)) == NULL || in set_inst_enabled() 540 if (scf_instance_get_pg(inst, SCF_PG_GENERAL, gpg) == -1) { in set_inst_enabled() 545 SCF_GROUP_FRAMEWORK, SCF_PG_GENERAL_FLAGS, gpg) == -1) { in set_inst_enabled() 554 if (scf_instance_get_pg(inst, pgname, gpg) == -1) { in set_inst_enabled() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
H A D | inetconv.c | 1108 scf_propertygroup_t *gpg = NULL; in modify_sprop() local 1114 if ((gpg = scf_pg_create(h)) == NULL) in modify_sprop() 1118 if (scf_instance_get_pg(inst, pg, gpg) == -1) { in modify_sprop() 1125 (scf_service_get_pg(svc, pg, gpg) == -1)) { in modify_sprop() 1136 if (scf_pg_get_property(gpg, prop, eprop) == -1) { in modify_sprop() 1152 if (scf_transaction_start(tx, gpg) == -1) { in modify_sprop() 1187 if (scf_pg_update(gpg) == -1) { in modify_sprop() 1201 scf_pg_destroy(gpg); in modify_sprop()
|