Searched refs:gpg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c193 scf_propertygroup_t *gpg; local
200 if ((gpg = scf_pg_create(h)) == NULL ||
206 if (scf_instance_get_pg(inst, pg, gpg) == -1) {
222 gpg) == -1) {
234 if (scf_pg_get_property(gpg, prop, eprop) == -1) {
248 if (scf_transaction_start(tx, gpg) == -1) {
298 if (scf_pg_update(gpg) == -1)
311 scf_pg_destroy(gpg);
324 scf_propertygroup_t *gpg; local
328 if ((gpg
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c480 scf_propertygroup_t *gpg = NULL; local
490 if ((gpg = scf_pg_create(h)) == NULL ||
495 if (scf_instance_get_pg(inst, pgname, gpg) ||
496 scf_pg_get_property(gpg, SCF_PROPERTY_ENABLED, eprop) ||
503 scf_pg_destroy(gpg);
521 scf_propertygroup_t *gpg = NULL; local
532 if ((gpg = scf_pg_create(h)) == NULL ||
540 if (scf_instance_get_pg(inst, SCF_PG_GENERAL, gpg) == -1) {
545 SCF_GROUP_FRAMEWORK, SCF_PG_GENERAL_FLAGS, gpg) == -1) {
554 if (scf_instance_get_pg(inst, pgname, gpg)
653 scf_propertygroup_t *gpg = NULL; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1108 scf_propertygroup_t *gpg = NULL; local
1114 if ((gpg = scf_pg_create(h)) == NULL)
1118 if (scf_instance_get_pg(inst, pg, gpg) == -1) {
1125 (scf_service_get_pg(svc, pg, gpg) == -1)) {
1136 if (scf_pg_get_property(gpg, prop, eprop) == -1) {
1152 if (scf_transaction_start(tx, gpg) == -1) {
1187 if (scf_pg_update(gpg) == -1) {
1201 scf_pg_destroy(gpg);

Completed in 78 milliseconds