/freebsd/lib/libgpio/ |
H A D | 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/contrib/kyua/engine/ |
H A D | 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/contrib/less/ |
H A D | 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, fnd argument 64 GLOB_NAME_DONE(handle) global() argument 66 DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) global() argument 78 GLOB_FIRST_FAILED(handle) global() argument 79 GLOB_NEXT_NAME(handle,fndp) global() argument 80 GLOB_NAME_DONE(handle) global() argument 82 DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) global() argument [all...] |
/freebsd/sys/dev/qat/qat_common/ |
H A D | qat_hal.c | 44 #define AE(handle, ae) ((handle)->hal_handle->aes[ae]) argument 101 qat_hal_set_live_ctx(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_live_ctx() 110 qat_hal_rd_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_rd_ae_csr() 128 qat_hal_wr_ae_csr(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_ae_csr() 146 qat_hal_get_wakeup_event(struct icp_qat_fw_loader_handle *handle, in qat_hal_get_wakeup_event() 160 qat_hal_wait_cycles(struct icp_qat_fw_loader_handle *handle, in qat_hal_wait_cycles() 204 qat_hal_set_ae_ctx_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_ctx_mode() 225 qat_hal_set_ae_nn_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_nn_mode() 249 qat_hal_set_ae_lm_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_lm_mode() 286 qat_hal_set_ae_tindex_mode(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_ae_tindex_mode() [all …]
|
H A D | qat_uclo.c | 144 qat_uclo_wr_sram_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_sram_by_words() 167 qat_uclo_wr_umem_by_words(struct icp_qat_fw_loader_handle *handle, in qat_uclo_wr_umem_by_words() 187 qat_uclo_batch_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_uclo_batch_wr_umem() 209 qat_uclo_cleanup_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_cleanup_batch_init_list() 250 qat_uclo_fetch_initmem_ae(struct icp_qat_fw_loader_handle *handle, in qat_uclo_fetch_initmem_ae() 283 qat_uclo_create_batch_init_list(struct icp_qat_fw_loader_handle *handle, in qat_uclo_create_batch_init_list() 325 qat_uclo_init_lmem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_lmem_seg() 345 qat_uclo_init_umem_seg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_umem_seg() 370 qat_uclo_init_ae_memory(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ae_memory() 391 qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ustore() [all …]
|
/freebsd/contrib/opencsd/decoder/source/c_api/ |
H A D | 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() 237 OCSD_C_API ocsd_err_t ocsd_dt_get_decode_stats(const dcd_tree_handle_t handle, in ocsd_dt_get_decode_stats() 246 OCSD_C_API ocsd_err_t ocsd_dt_reset_decode_stats(const dcd_tree_handle_t handle, in ocsd_dt_reset_decode_stats() 255 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() 293 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() [all …]
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | 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/contrib/libpcap/ |
H A D | 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 …]
|
H A D | 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 …]
|
H A D | 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
|
H A D | 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/contrib/kyua/utils/process/ |
H A D | 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/contrib/libfido2/src/ |
H A D | 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()
|
H A D | 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()
|
H A D | 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/contrib/libcbor/test/ |
H A D | 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/sys/dev/qat/include/common/ |
H A D | icp_qat_hal.h | 145 #define SET_CAP_CSR(handle, csr, val) \ argument 147 #define GET_CAP_CSR(handle, csr) \ argument 149 #define SET_GLB_CSR(handle, csr, val) \ argument 156 #define GET_GLB_CSR(handle, csr) \ argument 163 #define SET_FCU_CSR(handle, csr, val) \ argument 179 #define GET_FCU_CSR(handle, csr) \ argument 190 #define AE_CSR(handle, ae) \ argument 192 #define AE_CSR_ADDR(handle, ae, csr) (AE_CSR(handle, ae) + (0x3ff & (csr))) argument 193 #define SET_AE_CSR(handle, ae, csr, val) \ argument 195 #define GET_AE_CSR(handle, ae, csr) \ argument [all …]
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | prov_seed.c | 15 size_t ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_get_entropy() 41 void ossl_rand_cleanup_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_entropy() 47 size_t ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_get_nonce() 72 void ossl_rand_cleanup_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_nonce()
|
/freebsd/stand/uboot/ |
H A D | glue.c | 293 ub_dev_open(int handle) in ub_dev_open() 309 ub_dev_close(int handle) in ub_dev_close() 332 dev_valid(int handle) in dev_valid() 345 dev_stor_valid(int handle) in dev_stor_valid() 358 ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, in ub_dev_read() 379 dev_net_valid(int handle) in dev_net_valid() 392 ub_dev_recv(int handle, void *buf, int len, int *rlen) in ub_dev_recv() 411 ub_dev_send(int handle, void *buf, int len) in ub_dev_send() 465 ub_dump_di(int handle) in ub_dump_di()
|
/freebsd/sys/dev/drm2/ |
H A D | 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/contrib/kyua/utils/ |
H A D | 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/sys/libkern/ |
H A D | iconv.c | 237 iconv_open(const char *to, const char *from, void **handle) in iconv_open() 274 iconv_close(void *handle) in iconv_close() 280 iconv_conv(void *handle, const char **inbuf, in iconv_conv() 287 iconv_conv_case(void *handle, const char **inbuf, in iconv_conv_case() 294 iconv_convchr(void *handle, const char **inbuf, in iconv_convchr() 301 iconv_convchr_case(void *handle, const char **inbuf, in iconv_convchr_case() 308 towlower(int c, void *handle) in towlower() 314 towupper(int c, void *handle) in towupper() 472 iconv_converter_tolowerstub(int c, void *handle) in iconv_converter_tolowerstub() 512 iconv_convstr(void *handle, char *dst, const char *src) in iconv_convstr() [all …]
|
/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/ |
H A D | 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/sys/dev/vmware/vmci/ |
H A D | 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()
|
/freebsd/sys/dev/cfe/ |
H A D | cfe_api.c | 78 cfe_init(cfe_xuint_t handle, cfe_xuint_t ept) in cfe_init() 95 cfe_close(int handle) in cfe_close() 393 cfe_inpstat(int handle) in cfe_inpstat() 415 cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer, int length, in cfe_ioctl() 463 cfe_read(int handle, unsigned char *buffer, int length) in cfe_read() 471 cfe_readblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) in cfe_readblk() 531 cfe_write(int handle, unsigned char *buffer, int length) in cfe_write() 539 cfe_writeblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) in cfe_writeblk()
|