Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c94 if (handle->scf_pg != NULL) { in smb_smf_scf_fini()
95 scf_pg_destroy(handle->scf_pg); in smb_smf_scf_fini()
96 handle->scf_pg = NULL; in smb_smf_scf_fini()
234 handle->scf_pg = in smb_smf_scf_init()
275 if (handle->scf_pg == NULL) { in smb_smf_create_service_pgroup()
276 handle->scf_pg = scf_pg_create(handle->scf_handle); in smb_smf_create_service_pgroup()
283 pgroup, handle->scf_pg) != 0) { in smb_smf_create_service_pgroup()
286 SCF_GROUP_FRAMEWORK, 0, handle->scf_pg) != 0) { in smb_smf_create_service_pgroup()
322 if (handle->scf_pg == NULL) { in smb_smf_create_instance_pgroup()
323 handle->scf_pg = scf_pg_create(handle->scf_handle); in smb_smf_create_instance_pgroup()
[all …]
H A Dlibshare_smbfs.h99 scf_propertygroup_t *scf_pg; member
/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c76 if (handle->scf_pg == NULL) in smb_smf_create_service_pgroup()
77 if ((handle->scf_pg = in smb_smf_create_service_pgroup()
86 pgroup, handle->scf_pg) != 0) { in smb_smf_create_service_pgroup()
89 SCF_GROUP_APPLICATION, 0, handle->scf_pg) != 0) { in smb_smf_create_service_pgroup()
117 if (!handle || (!handle->scf_pg)) in smb_smf_start_transaction()
130 handle->scf_pg) != 0) { in smb_smf_start_transaction()
258 (scf_pg_get_property(handle->scf_pg, propname, prop) == 0)) { in smb_smf_get_string_property()
352 (scf_pg_get_property(handle->scf_pg, propname, prop) == 0)) { in smb_smf_get_integer_property()
447 (scf_pg_get_property(handle->scf_pg, propname, prop) == 0)) { in smb_smf_get_boolean_property()
546 (scf_pg_get_property(handle->scf_pg, propname, prop) == 0)) { in smb_smf_get_opaque_property()
[all …]
H A Dlibsmb.h94 scf_propertygroup_t *scf_pg; member
/titanic_44/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()
329 pgroup, handle->scf_pg) != 0) { in ndmp_smf_create_service_pgroup()
332 SCF_GROUP_FRAMEWORK, 0, handle->scf_pg) != 0) { in ndmp_smf_create_service_pgroup()
363 handle->scf_pg) != 0) { in ndmp_smf_start_transaction()
[all …]