Searched defs:handle (Results 726 - 750 of 1084) sorted by relevance

<<21222324252627282930>>

/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrc4173bcu.c517 vrc4173bcu_dump_level2mask(vrip_chipset_tag_t vc, vrip_intr_handle_t handle) argument
580 __vrc4173bcu_intr_disestablish(vrip_chipset_tag_t vc, vrip_intr_handle_t handle) argument
594 __vrc4173bcu_intr_setmask1(vrip_chipset_tag_t vc, vrip_intr_handle_t handle, argument
619 __vrc4173bcu_intr_getstatus2(vrip_chipset_tag_t vc, vrip_intr_handle_t handle, argument
634 __vrc4173bcu_intr_setmask2(vrip_chipset_tag_t vc, vrip_intr_handle_t handle, u_int32_t mask , int onoff) argument
[all...]
/netbsd-current/sys/arch/arm/acpi/
H A Dacpi_pci_machdep.c167 acpi_pci_md_pci_link(ACPI_HANDLE handle, pci_chipset_tag_t pc, int bus) argument
213 ACPI_HANDLE handle; local
[all...]
/netbsd-current/sys/arch/xen/xenbus/
H A Dxenbus_xs.c71 struct xenbus_watch *handle; member in struct:xs_stored_msg::__anon7::__anon9
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dtcp.c48 static int uv__tcp_nodelay(uv_tcp_t* handle, SOCKET socket, int enable) { argument
60 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { argument
81 uv__tcp_set_socket(uv_loop_t* loop, uv_tcp_t* handle, SOCKET socket, int family, int imported) argument
154 uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* handle, unsigned int flags) argument
203 uv_tcp_init(uv_loop_t* loop, uv_tcp_t* handle) argument
236 uv__tcp_endgame(uv_loop_t* loop, uv_tcp_t* handle) argument
292 uv__tcp_try_bind(uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) argument
355 uv_tcp_t* handle; local
374 uv_tcp_t* handle; local
391 uv__tcp_queue_accept(uv_tcp_t* handle, uv_tcp_accept_t* req) argument
475 uv__tcp_queue_read(uv_loop_t* loop, uv_tcp_t* handle) argument
549 uv_tcp_close_reset(uv_tcp_t* handle, uv_close_cb close_cb) argument
564 uv__tcp_listen(uv_tcp_t* handle, int backlog, uv_connection_cb cb) argument
725 uv__tcp_read_start(uv_tcp_t* handle, uv_alloc_cb alloc_cb, uv_read_cb read_cb) argument
785 uv__tcp_try_connect(uv_connect_t* req, uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, uv_connect_cb cb) argument
885 uv_tcp_getsockname(const uv_tcp_t* handle, struct sockaddr* name, int* namelen) argument
897 uv_tcp_getpeername(const uv_tcp_t* handle, struct sockaddr* name, int* namelen) argument
909 uv__tcp_write(uv_loop_t* loop, uv_write_t* req, uv_tcp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, uv_write_cb cb) argument
976 uv__tcp_try_write(uv_tcp_t* handle, const uv_buf_t bufs[], unsigned int nbufs) argument
1000 uv__process_tcp_read_req(uv_loop_t* loop, uv_tcp_t* handle, uv_req_t* req) argument
1129 uv__process_tcp_write_req(uv_loop_t* loop, uv_tcp_t* handle, uv_write_t* req) argument
1176 uv__process_tcp_accept_req(uv_loop_t* loop, uv_tcp_t* handle, uv_req_t* raw_req) argument
1224 uv__process_tcp_connect_req(uv_loop_t* loop, uv_tcp_t* handle, uv_connect_t* req) argument
1264 uv__tcp_xfer_export(uv_tcp_t* handle, int target_pid, uv__ipc_socket_xfer_type_t* xfer_type, uv__ipc_socket_xfer_info_t* xfer_info) argument
1339 uv_tcp_nodelay(uv_tcp_t* handle, int enable) argument
1358 uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) argument
1379 uv_tcp_simultaneous_accepts(uv_tcp_t* handle, int enable) argument
1509 uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) argument
1555 uv__tcp_bind(uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) argument
1572 uv__tcp_connect(uv_connect_t* req, uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, uv_connect_cb cb) argument
[all...]
H A Dprocess.c140 static void uv__process_init(uv_loop_t* loop, uv_process_t* handle) { argument
867 uv__process_proc_exit(uv_loop_t* loop, uv_process_t* handle) argument
905 uv__process_close(uv_loop_t* loop, uv_process_t* handle) argument
926 uv__process_endgame(uv_loop_t* loop, uv_process_t* handle) argument
[all...]
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dudp.c88 void uv__udp_close(uv_udp_t* handle) { argument
99 uv__udp_finish_close(uv_udp_t* handle) argument
127 uv__udp_run_completed(uv_udp_t* handle) argument
172 uv_udp_t* handle; local
187 uv__udp_recvmmsg(uv_udp_t* handle, uv_buf_t* buf) argument
246 uv__udp_recvmsg(uv_udp_t* handle) argument
315 uv__udp_sendmmsg(uv_udp_t* handle) argument
408 uv__udp_sendmsg(uv_udp_t* handle) argument
532 uv__udp_bind(uv_udp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) argument
599 uv__udp_maybe_deferred_bind(uv_udp_t* handle, int domain, unsigned int flags) argument
636 uv__udp_connect(uv_udp_t* handle, const struct sockaddr* addr, unsigned int addrlen) argument
689 uv__udp_disconnect(uv_udp_t* handle) argument
732 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) argument
798 uv__udp_try_send(uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen) argument
842 uv__udp_set_membership4(uv_udp_t* handle, const struct sockaddr_in* multicast_addr, const char* interface_addr, uv_membership membership) argument
889 uv__udp_set_membership6(uv_udp_t* handle, const struct sockaddr_in6* multicast_addr, const char* interface_addr, uv_membership membership) argument
942 uv__udp_set_source_membership4(uv_udp_t* handle, const struct sockaddr_in* multicast_addr, const char* interface_addr, const struct sockaddr_in* source_addr, uv_membership membership) argument
987 uv__udp_set_source_membership6(uv_udp_t* handle, const struct sockaddr_in6* multicast_addr, const char* interface_addr, const struct sockaddr_in6* source_addr, uv_membership membership) argument
1037 uv__udp_init_ex(uv_loop_t* loop, uv_udp_t* handle, unsigned flags, int domain) argument
1063 uv_udp_using_recvmmsg(const uv_udp_t* handle) argument
1074 uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock) argument
1100 uv_udp_set_membership(uv_udp_t* handle, const char* multicast_addr, const char* interface_addr, uv_membership membership) argument
1124 uv_udp_set_source_membership(uv_udp_t* handle, const char* multicast_addr, const char* interface_addr, const char* source_addr, uv_membership membership) argument
1168 uv__setsockopt(uv_udp_t* handle, int option4, int option6, const void* val, socklen_t size) argument
1193 uv__setsockopt_maybe_char(uv_udp_t* handle, int option4, int option6, int val) argument
1212 uv_udp_set_broadcast(uv_udp_t* handle, int on) argument
1225 uv_udp_set_ttl(uv_udp_t* handle, int ttl) argument
1262 uv_udp_set_multicast_ttl(uv_udp_t* handle, int ttl) argument
1287 uv_udp_set_multicast_loop(uv_udp_t* handle, int on) argument
1311 uv_udp_set_multicast_interface(uv_udp_t* handle, const char* interface_addr) argument
1360 uv_udp_getpeername(const uv_udp_t* handle, struct sockaddr* name, int* namelen) argument
1370 uv_udp_getsockname(const uv_udp_t* handle, struct sockaddr* name, int* namelen) argument
1381 uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) argument
1406 uv__udp_recv_stop(uv_udp_t* handle) argument
[all...]
H A Dsunos.c425 static int uv__fs_event_rearm(uv_fs_event_t *handle) { argument
445 uv_fs_event_t *handle = NULL; local
502 uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) argument
508 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, unsigned int flags) argument
550 uv__fs_event_stop(uv_fs_event_t* handle) argument
572 uv_fs_event_stop(uv_fs_event_t* handle) argument
577 uv__fs_event_close(uv_fs_event_t* handle) argument
592 uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) argument
597 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* filename, unsigned int flags) argument
605 uv_fs_event_stop(uv_fs_event_t* handle) argument
610 uv__fs_event_close(uv_fs_event_t* handle) argument
[all...]
H A Dfsevents.c29 int uv__fsevents_init(uv_fs_event_t* handle) { argument
34 int uv__fsevents_close(uv_fs_event_t* handle) { argument
84 uv_fs_event_t* handle; member in struct:uv__cf_loop_signal_s
186 uv_fs_event_t* handle; local
197 uv__fsevents_push_event(uv_fs_event_t* handle, QUEUE* events, int err) argument
228 uv_fs_event_t* handle; local
411 uv__fsevents_reschedule(uv_fs_event_t* handle, uv__cf_loop_signal_type_t type) argument
778 uv__cf_loop_signal(uv_loop_t* loop, uv_fs_event_t* handle, uv__cf_loop_signal_type_t type) argument
806 uv__fsevents_init(uv_fs_event_t* handle) argument
876 uv__fsevents_close(uv_fs_event_t* handle) argument
[all...]
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Dunix.h217 void* handle; member in struct:__anon3
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-tty-escape-sequence-processing.c106 HANDLE handle = tty_out->handle; local
115 HANDLE handle = tty_out->handle; local
128 HANDLE handle = tty_out->handle; local
354 HANDLE handle; local
[all...]
/netbsd-current/sys/arch/arm/ti/
H A Dti_lcdc.c486 tilcdc_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, unsigned int *handle) argument
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup.h56 MAIL_STREAM *handle; /* mail stream handle */ member in struct:CLEANUP_STATE
/netbsd-current/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c695 MAIL_STREAM *handle; local
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fence.c817 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) argument
1156 uint32_t handle; local
[all...]
H A Dvmwgfx_bo.c747 static int vmw_user_bo_synccpu_release(uint32_t handle, argument
606 vmw_user_bo_alloc(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t size, bool shareable, uint32_t *handle, struct vmw_buffer_object **p_vbo, struct ttm_base_object **p_base) argument
848 uint32_t handle; local
912 vmw_user_bo_lookup(struct ttm_object_file *tfile, uint32_t handle, struct vmw_buffer_object **out, struct ttm_base_object **p_base) argument
963 vmw_user_bo_noref_lookup(struct ttm_object_file *tfile, u32 handle) argument
995 vmw_user_bo_reference(struct ttm_object_file *tfile, struct vmw_buffer_object *vbo, uint32_t *handle) argument
1092 vmw_dumb_map_offset(struct drm_file *file_priv, struct drm_device *dev, uint32_t handle, uint64_t *offset) argument
1120 vmw_dumb_destroy(struct drm_file *file_priv, struct drm_device *dev, uint32_t handle) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc873 HANDLE handle; member in struct:auto_handle
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dthread-db.cc54 void *handle; member in struct:thread_db
451 thread_db_thread_handle (ptid_t ptid, gdb_byte **handle, int *handle_len) argument
519 try_thread_db_load_1 (void *handle) argument
604 void *handle; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-libunwind-tdep.c503 void *handle; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrbhst.c225 _krb5_krbhst_get_realm(krb5_krbhst_handle handle) argument
907 struct krb5_krbhst_data *handle = (struct krb5_krbhst_data *)ptr; local
954 krb5_krbhst_init(krb5_context context, const char *realm, unsigned int type, krb5_krbhst_handle *handle) argument
963 krb5_krbhst_init_flags(krb5_context context, const char *realm, unsigned int type, int flags, krb5_krbhst_handle *handle) argument
1013 krb5_krbhst_next(krb5_context context, krb5_krbhst_handle handle, krb5_krbhst_info **host) argument
1029 krb5_krbhst_next_as_string(krb5_context context, krb5_krbhst_handle handle, char *hostname, size_t hostlen) argument
1047 krb5_krbhst_set_hostname(krb5_context context, krb5_krbhst_handle handle, const char *hostname) argument
1060 krb5_krbhst_reset(krb5_context context, krb5_krbhst_handle handle) argument
1066 krb5_krbhst_free(krb5_context context, krb5_krbhst_handle handle) argument
1081 krb5_krbhst_handle handle; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dfake_rsaprov.c506 static int fake_rsa_provider_init(const OSSL_CORE_HANDLE *handle, argument
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dthread-db.cc54 void *handle; member in struct:thread_db
450 thread_db_thread_handle (ptid_t ptid, gdb_byte **handle, int *handle_len) argument
517 try_thread_db_load_1 (void *handle) argument
600 void *handle; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_netbsd.cpp276 int internal_dlinfo(void *handle, int request, void *p) { argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-libunwind-tdep.c494 void *handle; local
[all...]
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-usb-linux.c231 usb_set_ring_size(pcap_t* handle, int header_size) argument
293 int usb_mmap(pcap_t* handle) argument
468 usb_activate(pcap_t* handle) argument
626 usb_inject_linux(pcap_t *handle, const void *buf _U_, int size _U_) argument
645 usb_stats_linux_bin(pcap_t *handle, struct pcap_stat *stats) argument
669 usb_read_linux_bin(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) argument
759 usb_read_linux_mmap(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
939 usb_cleanup_linux_mmap(pcap_t* handle) argument
[all...]
/netbsd-current/sys/dev/pci/
H A Dcmpci.c503 cmpci_intr(void *handle) argument
558 cmpci_query_format(void *handle, audio_format_query_t *afp) argument
565 cmpci_set_format(void *handle, int setmode, argument
632 cmpci_halt_output(void *handle) argument
649 cmpci_halt_input(void *handle) argument
667 cmpci_getdev(void *handle, struc argument
697 cmpci_query_devinfo(void *handle, mixer_devinfo_t *dip) argument
1011 cmpci_allocm(void *handle, int direction, size_t size) argument
1023 cmpci_freem(void *handle, void *addr, size_t size) argument
1357 cmpci_set_port(void *handle, mixer_ctrl_t *cp) argument
1469 cmpci_get_port(void *handle, mixer_ctrl_t *cp) argument
1537 cmpci_round_buffersize(void *handle, int direction, size_t bufsize) argument
1549 cmpci_get_props(void *handle) argument
1557 cmpci_trigger_output(void *handle, void *start, void *end, int blksize, void (*intr)(void *), void *arg, const audio_params_t *param) argument
1596 cmpci_trigger_input(void *handle, void *start, void *end, int blksize, void (*intr)(void *), void *arg, const audio_params_t *param) argument
[all...]

Completed in 244 milliseconds

<<21222324252627282930>>