Searched defs:handle (Results 526 - 550 of 1084) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-tcp-open.c88 static void alloc_cb(uv_handle_t* handle, argument
98 static void close_cb(uv_handle_t* handle) { argument
175 static void timer_cb(uv_timer_t* handle) { argument
H A Dbenchmark-multi-accept.c146 ipc_close_cb(uv_handle_t* handle) argument
163 ipc_alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) argument
173 ipc_read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) argument
282 sv_async_cb(uv_async_t* handle) argument
313 sv_alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) argument
322 sv_read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) argument
337 cl_idle_cb(uv_idle_t* handle) argument
344 cl_close_cb(uv_handle_t* handle) argument
366 uv_tcp_t* handle; local
[all...]
H A Dbenchmark-pound.c84 static void alloc_cb(uv_handle_t* handle, argument
161 static void close_cb(uv_handle_t* handle) { argument
H A Dtest-threadpool-cancel.c106 static void getnameinfo_cb(uv_getnameinfo_t* handle, argument
127 static void timer_cb(uv_timer_t* handle) { argument
H A Dtest-timer.c39 static void once_close_cb(uv_handle_t* handle) { argument
49 static void once_cb(uv_timer_t* handle) { argument
63 static void twice_close_cb(uv_handle_t* handle) { argument
72 twice_cb(uv_timer_t* handle) argument
85 repeat_close_cb(uv_handle_t* handle) argument
94 repeat_cb(uv_timer_t* handle) argument
108 never_cb(uv_timer_t* handle) argument
183 uv_timer_t handle; local
195 order_cb_a(uv_timer_t *handle) argument
200 order_cb_b(uv_timer_t *handle) argument
244 tiny_timer_cb(uv_timer_t* handle) argument
268 huge_repeat_cb(uv_timer_t* handle) argument
297 timer_run_once_timer_cb(uv_timer_t* handle) argument
323 uv_timer_t handle; local
336 uv_timer_t handle; local
349 timer_early_check_cb(uv_timer_t* handle) argument
[all...]
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dsignal.c36 uv_signal_t* handle; member in struct:__anon44
168 uv_signal_t* handle; local
185 uv_signal_t* handle; local
301 uv_handle_t* handle = QUEUE_DATA(q, uv_handle_t, handle_queue); local
319 uv_signal_init(uv_loop_t* loop, uv_signal_t* handle) argument
335 uv__signal_close(uv_signal_t* handle) argument
340 uv_signal_start(uv_signal_t* handle, uv_signal_cb signal_cb, int signum) argument
345 uv_signal_start_oneshot(uv_signal_t* handle, uv_signal_cb signal_cb, int signum) argument
352 uv__signal_start(uv_signal_t* handle, uv_signal_cb signal_cb, int signum, int oneshot) argument
420 uv_signal_t* handle; local
513 uv_signal_stop(uv_signal_t* handle) argument
520 uv__signal_stop(uv_signal_t* handle) argument
[all...]
H A Dpipe.c33 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { argument
43 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { argument
96 uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) argument
122 uv__pipe_close(uv_pipe_t* handle) argument
139 uv_pipe_open(uv_pipe_t* handle, uv_file fd) argument
175 uv_pipe_connect(uv_connect_t* req, uv_pipe_t* handle, const char* name, uv_connect_cb cb) argument
242 uv__pipe_getsockpeername(const uv_pipe_t* handle, uv__peersockfunc func, char* buffer, size_t* size) argument
286 uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) argument
291 uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) argument
296 uv_pipe_pending_instances(uv_pipe_t* handle, int count) argument
300 uv_pipe_pending_count(uv_pipe_t* handle) argument
317 uv_pipe_pending_type(uv_pipe_t* handle) argument
328 uv_pipe_chmod(uv_pipe_t* handle, int mode) argument
[all...]
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dpoll.c77 static void uv__fast_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) { argument
139 uv__fast_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) argument
271 uv_poll_t* handle = (uv_poll_t*) req->data; local
338 uv__slow_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) argument
368 uv__slow_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) argument
410 uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) argument
415 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) argument
488 uv__poll_set(uv_poll_t* handle, int events, uv_poll_cb cb) argument
519 uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb) argument
524 uv_poll_stop(uv_poll_t* handle) argument
529 uv__process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) argument
538 uv__poll_close(uv_loop_t* loop, uv_poll_t* handle) argument
579 uv__poll_endgame(uv_loop_t* loop, uv_poll_t* handle) argument
[all...]
H A Dprocess-stdio.c75 HANDLE handle; local
98 uv__duplicate_handle(uv_loop_t* loop, HANDLE handle, HANDLE* dup) argument
132 HANDLE handle; local
146 HANDLE handle; local
362 HANDLE handle = CHILD_STDIO_HANDLE(buffer, i); local
377 HANDLE handle = CHILD_STDIO_HANDLE(buffer, i); local
[all...]
/netbsd-current/sys/arch/arm/acpi/
H A Dacpi_pci_layerscape_gen4.c236 acpi_pci_layerscape_gen4_map(ACPI_HANDLE handle, UINT32 level, void *ctx, void **retval) argument
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dofw_machdep.c472 int handle, proplen; local
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dteam.c60 pthread_t handle; member in struct:gomp_thread_start_data
909 gomp_thread_handle handle local
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dgui.c36 void *handle; member in struct:__anon2372
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_dlfcn.c447 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY); local
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dinit.c168 HMODULE handle = NULL; local
768 HMODULE handle = NULL; local
/netbsd-current/crypto/external/bsd/openssl/dist/test/testutil/
H A Dfake_random.c164 static int fake_rand_provider_init(const OSSL_CORE_HANDLE *handle, argument
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve.c518 #define handle 0 macro
532 dns_handle_t handle; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dfilterprov.c134 int filter_provider_init(const OSSL_CORE_HANDLE *handle, argument
H A Dp_test.c40 const OSSL_CORE_HANDLE *handle; member in struct:p_test_ctx
228 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_dlfcn.c447 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY); local
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Daccept_sec_context.c206 gsskrb5_cred handle; local
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dinit_c.c567 _kadm5_connect(void *handle) argument
/netbsd-current/usr.sbin/altq/altqstat/
H A Dquip_client.c371 quip_chandle2name(const char *ifname, u_long handle, char *name, size_t size) argument
422 quip_printfilter(const char *ifname, const u_long handle) argument
468 u_long handle; local
509 quip_printfilter(extract_ifname(name), handle); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dteam.c62 pthread_t handle; member in struct:gomp_thread_start_data
928 gomp_thread_handle handle local
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cpp101 int internal_dlinfo(void *handle, int request, void *p) { argument

Completed in 206 milliseconds

<<21222324252627282930>>