Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd/lib/libgpio/
H A Dgpio.c71 gpio_close(gpio_handle_t handle) in gpio_close()
151 gpio_pin_get(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_get()
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()
219 gpio_pin_input(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_input()
225 gpio_pin_output(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_output()
249 gpio_pin_pullup(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_pullup()
261 gpio_pin_invin(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_invin()
267 gpio_pin_invout(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_invout()
[all …]
/freebsd/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/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/sys/dev/qat/qat_common/
H A Dqat_hal.c44 #define AE(handle, ae) ((handle)->hal_handle->aes[ae]) argument
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()
385 qat_hal_reset(struct icp_qat_fw_loader_handle *handle) in qat_hal_reset()
1021 struct icp_qat_fw_loader_handle *handle; in qat_hal_init() local
1131 qat_hal_deinit(struct icp_qat_fw_loader_handle *handle) in qat_hal_deinit()
1140 qat_hal_start(struct icp_qat_fw_loader_handle *handle) in qat_hal_start()
1193 qat_hal_stop(struct icp_qat_fw_loader_handle *handle, in qat_hal_stop()
1202 qat_hal_set_pc(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_pc()
1249 qat_hal_wr_umem(struct icp_qat_fw_loader_handle *handle, in qat_hal_wr_umem()
[all …]
H A Dqat_uclo.c391 qat_uclo_init_ustore(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_ustore()
924 qat_uclo_init_reg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_init_reg()
1064 qat_hal_set_modes(struct icp_qat_fw_loader_handle *handle, in qat_hal_set_modes()
1249 qat_uclo_map_simg(struct icp_qat_fw_loader_handle *handle, in qat_uclo_map_simg()
1323 qat_uclo_del_suof(struct icp_qat_fw_loader_handle *handle) in qat_uclo_del_suof()
1354 qat_uclo_map_suof(struct icp_qat_fw_loader_handle *handle, in qat_uclo_map_suof()
1430 qat_uclo_auth_fw(struct icp_qat_fw_loader_handle *handle, in qat_uclo_auth_fw()
1725 qat_uclo_load_fw(struct icp_qat_fw_loader_handle *handle, in qat_uclo_load_fw()
1903 qat_uclo_del_mof(struct icp_qat_fw_loader_handle *handle) in qat_uclo_del_mof()
2139 qat_uclo_map_obj(struct icp_qat_fw_loader_handle *handle, in qat_uclo_map_obj()
[all …]
/freebsd/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()
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()
448 OCSD_C_API void ocsd_tl_log_mapped_mem_ranges(const dcd_tree_handle_t handle) in ocsd_tl_log_mapped_mem_ranges()
464 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()
[all …]
/freebsd/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/contrib/libpcap/
H A Dpcap-netfilter-linux.c90 netfilter_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in netfilter_read_linux()
310 netfilter_set_datalink(pcap_t *handle, int dlt) in netfilter_set_datalink()
317 netfilter_stats_linux(pcap_t *handle, struct pcap_stat *stats) in netfilter_stats_linux()
328 netfilter_inject_linux(pcap_t *handle, const void *buf _U_, int size _U_) in netfilter_inject_linux()
430 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()
436 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()
451 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()
467 nfqueue_send_verdict(const pcap_t *handle, uint16_t group_id, u_int32_t id, u_int32_t verdict) in nfqueue_send_verdict()
489 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()
505 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.c341 pcap_t *handle; in pcap_create_interface() local
956 set_vlan_offset(pcap_t *handle) in set_vlan_offset()
993 pcap_activate_linux(pcap_t *handle) in pcap_activate_linux()
1225 device_still_exists(pcap_t *handle) in device_still_exists()
2277 set_dlt_list_cooked(pcap_t *handle) in set_dlt_list_cooked()
2792 prepare_tpacket_socket(pcap_t *handle) in prepare_tpacket_socket()
3296 destroy_ring(pcap_t *handle) in destroy_ring()
3341 pcap_t *handle = sp->pd; in pcap_oneshot_linux() local
3789 pcap_t *handle, in pcap_handle_packet_mmap()
5048 iface_get_offload(pcap_t *handle) in iface_get_offload()
[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, int 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()
H A Dpcap-haiku.cpp50 pcap_read_haiku(pcap_t* handle, int maxPackets _U_, pcap_handler callback, in pcap_read_haiku()
110 pcap_inject_haiku(pcap_t *handle, const void *buffer, int size) in pcap_inject_haiku()
122 pcap_stats_haiku(pcap_t *handle, struct pcap_stat *stats) in pcap_stats_haiku()
147 pcap_activate_haiku(pcap_t *handle) in pcap_activate_haiku()
252 pcap_t* handle = pcap_create_common(errorBuffer, in pcap_create_interface() local
/freebsd/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/contrib/libfido2/src/
H A Dhid_hidapi.c22 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 Dhid_openbsd.c190 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 Dhid_netbsd.c251 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 Dmap_test.c48 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/crypto/openssl/crypto/rand/
H A Dprov_seed.c15 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/sys/dev/qat/include/common/
H A Dicp_qat_hal.h145 #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/stand/uboot/
H A Dglue.c293 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 Ddrm_memory.c39 #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 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/sys/libkern/
H A Diconv.c237 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 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
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_queue_pair.c21 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 Dcfe_api.c78 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()

12345678910>>...21