Searched defs:handle (Results 276 - 300 of 1084) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_simple_resource.c237 vmw_simple_resource_lookup(struct ttm_object_file *tfile, uint32_t handle, const struct vmw_simple_resource_func *func) argument
[all...]
/netbsd-current/sys/arch/playstation2/dev/
H A Dspd.c172 spd_intr_disestablish(void *handle) argument
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dhandle.c287 omapi_handle_td_lookup(omapi_object_t **obj, omapi_typed_data_t *handle) argument
[all...]
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dstream.c70 int uv__read_start(uv_stream_t* handle, argument
94 int uv_read_stop(uv_stream_t* handle) { argument
114 uv_write(uv_write_t* req, uv_stream_t* handle, const uv_buf_t bufs[], unsigned int nbufs, uv_write_cb cb) argument
146 uv_write2(uv_write_t* req, uv_stream_t* handle, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle, uv_write_cb cb) argument
203 uv_shutdown(uv_shutdown_t* req, uv_stream_t* handle, uv_shutdown_cb cb) argument
233 uv_is_readable(const uv_stream_t* handle) argument
238 uv_is_writable(const uv_stream_t* handle) argument
243 uv_stream_set_blocking(uv_stream_t* handle, int blocking) argument
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-shutdown-simultaneous.c38 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { argument
H A Dtest-readable-on-eof.c41 static void alloc_cb(uv_handle_t* handle, argument
49 static void close_cb(uv_handle_t* handle) { argument
53 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { argument
H A Dtest-pipe-getsockname.c47 static void pipe_close_cb(uv_handle_t* handle) { argument
81 static void pipe_server_connection_cb(uv_stream_t* handle, int status) { argument
H A Dtest-fs-poll.c73 static void close_cb(uv_handle_t* handle) { argument
78 static void timer_cb(uv_timer_t* handle) { argument
84 static void poll_cb_fail(uv_fs_poll_t* handle, argument
91 static void poll_cb_noop(uv_fs_poll_t* handle, argument
98 static void poll_cb(uv_fs_poll_t* handle, argument
[all...]
H A Dtest-tcp-close-after-read-timeout.c58 static void on_client_alloc(uv_handle_t* handle, argument
74 static void on_client_timeout(uv_timer_t* handle) { argument
83 static void on_connection_alloc(uv_handle_t* handle, argument
114 static void on_close(uv_handle_t* handle) { argument
122 start_server(uv_loop_t* loop, uv_tcp_t* handle) argument
[all...]
H A Dtest-tcp-bind-error.c32 static void close_cb(uv_handle_t* handle) { argument
H A Dtest-tcp-alloc-cb-fail.c40 static void close_cb(uv_handle_t* handle) { argument
48 static void conn_alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { argument
H A Dtest-not-readable-nor-writable-on-read-error.c41 static void alloc_cb(uv_handle_t* handle, argument
49 static void close_cb(uv_handle_t* handle) { argument
53 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { argument
H A Dtest-ipc-heavy-traffic-deadlock-bug.c62 static void do_write(uv_stream_t* handle) { argument
81 static void alloc_cb(uv_handle_t* handle, argument
93 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { argument
112 static void do_writes_and_reads(uv_stream_t* handle) { argument
[all...]
H A Dtest-delayed-accept.c33 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { argument
39 static void close_cb(uv_handle_t* handle) { argument
H A Dbenchmark-tcp-write-batch.c91 static void close_cb(uv_handle_t* handle) { argument
H A Dtest-udp-send-and-recv.c44 static void alloc_cb(uv_handle_t* handle, argument
55 static void close_cb(uv_handle_t* handle) { argument
62 static void cl_recv_cb(uv_udp_t* handle, argument
116 sv_recv_cb(uv_udp_t* handle, ssize_t nread, const uv_buf_t* rcvbuf, const struct sockaddr* addr, unsigned flags) argument
[all...]
H A Dtest-udp-multicast-join.c45 static void alloc_cb(uv_handle_t* handle, argument
56 static void close_cb(uv_handle_t* handle) { argument
92 static void cl_recv_cb(uv_udp_t* handle, argument
[all...]
H A Dtest-udp-send-immediate.c40 static void alloc_cb(uv_handle_t* handle, argument
51 static void close_cb(uv_handle_t* handle) { argument
67 static void sv_recv_cb(uv_udp_t* handle, argument
[all...]
H A Dtest-tcp-read-stop-start.c56 static void on_alloc(uv_handle_t* handle, argument
H A Dtest-tcp-rst.c33 static void close_cb(uv_handle_t* handle) { argument
39 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { argument
/netbsd-current/external/mit/libuv/dist/docs/code/uvtee/
H A Dmain.c18 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { argument
/netbsd-current/external/mit/libuv/dist/src/
H A Duv-data-getter-setters.c36 uv_handle_type uv_handle_get_type(const uv_handle_t* handle) { argument
40 void* uv_handle_get_data(const uv_handle_t* handle) { argument
44 uv_loop_t* uv_handle_get_loop(const uv_handle_t* handle) { argument
48 void uv_handle_set_data(uv_handle_t* handle, void* data) { argument
81 size_t uv_udp_get_send_queue_size(const uv_udp_t* handle) { argument
85 uv_udp_get_send_queue_count(const uv_udp_t* handle) argument
[all...]
H A Dtimer.c58 int uv_timer_init(uv_loop_t* loop, uv_timer_t* handle) { argument
67 int uv_timer_start(uv_timer_t* handle, argument
98 uv_timer_stop(uv_timer_t* handle) argument
111 uv_timer_again(uv_timer_t* handle) argument
124 uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) argument
129 uv_timer_get_repeat(const uv_timer_t* handle) argument
134 uv_timer_get_due_in(const uv_timer_t* handle) argument
144 const uv_timer_t* handle; local
165 uv_timer_t* handle; local
183 uv__timer_close(uv_timer_t* handle) argument
[all...]
/netbsd-current/external/mit/libuv/dist/docs/code/udp-dhcp/
H A Dmain.c12 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { argument
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dasync.c45 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { argument
63 int uv_async_send(uv_async_t* handle) { argument
84 uv__async_spin(uv_async_t* handle) argument
115 uv__async_close(uv_async_t* handle) argument
[all...]

Completed in 385 milliseconds

<<11121314151617181920>>