Searched refs:scf_service_get_name (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | expand.c | 381 sname_len = scf_service_get_name(svc, NULL, 0); in expand_token() 397 szret = scf_service_get_name(svc, sname, sname_len + 1); in expand_token()
|
H A D | restarter.c | 410 if ((scf_service_get_name(scf_svc, svc_name, max_scf_name_size) < 0) || in restarter_insert_inst()
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | mapfile-vers | 198 scf_service_get_name;
|
H A D | lowlevel.c | 2947 scf_service_get_name(const scf_service_t *rep, char *out, size_t len) in scf_service_get_name() function 5799 r = scf_service_get_name(svc, tmp, sizeof (tmp)); in scf_service_to_fmri()
|
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 125 scf_service_get_name.3scf \ 342 scf_service_get_name.3scf := LINKSRC = scf_service_create.3scf
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 587 ssize_t scf_service_get_name(const scf_service_t *, char *, size_t);
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 1542 if (scf_service_get_name(wip->svc, svc_buf, in sprint_service() 3373 scf_service_get_name(wip->svc, provider_svc, in list_dependents()
|
H A D | explain.c | 570 if (scf_service_get_name(g_svc, svcname, in load_services()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3scf.inc | 175 link path=usr/share/man/man3scf/scf_service_get_name.3scf \
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 10742 if (scf_service_get_name(svc, exp_str, max_scf_name_len + 1) < 0) in export_service() 11024 if (scf_service_get_name(svc, exp_str, in make_archive() 11173 if (scf_service_get_name(svc, namebuf, max_scf_name_len + 1) < in lscf_profile_extract() 11862 if (scf_service_get_name(svc, buf, in lscf_list() 17617 if (scf_service_get_name(svc, buf, in CPL_MATCH_FN()
|