Searched defs:handle (Results 626 - 650 of 1084) sorted by relevance

<<21222324252627282930>>

/netbsd-current/sys/arch/sun68k/sun68k/
H A Dbus.c599 sun68k_bus_subregion(bus_space_tag_t tag, bus_space_handle_t handle, argument
624 sun68k_bus_peek(bus_space_tag_t tag, bus_space_handle_t handle, argument
662 sun68k_bus_poke(bus_space_tag_t tag, bus_space_handle_t handle, argument
[all...]
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dudp.c39 int uv_udp_getpeername(const uv_udp_t* handle, argument
51 int uv_udp_getsockname(const uv_udp_t* handle, argument
63 static int uv__udp_set_socket(uv_loop_t* loop, uv_udp_t* handle, SOCKET socket, argument
128 uv__udp_init_ex(uv_loop_t* loop, uv_udp_t* handle, unsigned flags, int domain) argument
170 uv__udp_close(uv_loop_t* loop, uv_udp_t* handle) argument
183 uv__udp_endgame(uv_loop_t* loop, uv_udp_t* handle) argument
192 uv_udp_using_recvmmsg(const uv_udp_t* handle) argument
197 uv__udp_maybe_bind(uv_udp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) argument
267 uv__udp_queue_recv(uv_loop_t* loop, uv_udp_t* handle) argument
361 uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) argument
393 uv__udp_recv_stop(uv_udp_t* handle) argument
404 uv__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 cb) argument
453 uv__process_udp_recv_req(uv_loop_t* loop, uv_udp_t* handle, uv_req_t* req) argument
564 uv__process_udp_send_req(uv_loop_t* loop, uv_udp_t* handle, uv_udp_send_t* req) argument
589 uv__udp_set_membership4(uv_udp_t* handle, const struct sockaddr_in* multicast_addr, const char* interface_addr, uv_membership membership) argument
643 uv__udp_set_membership6(uv_udp_t* handle, const struct sockaddr_in6* multicast_addr, const char* interface_addr, uv_membership membership) argument
698 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
750 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
807 uv_udp_set_membership(uv_udp_t* handle, const char* multicast_addr, const char* interface_addr, uv_membership membership) argument
823 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
867 uv_udp_set_multicast_interface(uv_udp_t* handle, const char* interface_addr) argument
920 uv_udp_set_broadcast(uv_udp_t* handle, int value) argument
938 uv__udp_is_bound(uv_udp_t* handle) argument
950 uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock) argument
1055 uv__udp_connect(uv_udp_t* handle, const struct sockaddr* addr, unsigned int addrlen) argument
1084 uv__udp_disconnect(uv_udp_t* handle) argument
1102 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
1133 uv__udp_try_send(uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen) argument
[all...]
H A Dcore.c663 int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd) { argument
699 uv__socket_sockopt(uv_handle_t* handle, int optname, int* value) argument
731 uv__getsockpeername(const uv_handle_t* handle, uv__peersockfunc func, struct sockaddr* name, int* namelen, int delayed_error) argument
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-fs-event.c70 static void fs_event_fail(uv_fs_event_t* handle, argument
120 static void close_cb(uv_handle_t* handle) { argument
125 static void fail_cb(uv_fs_event_t* handle, argument
132 static void fs_event_cb_dir(uv_fs_event_t* handle, const char* filename, argument
156 static void fs_event_create_files(uv_timer_t* handle) { argument
173 static void fs_event_unlink_files(uv_timer_t* handle) { argument
200 fs_event_cb_dir_multi_file(uv_fs_event_t* handle, const char* filename, int events, int status) argument
235 fs_event_create_files_in_subdir(uv_timer_t* handle) argument
249 fs_event_unlink_files_in_subdir(uv_timer_t* handle) argument
276 fs_event_cb_dir_multi_file_in_subdir(uv_fs_event_t* handle, const char* filename, int events, int status) argument
322 fs_event_cb_file(uv_fs_event_t* handle, const char* filename, int events, int status) argument
337 fs_event_cb_file_current_dir(uv_fs_event_t* handle, const char* filename, int events, int status) argument
353 timer_cb_file(uv_timer_t* handle) argument
370 timer_cb_exact(uv_timer_t* handle) argument
385 timer_cb_watch_twice(uv_timer_t* handle) argument
392 fs_event_cb_close(uv_fs_event_t* handle, const char* filename, int events, int status) argument
838 timer_cb(uv_timer_t* handle) argument
1081 fs_event_error_report_cb(uv_fs_event_t* handle, const char* filename, int events, int status) argument
1089 timer_cb_nop(uv_timer_t* handle) argument
1094 fs_event_error_report_close_cb(uv_handle_t* handle) argument
1200 fs_event_cb_stop(uv_fs_event_t* handle, const char* path, int events, int status) argument
[all...]
H A Dtest-ipc.c60 static void close_server_conn_cb(uv_handle_t* handle) { argument
100 static void on_alloc(uv_handle_t* handle, argument
108 static void close_client_conn_cb(uv_handle_t* handle) { argument
143 static void on_read(uv_stream_t* handle, argument
213 static void on_read_listen_after_bound_twice(uv_stream_t* handle, argument
329 on_read_alloc(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) argument
350 on_read_connection(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) argument
409 on_read_send_zero(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) argument
545 close_cb(uv_handle_t* handle) argument
639 close_and_free_cb(uv_handle_t* handle) argument
[all...]
H A Dtask.h331 static void close_walk_cb(uv_handle_t* handle, void* arg) { argument
H A Dbenchmark-pump.c88 static void show_stats(uv_timer_t* handle) { argument
142 static void read_sockets_close_cb(uv_handle_t* handle) { argument
353 static void buf_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf) { argument
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dprocess.c78 static void uv__chld(uv_signal_t* handle, int signum) { argument
1080 void uv__process_close(uv_process_t* handle) { argument
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_drm.c250 sunxi_drm_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, unsigned int *handle) argument
/netbsd-current/sys/dev/cardbus/
H A Drbus_ppb.c227 bus_space_handle_t handle; local
521 bus_space_handle_t handle; local
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_drm.c237 rk_drm_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, unsigned int *handle) argument
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Ddarwin-crt3.c269 void *handle; local
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dplugin_test.c35 void* handle; member in struct:claimed_file
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-regs.c482 tui_data_item_window::rerender (WINDOW *handle, int field_width) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-support.c83 gdb_dlhandle_up handle = gdb_dlopen (fe_libcc); local
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2440_i2s.c120 s3c2440_i2s_set_intr_lock(void *handle, kmutex_t *sc_intr_lock) argument
177 s3c2440_i2s_set_direction(void *handle, int direction) argument
184 s3c2440_i2s_set_sample_rate(void *handle, int sample_rate) argument
211 s3c2440_i2s_set_sample_width(void *handle, int width) argument
218 s3c2440_i2s_set_bus_format(void *handle, int format) argument
226 s3c2440_i2s_commit(void *handle) argument
294 s3c2440_i2s_disable(void *handle) argument
300 s3c2440_i2s_get_master_clock(void *handle) argument
307 s3c2440_i2s_get_serial_clock(void *handle) argument
315 s3c2440_i2s_alloc(void *handle, int direction, size_t size, int flags, s3c2440_i2s_buf_t *out) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dcontext.c202 OSSL_LIB_CTX *OSSL_LIB_CTX_new_from_dispatch(const OSSL_CORE_HANDLE *handle, argument
218 OSSL_LIB_CTX *OSSL_LIB_CTX_new_child(const OSSL_CORE_HANDLE *handle, argument
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dprovfetchtest.c201 static int dummy_provider_init(const OSSL_CORE_HANDLE *handle, argument
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Ddarwin-crt3.c269 void *handle; local
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-regs.c494 tui_data_item_window::rerender (WINDOW *handle, int field_width) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dwindows-nat.h146 HANDLE handle = 0; member in struct:windows_nat::windows_process_info
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-support.c83 gdb_dlhandle_up handle = gdb_dlopen (fe_libcc); local
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.c37 void *handle; member in struct:__anon1816
/netbsd-current/external/bsd/libfido2/dist/regress/
H A Dcred.c1396 dummy_close(void *handle) argument
1402 dummy_read(void *handle, unsigned char *buf, size_t len, int ms) argument
1414 dummy_write(void *handle, const unsigned char *buf, size_t len) argument
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dhid_osx.c495 fido_hid_close(void *handle) argument
518 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) argument
527 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) argument
565 fido_hid_write(void *handle, const unsigned char *buf, size_t len) argument
584 fido_hid_report_in_len(void *handle) argument
592 fido_hid_report_out_len(void *handle) argument
[all...]

Completed in 198 milliseconds

<<21222324252627282930>>