Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd-src/lib/libgpio/
H A Dgpio.c71 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-src/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-src/contrib/less/
H A Dlglob.h47 #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-src/sys/dev/qat/qat_common/
H A Dqat_hal.c44 #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 Dqat_uclo.c144 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-src/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()
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-src/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()
541 VCHIQ_HEADER_T *header, VCHIQ_SERVICE_HANDLE_T handle, void *bulk_user) in shim_callback()
[all …]
/freebsd-src/contrib/libpcap/
H A Dpcap-netfilter-linux.c90 struct pcap_netfilter *handlep = handle->priv; in netfilter_read_linux() argument
310 netfilter_set_datalink(pcap_t * handle,int dlt) netfilter_set_datalink() argument
317 netfilter_stats_linux(pcap_t * handle,struct pcap_stat * stats) netfilter_stats_linux() argument
328 netfilter_inject_linux(pcap_t * handle,const void * buf _U_,int size _U_) netfilter_inject_linux() argument
342 netfilter_send_config_msg(const pcap_t * handle,uint16_t msg_type,int ack,u_int8_t family,u_int16_t res_id,const struct my_nfattr * mynfa) netfilter_send_config_msg() argument
430 nflog_send_config_msg(const pcap_t * handle,uint8_t family,u_int16_t group_id,const struct my_nfattr * mynfa) nflog_send_config_msg() argument
436 nflog_send_config_cmd(const pcap_t * handle,uint16_t group_id,u_int8_t cmd,u_int8_t family) nflog_send_config_cmd() argument
451 nflog_send_config_mode(const pcap_t * handle,uint16_t group_id,u_int8_t copy_mode,u_int32_t copy_range) nflog_send_config_mode() argument
467 nfqueue_send_verdict(const pcap_t * handle,uint16_t group_id,u_int32_t id,u_int32_t verdict) nfqueue_send_verdict() argument
483 nfqueue_send_config_msg(const pcap_t * handle,uint8_t family,u_int16_t group_id,const struct my_nfattr * mynfa) nfqueue_send_config_msg() argument
489 nfqueue_send_config_cmd(const pcap_t * handle,uint16_t group_id,u_int8_t cmd,u_int16_t pf) nfqueue_send_config_cmd() argument
505 nfqueue_send_config_mode(const pcap_t * handle,uint16_t group_id,u_int8_t copy_mode,u_int32_t copy_range) nfqueue_send_config_mode() argument
521 netfilter_activate(pcap_t * handle) netfilter_activate() argument
[all...]
H A Dpcap-linux.c341 pcap_t *handle; pcap_create_interface() local
439 get_mac80211_phydev(pcap_t * handle,const char * device,char * phydev_path,size_t phydev_max_pathlen) get_mac80211_phydev() argument
481 nl80211_init(pcap_t * handle,struct nl80211_state * state,const char * device) nl80211_init() argument
535 add_mon_if(pcap_t * handle,int sock_fd,struct nl80211_state * state,const char * device,const char * mondevice) add_mon_if() argument
640 del_mon_if(pcap_t * handle,int sock_fd,struct nl80211_state * state,const char * device,const char * mondevice) del_mon_if() argument
694 pcap_protocol(pcap_t * handle) pcap_protocol() argument
706 pcap_can_set_rfmon_linux(pcap_t * handle) pcap_can_set_rfmon_linux() argument
786 pcap_cleanup_linux(pcap_t * handle) pcap_cleanup_linux() argument
940 pcap_breakloop_linux(pcap_t * handle) pcap_breakloop_linux() argument
956 set_vlan_offset(pcap_t * handle) set_vlan_offset() argument
993 pcap_activate_linux(pcap_t * handle) pcap_activate_linux() argument
1150 pcap_set_datalink_linux(pcap_t * handle,int dlt) pcap_set_datalink_linux() argument
1169 linux_check_direction(const pcap_t * handle,const struct sockaddr_ll * sll) linux_check_direction() argument
1225 device_still_exists(pcap_t * handle) device_still_exists() argument
1266 pcap_inject_linux(pcap_t * handle,const void * buf,int size) pcap_inject_linux() argument
1308 pcap_stats_linux(pcap_t * handle,struct pcap_stat * stats) pcap_stats_linux() argument
1776 pcap_setdirection_linux(pcap_t * handle,pcap_direction_t d) pcap_setdirection_linux() argument
1829 map_arphrd_to_dlt(pcap_t * handle,int arptype,const char * device,int cooked_ok) map_arphrd_to_dlt() argument
2277 set_dlt_list_cooked(pcap_t * handle) set_dlt_list_cooked() argument
2299 setup_socket(pcap_t * handle,int is_any_device) setup_socket() argument
2661 setup_mmapped(pcap_t * handle,int * status) setup_mmapped() argument
2724 init_tpacket(pcap_t * handle,int version,const char * version_str) init_tpacket() argument
2792 prepare_tpacket_socket(pcap_t * handle) prepare_tpacket_socket() argument
2869 create_ring(pcap_t * handle,int * status) create_ring() argument
3296 destroy_ring(pcap_t * handle) destroy_ring() argument
3341 pcap_t *handle = sp->pd; pcap_oneshot_linux() local
3350 pcap_getnonblock_linux(pcap_t * handle) pcap_getnonblock_linux() argument
3359 pcap_setnonblock_linux(pcap_t * handle,int nonblock) pcap_setnonblock_linux() argument
3412 pcap_get_ring_frame_status(pcap_t * handle,int offset) pcap_get_ring_frame_status() argument
3435 pcap_wait_for_frames_mmap(pcap_t * handle) pcap_wait_for_frames_mmap() argument
3789 pcap_handle_packet_mmap(pcap_t * handle,pcap_handler callback,u_char * user,unsigned char * frame,unsigned int tp_len,unsigned int tp_mac,unsigned int tp_snaplen,unsigned int tp_sec,unsigned int tp_usec,int tp_vlan_tci_valid,__u16 tp_vlan_tci,__u16 tp_vlan_tpid) pcap_handle_packet_mmap() argument
4078 pcap_read_linux_mmap_v2(pcap_t * handle,int max_packets,pcap_handler callback,u_char * user) pcap_read_linux_mmap_v2() argument
4175 pcap_read_linux_mmap_v3(pcap_t * handle,int max_packets,pcap_handler callback,u_char * user) pcap_read_linux_mmap_v3() argument
4316 pcap_setfilter_linux(pcap_t * handle,struct bpf_program * filter) pcap_setfilter_linux() argument
4647 enter_rfmon_mode(pcap_t * handle,int sock_fd,const char * device) enter_rfmon_mode() argument
4805 iface_set_all_ts_types(pcap_t * handle,char * ebuf) iface_set_all_ts_types() argument
4826 iface_get_ts_types(const char * device,pcap_t * handle,char * ebuf) iface_get_ts_types() argument
4946 iface_get_ts_types(const char * device,pcap_t * handle,char * ebuf) iface_get_ts_types() argument
5002 iface_ethtool_flag_ioctl(pcap_t * handle,int cmd,const char * cmdname,int eperm_ok) iface_ethtool_flag_ioctl() argument
5048 iface_get_offload(pcap_t * handle) iface_get_offload() argument
5139 iface_dsa_get_proto_info(const char * device,pcap_t * handle) iface_dsa_get_proto_info() argument
5261 fix_program(pcap_t * handle,struct sock_fprog * fcode) fix_program() argument
5330 fix_offset(pcap_t * handle,struct bpf_insn * p) fix_offset() argument
5415 set_kernel_filter(pcap_t * handle,struct sock_fprog * fcode) set_kernel_filter() argument
5542 reset_kernel_filter(pcap_t * handle) reset_kernel_filter() argument
[all...]
H A Dpcap-dbus.c54 struct pcap_dbus *handlep = handle->priv; in dbus_read() argument
106 dbus_write(pcap_t * handle,const void * buf,int size) dbus_write() argument
128 dbus_stats(pcap_t * handle,struct pcap_stat * stats) dbus_stats() argument
139 dbus_cleanup(pcap_t * handle) dbus_cleanup() argument
171 dbus_activate(pcap_t * handle) dbus_activate() argument
[all...]
H A Dpcap-haiku.cpp
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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