| /freebsd-13-stable/lib/libgpio/ |
| HD | gpio.c | 71 gpio_close(gpio_handle_t handle) in gpio_close() 77 gpio_pin_list(gpio_handle_t handle, gpio_config_t **pcfgs) in gpio_pin_list() 103 gpio_pin_config(gpio_handle_t handle, gpio_config_t *cfg) in gpio_pin_config() 120 gpio_pin_set_name(gpio_handle_t handle, gpio_pin_t pin, char *name) in gpio_pin_set_name() 136 gpio_pin_set_flags(gpio_handle_t handle, gpio_config_t *cfg) in gpio_pin_set_flags() 151 gpio_pin_get(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_get() 164 gpio_pin_set(gpio_handle_t handle, gpio_pin_t pin, gpio_value_t value) in gpio_pin_set() 180 gpio_pin_toggle(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_toggle() 193 gpio_pin_low(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_low() 199 gpio_pin_high(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_high() [all …]
|
| /freebsd-13-stable/sys/mips/nlm/ |
| HD | bus_space_rmi.c | 400 rmi_bus_space_read_1(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_1() 407 rmi_bus_space_read_2(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_2() 414 rmi_bus_space_read_4(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_4() 425 rmi_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_multi_1() 432 rmi_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_multi_2() 439 rmi_bus_space_read_multi_4(void *tag, bus_space_handle_t handle, in rmi_bus_space_read_multi_4() 451 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle, in rmi_bus_space_write_1() 458 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle, in rmi_bus_space_write_2() 465 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle, in rmi_bus_space_write_4() 477 rmi_bus_space_write_multi_1(void *tag, bus_space_handle_t handle, in rmi_bus_space_write_multi_1() [all …]
|
| HD | bus_space_rmi_pci.c | 403 rmi_pci_bus_space_read_1(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_1() 410 rmi_pci_bus_space_read_2(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_2() 420 rmi_pci_bus_space_read_4(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_4() 434 rmi_pci_bus_space_read_multi_1(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_multi_1() 444 rmi_pci_bus_space_read_multi_2(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_multi_2() 456 rmi_pci_bus_space_read_multi_4(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_read_multi_4() 473 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_write_1() 481 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_write_2() 489 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_write_4() 502 rmi_pci_bus_space_write_multi_1(void *tag, bus_space_handle_t handle, in rmi_pci_bus_space_write_multi_1() [all …]
|
| /freebsd-13-stable/contrib/kyua/engine/ |
| HD | kyuafile_test.cpp | 68 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-stable/contrib/less/ |
| HD | lglob.h | 47 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument 48 #define GLOB_NEXT_NAME(handle,fndp) _dos_findnext(fndp) 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 [all …]
|
| /freebsd-13-stable/contrib/opencsd/decoder/source/c_api/ |
| HD | ocsd_c_api.cpp | 94 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() 239 OCSD_C_API ocsd_err_t ocsd_dt_set_gen_elem_outfn(const dcd_tree_handle_t handle, FnTraceElemIn pFn,… in ocsd_dt_set_gen_elem_outfn() 277 OCSD_C_API ocsd_err_t ocsd_def_errlog_set_strprint_cb(const dcd_tree_handle_t handle, void *p_conte… in ocsd_def_errlog_set_strprint_cb() 367 OCSD_C_API ocsd_err_t ocsd_dt_add_binfile_mem_acc(const dcd_tree_handle_t handle, const ocsd_vaddr_… in ocsd_dt_add_binfile_mem_acc() 377 OCSD_C_API ocsd_err_t ocsd_dt_add_binfile_region_mem_acc(const dcd_tree_handle_t handle, const ocsd… in ocsd_dt_add_binfile_region_mem_acc() [all …]
|
| /freebsd-13-stable/contrib/apr-util/test/ |
| HD | testdbd.c | 34 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
|
| HD | dbd.c | 34 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-stable/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | vchiq_shim.c | 45 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() 541 VCHIQ_HEADER_T *header, VCHIQ_SERVICE_HANDLE_T handle, void *bulk_user) in shim_callback() [all …]
|
| /freebsd-13-stable/contrib/apr-util/dbd/ |
| HD | apr_dbd.c | 215 apr_dbd_t **handle, in apr_dbd_open_ex() 237 apr_dbd_t **handle) in apr_dbd_open() 243 apr_pool_t *pool, apr_dbd_t *handle, in apr_dbd_transaction_start() 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() 302 apr_dbd_t *handle, const char *name) in apr_dbd_set_dbname() 308 apr_dbd_t *handle, in apr_dbd_query() 316 apr_dbd_t *handle, apr_dbd_results_t **res, in apr_dbd_select() 355 apr_dbd_t *handle, int errnum) in apr_dbd_error() [all …]
|
| /freebsd-13-stable/contrib/libpcap/ |
| HD | pcap-netfilter-linux.c | 88 netfilter_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in netfilter_read_linux() 308 netfilter_set_datalink(pcap_t *handle, int dlt) in netfilter_set_datalink() 315 netfilter_stats_linux(pcap_t *handle, struct pcap_stat *stats) in netfilter_stats_linux() 326 netfilter_inject_linux(pcap_t *handle, const void *buf _U_, int size _U_) in netfilter_inject_linux() 340 netfilter_send_config_msg(const pcap_t *handle, uint16_t msg_type, int ack, u_int8_t family, u_int1… in netfilter_send_config_msg() 428 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() 434 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() 449 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() 465 nfqueue_send_verdict(const pcap_t *handle, uint16_t group_id, u_int32_t id, u_int32_t verdict) in nfqueue_send_verdict() 481 nfqueue_send_config_msg(const pcap_t *handle, uint8_t family, u_int16_t group_id, const struct my_n… in nfqueue_send_config_msg() [all …]
|
| HD | pcap-linux.c | 341 pcap_t *handle; in pcapint_create_interface() local 443 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, in get_mac80211_phydev() 485 nl80211_init(pcap_t *handle, struct nl80211_state *state, const char *device) in nl80211_init() 539 add_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, in add_mon_if() 644 del_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, in del_mon_if() 698 static int pcap_protocol(pcap_t *handle) in pcap_protocol() 710 pcap_can_set_rfmon_linux(pcap_t *handle) in pcap_can_set_rfmon_linux() 790 static void pcap_cleanup_linux( pcap_t *handle ) in pcap_cleanup_linux() 944 static void pcap_breakloop_linux(pcap_t *handle) in pcap_breakloop_linux() 967 set_vlan_offset(pcap_t *handle) in set_vlan_offset() [all …]
|
| HD | pcap-haiku.c | 56 pcap_read_haiku(pcap_t* handle, int maxPackets _U_, pcap_handler callback, in pcap_read_haiku() 165 get_promisc(pcap_t *handle) in get_promisc() 177 set_promisc(pcap_t *handle, const int enable) in set_promisc() 191 pcap_cleanup_haiku(pcap_t *handle) in pcap_cleanup_haiku() 211 pcap_inject_haiku(pcap_t *handle, const void *buffer _U_, int size _U_) in pcap_inject_haiku() 222 pcap_stats_haiku(pcap_t *handle, struct pcap_stat *stats) in pcap_stats_haiku() 240 pcap_activate_haiku(pcap_t *handle) in pcap_activate_haiku() 431 pcap_t* handle = PCAP_CREATE_COMMON(errorBuffer, struct pcap_haiku); in pcapint_create_interface() local
|
| HD | pcap-dbus.c | 52 dbus_read(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) in dbus_read() 104 dbus_write(pcap_t *handle, const void *buf, int size) in dbus_write() 126 dbus_stats(pcap_t *handle, struct pcap_stat *stats) in dbus_stats() 137 dbus_cleanup(pcap_t *handle) in dbus_cleanup() 169 dbus_activate(pcap_t *handle) in dbus_activate()
|
| /freebsd-13-stable/contrib/kyua/utils/process/ |
| HD | executor_test.cpp | 315 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-stable/contrib/libfido2/src/ |
| HD | hid_hidapi.c | 22 void *handle; member 184 fido_hid_close(void *handle) in fido_hid_close() 193 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask() 202 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read() 215 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write() 256 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len() 264 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
|
| HD | hid_openbsd.c | 190 fido_hid_close(void *handle) in fido_hid_close() 201 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask() 212 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read() 242 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write() 267 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len() 275 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
|
| HD | hid_netbsd.c | 251 fido_hid_close(void *handle) in fido_hid_close() 262 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask() 273 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read() 302 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write() 326 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len() 334 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
|
| /freebsd-13-stable/contrib/libcbor/test/ |
| HD | map_test.c | 48 struct cbor_pair *handle = cbor_map_handle(map); in test_simple_map() local 68 struct cbor_pair *handle = cbor_map_handle(map); in test_indef_simple_map() local 95 struct cbor_pair *handle = cbor_map_handle(map); in test_def_nested_map() local 119 struct cbor_pair *handle = cbor_map_handle(map); in test_streamed_key_map() local 141 struct cbor_pair *handle = cbor_map_handle(map); in test_streamed_kv_map() local 168 struct cbor_pair *handle = cbor_map_handle(map); in test_streamed_streamed_kv_map() local
|
| /freebsd-13-stable/stand/uboot/ |
| HD | glue.c | 294 ub_dev_open(int handle) in ub_dev_open() 310 ub_dev_close(int handle) in ub_dev_close() 333 dev_valid(int handle) in dev_valid() 346 dev_stor_valid(int handle) in dev_stor_valid() 359 ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, in ub_dev_read() 380 dev_net_valid(int handle) in dev_net_valid() 393 ub_dev_recv(int handle, void *buf, int len, int *rlen) in ub_dev_recv() 412 ub_dev_send(int handle, void *buf, int len) in ub_dev_send() 466 ub_dump_di(int handle) in ub_dump_di()
|
| /freebsd-13-stable/sys/dev/drm2/ |
| HD | drm_memory.c | 39 #define vunmap(handle) argument 54 void drm_free_agp(DRM_AGP_MEM * handle, int pages) in drm_free_agp() 67 int drm_bind_agp(DRM_AGP_MEM * handle, unsigned int start) in drm_bind_agp() 79 int drm_unbind_agp(DRM_AGP_MEM * handle) in drm_unbind_agp()
|
| /freebsd-13-stable/sys/libkern/ |
| HD | iconv.c | 238 iconv_open(const char *to, const char *from, void **handle) in iconv_open() 275 iconv_close(void *handle) in iconv_close() 281 iconv_conv(void *handle, const char **inbuf, in iconv_conv() 288 iconv_conv_case(void *handle, const char **inbuf, in iconv_conv_case() 295 iconv_convchr(void *handle, const char **inbuf, in iconv_convchr() 302 iconv_convchr_case(void *handle, const char **inbuf, in iconv_convchr_case() 309 towlower(int c, void *handle) in towlower() 315 towupper(int c, void *handle) in towupper() 473 iconv_converter_tolowerstub(int c, void *handle) in iconv_converter_tolowerstub() 513 iconv_convstr(void *handle, char *dst, const char *src) in iconv_convstr() [all …]
|
| /freebsd-13-stable/contrib/kyua/utils/ |
| HD | stacktrace_test.cpp | 369 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-stable/contrib/netbsd-tests/libexec/ld.elf_so/ |
| HD | t_dlvsym.c | 45 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
|
| /freebsd-13-stable/sys/dev/vmware/vmci/ |
| HD | vmci_queue_pair.c | 21 struct vmci_handle handle; member 93 vmci_queue_pair_alloc(struct vmci_handle *handle, struct vmci_queue **produce_q, in vmci_queue_pair_alloc() 124 vmci_queue_pair_detach(struct vmci_handle handle) in vmci_queue_pair_detach() 203 struct vmci_handle handle) in queue_pair_list_find_entry() 410 qp_guest_endpoint_create(struct vmci_handle handle, vmci_id peer, in qp_guest_endpoint_create() 576 vmci_queue_pair_alloc_guest_work(struct vmci_handle *handle, in vmci_queue_pair_alloc_guest_work() 776 vmci_queue_pair_detach_hypercall(struct vmci_handle handle) in vmci_queue_pair_detach_hypercall() 807 vmci_queue_pair_detach_guest_work(struct vmci_handle handle) in vmci_queue_pair_detach_guest_work() 914 queue_pair_notify_peer_local(bool attach, struct vmci_handle handle) in queue_pair_notify_peer_local()
|