Home
last modified time | relevance | path

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

123456

/freebsd-13.1/lib/libcasper/libcasper/
H A Dservice.c81 struct service { struct
85 service_limit_func_t *s_limit; argument
86 service_command_func_t *s_command; argument
90 struct service * argument
94 struct service *service; in service_alloc() local
114 service_free(struct service *service) in service_free()
165 service_connection_remove(struct service *service, in service_connection_remove()
180 service_connection_clone(struct service *service, in service_connection_clone()
203 service_connection_first(struct service *service) in service_connection_first()
344 service_name(struct service *service) in service_name()
[all …]
H A Dlibcasper_service.c66 #define CSERVICE_IS_CORE(service) \ argument
110 casper_allowed_service(const nvlist_t *limits, const char *service) in casper_allowed_service()
144 struct service *service; in service_execute() local
/freebsd-13.1/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
621 static void service_free(SHIM_SERVICE_T *service) in service_free()
[all …]
H A Dvchiq_core.c180 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
1284 VCHIQ_SERVICE_T *service = in poll_services() local
1509 VCHIQ_SERVICE_T *service = NULL; in parse_open() local
2163 VCHIQ_SERVICE_T *service; in sync_func() local
2562 VCHIQ_SERVICE_T *service; in vchiq_add_service_internal() local
3066 VCHIQ_SERVICE_T *service; in vchiq_connect_internal() 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
2583 vchiq_use_service_internal(VCHIQ_SERVICE_T *service) in vchiq_use_service_internal()
2589 vchiq_release_service_internal(VCHIQ_SERVICE_T *service) in vchiq_release_service_internal()
2611 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); in vchiq_use_service_no_resume() local
2728 vchiq_check_service(VCHIQ_SERVICE_T *service) in vchiq_check_service()
[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-13.1/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c155 const char *service, in openpam_parse_chain()
342 const char *service, in openpam_load_file()
387 const char *service, in openpam_load_chain()
453 const char *service) in openpam_configure()
H A Dpam_start.c65 pam_start(const char *service, in pam_start()
/freebsd-13.1/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-13.1/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()
H A Dgssapi_server.c135 proto (int sock, const char *service) in proto()
298 doit (int port, const char *service) in doit()
H A Dtcp_client.c40 proto (int sock, const char *hostname, const char *service) in proto()
/freebsd-13.1/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-13.1/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c48 openpam_chain_name(const char *service, pam_facility_t fclt) in openpam_chain_name()
121 openpam_dump_policy(const char *service) in openpam_dump_policy()
/freebsd-13.1/crypto/openssl/crypto/bio/
H A Db_addr.c194 char **hostname, char **service) in addr_strings()
280 char *service = NULL; in BIO_ADDR_service_string() local
471 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv()
616 int BIO_lookup(const char *host, const char *service, in BIO_lookup()
645 int BIO_lookup_ex(const char *host, const char *service, int lookup_type, in BIO_lookup_ex()
/freebsd-13.1/sys/dev/bhnd/
H A Dbhnd_subr.c1556 bhnd_service_t service, uint32_t flags) in bhnd_service_registry_add()
1619 device_t provider, bhnd_service_t service) in bhnd_service_registry_remove()
1676 bhnd_service_t service) in bhnd_service_registry_retain()
1721 device_t provider, bhnd_service_t service) in bhnd_service_registry_release()
1851 device_t provider, bhnd_service_t service) in bhnd_bus_generic_register_provider()
1872 device_t provider, bhnd_service_t service) in bhnd_bus_generic_deregister_provider()
1893 bhnd_service_t service) in bhnd_bus_generic_retain_provider()
1914 device_t provider, bhnd_service_t service) in bhnd_bus_generic_release_provider()
1935 device_t provider, bhnd_service_t service) in bhnd_bus_generic_sr_register_provider()
1955 device_t provider, bhnd_service_t service) in bhnd_bus_generic_sr_deregister_provider()
[all …]
/freebsd-13.1/contrib/ntp/libntp/
H A Dntp_intres.c237 const char * service, in getaddrinfo_sometime_ex()
315 char * service; in blocking_getaddrinfo() local
461 const char * service, in getaddrinfo_sometime()
488 char * service; in getaddrinfo_sometime_complete() local
604 …lback(int rescode, int gai_errno, void *context, const char *name, const char *service, const stru… in gai_test_callback()
705 char * service; in blocking_getnameinfo() local
818 char * service; in getnameinfo_sometime_complete() local
884 …ode, int gni_errno, sockaddr_u *psau, int flags, const char *host, const char *service, void *cont… in gni_test_callback()
/freebsd-13.1/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-13.1/crypto/heimdal/lib/ipc/
H A Dclient.c59 mach_init(const char *service, void **ctx) in mach_init()
342 common_path_init(const char *service, in common_path_init()
361 unix_socket_init(const char *service, in unix_socket_init()
430 door_init(const char *service, in door_init()
/freebsd-13.1/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c178 struct ucred *cred, rpc_gss_service_t service) in rpc_gss_hash()
196 gss_OID mech_oid, rpc_gss_service_t service) in rpc_gss_secfind()
313 const char *principal, const char *mechanism, rpc_gss_service_t service, in rpc_gss_seccreate()
359 rpc_gss_service_t service, u_int qop_num, in rpc_gss_seccreate_int()
446 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) in rpc_gss_set_defaults()

123456