Searched refs:scf_pg_get_name (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c254 if (scf_pg_get_name(pg, scratch_name, max_scf_name_size) < 0) {
255 syslog(LOG_ERR | LOG_DAEMON, "scf_pg_get_name failed: %s\n",
/illumos-gate/usr/src/man/man3scf/
H A DMakefile96 scf_pg_get_name.3scf \
309 scf_pg_get_name.3scf := LINKSRC = scf_pg_create.3scf
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c618 if (scf_pg_get_name(pg, NULL, 0) < 0)
H A Dgraph.c2553 len = scf_pg_get_name(pg, pg_name, max_scf_name_size);
2565 bad_error("scf_pg_get_name", scf_error());
6486 if (scf_pg_get_name(pg, pg_name, max_scf_value_size) < 0) {
6496 bad_error("scf_pg_get_name", scf_error());
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h609 ssize_t scf_pg_get_name(const scf_propertygroup_t *, char *, size_t);
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c924 ret = scf_pg_get_name(handle->pg, buff,
1028 err = scf_pg_get_name(handle->pg, buff,
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c1134 if (scf_pg_get_name(simple_h->running_pg, pg_name, namelen) < 0) {
1904 if (scf_pg_get_name(pg, nextpg->pg_name, namelen) < 0) {
1988 if (scf_pg_get_name(pg, pgname, namelen) < 0) {
H A Dscf_tmpl.c820 } else if (scf_pg_get_name(pg, buf, sz) == -1) {
1752 if (scf_pg_get_name(pg, pg_name, nbufsz) < 0) {
2810 if ((ret = scf_pg_get_name(t->pt_pg, pg_name, size)) <= 0) {
6617 if (scf_pg_get_name(pg, pg_name, nsize) == -1) {
H A Dlowlevel.c3164 scf_pg_get_name(const scf_propertygroup_t *pg, char *out, size_t len) function
5881 r = scf_pg_get_name(pg, tmp, sizeof (tmp));
5956 r = scf_pg_get_name(pg, me, sizeof (me));
6377 if (scf_pg_get_name(pg, NULL, 0) < 0 &&
6713 if (scf_pg_get_name(pg, pgname,
6919 if (scf_pg_get_name(pg, NULL, 0) < 0) {
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c3285 if (scf_pg_get_name(pg, buf, sizeof (buf)) == -1) {
3322 if (scf_pg_get_name(pg, buf, sizeof (buf)) == -1) {
4279 if (scf_pg_get_name(pg, buf, sizeof (buf)) == -1) {
4317 if (scf_pg_get_name(pg, buf, sizeof (buf)) == -1) {
/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c1509 if (scf_pg_get_name(vsc.vscf_pgroup, pgname,
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c336 if (scf_pg_get_name(handle->pgrp, plugin_str_tmp,
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c997 bad_error("scf_pg_get_name", scf_error());
1001 if (scf_pg_get_name(pg, loadbuf, loadbuf_sz) < 0) {
1014 bad_error("scf_pg_get_name", scf_error());
1039 bad_error("scf_pg_get_name", scf_error());
H A Dsvccfg_libscf.c2052 if (scf_pg_get_name(sc_pg, (char *)pg->sc_pgroup_name,
5447 if (scf_pg_get_name(lipg, imp_str, imp_str_sz) < 0) {
5458 bad_error("scf_pg_get_name", scf_error());
9175 if (scf_pg_get_name(pg, exp_str, max_scf_name_len + 1) < 0)
9273 if (scf_pg_get_name(pg, exp_str, max_scf_name_len + 1) < 0)
9464 if (scf_pg_get_name(pg, exp_str, max_scf_name_len + 1) < 0)
10286 if (scf_pg_get_name(pg, exp_str, exp_str_sz) < 0)
10399 if (scf_pg_get_name(pg, exp_str, max_scf_name_len + 1) < 0)
10626 if (scf_pg_get_name(exp_pg, exp_str,
10751 if (scf_pg_get_name(exp_p
[all...]
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c251 if (scf_pg_get_name(pg, buf, buf_sz) < 0)
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2251 if (scf_pg_get_name(pg, pg_name_buf, max_scf_name_length) < 0)
2726 if (scf_pg_get_name(pg, pgname, sz) == -1)
H A Dexplain.c1932 if (scf_pg_get_name(g_pg, g_fmri, g_fmri_sz) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1383 if (scf_pg_get_name(newpg, pg_name, scf_name_len) < 0) {
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c1180 len = scf_pg_get_name(pg, pgname, name_sz);

Completed in 472 milliseconds