Home
last modified time | relevance | path

Searched defs:service (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd-src/lib/libcasper/libcasper/
H A Dservice.c78 struct service { struct
82 service_limit_func_t *s_limit; argument
83 service_command_func_t *s_command; argument
87 struct service * argument
91 struct service *service; in service_alloc() local
111 service_free(struct service *service) in service_free()
125 service_connection_add(struct service *service, int sock, in service_connection_add()
162 service_connection_remove(struct service *service, in service_connection_remove()
177 service_connection_clone(struct service *service, in service_connection_clone()
200 service_connection_first(struct service *service) in service_connection_first()
[all …]
H A Dlibcasper_service.c63 #define CSERVICE_IS_CORE(service) \ argument
107 casper_allowed_service(const nvlist_t *limits, const char *service) in casper_allowed_service()
141 struct service *service; in service_execute() local
/freebsd-src/sys/dev/qat/qat_common/
H A Dadf_init.c32 adf_service_add(struct service_hndl *service) in adf_service_add()
40 adf_service_register(struct service_hndl *service) in adf_service_register()
49 adf_service_remove(struct service_hndl *service) in adf_service_remove()
57 adf_service_unregister(struct service_hndl *service) in adf_service_unregister()
186 struct service_hndl *service; in adf_error_notifier() local
264 struct service_hndl *service; in adf_dev_init() local
414 struct service_hndl *service; in adf_dev_start() local
508 struct service_hndl *service; in adf_dev_stop() local
570 struct service_hndl *service; in adf_dev_shutdown() local
666 struct service_hndl *service; in adf_dev_restarting_notify() local
[all …]
/freebsd-src/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c102 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_peek() local
134 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_remove() local
165 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_queue() local
208 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_bulk_queue_receive() local
267 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_bulk_queue_transmit() local
327 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_dequeue() local
377 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_queuev() local
431 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_hold() local
543 SHIM_SERVICE_T *service = in shim_callback() local
604 SHIM_SERVICE_T *service = kzalloc(sizeof(SHIM_SERVICE_T), GFP_KERNEL); in service_alloc() local
[all …]
H A Dvchiq_core.c168 vchiq_set_service_state(VCHIQ_SERVICE_T *service, int newstate) in vchiq_set_service_state()
180 VCHIQ_SERVICE_T *service; in find_service_by_handle() local
202 VCHIQ_SERVICE_T *service = NULL; in find_service_by_port() local
224 VCHIQ_SERVICE_T *service; in find_service_for_instance() local
247 VCHIQ_SERVICE_T *service; in find_closed_service_for_instance() local
273 VCHIQ_SERVICE_T *service = NULL; in next_service_by_instance() local
295 lock_service(VCHIQ_SERVICE_T *service) in lock_service()
305 unlock_service(VCHIQ_SERVICE_T *service) in unlock_service()
333 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); in vchiq_get_client_id() local
346 VCHIQ_SERVICE_T *service = handle_to_service(handle); in vchiq_get_service_userdata() local
[all …]
H A Dvchiq_arm.c101 VCHIQ_SERVICE_T *service; member
281 VCHIQ_SERVICE_T *service; in service_callback() local
430 VCHIQ_SERVICE_T *service = NULL; in vchiq_ioctl() local
1233 VCHIQ_SERVICE_T *service; in vchiq_close() local
1420 VCHIQ_SERVICE_T *service = state->services[i]; in vchiq_dump_platform_instances() local
1431 VCHIQ_SERVICE_T *service = state->services[i]; in vchiq_dump_platform_instances() local
1462 vchiq_dump_platform_service_state(void *dump_context, VCHIQ_SERVICE_T *service) in vchiq_dump_platform_service_state()
2371 vchiq_use_internal(VCHIQ_STATE_T *state, VCHIQ_SERVICE_T *service, in vchiq_use_internal()
2504 vchiq_release_internal(VCHIQ_STATE_T *state, VCHIQ_SERVICE_T *service) in vchiq_release_internal()
2583 vchiq_use_service_internal(VCHIQ_SERVICE_T *service) in vchiq_use_service_internal()
[all …]
H A Dvchiq_kern_lib.c230 VCHIQ_SERVICE_T *service = NULL; in vchiq_add_service() local
275 VCHIQ_SERVICE_T *service = NULL; in vchiq_open_service() local
384 VCHIQ_SERVICE_T *service; in vchiq_blocking_bulk_transfer() local
/freebsd-src/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c153 const char *service, in openpam_parse_chain()
340 const char *service, in openpam_load_file()
385 const char *service, in openpam_load_chain()
451 const char *service) in openpam_configure()
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dverify_user.c42 const char *service, in verify_common()
137 krb5_verify_opt_set_service(krb5_verify_opt *opt, const char *service) in krb5_verify_opt_set_service()
224 const char *service) in krb5_verify_user()
248 const char *service) in krb5_verify_user_lrealm()
H A Dget_port.c38 const char *service, in krb5_getportbyname()
/freebsd-src/crypto/heimdal/appl/test/
H A Dtcp_server.c40 proto (int sock, const char *service) in proto()
156 doit (int port, const char *service) in doit()
H A Dcommon.c43 char *service = SERVICE; variable
139 client_doit (const char *hostname, int port, const char *service, in client_doit()
H A Dnt_gss_server.c53 char *service = SERVICE; variable
68 proto (int sock, const char *service) in proto()
156 doit (int port, const char *service) in doit()
H A Duu_server.c40 proto (int sock, const char *service) in proto()
175 doit (int port, const char *service) in doit()
/freebsd-src/crypto/heimdal/appl/kf/
H A Dkfd.c43 char *service = KF_SERVICE; variable
123 proto (int sock, const char *service) in proto()
284 doit (int port, const char *service) in doit()
H A Dkf.c41 const char *service = KF_SERVICE; variable
125 proto (int sock, const char *hostname, const char *service, in proto()
284 doit (const char *hostname, int port, const char *service, in doit()
/freebsd-src/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_ctrl_services.c171 SalCtrl_IsServiceEnabled(Cpa32U enabled_services, sal_service_type_t service) in SalCtrl_IsServiceEnabled()
447 sal_service_t *service = NULL; in SalCtrl_ServiceShutdown() local
569 sal_service_t *service = NULL; in SalCtrl_ServiceInit() local
655 sal_service_t *service = NULL; in SalCtrl_ServiceStart() local
702 sal_service_t *service = NULL; in SalCtrl_ServiceStop() local
729 sal_service_t *service = NULL; in SalCtrl_ServiceError() local
H A Dsal_crypto.c94 SalCtrl_SymReleaseTransHandle(sal_service_t *service) in SalCtrl_SymReleaseTransHandle()
182 sal_service_t *service, in SalCtrl_SymCreateTransHandle()
330 SalCtrl_SymInit(icp_accel_dev_t *device, sal_service_t *service) in SalCtrl_SymInit()
447 SalCtrl_DebugShutdown(icp_accel_dev_t *device, sal_service_t *service) in SalCtrl_DebugShutdown()
466 SalCtrl_DebugInit(icp_accel_dev_t *device, sal_service_t *service) in SalCtrl_DebugInit()
570 SalCtr_InstInit(icp_accel_dev_t *device, sal_service_t *service) in SalCtr_InstInit()
756 SalCtrl_CryptoInit(icp_accel_dev_t *device, sal_service_t *service) in SalCtrl_CryptoInit()
805 SalCtrl_CryptoStart(icp_accel_dev_t *device, sal_service_t *service) in SalCtrl_CryptoStart()
821 SalCtrl_CryptoStop(icp_accel_dev_t *device, sal_service_t *service) in SalCtrl_CryptoStop()
836 SalCtrl_CryptoShutdown(icp_accel_dev_t *device, sal_service_t *service) in SalCtrl_CryptoShutdown()
H A Dsal_get_instances.c58 char *service = NULL; in Lac_GetSingleCyNumInstances() local
148 char *service = NULL; in Lac_GetSingleCyInstances() local
/freebsd-src/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c46 openpam_chain_name(const char *service, pam_facility_t fclt) in openpam_chain_name()
119 openpam_dump_policy(const char *service) in openpam_dump_policy()
/freebsd-src/crypto/openssl/crypto/bio/
H A Dbio_addr.c204 char **hostname, char **service) in addr_strings() argument
289 char *service = NULL; BIO_ADDR_service_string() local
480 BIO_parse_hostserv(const char * hostserv,char ** host,char ** service,enum BIO_hostserv_priorities hostserv_prio) BIO_parse_hostserv() argument
623 BIO_lookup(const char * host,const char * service,enum BIO_lookup_type lookup_type,int family,int socktype,BIO_ADDRINFO ** res) BIO_lookup() argument
652 BIO_lookup_ex(const char * host,const char * service,int lookup_type,int family,int socktype,int protocol,BIO_ADDRINFO ** res) BIO_lookup_ex() argument
[all...]
/freebsd-src/sys/dev/bhnd/
H A Dbhnd_subr.c1554 bhnd_service_t service, uint32_t flags) in bhnd_service_registry_add()
1617 device_t provider, bhnd_service_t service) in bhnd_service_registry_remove()
1674 bhnd_service_t service) in bhnd_service_registry_retain()
1719 device_t provider, bhnd_service_t service) in bhnd_service_registry_release()
1833 device_t provider, bhnd_service_t service) in bhnd_bus_generic_register_provider()
1854 device_t provider, bhnd_service_t service) in bhnd_bus_generic_deregister_provider()
1875 bhnd_service_t service) in bhnd_bus_generic_retain_provider()
1896 device_t provider, bhnd_service_t service) in bhnd_bus_generic_release_provider()
1917 device_t provider, bhnd_service_t service) in bhnd_bus_generic_sr_register_provider()
1937 device_t provider, bhnd_service_t service) in bhnd_bus_generic_sr_deregister_provider()
[all …]
/freebsd-src/contrib/ntp/libntp/
H A Dntp_intres.c231 const char * service, in getaddrinfo_sometime_ex()
309 char * service; in blocking_getaddrinfo() local
455 const char * service, in getaddrinfo_sometime()
482 char * service; in getaddrinfo_sometime_complete() local
598 …lback(int rescode, int gai_errno, void *context, const char *name, const char *service, const stru… in gai_test_callback()
699 char * service; in blocking_getnameinfo() local
812 char * service; in getnameinfo_sometime_complete() local
878 …ode, int gni_errno, sockaddr_u *psau, int flags, const char *host, const char *service, void *cont… in gni_test_callback()
/freebsd-src/contrib/ofed/librdmacm/
H A Daddrinfo.c215 static int ucma_getaddrinfo(const char *node, const char *service, in ucma_getaddrinfo()
237 int rdma_getaddrinfo(const char *node, const char *service, in rdma_getaddrinfo()
/freebsd-src/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c127 const void *sourceuser, *service; in pam_sm_authenticate() local
885 const char *services[3], **service; in verify_krb_v5_tgt_begin() local
946 const char *service, krb5_principal princ, char phost[static BUFSIZ]) in verify_krb_v5_tgt()
1003 const char *service, krb5_principal princ, char phost[static BUFSIZ] __unused) in verify_krb_v5_tgt_cleanup()

123456