Searched refs:scf_service_get_pg (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c190 if (scf_service_get_pg(h->scf_service, ndmp_pg[i],
328 if (scf_service_get_pg(handle->scf_service,
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c335 if (scf_service_get_pg(svc, pgName, pg) == -1) {
674 if (scf_service_get_pg(svc, luPgName, pg) == -1) {
1325 if (scf_service_get_pg(svc, pgName, pg) == -1) {
1426 if (scf_service_get_pg(svc, pgRefName, pg) == -1) {
1721 if (scf_service_get_pg(svc, pgName, pg) == -1) {
1901 if (scf_service_get_pg(svc, pgName, pg) == -1) {
2113 if (scf_service_get_pg(svc, STMF_DATA_GROUP, pg) == -1) {
2382 if (scf_service_get_pg(svc, STMF_DATA_GROUP, pg) == -1) {
2668 if (scf_service_get_pg(svc, STMF_DATA_GROUP, pg) == -1) {
2870 if (scf_service_get_pg(sv
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c110 if (scf_service_get_pg(svc, ISNS_SERVER_CONFIG, pg) == -1) {
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c282 if (scf_service_get_pg(handle->scf_service,
378 if (scf_service_get_pg(handle->scf_service,
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c181 if (scf_service_get_pg(svc, NPIV_PG_NAME, pg) == -1) {
869 if (scf_service_get_pg(svc, NPIV_PG_NAME, pg) == -1) {
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c155 if (scf_service_get_pg(svc, name, pg) != SCF_SUCCESS) {
315 if (scf_service_get_pg(svc, name, pg) == SCF_SUCCESS)
/illumos-gate/usr/src/lib/libscf/common/
H A Dnotify_params.c222 if (scf_service_get_pg(s, n, pg) != 0)
259 r = scf_service_get_pg(s, n, pg);
287 scf_service_get_pg(s, n, pg)) != SCF_SUCCESS)
H A Dmidlevel.c2629 scf_service_get_pg(s, pgname, pg)) == -1)
2804 scf_service_get_pg(s, pgname, pg)) == -1)
H A Dlowlevel.c2806 scf_service_get_pg(const scf_service_t *svc, const char *name, function
5605 if (scf_service_get_pg(svc, propertygroup, pg) == -1) {
5971 r = scf_service_get_pg(svc, me, out);
6888 if (scf_service_get_pg(svc, key->sk_legacy,
H A Dscf_tmpl.c1006 ret = scf_service_get_pg(svc, SCF_PG_GENERAL, pg);
1328 ret = scf_service_get_pg(svc, name, pg);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c201 if (scf_service_get_pg(svc, pgn, pg) != 0)
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c85 if (scf_service_get_pg(handle->scf_service,
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c217 if (scf_service_get_pg(svc, FCOE_PG_NAME, pg) == -1) {
861 if (scf_service_get_pg(svc, FCOE_PG_NAME, pg) == -1) {
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c78 (ent.type ? scf_service_get_pg(ent.u.svc, name, pg) : \
887 if (scf_service_get_pg(wip->svc, p->spn_comp1, lpg) !=
/illumos-gate/usr/src/man/man3scf/
H A DMakefile126 scf_service_get_pg.3scf \
318 scf_service_get_pg.3scf := LINKSRC = scf_pg_create.3scf
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c160 scf_service_get_pg(svc, pgname, pg) != -1)
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c239 if (scf_service_get_pg(svc, pg_name, pg) != 0) {
250 scferr("scf_service_get_pg()");
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h615 int scf_service_get_pg(const scf_service_t *, const char *,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1125 (scf_service_get_pg(svc, pg, gpg) == -1)) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c452 return (scf_service_get_pg(ent, name, pg));
476 ret = scf_service_get_pg(cur_svc, pg_name, pg);
604 if (scf_service_get_pg(ent, name, pg) == 0)
618 bad_error("scf_service_get_pg",
12538 if (scf_service_get_pg(svc, SCF_PG_DEPENDENTS, pg) == 0)
13881 ret = scf_service_get_pg(cur_svc, pgname, pg);
13930 scf_service_get_pg(cur_svc, pgname,
14070 ret = scf_service_get_pg(cur_svc, pgn, pg);
14600 ret = scf_service_get_pg(cur_svc, pgname, pg);
14784 ret = scf_service_get_pg(cur_sv
[all...]
H A Dsvccfg_xml.c3388 if (scf_service_get_pg(svc, SCF_PG_MANIFESTFILES, pg) != SCF_SUCCESS)
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c2404 if (scf_service_get_pg(handles->service,

Completed in 192 milliseconds