Searched refs:scf_handle_get_local_scope (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 146 if (scf_handle_get_local_scope(hndl, scope) < 0) { in mhash_retrieve_entry() 264 if (scf_handle_get_local_scope(hndl, scope) != SCF_SUCCESS) { in mhash_store_entry()
|
/illumos-gate/usr/src/lib/libndmp/common/ |
H A D | libndmp_prop.c | 272 if (scf_handle_get_local_scope(handle->scf_handle, in ndmp_smf_scf_init()
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_scfutil.c | 655 if (scf_handle_get_local_scope( in smb_smf_scf_init()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | smfcfg.c | 98 if (scf_handle_get_local_scope(handle->fs_handle, in fs_smf_init()
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 574 #define scf_handle_get_local_scope(h, s) \ macro
|
/illumos-gate/usr/src/lib/libshare/smbfs/ |
H A D | smbfs_scfutil.c | 220 if (scf_handle_get_local_scope( in smb_smf_scf_init()
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 2820 if (scf_handle_get_local_scope(h, scope) != in libscf_populate_graph()
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 1652 if ((scf_handle_get_local_scope(h, scope) != SCF_SUCCESS) || in scf_simple_walk_instances()
|
H A D | lowlevel.c | 6644 if (scf_handle_get_local_scope(h, scope) != 0) { in scf_walk_fmri()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 920 if (scf_handle_get_local_scope(g_hndl, cur_scope) != 0) in lscf_prep_hndl() 11157 if (scf_handle_get_local_scope(g_hndl, scope) != SCF_SUCCESS) in lscf_profile_extract()
|