Home
last modified time | relevance | path

Searched defs:handle (Results 26 – 50 of 513) sorted by relevance

12345678910>>...21

/freebsd/contrib/libfido2/src/
H A Dhid_freebsd.c249 fido_hid_close(void *handle) in fido_hid_close()
260 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask()
271 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read()
300 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write()
324 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len()
332 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
H A Dhid_linux.c303 fido_hid_close(void *handle) in fido_hid_close()
314 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask()
325 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read()
354 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write()
378 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len()
386 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
H A Dhid_win.c449 fido_hid_close(void *handle) in fido_hid_close()
469 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask()
478 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) in fido_hid_read()
524 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write()
558 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len()
566 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len()
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c54 void *handle; in ATF_TC_BODY() local
78 void *handle; in ATF_TC_BODY() local
110 void *handle; in ATF_TC_BODY() local
142 void *handle; in ATF_TC_BODY() local
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_hashtable.c122 struct vmci_handle handle) in vmci_hashtable_init_entry()
243 struct vmci_handle handle) in vmci_hashtable_get_entry_locked()
291 struct vmci_handle handle) in vmci_hashtable_get_entry()
434 struct vmci_handle handle) in vmci_hashtable_entry_exists()
465 struct vmci_handle handle) in vmci_hashtable_entry_exists_locked()
H A Dvmci_doorbell.c203 vmci_doorbell_get_priv_flags(struct vmci_handle handle, in vmci_doorbell_get_priv_flags()
404 vmci_doorbell_link(struct vmci_handle handle, bool is_doorbell, in vmci_doorbell_link()
447 vmci_doorbell_unlink(struct vmci_handle handle, bool is_doorbell) in vmci_doorbell_unlink()
493 vmci_doorbell_create(struct vmci_handle *handle, uint32_t flags, in vmci_doorbell_create()
599 vmci_doorbell_destroy(struct vmci_handle handle) in vmci_doorbell_destroy()
682 vmci_doorbell_notify_as_guest(struct vmci_handle handle, in vmci_doorbell_notify_as_guest()
/freebsd/lib/libc/nameser/
H A Dns_parse.c73 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag()
102 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse()
138 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
201 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_error_logger.cpp95 ocsd_hndl_err_log_t handle = m_error_sources.size(); in RegisterErrorSource() local
100 void ocsdDefaultErrorLogger::LogError(const ocsd_hndl_err_log_t handle, const ocsdError *Error) in LogError()
135 void ocsdDefaultErrorLogger::LogMessage(const ocsd_hndl_err_log_t handle, const ocsd_err_severity_t… in LogMessage()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringResultConsumer.h33 virtual void handle(AtomicChanges SourceReplacements) { in handle() function
39 virtual void handle(SymbolOccurrences Occurrences) { defaultResultHandler(); } in handle() function
/freebsd/contrib/ntp/include/
H A Dtimepps-SCO.h210 pps_handle_t *handle /* returned handle */ in time_pps_create()
247 pps_handle_t handle in time_pps_destroy()
268 pps_handle_t handle, in time_pps_setparams()
331 pps_handle_t handle, in time_pps_getparams()
359 pps_handle_t handle, in time_pps_getcap()
386 pps_handle_t handle, in time_pps_fetch()
483 pps_handle_t handle, in time_pps_kcbind()
H A Dtimepps-SunOS.h208 pps_handle_t *handle /* returned handle */ in time_pps_create()
248 pps_handle_t handle in time_pps_destroy()
269 pps_handle_t handle, in time_pps_setparams()
332 pps_handle_t handle, in time_pps_getparams()
360 pps_handle_t handle, in time_pps_getcap()
387 pps_handle_t handle, in time_pps_fetch()
484 pps_handle_t handle, in time_pps_kcbind()
H A Dtimepps-Solaris.h234 pps_handle_t *handle /* returned handle */ in time_pps_create()
279 pps_handle_t handle in time_pps_destroy()
303 pps_handle_t handle, in time_pps_setparams()
395 pps_handle_t handle, in time_pps_getparams()
426 pps_handle_t handle, in time_pps_getcap()
453 pps_handle_t handle, in time_pps_fetch()
548 pps_handle_t handle, in time_pps_kcbind()
/freebsd/contrib/libcbor/src/cbor/
H A Dcommon.c98 cbor_item_t **handle = cbor_bytestring_chunks_handle(item); in cbor_decref() local
112 cbor_item_t **handle = cbor_string_chunks_handle(item); in cbor_decref() local
123 cbor_item_t **handle = cbor_array_handle(item); in cbor_decref() local
131 struct cbor_pair *handle = cbor_map_handle(item); in cbor_decref() local
/freebsd/crypto/openssh/
H A Dsftp-server.c395 handle_to_name(int handle) in handle_to_name()
404 handle_to_dir(int handle) in handle_to_dir()
412 handle_to_fd(int handle) in handle_to_fd()
420 handle_to_flags(int handle) in handle_to_flags()
442 handle_bytes_read(int handle) in handle_bytes_read()
450 handle_bytes_write(int handle) in handle_bytes_write()
458 handle_close(int handle) in handle_close()
505 u_char *handle; in get_handle() local
1037 int handle, fd, r; in process_fsetstat() local
1134 int r, handle; in process_readdir() local
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c67 rdmasniff_stats(pcap_t *handle, struct pcap_stat *stat) in rdmasniff_stats()
79 rdmasniff_cleanup(pcap_t *handle) in rdmasniff_cleanup()
96 rdmasniff_post_recv(pcap_t *handle, uint64_t wr_id) in rdmasniff_post_recv()
115 rdmasniff_read(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) in rdmasniff_read()
196 pcap_t *handle = sp->pd; in rdmasniff_oneshot() local
205 rdmasniff_activate(pcap_t *handle) in rdmasniff_activate()
H A Dpcap-bt-linux.c193 bt_activate(pcap_t* handle) in bt_activate()
319 bt_read_linux(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) in bt_read_linux()
405 bt_inject_linux(pcap_t *handle, const void *buf _U_, int size _U_) in bt_inject_linux()
414 bt_stats_linux(pcap_t *handle, struct pcap_stat *stats) in bt_stats_linux()
/freebsd/contrib/libfido2/fuzz/
H A Dmutator_aux.c209 hid_close(void *handle) in hid_close()
215 hid_read(void *handle, unsigned char *ptr, size_t len, int ms) in hid_read()
224 hid_write(void *handle, const unsigned char *ptr, size_t len) in hid_write()
242 nfc_close(void *handle) in nfc_close()
248 nfc_read(void *handle, unsigned char *ptr, size_t len, int ms) in nfc_read()
257 nfc_write(void *handle, const unsigned char *ptr, size_t len) in nfc_write()
/freebsd/contrib/kyua/engine/
H A Dscheduler_test.cpp476 scheduler::scheduler_handle handle = scheduler::setup(); in check_integration_list() local
571 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
597 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
710 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
739 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
791 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
821 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
859 scheduler::scheduler_handle handle = scheduler::setup(); in do_cleanup_test() local
938 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
968 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c209 run_read(bool loop, int handle, const char *file, u_int delayus) in run_read()
254 run_poll(bool loop, int handle, const char *file, int timeout, u_int delayus) in run_poll()
290 run_select(bool loop, int handle, const char *file, int timeout, u_int delayus) in run_select()
328 run_kqueue(bool loop, int handle, const char *file, int timeout, u_int delayus) in run_kqueue()
379 run_aio_read(bool loop, int handle, const char *file, u_int delayus) in run_aio_read()
435 run_sigio(bool loop, int handle, const char *file) in run_sigio()
478 int handle; in main() local
/freebsd/lib/libsdp/
H A Dservice.c49 uint8_t const *data, uint32_t datalen, uint32_t *handle) in sdp_register_service()
114 sdp_unregister_service(void *xss, uint32_t handle) in sdp_unregister_service()
157 sdp_change_service(void *xss, uint32_t handle, in sdp_change_service()
/freebsd/lib/libc/iconv/
H A Dbsd_iconv.c55 __bsd___iconv_open(const char *out, const char *in, struct _citrus_iconv *handle) in __bsd___iconv_open()
86 struct _citrus_iconv *handle; in __bsd_iconv_open_into() local
93 __bsd_iconv_close(iconv_t handle) in __bsd_iconv_close()
107 __bsd_iconv(iconv_t handle, char **in, size_t *szin, char **out, size_t *szout) in __bsd_iconv()
128 __bsd___iconv(iconv_t handle, char **in, size_t *szin, char **out, in __bsd___iconv()
/freebsd/sys/kgssapi/
H A Dgssapi_impl.h36 gssd_ctx_id_t handle; member
40 gssd_cred_id_t handle; member
44 gssd_name_t handle; member
/freebsd/sys/fs/cd9660/
H A Dcd9660_util.c56 int flags, void *handle) in isochar()
102 int flags, void *handle, void *lhandle) in isofncmp()
165 int original, int assoc, int joliet_level, int flags, void *handle) in isofntrans()
195 void *handle) in sgetrune()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_bo.c233 size_t size, uint32_t *handle, struct tegra_bo **res_bo) in tegra_bo_create_with_handle()
276 struct drm_device *drm_dev, uint32_t handle, uint64_t *offset) in tegra_bo_dumb_map_offset()
307 unsigned int handle) in tegra_bo_dumb_destroy()
332 tegra_gem_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, in tegra_gem_pager_ctor()
342 tegra_gem_pager_dtor(void *handle) in tegra_gem_pager_dtor()
/freebsd/lib/libc/rpc/
H A Drpc_generic.c64 struct handle { struct
65 NCONF_HANDLE *nhandle; argument
66 int nflag; /* Whether NETPATH or NETCONFIG */
67 int nettype;
284 struct handle *handle; in __rpc_setconf() local
327 struct handle *handle; in __rpc_getconf() local
403 struct handle *handle; in __rpc_endconf() local

12345678910>>...21