Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c90 if (handle->scf_service != NULL) { in smb_smf_scf_fini()
91 scf_service_destroy(handle->scf_service); in smb_smf_scf_fini()
92 handle->scf_service = NULL; in smb_smf_scf_fini()
123 if (scf_service_get_instance(handle->scf_service, inst_name, in smb_smf_instance_exists()
158 if (scf_service_get_instance(handle->scf_service, inst_name, in smb_smf_instance_create()
160 if (scf_service_add_instance(handle->scf_service, in smb_smf_instance_create()
188 if (scf_service_get_instance(handle->scf_service, inst_name, in smb_smf_instance_delete()
226 handle->scf_service = in smb_smf_scf_init()
230 svc_name, handle->scf_service) in smb_smf_scf_init()
282 if (scf_service_get_pg(handle->scf_service, in smb_smf_create_service_pgroup()
[all …]
H A Dlibshare_smbfs.h95 scf_service_t *scf_service; member
/titanic_41/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c71 scf_service_t *scf_service; member
190 if (scf_service_get_pg(h->scf_service, ndmp_pg[i], in ndmp_smf_get_pg_name()
245 scf_service_destroy(handle->scf_service); in ndmp_smf_scf_fini()
276 if ((handle->scf_service = in ndmp_smf_scf_init()
281 handle->scf_service) != SCF_SUCCESS) in ndmp_smf_scf_init()
328 if (scf_service_get_pg(handle->scf_service, in ndmp_smf_create_service_pgroup()
331 if (scf_service_add_pg(handle->scf_service, pgroup, in ndmp_smf_create_service_pgroup()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c85 if (scf_service_get_pg(handle->scf_service, in smb_smf_create_service_pgroup()
88 if (scf_service_add_pg(handle->scf_service, pgroup, in smb_smf_create_service_pgroup()
610 handle->scf_service = in smb_smf_scf_init()
613 if (handle->scf_service == NULL) in smb_smf_scf_init()
617 svc_name, handle->scf_service) in smb_smf_scf_init()
672 scf_service_destroy(handle->scf_service); in smb_smf_scf_fini()
673 handle->scf_service = NULL; in smb_smf_scf_fini()
H A Dlibsmb.h90 scf_service_t *scf_service; member
/titanic_41/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h124 struct scf_service { struct
/titanic_41/usr/src/lib/libscf/inc/
H A Dlibscf.h46 typedef struct scf_service scf_service_t;