Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 1147) sorted by relevance

12345678910>>...46

/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_amd_powerplay.c81 static int pp_early_init(void *handle) in pp_early_init()
98 static int pp_sw_init(void *handle) in pp_sw_init()
111 static int pp_sw_fini(void *handle) in pp_sw_fini()
124 static int pp_hw_init(void *handle) in pp_hw_init()
138 static int pp_hw_fini(void *handle) in pp_hw_fini()
179 static int pp_late_init(void *handle) in pp_late_init()
206 static bool pp_is_idle(void *handle) in pp_is_idle()
216 static int pp_sw_reset(void *handle) in pp_sw_reset()
227 static int pp_suspend(void *handle) in pp_suspend()
235 static int pp_resume(void *handle) in pp_resume()
[all …]
/netbsd/external/mit/libuv/dist/src/win/
H A Dhandle-inl.h32 #define DECREASE_ACTIVE_COUNT(loop, handle) \ argument
42 #define INCREASE_ACTIVE_COUNT(loop, handle) \ argument
51 #define DECREASE_PENDING_REQ_COUNT(handle) \ argument
63 #define uv__handle_closing(handle) \ argument
76 #define uv__handle_close(handle) \ argument
88 INLINE static void uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) { in uv__want_endgame()
99 uv_handle_t* handle; in uv__process_endgames() local
173 HANDLE handle; in uv__get_osfhandle() local
H A Dudp.c39 int uv_udp_getpeername(const uv_udp_t* handle, in uv_udp_getpeername()
51 int uv_udp_getsockname(const uv_udp_t* handle, in uv_udp_getsockname()
129 uv_udp_t* handle, in uv__udp_init_ex()
393 int uv__udp_recv_stop(uv_udp_t* handle) { in uv__udp_recv_stop()
405 uv_udp_t* handle, in uv__send()
807 int uv_udp_set_membership(uv_udp_t* handle, in uv_udp_set_membership()
938 int uv__udp_is_bound(uv_udp_t* handle) { in uv__udp_is_bound()
1055 int uv__udp_connect(uv_udp_t* handle, in uv__udp_connect()
1084 int uv__udp_disconnect(uv_udp_t* handle) { in uv__udp_disconnect()
1103 uv_udp_t* handle, in uv__udp_send()
[all …]
H A Dtcp.c82 uv_tcp_t* handle, in uv__tcp_set_socket()
292 static int uv__tcp_try_bind(uv_tcp_t* handle, in uv__tcp_try_bind()
355 uv_tcp_t* handle; in post_completion() local
374 uv_tcp_t* handle; in post_write_completion() local
885 int uv_tcp_getsockname(const uv_tcp_t* handle, in uv_tcp_getsockname()
897 int uv_tcp_getpeername(const uv_tcp_t* handle, in uv_tcp_getpeername()
911 uv_tcp_t* handle, in uv__tcp_write()
976 int uv__tcp_try_write(uv_tcp_t* handle, in uv__tcp_try_write()
1264 int uv__tcp_xfer_export(uv_tcp_t* handle, in uv__tcp_xfer_export()
1555 int uv__tcp_bind(uv_tcp_t* handle, in uv__tcp_bind()
[all …]
H A Dsignal.c82 uv_signal_t* handle; in RB_GENERATE_STATIC() local
147 int uv_signal_init(uv_loop_t* loop, uv_signal_t* handle) { in uv_signal_init()
160 int uv_signal_stop(uv_signal_t* handle) { in uv_signal_stop()
181 int uv_signal_start(uv_signal_t* handle, uv_signal_cb signal_cb, int signum) { in uv_signal_start()
186 int uv_signal_start_oneshot(uv_signal_t* handle, in uv_signal_start_oneshot()
193 int uv__signal_start(uv_signal_t* handle, in uv__signal_start()
234 void uv__process_signal_req(uv_loop_t* loop, uv_signal_t* handle, in uv__process_signal_req()
262 void uv__signal_close(uv_loop_t* loop, uv_signal_t* handle) { in uv__signal_close()
272 void uv__signal_endgame(uv_loop_t* loop, uv_signal_t* handle) { in uv__signal_endgame()
H A Dpipe.c562 uv_pipe_t* handle; in pipe_shutdown_thread_proc() local
781 uv_pipe_t* handle; in pipe_connect_thread_proc() local
953 void uv__pipe_read_stop(uv_pipe_t* handle) { in uv__pipe_read_stop()
1149 uv_pipe_t* handle = (uv_pipe_t*) req->data; in uv_pipe_zero_readfile_thread_proc() local
1224 uv_pipe_t* handle = (uv_pipe_t*) req->handle; in uv_pipe_writefile_thread_proc() local
1248 uv_tcp_t* handle; in post_completion_read_wait() local
1267 uv_tcp_t* handle; in post_completion_write_wait() local
1349 int uv__pipe_read_start(uv_pipe_t* handle, in uv__pipe_read_start()
1650 uv_pipe_t* handle, in uv__pipe_write_ipc()
1752 uv_pipe_t* handle, in uv__pipe_write()
[all …]
H A Dpoll.c77 static void uv__fast_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) { in uv__fast_poll_submit_poll_req()
139 static void uv__fast_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, in uv__fast_poll_process_poll_req()
271 uv_poll_t* handle = (uv_poll_t*) req->data; in uv__slow_poll_thread_proc() local
368 static void uv__slow_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, in uv__slow_poll_process_poll_req()
410 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init()
415 int uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, in uv_poll_init_socket()
488 static int uv__poll_set(uv_poll_t* handle, int events, uv_poll_cb cb) { in uv__poll_set()
519 int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb) { in uv_poll_start()
524 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop()
538 int uv__poll_close(uv_loop_t* loop, uv_poll_t* handle) { in uv__poll_close()
[all …]
H A Dasync.c31 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle) { in uv__async_endgame()
40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init()
57 void uv__async_close(uv_loop_t* loop, uv_async_t* handle) { in uv__async_close()
66 int uv_async_send(uv_async_t* handle) { in uv_async_send()
86 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, in uv__process_async_wakeup_req()
/netbsd/external/mit/libuv/dist/test/
H A Dtest-timer.c39 static void once_close_cb(uv_handle_t* handle) { in once_close_cb()
49 static void once_cb(uv_timer_t* handle) { in once_cb()
63 static void twice_close_cb(uv_handle_t* handle) { in twice_close_cb()
72 static void twice_cb(uv_timer_t* handle) { in twice_cb()
94 static void repeat_cb(uv_timer_t* handle) { in repeat_cb()
108 static void never_cb(uv_timer_t* handle) { in never_cb()
183 uv_timer_t handle; in TEST_IMPL() local
195 static void order_cb_a(uv_timer_t *handle) { in order_cb_a()
200 static void order_cb_b(uv_timer_t *handle) { in order_cb_b()
323 uv_timer_t handle; in TEST_IMPL() local
[all …]
H A Dtest-loop-handles.c110 static void timer_cb(uv_timer_t* handle) { in timer_cb()
115 static void idle_2_close_cb(uv_handle_t* handle) { in idle_2_close_cb()
128 static void idle_2_cb(uv_idle_t* handle) { in idle_2_cb()
140 static void idle_1_cb(uv_idle_t* handle) { in idle_1_cb()
169 static void idle_1_close_cb(uv_handle_t* handle) { in idle_1_close_cb()
179 static void prepare_1_close_cb(uv_handle_t* handle) { in prepare_1_close_cb()
188 static void check_close_cb(uv_handle_t* handle) { in check_close_cb()
197 static void prepare_2_close_cb(uv_handle_t* handle) { in prepare_2_close_cb()
206 static void check_cb(uv_check_t* handle) { in check_cb()
242 static void prepare_2_cb(uv_prepare_t* handle) { in prepare_2_cb()
[all …]
/netbsd/external/mit/libuv/dist/src/
H A Dtimer.c58 int uv_timer_init(uv_loop_t* loop, uv_timer_t* handle) { in uv_timer_init()
67 int uv_timer_start(uv_timer_t* handle, in uv_timer_start()
98 int uv_timer_stop(uv_timer_t* handle) { in uv_timer_stop()
111 int uv_timer_again(uv_timer_t* handle) { in uv_timer_again()
124 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat()
129 uint64_t uv_timer_get_repeat(const uv_timer_t* handle) { in uv_timer_get_repeat()
134 uint64_t uv_timer_get_due_in(const uv_timer_t* handle) { in uv_timer_get_due_in()
144 const uv_timer_t* handle; in uv__next_timeout() local
165 uv_timer_t* handle; in uv__run_timers() local
183 void uv__timer_close(uv_timer_t* handle) { in uv__timer_close()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dudp.c88 void uv__udp_close(uv_udp_t* handle) { in uv__udp_close()
99 void uv__udp_finish_close(uv_udp_t* handle) { in uv__udp_finish_close()
172 uv_udp_t* handle; in uv__udp_io() local
532 int uv__udp_bind(uv_udp_t* handle, in uv__udp_bind()
636 int uv__udp_connect(uv_udp_t* handle, in uv__udp_connect()
689 int uv__udp_disconnect(uv_udp_t* handle) { in uv__udp_disconnect()
733 uv_udp_t* handle, in uv__udp_send()
798 int uv__udp_try_send(uv_udp_t* handle, in uv__udp_try_send()
1038 uv_udp_t* handle, in uv__udp_init_ex()
1381 int uv__udp_recv_start(uv_udp_t* handle, in uv__udp_recv_start()
[all …]
H A Dpipe.c33 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init()
43 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind()
96 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen()
122 void uv__pipe_close(uv_pipe_t* handle) { in uv__pipe_close()
139 int uv_pipe_open(uv_pipe_t* handle, uv_file fd) { in uv_pipe_open()
176 uv_pipe_t* handle, in uv_pipe_connect()
242 static int uv__pipe_getsockpeername(const uv_pipe_t* handle, in uv__pipe_getsockpeername()
296 void uv_pipe_pending_instances(uv_pipe_t* handle, int count) { in uv_pipe_pending_instances()
300 int uv_pipe_pending_count(uv_pipe_t* handle) { in uv_pipe_pending_count()
317 uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle) { in uv_pipe_pending_type()
[all …]
H A Dpoll.c31 uv_poll_t* handle; in uv__poll_io() local
68 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init()
97 int uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, in uv_poll_init_socket()
103 static void uv__poll_stop(uv_poll_t* handle) { in uv__poll_stop()
112 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop()
119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start()
158 void uv__poll_close(uv_poll_t* handle) { in uv__poll_close()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_tonga_ih.c270 static int tonga_ih_early_init(void *handle) in tonga_ih_early_init()
284 static int tonga_ih_sw_init(void *handle) in tonga_ih_sw_init()
301 static int tonga_ih_sw_fini(void *handle) in tonga_ih_sw_fini()
312 static int tonga_ih_hw_init(void *handle) in tonga_ih_hw_init()
324 static int tonga_ih_hw_fini(void *handle) in tonga_ih_hw_fini()
333 static int tonga_ih_suspend(void *handle) in tonga_ih_suspend()
340 static int tonga_ih_resume(void *handle) in tonga_ih_resume()
347 static bool tonga_ih_is_idle(void *handle) in tonga_ih_is_idle()
358 static int tonga_ih_wait_for_idle(void *handle) in tonga_ih_wait_for_idle()
393 static int tonga_ih_pre_soft_reset(void *handle) in tonga_ih_pre_soft_reset()
[all …]
H A Damdgpu_navi10_ih.c309 static int navi10_ih_early_init(void *handle) in navi10_ih_early_init()
317 static int navi10_ih_sw_init(void *handle) in navi10_ih_sw_init()
340 static int navi10_ih_sw_fini(void *handle) in navi10_ih_sw_fini()
350 static int navi10_ih_hw_init(void *handle) in navi10_ih_hw_init()
362 static int navi10_ih_hw_fini(void *handle) in navi10_ih_hw_fini()
371 static int navi10_ih_suspend(void *handle) in navi10_ih_suspend()
378 static int navi10_ih_resume(void *handle) in navi10_ih_resume()
385 static bool navi10_ih_is_idle(void *handle) in navi10_ih_is_idle()
391 static int navi10_ih_wait_for_idle(void *handle) in navi10_ih_wait_for_idle()
397 static int navi10_ih_soft_reset(void *handle) in navi10_ih_soft_reset()
[all …]
H A Damdgpu_si_ih.c156 static int si_ih_early_init(void *handle) in si_ih_early_init()
165 static int si_ih_sw_init(void *handle) in si_ih_sw_init()
177 static int si_ih_sw_fini(void *handle) in si_ih_sw_fini()
187 static int si_ih_hw_init(void *handle) in si_ih_hw_init()
194 static int si_ih_hw_fini(void *handle) in si_ih_hw_fini()
203 static int si_ih_suspend(void *handle) in si_ih_suspend()
210 static int si_ih_resume(void *handle) in si_ih_resume()
217 static bool si_ih_is_idle(void *handle) in si_ih_is_idle()
228 static int si_ih_wait_for_idle(void *handle) in si_ih_wait_for_idle()
241 static int si_ih_soft_reset(void *handle) in si_ih_soft_reset()
[all …]
H A Damdgpu_cz_ih.c262 static int cz_ih_early_init(void *handle) in cz_ih_early_init()
276 static int cz_ih_sw_init(void *handle) in cz_ih_sw_init()
290 static int cz_ih_sw_fini(void *handle) in cz_ih_sw_fini()
301 static int cz_ih_hw_init(void *handle) in cz_ih_hw_init()
313 static int cz_ih_hw_fini(void *handle) in cz_ih_hw_fini()
322 static int cz_ih_suspend(void *handle) in cz_ih_suspend()
329 static int cz_ih_resume(void *handle) in cz_ih_resume()
336 static bool cz_ih_is_idle(void *handle) in cz_ih_is_idle()
347 static int cz_ih_wait_for_idle(void *handle) in cz_ih_wait_for_idle()
363 static int cz_ih_soft_reset(void *handle) in cz_ih_soft_reset()
[all …]
H A Damdgpu_cik_ih.c283 static int cik_ih_early_init(void *handle) in cik_ih_early_init()
297 static int cik_ih_sw_init(void *handle) in cik_ih_sw_init()
311 static int cik_ih_sw_fini(void *handle) in cik_ih_sw_fini()
322 static int cik_ih_hw_init(void *handle) in cik_ih_hw_init()
334 static int cik_ih_hw_fini(void *handle) in cik_ih_hw_fini()
343 static int cik_ih_suspend(void *handle) in cik_ih_suspend()
350 static int cik_ih_resume(void *handle) in cik_ih_resume()
357 static bool cik_ih_is_idle(void *handle) in cik_ih_is_idle()
368 static int cik_ih_wait_for_idle(void *handle) in cik_ih_wait_for_idle()
384 static int cik_ih_soft_reset(void *handle) in cik_ih_soft_reset()
[all …]
H A Damdgpu_iceland_ih.c262 static int iceland_ih_early_init(void *handle) in iceland_ih_early_init()
276 static int iceland_ih_sw_init(void *handle) in iceland_ih_sw_init()
290 static int iceland_ih_sw_fini(void *handle) in iceland_ih_sw_fini()
301 static int iceland_ih_hw_init(void *handle) in iceland_ih_hw_init()
313 static int iceland_ih_hw_fini(void *handle) in iceland_ih_hw_fini()
322 static int iceland_ih_suspend(void *handle) in iceland_ih_suspend()
329 static int iceland_ih_resume(void *handle) in iceland_ih_resume()
336 static bool iceland_ih_is_idle(void *handle) in iceland_ih_is_idle()
347 static int iceland_ih_wait_for_idle(void *handle) in iceland_ih_wait_for_idle()
363 static int iceland_ih_soft_reset(void *handle) in iceland_ih_soft_reset()
[all …]
/netbsd/sys/arch/amiga/pci/
H A Dempb_bsm.c158 empb_bsms(bus_space_handle_t handle, in empb_bsms()
166 empb_bsu(bus_space_handle_t handle, bus_size_t size) in empb_bsu()
174 empb_bsr1(bus_space_handle_t handle, bus_size_t offset) in empb_bsr1()
219 empb_bswm1(bus_space_handle_t handle, bus_size_t offset, in empb_bswm1()
256 empb_bswr1(bus_space_handle_t handle, bus_size_t offset, in empb_bswr1()
319 empb_bsr2(bus_space_handle_t handle, bus_size_t offset) in empb_bsr2()
412 empb_bswm2(bus_space_handle_t handle, bus_size_t offset, in empb_bswm2()
505 empb_bswr2(bus_space_handle_t handle, bus_size_t offset, in empb_bswr2()
568 empb_bsr4(bus_space_handle_t handle, bus_size_t offset) in empb_bsr4()
661 empb_bswm4(bus_space_handle_t handle, bus_size_t offset, in empb_bswm4()
[all …]
/netbsd/sys/dev/sdmmc/
H A Dsdmmcchip.h71 #define sdmmc_chip_host_reset(tag, handle) \ argument
74 #define sdmmc_chip_host_ocr(tag, handle) \ argument
76 #define sdmmc_chip_host_maxblklen(tag, handle) \ argument
79 #define sdmmc_chip_card_detect(tag, handle) \ argument
82 #define sdmmc_chip_write_protect(tag, handle) \ argument
85 #define sdmmc_chip_bus_power(tag, handle, ocr) \ argument
89 #define sdmmc_chip_bus_width(tag, handle, width) \ argument
91 #define sdmmc_chip_bus_rod(tag, handle, width) \ argument
99 #define sdmmc_chip_card_intr_ack(tag, handle) \ argument
107 #define sdmmc_chip_hw_reset(tag, handle) \ argument
[all …]
/netbsd/external/mpl/bind/dist/lib/isc/tests/
H A Duv_wrap.h102 __wrap_uv_udp_open(uv_udp_t *handle, uv_os_sock_t sock) { in __wrap_uv_udp_open()
112 __wrap_uv_udp_bind(uv_udp_t *handle, const struct sockaddr *addr, in __wrap_uv_udp_bind()
123 __wrap_uv_udp_connect(uv_udp_t *handle, const struct sockaddr *addr) { in __wrap_uv_udp_connect()
166 __wrap_uv_udp_recv_start(uv_udp_t *handle, uv_alloc_cb alloc_cb, in __wrap_uv_udp_recv_start()
176 __wrap_uv_udp_recv_stop(uv_udp_t *handle) { in __wrap_uv_udp_recv_stop()
185 __wrap_uv_tcp_open(uv_tcp_t *handle, uv_os_sock_t sock) { in __wrap_uv_tcp_open()
194 __wrap_uv_tcp_bind(uv_tcp_t *handle, const struct sockaddr *addr, in __wrap_uv_tcp_bind()
224 __wrap_uv_tcp_connect(uv_connect_t *req, uv_tcp_t *handle, in __wrap_uv_tcp_connect()
252 __wrap_uv_send_buffer_size(uv_handle_t *handle, int *value) { in __wrap_uv_send_buffer_size()
261 __wrap_uv_recv_buffer_size(uv_handle_t *handle, int *value) { in __wrap_uv_recv_buffer_size()
[all …]
/netbsd/external/bsd/less/dist/
H A Dlglob.h49 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument
50 #define GLOB_NEXT_NAME(handle,fndp) _dos_findnext(fndp) argument
51 #define GLOB_NAME_DONE(handle) argument
53 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument
64 #define GLOB_FIRST_FAILED(handle) ((handle) == -1) argument
66 #define GLOB_NAME_DONE(handle) _findclose(handle) argument
68 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument
80 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument
81 #define GLOB_NEXT_NAME(handle,fndp) findnext(fndp) argument
82 #define GLOB_NAME_DONE(handle) argument
[all …]
/netbsd/sys/arch/evbarm/mini2440/
H A Daudio_mini2440.c207 uda_ssio_open(void *handle, int flags) in uda_ssio_open()
230 uda_ssio_close(void *handle) in uda_ssio_close()
246 uda_ssio_set_format(void *handle, int setmode, in uda_ssio_set_format()
302 uda_ssio_start_output(void *handle, void *block, int bsize, in uda_ssio_start_output()
312 uda_ssio_start_input(void *handle, void *block, int bsize, in uda_ssio_start_input()
322 uda_ssio_halt_output(void *handle) in uda_ssio_halt_output()
331 uda_ssio_halt_input(void *handle) in uda_ssio_halt_input()
338 uda_ssio_getdev(void *handle, struct audio_device *ret) in uda_ssio_getdev()
345 uda_ssio_allocm(void *handle, int direction, size_t size) in uda_ssio_allocm()
375 uda_ssio_freem(void *handle, void *ptr, size_t size) in uda_ssio_freem()
[all …]

12345678910>>...46