Searched refs:scf_handle_get_scope (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_delete.c146 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) == -1) {
148 KSSL_DEBUG("scf_handle_get_scope failed: %s\n",
152 KSSL_DEBUG("scf_handle_get_scope succeeded\n");
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c97 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) == -1) {
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h552 scf_handle_get_scope((h), SCF_SCOPE_LOCAL, (s))
554 int scf_handle_get_scope(scf_handle_t *, const char *, scf_scope_t *);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c193 if (scf_handle_get_scope(h, scn == NULL ? SCF_SCOPE_LOCAL : scn,
H A Dlibscf.c3606 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c264 if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, sc) != 0)
731 if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, scope) != 0)
/illumos-gate/usr/src/man/man3scf/
H A DMakefile55 scf_handle_get_scope.3scf \
331 scf_handle_get_scope.3scf := LINKSRC = scf_scope_create.3scf
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c158 scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, sc) != -1 &&
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c108 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) {
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c467 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) {
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c139 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) {
140 syslog(LOG_ERR, "scf_handle_get_scope failed - %s",
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c312 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) != 0)
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c134 if (scf_handle_get_scope(handle->handle,
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1855 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) == -1)
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c265 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, g_local_scope) != 0)
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1383 if (scf_handle_get_scope(handle, SCF_SCOPE_LOCAL, scope) != 0)
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3103 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, scope) != 0) {
3119 bad_error("scf_handle_get_scope", scf_error());
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3378 if (scf_handle_get_scope(h, SCF_FMRI_LOCAL_SCOPE, sc) == -1)
H A Dsvccfg_libscf.c1355 if (scf_handle_get_scope(h, scstr, scope) != 0) {
1369 bad_error("scf_handle_get_scope", scf_error());
8207 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0) {
8220 bad_error("scf_handle_get_scope", scf_error());
8693 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, imp_scope) != 0)
10988 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0)
17392 if (scf_handle_get_scope(g_hndl, SCF_SCOPE_LOCAL, scope) != 0) {
17402 bad_error("scf_handle_get_scope", scf_error());
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c2316 scf_handle_get_scope(scf_handle_t *h, const char *name, scf_scope_t *out) function
5566 if (scf_handle_get_scope(h, SCF_SCOPE_LOCAL, sc) == -1) {
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c2588 if (scf_handle_get_scope(*handle, SCF_SCOPE_LOCAL, scope) == -1) {
2589 syslog(LOG_ERR, "scf_handle_get_scope failed - %s",

Completed in 155 milliseconds