Searched refs:scf_service (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c69 scf_service_t *scf_service; member in struct:ndmp_scfhandle
466 if (scf_service_get_pg(h->scf_service, ndmp_pg[i],
519 scf_service_destroy(handle->scf_service);
551 if ((handle->scf_service =
556 handle->scf_service) != SCF_SUCCESS)
603 if (scf_service_get_pg(handle->scf_service,
606 if (scf_service_add_pg(handle->scf_service, pgroup,
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_scfutil.c83 if (scf_service_get_instance(handle->scf_service, inst_name,
85 if (scf_service_add_instance(handle->scf_service,
111 if (scf_service_get_instance(handle->scf_service, inst_name,
247 if (scf_service_get_pg(handle->scf_service,
250 if (scf_service_add_pg(handle->scf_service, pgroup,
914 handle->scf_service =
917 if (handle->scf_service == NULL)
921 svc_name, handle->scf_service)
976 scf_service_destroy(handle->scf_service);
977 handle->scf_service
[all...]
H A Dlibsmb.h94 scf_service_t *scf_service; member in struct:smb_scfhandle
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h122 struct scf_service { struct
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_file.c451 if ((hd->scf_service = scf_service_create(hd->scf_handle)) == NULL)
455 hd->scf_service);
462 rc = scf_service_get_pg(hd->scf_service, SMB_PG_NAME, hd->scf_pg);
487 scf_service_destroy(hd->scf_service);
/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf.h51 typedef struct scf_service scf_service_t;

Completed in 37 milliseconds