/illumos-gate/usr/src/cmd/ipf/svc/ |
H A D | ipfd.c | 254 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 D | Makefile | 96 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 D | startd.c | 618 if (scf_pg_get_name(pg, NULL, 0) < 0)
|
H A D | graph.c | 2553 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 D | libscf.h | 609 ssize_t scf_pg_get_name(const scf_propertygroup_t *, char *, size_t);
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | scfutil.c | 924 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 D | midlevel.c | 1134 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 D | scf_tmpl.c | 820 } 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 D | lowlevel.c | 3164 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 D | store.c | 3285 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 D | libvscan.c | 1509 if (scf_pg_get_name(vsc.vscf_pgroup, pgname,
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_scf.c | 336 if (scf_pg_get_name(handle->pgrp, plugin_str_tmp,
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 997 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 D | svccfg_libscf.c | 2052 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 D | svcprop.c | 251 if (scf_pg_get_name(pg, buf, buf_sz) < 0)
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2251 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 D | explain.c | 1932 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 D | ilbd_scf.c | 1383 if (scf_pg_get_name(newpg, pg_name, scf_name_len) < 0) {
|
/illumos-gate/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 1180 len = scf_pg_get_name(pg, pgname, name_sz);
|