Symbol: scf_scope
usr/src/lib/libndmp/common/libndmp_prop.c
244
scf_scope_destroy(handle->scf_scope);
usr/src/lib/libndmp/common/libndmp_prop.c
268
if ((handle->scf_scope =
usr/src/lib/libndmp/common/libndmp_prop.c
273
handle->scf_scope) != 0)
usr/src/lib/libndmp/common/libndmp_prop.c
280
if (scf_scope_get_service(handle->scf_scope, svc_name,
usr/src/lib/libndmp/common/libndmp_prop.c
72
scf_scope_t *scf_scope;
usr/src/lib/libscf/inc/libscf.h
51
typedef struct scf_scope scf_scope_t;
usr/src/lib/libshare/smbfs/libshare_smbfs.h
100
scf_scope_t *scf_scope;
usr/src/lib/libshare/smbfs/smbfs_scfutil.c
218
handle->scf_scope =
usr/src/lib/libshare/smbfs/smbfs_scfutil.c
221
handle->scf_handle, handle->scf_scope) != 0)
usr/src/lib/libshare/smbfs/smbfs_scfutil.c
227
if (scf_scope_get_service(handle->scf_scope,
usr/src/lib/libshare/smbfs/smbfs_scfutil.c
79
if (handle->scf_scope != NULL) {
usr/src/lib/libshare/smbfs/smbfs_scfutil.c
81
scf_scope_destroy(handle->scf_scope);
usr/src/lib/libshare/smbfs/smbfs_scfutil.c
82
handle->scf_scope = NULL;
usr/src/lib/smbsrv/libsmb/common/libsmb.h
94
scf_scope_t *scf_scope;
usr/src/lib/smbsrv/libsmb/common/smb_scfutil.c
649
handle->scf_scope =
usr/src/lib/smbsrv/libsmb/common/smb_scfutil.c
652
if (handle->scf_scope == NULL)
usr/src/lib/smbsrv/libsmb/common/smb_scfutil.c
656
handle->scf_handle, handle->scf_scope) != 0)
usr/src/lib/smbsrv/libsmb/common/smb_scfutil.c
665
if (scf_scope_get_service(handle->scf_scope,
usr/src/lib/smbsrv/libsmb/common/smb_scfutil.c
716
scf_scope_destroy(handle->scf_scope);
usr/src/lib/smbsrv/libsmb/common/smb_scfutil.c
717
handle->scf_scope = NULL;