Home
last modified time | relevance | path

Searched refs:scf_scope (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c72 scf_scope_t *scf_scope; member
244 scf_scope_destroy(handle->scf_scope); in ndmp_smf_scf_fini()
268 if ((handle->scf_scope = in ndmp_smf_scf_init()
273 handle->scf_scope) != 0) in ndmp_smf_scf_init()
280 if (scf_scope_get_service(handle->scf_scope, svc_name, in ndmp_smf_scf_init()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c649 handle->scf_scope = in smb_smf_scf_init()
652 if (handle->scf_scope == NULL) in smb_smf_scf_init()
656 handle->scf_handle, handle->scf_scope) != 0) in smb_smf_scf_init()
665 if (scf_scope_get_service(handle->scf_scope, in smb_smf_scf_init()
716 scf_scope_destroy(handle->scf_scope); in smb_smf_scf_fini()
717 handle->scf_scope = NULL; in smb_smf_scf_fini()
H A Dlibsmb.h94 scf_scope_t *scf_scope; member
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c79 if (handle->scf_scope != NULL) { in smb_smf_scf_fini()
81 scf_scope_destroy(handle->scf_scope); in smb_smf_scf_fini()
82 handle->scf_scope = NULL; in smb_smf_scf_fini()
218 handle->scf_scope = in smb_smf_scf_init()
221 handle->scf_handle, handle->scf_scope) != 0) in smb_smf_scf_init()
227 if (scf_scope_get_service(handle->scf_scope, in smb_smf_scf_init()
H A Dlibshare_smbfs.h100 scf_scope_t *scf_scope; member
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h121 struct scf_scope { struct
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h51 typedef struct scf_scope scf_scope_t;