Searched defs:handle (Results 151 - 175 of 1084) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-udp-multicast-ttl.c39 static void close_cb(uv_handle_t* handle) { argument
H A Dtest-tcp-connect6-error.c32 static void connect_cb(uv_connect_t* handle, int status) { argument
38 static void close_cb(uv_handle_t* handle) { argument
H A Dbenchmark-async-pummel.c39 static void async_cb(uv_async_t* handle) { argument
54 uv_async_t* handle = (uv_async_t*) arg; local
66 uv_async_t handle; local
[all...]
H A Dbenchmark-million-timers.c31 static void timer_cb(uv_timer_t* handle) { argument
36 static void close_cb(uv_handle_t* handle) { argument
H A Dtest-timer-again.c37 static void close_cb(uv_handle_t* handle) { argument
44 static void repeat_1_cb(uv_timer_t* handle) { argument
69 static void repeat_2_cb(uv_timer_t* handle) { argument
[all...]
H A Dtest-udp-multicast-interface.c39 static void close_cb(uv_handle_t* handle) { argument
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dpoll.c31 uv_poll_t* handle; local
68 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { argument
97 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) argument
103 uv__poll_stop(uv_poll_t* handle) argument
112 uv_poll_stop(uv_poll_t* handle) argument
119 uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) argument
158 uv__poll_close(uv_poll_t* handle) argument
[all...]
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dhandle.c32 HANDLE handle; local
61 int uv_is_active(const uv_handle_t* handle) { argument
67 void uv_close(uv_handle_t* handle, uv_close_cb cb) { argument
151 uv_is_closing(const uv_handle_t* handle) argument
[all...]
/netbsd-current/sys/dev/ic/
H A Dmm58167.c65 struct todr_chip_handle *handle; local
81 mm58167_gettime_ymdhms(todr_chip_handle_t handle, struct clock_ymdhms *dt) argument
231 mm58167_settime_ymdhms(todr_chip_handle_t handle, struct clock_ymdhms *dt) argument
[all...]
H A Dmc146818.c49 todr_chip_handle_t handle; local
79 mc146818_gettime_ymdhms(todr_chip_handle_t handle, struct clock_ymdhms *dt) argument
131 mc146818_settime_ymdhms(todr_chip_handle_t handle, struct clock_ymdhms *dt) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dload_lib.c80 void *handle; local
123 shl_t handle; local
/netbsd-current/sys/dev/acpi/
H A Ddwcwdt_acpi.c64 ACPI_HANDLE handle = aa->aa_node->ad_handle; local
/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/
H A Dprovider_ctx.c30 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle) argument
/netbsd-current/crypto/external/bsd/openssl/dist/providers/
H A Dnullprov.c70 int ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rand/
H A Dprov_seed.c15 size_t ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, argument
41 void ossl_rand_cleanup_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, argument
47 size_t ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, argument
72 void ossl_rand_cleanup_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, argument
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgen-unix.h49 DIR *handle; member in struct:__anon10
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Duv-compat.c25 isc_uv_udp_connect(uv_udp_t *handle, const struct sockaddr *addr) { argument
57 uv_tcp_close_reset(uv_tcp_t *handle, uv_close_cb close_cb) { argument
74 isc_uv_udp_freebind(uv_udp_t *handle, const struct sockaddr *addr, argument
105 isc__uv_tcp_bind_now(uv_tcp_t *handle, const struct sockaddr *addr, unsigned int flags) argument
130 isc_uv_tcp_freebind(uv_tcp_t *handle, const struct sockaddr *addr, unsigned int flags) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Ddir.h40 DIR *handle; member in struct:isc_dir
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/filesystem/
H A Ddir.h31 DIR *handle; member in struct:dir
/netbsd-current/external/mpl/bind/dist/lib/isccc/include/isccc/
H A Dccmsg.h52 isc_nmhandle_t *handle; member in struct:isccc_ccmsg
/netbsd-current/external/mpl/bind/dist/tests/ns/
H A Dnotify_test.c82 isc_nmhandle_t *handle = NULL; local
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Duv-compat.c25 isc_uv_udp_connect(uv_udp_t *handle, const struct sockaddr *addr) { argument
49 uv_tcp_close_reset(uv_tcp_t *handle, uv_close_cb close_cb) { argument
66 isc_uv_udp_freebind(uv_udp_t *handle, const struct sockaddr *addr, argument
93 isc__uv_tcp_bind_now(uv_tcp_t *handle, cons argument
118 isc_uv_tcp_freebind(uv_tcp_t *handle, const struct sockaddr *addr, unsigned int flags) argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Ddir.h47 DIR *handle; member in struct:isc_dir
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_bind.c36 TCS_HANDLE *handles, handle; local
H A Dtsp_selftest.c55 TCS_HANDLE *handles, handle; local

Completed in 411 milliseconds

1234567891011>>