Searched defs:dst_len (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-current/sys/dev/iwn/
H A Dif_iwn_ioctl.h21 int dst_len; member in struct:iwn_ioctl_data
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFileCache.cpp90 ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, uint64_t dst_len, Status &error) argument
H A DNativeRegisterContext.cpp334 const size_t dst_len = reg_info->byte_size; local
374 WriteRegisterValueToMemory( const RegisterInfo *reg_info, lldb::addr_t dst_addr, size_t dst_len, const RegisterValue &reg_value) argument
/freebsd-current/sys/dev/hyperv/utilities/
H A Dunicode.h42 utf8_to_utf16(uint16_t *dst, size_t dst_len, argument
142 utf16_to_utf8(char *dst, size_t dst_len, argument
/freebsd-current/contrib/ofed/librdmacm/
H A Daddrinfo.c98 static int ucma_copy_addr(struct sockaddr **dst, socklen_t *dst_len, argument
124 static int ucma_convert_in6(int ps, struct sockaddr_ib **dst, socklen_t *dst_len, argument
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.c241 encode_string(char *dst, size_t dst_len, argon2_context *ctx, argon2_type type) argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp86 size_t Communication::Read(void *dst, size_t dst_len, argument
127 size_t Communication::ReadFromConnection(void *dst, size_t dst_len, argument
H A DThreadedCommunication.cpp76 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, argument
221 size_t ThreadedCommunication::GetCachedBytes(void *dst, size_t dst_len) { argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp104 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec, argument
H A DSBFileSpec.cpp98 ResolvePath(const char *src_path, char *dst_path, size_t dst_len) argument
/freebsd-current/crypto/openssl/providers/implementations/kdfs/
H A Dsshkdf.c90 static int sshkdf_set_membuf(unsigned char **dst, size_t *dst_len, argument
H A Dkrb5kdf.c96 static int krb5kdf_set_membuf(unsigned char **dst, size_t *dst_len, argument
/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p_parse.c18 void p2p_copy_filter_devname(char *dst, size_t dst_len, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp206 WriteRegisterValueToMemory( const lldb_private::RegisterInfo *reg_info, lldb::addr_t dst_addr, uint32_t dst_len, const RegisterValue &reg_value) argument
/freebsd-current/sys/dev/netmap/
H A Dnetmap_offloadings.c164 size_t src_len, dst_len; local
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp154 size_t MemoryCache::Read(addr_t addr, void *dst, size_t dst_len, argument
[all...]
H A DRemoteAwarePlatform.cpp228 ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, uint64_t dst_len, Status &error) argument
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp246 size_t ConnectionFileDescriptor::Read(void *dst, size_t dst_len, argument
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp190 ReadSectionData(lldb_private::Section *section, lldb::offset_t section_offset, void *dst, size_t dst_len) argument
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.c113 static int eap_fast_copy_buf(u8 **dst, size_t *dst_len, argument
H A Deap_teap_pac.c113 static int eap_teap_copy_buf(u8 **dst, size_t *dst_len, argument
/freebsd-current/sys/dev/usb/
H A Dusb_dev.h49 uint8_t dst_len; /* String length */ member in struct:usb_symlink
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c240 qat_compress_impl(qat_compress_dir_t dir, char *src, int src_len, char *dst, int dst_len, char *add, int add_len, size_t *c_len) argument
505 qat_compress(qat_compress_dir_t dir, char *src, int src_len, char *dst, int dst_len, size_t *c_len) argument
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp94 const uint32_t dst_len = reg_info.byte_size; local
38 GetAsMemoryData(const RegisterInfo &reg_info, void *dst, uint32_t dst_len, lldb::ByteOrder dst_byte_order, Status &error) const argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp378 ReadMemory( EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, void *dst, size_t dst_len) argument
397 WriteMemory( EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, const void *dst, size_t dst_len) argument
407 WriteMemory( EmulateInstruction *instruction, const EmulateInstruction::Context &context, lldb::addr_t addr, const void *dst, size_t dst_len) argument
[all...]

Completed in 394 milliseconds

12