Searched refs:scf_instance (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_scfutil.c82 handle->scf_instance = scf_instance_create(handle->scf_handle);
84 handle->scf_instance) != SCF_SUCCESS) {
86 inst_name, handle->scf_instance) != SCF_SUCCESS) {
110 handle->scf_instance = scf_instance_create(handle->scf_handle);
112 handle->scf_instance) == SCF_SUCCESS) {
113 if (scf_instance_delete(handle->scf_instance) == SCF_SUCCESS) {
150 if (scf_instance_get_pg(handle->scf_instance,
153 if (scf_instance_add_pg(handle->scf_instance, pgroup,
196 if (scf_instance_get_pg(handle->scf_instance, pgroup,
973 scf_instance_destroy(handle->scf_instance);
[all...]
H A Dlibsmb.h99 scf_instance_t *scf_instance; member in struct:smb_scfhandle
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h126 struct scf_instance { struct
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_file.c486 scf_instance_destroy(hd->scf_instance);
/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf.h52 typedef struct scf_instance scf_instance_t;

Completed in 41 milliseconds