Searched refs:gpg (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 191 scf_propertygroup_t *gpg; in modify_prop() local 198 if ((gpg = scf_pg_create(h)) == NULL || in modify_prop() 204 if (scf_instance_get_pg(inst, pg, gpg) == -1) { in modify_prop() 220 gpg) == -1) { in modify_prop() 232 if (scf_pg_get_property(gpg, prop, eprop) == -1) { in modify_prop() 246 if (scf_transaction_start(tx, gpg) == -1) { in modify_prop() 296 if (scf_pg_update(gpg) == -1) in modify_prop() 309 scf_pg_destroy(gpg); in modify_prop() 322 scf_propertygroup_t *gpg; in delete_prop() local 326 if ((gpg = scf_pg_create(h)) == NULL || in delete_prop() [all …]
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 482 scf_propertygroup_t *gpg = NULL; in get_inst_enabled() local 492 if ((gpg = scf_pg_create(h)) == NULL || in get_inst_enabled() 497 if (scf_instance_get_pg(inst, pgname, gpg) || in get_inst_enabled() 498 scf_pg_get_property(gpg, SCF_PROPERTY_ENABLED, eprop) || in get_inst_enabled() 505 scf_pg_destroy(gpg); in get_inst_enabled() 527 scf_propertygroup_t *gpg = NULL; in set_inst_enabled() local 539 if ((gpg = scf_pg_create(h)) == NULL || in set_inst_enabled() 549 if (scf_instance_get_pg(inst, SCF_PG_GENERAL, gpg) == -1) { in set_inst_enabled() 554 SCF_GROUP_FRAMEWORK, SCF_PG_GENERAL_FLAGS, gpg) == -1) { in set_inst_enabled() 563 if (scf_instance_get_pg(inst, pgname, gpg) == -1) { in set_inst_enabled() [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/data/ucode/ |
H A D | update.amd | 60 find_cmd gpg
|