Searched defs:handle (Results 551 - 575 of 1084) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/bsd/libfido2/dist/regress/
H A Dassert.c105 dummy_close(void *handle) argument
111 dummy_read(void *handle, unsigned char *buf, size_t len, int ms) argument
123 dummy_write(void *handle, const unsigned char *buf, size_t len) argument
H A Ddev.c53 dummy_close(void *handle) argument
59 dummy_read(void *handle, unsigned char *ptr, size_t len, int ms) argument
106 dummy_write(void *handle, const unsigned char *ptr, size_t len) argument
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dpcsc.c291 fido_pcsc_close(void *handle) argument
305 fido_pcsc_read(void *handle, unsigned char *buf, size_t len, int ms) argument
326 fido_pcsc_write(void *handle, const unsigned char *buf, size_t len) argument
H A Dnfc_linux.c279 fido_nfc_close(void *handle) argument
287 fido_nfc_set_sigmask(void *handle, const fido_sigset_t *sigmask) argument
298 fido_nfc_read(void *handle, unsigned char *buf, size_t len, int ms) argument
335 fido_nfc_write(void *handle, const unsigned char *buf, size_t len) argument
H A Dhid_win.c449 fido_hid_close(void *handle) argument
469 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) argument
478 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) argument
524 fido_hid_write(void *handle, const unsigned char *buf, size_t len) argument
558 fido_hid_report_in_len(void *handle) argument
566 fido_hid_report_out_len(void *handle) argument
[all...]
H A Dhid_linux.c303 fido_hid_close(void *handle) argument
314 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) argument
325 fido_hid_read(void *handle, unsigned char *buf, size_t len, int ms) argument
354 fido_hid_write(void *handle, const unsigned char *buf, size_t len) argument
378 fido_hid_report_in_len(void *handle) argument
386 fido_hid_report_out_len(void *handle) argument
[all...]
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-bt-linux.c197 bt_activate(pcap_t* handle) argument
323 bt_read_linux(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) argument
409 bt_inject_linux(pcap_t *handle, const void *buf _U_, int size _U_) argument
418 bt_stats_linux(pcap_t *handle, struct pcap_stat *stats) argument
[all...]
H A Dpcap-rdmasniff.c67 rdmasniff_stats(pcap_t *handle, struct pcap_stat *stat) argument
79 rdmasniff_cleanup(pcap_t *handle) argument
96 rdmasniff_post_recv(pcap_t *handle, uint64_t wr_id) argument
115 rdmasniff_read(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
196 pcap_t *handle = sp->pd; local
205 rdmasniff_activate(pcap_t *handle) argument
[all...]
/netbsd-current/sys/arch/xen/xenbus/
H A Dxenbus_dev.c117 struct xenbus_transaction *handle; member in struct:xenbus_dev_transaction
/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dofdev.c251 int handle, part; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddyndb.c50 void *handle; member in struct:dyndb_implementation
92 load_symbol(void *handle, const char *filename, const char *symbol_name, argument
124 void *handle = NULL; local
213 load_symbol(HMODULE handle, const char *filename, const char *symbol_name, void **symbolp) argument
240 HMODULE handle; local
[all...]
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddnstap_test.c130 dns_dthandle_t *handle = NULL; local
289 dns_dthandle_t *handle = NULL; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddyndb.c45 uv_lib_t handle; member in struct:dyndb_implementation
86 load_symbol(uv_lib_t *handle, const char *filename, const char *symbol_name, argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dhooks.c49 uv_lib_t handle; member in struct:ns_plugin
90 load_symbol(uv_lib_t *handle, const char *modpath, const char *symbol_name, argument
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/
H A Dtest_server.c221 read_cb(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region, argument
246 send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { argument
256 accept_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/
H A Dnouveau_nvkm_subdev_mxm_base.c108 acpi_handle handle; local
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_filter_program.c301 HANDLE handle = (HANDLE)_get_osfhandle(state->child_stdout); local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dinit.c138 HMODULE handle = NULL; local
665 HMODULE handle = NULL; local
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_sparse_basic.c117 HANDLE handle; local
/netbsd-current/sys/dev/acpi/
H A Dacpi_resource.c409 acpi_resource_parse(device_t dev, ACPI_HANDLE handle, const char *path, argument
447 acpi_resource_parse_any(device_t dev, ACPI_HANDLE handle, const char *path, argument
/netbsd-current/sys/netbt/
H A Dhci_link.c429 uint16_t handle, want; local
629 uint16_t handle; local
837 uint16_t handle; local
1049 hci_link_lookup_handle(struct hci_unit *unit, uint16_t handle) argument
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmisc.h40 int handle; /* Handle for dynamic listen ports */ member in struct:Forward
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_key.c139 load_key_init(TPM_COMMAND_CODE ord, TCS_CONTEXT_HANDLE hContext, TCS_KEY_HANDLE parent_handle, UINT32 blob_size, BYTE* blob, TSS_BOOL encrypted, TPM_AUTH* auth, TSS_BOOL* load_key, UINT64* out_len, BYTE* out, TCS_KEY_HANDLE* handle, TPM_KEY_HANDLE* slot) argument
[all...]
/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_print.c84 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, argument
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_hpux10.c403 static int handle; local
[all...]

Completed in 419 milliseconds

<<21222324252627282930>>