Searched refs:scf_scope (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c70 scf_scope_t *scf_scope; member in struct:ndmp_scfhandle
518 scf_scope_destroy(handle->scf_scope);
543 if ((handle->scf_scope =
548 handle->scf_scope) != 0)
555 if (scf_scope_get_service(handle->scf_scope, svc_name,
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_scfutil.c904 handle->scf_scope =
907 if (handle->scf_scope == NULL)
911 handle->scf_handle, handle->scf_scope) != 0)
920 if (scf_scope_get_service(handle->scf_scope,
970 scf_scope_destroy(handle->scf_scope);
971 handle->scf_scope = NULL;
H A Dlibsmb.h95 scf_scope_t *scf_scope; member in struct:smb_scfhandle
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h118 struct scf_scope { struct
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_file.c444 if ((hd->scf_scope = scf_scope_create(hd->scf_handle)) == NULL)
447 rc = scf_handle_get_local_scope(hd->scf_handle, hd->scf_scope);
454 rc = scf_scope_get_service(hd->scf_scope, SMB_FMRI_PREFIX,
485 scf_scope_destroy(hd->scf_scope);
/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf.h50 typedef struct scf_scope scf_scope_t;

Completed in 33 milliseconds