Home
last modified time | relevance | path

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

12345678910>>...20

/freebsd-13.1/lib/libgpio/
H A Dgpio.c73 gpio_close(gpio_handle_t handle) in gpio_close()
153 gpio_pin_get(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_get()
182 gpio_pin_toggle(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_toggle()
195 gpio_pin_low(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_low()
201 gpio_pin_high(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_high()
221 gpio_pin_input(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_input()
227 gpio_pin_output(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_output()
251 gpio_pin_pullup(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_pullup()
263 gpio_pin_invin(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_invin()
269 gpio_pin_invout(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_invout()
[all …]
/freebsd-13.1/sys/mips/nlm/
H A Dbus_space_rmi.c402 rmi_bus_space_read_1(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_1()
409 rmi_bus_space_read_2(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_2()
416 rmi_bus_space_read_4(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_4()
427 rmi_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_multi_1()
453 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle, in rmi_bus_space_write_1()
460 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle, in rmi_bus_space_write_2()
467 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle, in rmi_bus_space_write_4()
542 rmi_bus_space_read_stream_1(void *t, bus_space_handle_t handle, in rmi_bus_space_read_stream_1()
550 rmi_bus_space_read_stream_2(void *t, bus_space_handle_t handle, in rmi_bus_space_read_stream_2()
557 rmi_bus_space_read_stream_4(void *t, bus_space_handle_t handle, in rmi_bus_space_read_stream_4()
[all …]
H A Dbus_space_rmi_pci.c405 rmi_pci_bus_space_read_1(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_1()
412 rmi_pci_bus_space_read_2(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_2()
422 rmi_pci_bus_space_read_4(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_4()
436 rmi_pci_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_multi_1()
446 rmi_pci_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_multi_2()
475 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_write_1()
483 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_write_2()
491 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_write_4()
579 rmi_pci_bus_space_read_stream_1(void *t, bus_space_handle_t handle, in rmi_pci_bus_space_read_stream_1()
587 rmi_pci_bus_space_read_stream_2(void *t, bus_space_handle_t handle, in rmi_pci_bus_space_read_stream_2()
[all …]
/freebsd-13.1/contrib/kyua/engine/
H A Dkyuafile_test.cpp68 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
85 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
156 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
199 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
245 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
280 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
323 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
375 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
407 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
452 scheduler::scheduler_handle handle = scheduler::setup(); in do_load_error_test() local
/freebsd-13.1/contrib/less/
H A Dlglob.h47 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument
49 #define GLOB_NAME_DONE(handle) argument
51 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument
62 #define GLOB_FIRST_FAILED(handle) ((handle) == -1) argument
63 #define GLOB_NEXT_NAME(handle,fndp) _findnext(handle, fndp) argument
64 #define GLOB_NAME_DONE(handle) _findclose(handle) argument
66 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument
78 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument
79 #define GLOB_NEXT_NAME(handle,fndp) findnext(fndp) argument
80 #define GLOB_NAME_DONE(handle) argument
[all …]
/freebsd-13.1/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp94 dcd_tree_handle_t handle = C_API_INVALID_TREE_HANDLE; in ocsd_create_dcd_tree() local
112 OCSD_C_API void ocsd_destroy_dcd_tree(const dcd_tree_handle_t handle) in ocsd_destroy_dcd_tree()
142 OCSD_C_API ocsd_datapath_resp_t ocsd_dt_process_data(const dcd_tree_handle_t handle, in ocsd_dt_process_data()
157 OCSD_C_API ocsd_err_t ocsd_dt_create_decoder(const dcd_tree_handle_t handle, in ocsd_dt_create_decoder()
184 OCSD_C_API ocsd_err_t ocsd_dt_remove_decoder( const dcd_tree_handle_t handle, in ocsd_dt_remove_decoder()
190 OCSD_C_API ocsd_err_t ocsd_dt_attach_packet_callback( const dcd_tree_handle_t handle, in ocsd_dt_attach_packet_callback()
432 OCSD_C_API void ocsd_tl_log_mapped_mem_ranges(const dcd_tree_handle_t handle) in ocsd_tl_log_mapped_mem_ranges()
448 OCSD_C_API ocsd_err_t ocsd_dt_set_raw_frame_printer(const dcd_tree_handle_t handle, int flags) in ocsd_dt_set_raw_frame_printer()
455 OCSD_C_API ocsd_err_t ocsd_dt_set_gen_elem_printer(const dcd_tree_handle_t handle) in ocsd_dt_set_gen_elem_printer()
462 OCSD_C_API ocsd_err_t ocsd_dt_set_pkt_protocol_printer(const dcd_tree_handle_t handle, uint8_t cs_i… in ocsd_dt_set_pkt_protocol_printer()
[all …]
/freebsd-13.1/contrib/libcbor/test/
H A Dtype_5_test.c46 struct cbor_pair *handle = cbor_map_handle(map); in test_simple_map() local
66 struct cbor_pair *handle = cbor_map_handle(map); in test_indef_simple_map() local
93 struct cbor_pair *handle = cbor_map_handle(map); in test_def_nested_map() local
117 struct cbor_pair *handle = cbor_map_handle(map); in test_streamed_key_map() local
139 struct cbor_pair *handle = cbor_map_handle(map); in test_streamed_kv_map() local
166 struct cbor_pair *handle = cbor_map_handle(map); in test_streamed_streamed_kv_map() local
/freebsd-13.1/contrib/apr-util/test/
H A Dtestdbd.c34 static void test_statement(abts_case *tc, apr_dbd_t* handle, in test_statement()
45 static void create_table(abts_case *tc, apr_dbd_t* handle, in create_table()
56 static void drop_table(abts_case *tc, apr_dbd_t* handle, in drop_table()
63 static void delete_rows(abts_case *tc, apr_dbd_t* handle, in delete_rows()
71 static void insert_data(abts_case *tc, apr_dbd_t* handle, in insert_data()
89 static void select_rows(abts_case *tc, apr_dbd_t* handle, in select_rows()
139 static void test_escape(abts_case *tc, apr_dbd_t *handle, in test_escape()
147 static void test_dbd_generic(abts_case *tc, apr_dbd_t* handle, in test_dbd_generic()
180 apr_dbd_t* handle = NULL; in test_dbd_sqlite2() local
208 apr_dbd_t* handle = NULL; in test_dbd_sqlite3() local
H A Ddbd.c34 static int create_table(apr_pool_t* pool, apr_dbd_t* handle, in create_table()
46 static int drop_table(apr_pool_t* pool, apr_dbd_t* handle, in drop_table()
55 static int insert_rows(apr_pool_t* pool, apr_dbd_t* handle, in insert_rows()
93 static int invalid_op(apr_pool_t* pool, apr_dbd_t* handle, in invalid_op()
107 static int select_sequential(apr_pool_t* pool, apr_dbd_t* handle, in select_sequential()
139 static int select_random(apr_pool_t* pool, apr_dbd_t* handle, in select_random()
195 static int test_transactions(apr_pool_t* pool, apr_dbd_t* handle, in test_transactions()
268 static int test_pselect(apr_pool_t* pool, apr_dbd_t* handle, in test_pselect()
312 static int test_pquery(apr_pool_t* pool, apr_dbd_t* handle, in test_pquery()
/freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c45 VCHIQ_SERVICE_HANDLE_T handle; member
97 int32_t vchi_msg_peek(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_peek()
132 int32_t vchi_msg_remove(VCHI_SERVICE_HANDLE_T handle) in vchi_msg_remove()
159 int32_t vchi_msg_queue(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_queue()
202 int32_t vchi_bulk_queue_receive(VCHI_SERVICE_HANDLE_T handle, in vchi_bulk_queue_receive()
261 int32_t vchi_bulk_queue_transmit(VCHI_SERVICE_HANDLE_T handle, in vchi_bulk_queue_transmit()
321 int32_t vchi_msg_dequeue(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_dequeue()
371 int32_t vchi_msg_queuev(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_queuev()
425 int32_t vchi_msg_hold(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_hold()
631 VCHI_SERVICE_HANDLE_T *handle) in vchi_service_open()
[all …]
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd.c215 apr_dbd_t **handle, in apr_dbd_open_ex()
237 apr_dbd_t **handle) in apr_dbd_open()
277 apr_dbd_t *handle) in apr_dbd_close()
288 apr_dbd_t *handle) in apr_dbd_native_handle()
295 apr_dbd_t *handle) in apr_dbd_check_conn()
308 apr_dbd_t *handle, in apr_dbd_query()
355 apr_dbd_t *handle, int errnum) in apr_dbd_error()
362 apr_dbd_t *handle) in apr_dbd_escape()
369 apr_dbd_t *handle, const char *query, in apr_dbd_prepare()
480 apr_dbd_t *handle, int *nrows, in apr_dbd_pquery()
[all …]
/freebsd-13.1/contrib/libpcap/
H A Dpcap-netfilter-linux.c89 netfilter_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in netfilter_read_linux()
284 netfilter_set_datalink(pcap_t *handle, int dlt) in netfilter_set_datalink()
291 netfilter_stats_linux(pcap_t *handle, struct pcap_stat *stats) in netfilter_stats_linux()
302 netfilter_inject_linux(pcap_t *handle, const void *buf _U_, size_t size _U_) in netfilter_inject_linux()
398 nflog_send_config_msg(const pcap_t *handle, uint8_t family, u_int16_t group_id, const struct my_nfa… in nflog_send_config_msg()
404 nflog_send_config_cmd(const pcap_t *handle, uint16_t group_id, u_int8_t cmd, u_int8_t family) in nflog_send_config_cmd()
419 nflog_send_config_mode(const pcap_t *handle, uint16_t group_id, u_int8_t copy_mode, u_int32_t copy_… in nflog_send_config_mode()
435 nfqueue_send_verdict(const pcap_t *handle, uint16_t group_id, u_int32_t id, u_int32_t verdict) in nfqueue_send_verdict()
457 nfqueue_send_config_cmd(const pcap_t *handle, uint16_t group_id, u_int8_t cmd, u_int16_t pf) in nfqueue_send_config_cmd()
473 nfqueue_send_config_mode(const pcap_t *handle, uint16_t group_id, u_int8_t copy_mode, u_int32_t cop… in nfqueue_send_config_mode()
[all …]
H A Dpcap-linux.c499 pcap_t *handle; in pcap_create_interface() local
1517 pcap_activate_linux(pcap_t *handle)
3637 activate_new(pcap_t *handle)
4238 prepare_tpacket_socket(pcap_t *handle)
4854 destroy_ring(pcap_t *handle)
4895 pcap_t *handle = sp->pd; local
4918 pcap_getnonblock_mmap(pcap_t *handle)
5084 pcap_t *handle,
6789 iface_get_offload(pcap_t *handle)
6874 activate_old(pcap_t *handle)
[all …]
H A Dpcap-dbus.c54 dbus_read(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) in dbus_read()
106 dbus_write(pcap_t *handle, const void *buf, size_t size) in dbus_write()
128 dbus_stats(pcap_t *handle, struct pcap_stat *stats) in dbus_stats()
139 dbus_cleanup(pcap_t *handle) in dbus_cleanup()
171 dbus_activate(pcap_t *handle) in dbus_activate()
/freebsd-13.1/contrib/kyua/utils/process/
H A Dexecutor_test.cpp315 do_spawn(executor::executor_handle& handle, Hook hook, in do_spawn()
381 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
399 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
452 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
480 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
514 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
540 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
562 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
623 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
650 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
[all …]
/freebsd-13.1/contrib/libfido2/src/
H A Dhid_hidapi.c21 void *handle; member
183 fido_hid_close(void *handle) in fido_hid_close()
192 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask()
201 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read()
214 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write()
255 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len()
263 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
H A Dhid_openbsd.c175 fido_hid_close(void *handle) in fido_hid_close()
186 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask()
195 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read()
222 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write()
247 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len()
255 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
H A Dhid_freebsd.c165 fido_hid_close(void *handle) in fido_hid_close()
176 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask()
187 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read()
216 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write()
240 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len()
248 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
H A Dhid_netbsd.c250 fido_hid_close(void *handle) in fido_hid_close()
261 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask()
272 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read()
301 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write()
325 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len()
333 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
/freebsd-13.1/stand/uboot/lib/
H A Dglue.c296 ub_dev_open(int handle) in ub_dev_open()
312 ub_dev_close(int handle) in ub_dev_close()
335 dev_valid(int handle) in dev_valid()
348 dev_stor_valid(int handle) in dev_stor_valid()
361 ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, in ub_dev_read()
382 dev_net_valid(int handle) in dev_net_valid()
395 ub_dev_recv(int handle, void *buf, int len, int *rlen) in ub_dev_recv()
414 ub_dev_send(int handle, void *buf, int len) in ub_dev_send()
468 ub_dump_di(int handle) in ub_dump_di()
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_memory.c41 #define vunmap(handle) argument
56 void drm_free_agp(DRM_AGP_MEM * handle, int pages) in drm_free_agp()
69 int drm_bind_agp(DRM_AGP_MEM * handle, unsigned int start) in drm_bind_agp()
81 int drm_unbind_agp(DRM_AGP_MEM * handle) in drm_unbind_agp()
/freebsd-13.1/sys/kgssapi/
H A Dgssapi_impl.h38 gssd_ctx_id_t handle; member
42 gssd_cred_id_t handle; member
46 gssd_name_t handle; member
/freebsd-13.1/contrib/kyua/utils/
H A Dstacktrace_test.cpp369 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
399 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
433 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
466 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
488 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
516 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
538 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
561 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
579 executor::executor_handle handle = executor::setup(); in ATF_TEST_CASE_BODY() local
/freebsd-13.1/sys/libkern/
H A Diconv.c240 iconv_open(const char *to, const char *from, void **handle) in iconv_open()
277 iconv_close(void *handle) in iconv_close()
283 iconv_conv(void *handle, const char **inbuf, in iconv_conv()
290 iconv_conv_case(void *handle, const char **inbuf, in iconv_conv_case()
297 iconv_convchr(void *handle, const char **inbuf, in iconv_convchr()
304 iconv_convchr_case(void *handle, const char **inbuf, in iconv_convchr_case()
311 towlower(int c, void *handle) in towlower()
317 towupper(int c, void *handle) in towupper()
475 iconv_converter_tolowerstub(int c, void *handle) in iconv_converter_tolowerstub()
515 iconv_convstr(void *handle, char *dst, const char *src) in iconv_convstr()
[all …]
/freebsd-13.1/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlvsym.c45 void *handle; in ATF_TC_BODY() local
77 void *handle; in ATF_TC_BODY() local
110 void *handle; in ATF_TC_BODY() local
140 void *handle; in ATF_TC_BODY() local
170 void *handle; in ATF_TC_BODY() local

12345678910>>...20