Searched refs:scf_pg_update (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c581 if (scf_pg_update(res->sr_pg) == -1) {
697 if (scf_pg_update(res.sr_pg) == -1)
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c631 if (scf_pg_update(gpg) == -1)
677 if (committed == 0 && scf_pg_update(gpg) == -1)
889 if (scf_pg_update(pg) == -1) {
900 bad_error("scf_pg_update", scf_error());
1413 if (scf_pg_update(simple_h->editing_pg) == -1) {
2871 if (ret == 0 && scf_pg_update(pg) != -1) {
2979 if (scf_pg_update(pg) == -1) {
H A Dnotify_params.c707 if (scf_pg_update(pg) == SCF_FAILED ||
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c823 if (rv == 0 && scf_pg_update(sstate.ss_pg) == -1)
974 if (rv == 0 && scf_pg_update(sstate.ss_pg) == -1)
1558 if (rv == 0 && scf_pg_update(sstate.ss_pg) == -1)
H A Dlibdlwlan.c1687 if (scf_pg_update(pg) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c394 if (scf_pg_update(pg) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_create.c264 if (scf_pg_update(pg) == -1) {
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c337 if (scf_pg_update(pg) == -1 ||
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c619 if (scf_pg_update(pg) == -1) {
621 "scf_pg_update(%s) failed: %s",
691 if (scf_pg_update(pg) == -1) {
693 "scf_pg_update() failed: %s",
1547 if (scf_pg_update(handles->config_pg) < 0) {
1548 idmapdlog(LOG_ERR, "scf_pg_update() failed: %s",
1553 if (scf_pg_update(handles->debug_pg) < 0) {
1554 idmapdlog(LOG_ERR, "scf_pg_update() failed: %s",
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c298 if (scf_pg_update(gpg) == -1)
368 if (scf_pg_update(gpg) == -1)
/illumos-gate/usr/src/man/man3scf/
H A DMakefile105 scf_pg_update.3scf \
316 scf_pg_update.3scf := LINKSRC = scf_pg_create.3scf
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c382 if (scf_pg_update(pg) == -1)
1457 if (scf_pg_update(pg) == -1)
1663 if (scf_pg_update(pg) == -1)
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c386 if (scf_pg_update(pg) == -1) {
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c776 if (scf_pg_update(pg) == -1) {
777 func = "scf_pg_update()";
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c1510 if (scf_pg_update(pg) == -1) {
1522 bad_error("scf_pg_update", scf_error());
2032 if (scf_pg_update(pg) == -1) {
2761 if (scf_pg_update(pg) == -1) {
2773 bad_error("scf_pg_update", scf_error());
3154 if (scf_pg_update(pg) == -1) {
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1324 if (scf_pg_update(pg) == -1) {
1630 if (scf_pg_update(pg) == -1) {
1641 bad_fail("scf_pg_update", scf_error());
1932 if (scf_pg_update(pg) == -1) {
1943 bad_fail("scf_pg_update", scf_error());
4061 if (scf_pg_update(pg) == -1)
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h631 int scf_pg_update(scf_propertygroup_t *);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c975 if (scf_pg_update(pg) == -1) {
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c941 ret = scf_pg_update(pg);
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1476 if (scf_pg_update(pg) == -1)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c929 (void) scf_pg_update(pg);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1187 if (scf_pg_update(gpg) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1533 if (scf_pg_update(res->sr_pg) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c2171 if (scf_pg_update(instpg) == -1)
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3497 (void) scf_pg_update(pg);

Completed in 218 milliseconds

12