Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c88 if (handle->scf_service != NULL) { in smb_smf_scf_fini()
89 scf_service_destroy(handle->scf_service); in smb_smf_scf_fini()
90 handle->scf_service = NULL; in smb_smf_scf_fini()
121 if (scf_service_get_instance(handle->scf_service, inst_name, in smb_smf_instance_exists()
158 if (scf_service_add_instance(handle->scf_service, in smb_smf_instance_create()
224 handle->scf_service = in smb_smf_scf_init()
228 svc_name, handle->scf_service) in smb_smf_scf_init()
281 if (scf_service_get_pg(handle->scf_service, in smb_smf_create_service_pgroup()
284 if (scf_service_add_pg(handle->scf_service, pgroup, in smb_smf_create_service_pgroup()
377 if (scf_service_get_pg(handle->scf_service, in smb_smf_delete_service_pgroup()
[all …]
H A Dlibshare_smbfs.h99 scf_service_t *scf_service; member
/illumos-gate/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()
329 if (scf_service_get_pg(handle->scf_service, in ndmp_smf_create_service_pgroup()
332 if (scf_service_add_pg(handle->scf_service, pgroup, in ndmp_smf_create_service_pgroup()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c86 if (scf_service_get_pg(handle->scf_service, in smb_smf_create_service_pgroup()
89 if (scf_service_add_pg(handle->scf_service, pgroup, in smb_smf_create_service_pgroup()
659 handle->scf_service = in smb_smf_scf_init()
662 if (handle->scf_service == NULL) in smb_smf_scf_init()
666 svc_name, handle->scf_service) in smb_smf_scf_init()
722 scf_service_destroy(handle->scf_service); in smb_smf_scf_fini()
723 handle->scf_service = NULL; in smb_smf_scf_fini()
H A Dlibsmb.h93 scf_service_t *scf_service; member
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h125 struct scf_service { struct
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h52 typedef struct scf_service scf_service_t;