Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c600 handle->scf_scope = in smb_smf_scf_init()
603 if (handle->scf_scope == NULL) in smb_smf_scf_init()
607 handle->scf_handle, handle->scf_scope) != 0) in smb_smf_scf_init()
616 if (scf_scope_get_service(handle->scf_scope, in smb_smf_scf_init()
666 scf_scope_destroy(handle->scf_scope); in smb_smf_scf_fini()
667 handle->scf_scope = NULL; in smb_smf_scf_fini()
H A Dlibsmb.h91 scf_scope_t *scf_scope; member
/titanic_44/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()
/titanic_44/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c81 if (handle->scf_scope != NULL) { in smb_smf_scf_fini()
83 scf_scope_destroy(handle->scf_scope); in smb_smf_scf_fini()
84 handle->scf_scope = NULL; in smb_smf_scf_fini()
220 handle->scf_scope = in smb_smf_scf_init()
223 handle->scf_handle, handle->scf_scope) != 0) in smb_smf_scf_init()
229 if (scf_scope_get_service(handle->scf_scope, in smb_smf_scf_init()
H A Dlibshare_smbfs.h96 scf_scope_t *scf_scope; member
/titanic_44/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h120 struct scf_scope { struct
/titanic_44/usr/src/lib/libscf/inc/
H A Dlibscf.h45 typedef struct scf_scope scf_scope_t;