Home
last modified time | relevance | path

Searched refs:scf_pg (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c92 if (handle->scf_pg != NULL) { in smb_smf_scf_fini()
93 scf_pg_destroy(handle->scf_pg); in smb_smf_scf_fini()
94 handle->scf_pg = NULL; in smb_smf_scf_fini()
232 handle->scf_pg = in smb_smf_scf_init()
274 if (handle->scf_pg == NULL) { in smb_smf_create_service_pgroup()
282 pgroup, handle->scf_pg) != 0) { in smb_smf_create_service_pgroup()
321 if (handle->scf_pg == NULL) { in smb_smf_create_instance_pgroup()
330 pgroup, handle->scf_pg) != 0) { in smb_smf_create_instance_pgroup()
370 if (handle->scf_pg == NULL) { in smb_smf_delete_service_pgroup()
420 if (handle->scf_pg == NULL) { in smb_smf_delete_instance_pgroup()
[all …]
H A Dlibshare_smbfs.h103 scf_propertygroup_t *scf_pg; member
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c74 scf_propertygroup_t *scf_pg; member
191 h->scf_pg) != 0) in ndmp_smf_get_pg_name()
205 if ((scf_pg_get_property(h->scf_pg, pname, prop)) != 0) { in ndmp_smf_get_pg_name()
246 scf_pg_destroy(handle->scf_pg); in ndmp_smf_scf_fini()
284 if ((handle->scf_pg = in ndmp_smf_scf_init()
317 if (handle->scf_pg == NULL) { in ndmp_smf_create_service_pgroup()
318 if ((handle->scf_pg = in ndmp_smf_create_service_pgroup()
330 pgroup, handle->scf_pg) != 0) { in ndmp_smf_create_service_pgroup()
333 SCF_GROUP_FRAMEWORK, 0, handle->scf_pg) != 0) { in ndmp_smf_create_service_pgroup()
364 handle->scf_pg) != 0) { in ndmp_smf_start_transaction()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c77 if (handle->scf_pg == NULL) in smb_smf_create_service_pgroup()
78 if ((handle->scf_pg = in smb_smf_create_service_pgroup()
87 pgroup, handle->scf_pg) != 0) { in smb_smf_create_service_pgroup()
90 SCF_GROUP_APPLICATION, 0, handle->scf_pg) != 0) { in smb_smf_create_service_pgroup()
118 if (!handle || (!handle->scf_pg)) in smb_smf_start_transaction()
131 handle->scf_pg) != 0) { in smb_smf_start_transaction()
265 (scf_pg_get_property(handle->scf_pg, propname, prop) == 0)) { in smb_smf_get_string_property()
670 handle->scf_pg = in smb_smf_scf_init()
673 if (handle->scf_pg == NULL) in smb_smf_scf_init()
725 scf_pg_destroy(handle->scf_pg); in smb_smf_scf_fini()
[all …]
H A Dlibsmb.h97 scf_propertygroup_t *scf_pg; member