Searched refs:scf_handle_decorate (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | mapfile-vers | 120 scf_handle_decorate;
|
H A D | lowlevel.c | 813 (void) scf_handle_decorate(ret, "debug", ret->rh_value); in scf_handle_create() 851 scf_handle_decorate(scf_handle_t *handle, const char *name, scf_value_t *v) in scf_handle_decorate() function
|
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 54 scf_handle_decorate.3scf \ 261 scf_handle_decorate.3scf := LINKSRC = scf_handle_create.3scf
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 494 int scf_handle_decorate(scf_handle_t *, const char *, scf_value_t *);
|
/illumos-gate/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 1081 if (scf_handle_decorate(h, "zone", zone) != in main()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3scf.inc | 36 link path=usr/share/man/man3scf/scf_handle_decorate.3scf \
|
/illumos-gate/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 2390 if (scf_handle_decorate(h, "zone", zone) != SCF_SUCCESS) { in main()
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 3327 if (scf_handle_decorate(hndl, "door_path", door_dec_value) != 0) in handle_decorate_and_bind()
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 3715 if (scf_handle_decorate(h, "zone", zone) != SCF_SUCCESS) { in main()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 890 if (scf_handle_decorate(g_hndl, "door_path", repo_value) != in lscf_prep_hndl() 904 if (scf_handle_decorate(g_hndl, "zone", zone) != SCF_SUCCESS) { in lscf_prep_hndl()
|