/freebsd/sys/dev/hyperv/utilities/ |
H A D | unicode.h | 42 utf8_to_utf16(uint16_t *dst, size_t dst_len, in utf8_to_utf16() 142 utf16_to_utf8(char *dst, size_t dst_len, in utf16_to_utf8()
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | addrinfo.c | 98 static int ucma_copy_addr(struct sockaddr **dst, socklen_t *dst_len, in ucma_copy_addr() 124 static int ucma_convert_in6(int ps, struct sockaddr_ib **dst, socklen_t *dst_len, in ucma_convert_in6()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Communication.cpp | 86 size_t Communication::Read(void *dst, size_t dst_len, in Read() 127 size_t Communication::ReadFromConnection(void *dst, size_t dst_len, in ReadFromConnection()
|
H A D | ThreadedCommunication.cpp | 76 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read() 221 size_t ThreadedCommunication::GetCachedBytes(void *dst, size_t dst_len) { in GetCachedBytes()
|
H A D | EmulateInstruction.cpp | 167 void *dst, size_t dst_len) { in ReadMemory() argument 260 size_t dst_len) { in ReadMemoryFrame() argument
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn_ioctl.h | 21 int dst_len; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 381 size_t dst_len) { in ReadMemory() 400 const void *dst, size_t dst_len) { in WriteMemory() 409 lldb::addr_t addr, const void *dst, size_t dst_len) { in WriteMemory()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | qat_compress.c | 242 char *dst, int dst_len, char *add, int add_len, size_t *c_len) in qat_compress_impl() 507 char *dst, int dst_len, size_t *c_len) in qat_compress()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | FileCache.cpp | 91 uint64_t dst_len, Status &error) { in ReadFile()
|
H A D | NativeRegisterContext.cpp | 334 const size_t dst_len = reg_info->byte_size; in ReadRegisterValueFromMemory() local 375 const RegisterInfo *reg_info, lldb::addr_t dst_addr, size_t dst_len, in WriteRegisterValueToMemory()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | StructuredDataImpl.h | 149 size_t GetStringValue(char *dst, size_t dst_len) const { in GetStringValue()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 39 uint32_t dst_len, in GetAsMemoryData() 94 const uint32_t dst_len = reg_info.byte_size; in SetFromMemoryData() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommunication.cpp | 104 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec, in Read()
|
H A D | SBFileSpec.cpp | 99 size_t dst_len) { in ResolvePath()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2-encoding.c | 241 encode_string(char *dst, size_t dst_len, argon2_context *ctx, argon2_type type) in encode_string()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_offloadings.c | 164 size_t src_len, dst_len; in bdg_mismatch_datapath() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterContext.cpp | 323 const uint32_t dst_len = reg_info->byte_size; ReadRegisterValueFromMemory() local 364 WriteRegisterValueToMemory(const RegisterInfo * reg_info,lldb::addr_t dst_addr,uint32_t dst_len,const RegisterValue & reg_value) WriteRegisterValueToMemory() argument
|
H A D | RemoteAwarePlatform.cpp | 116 void *dst, uint64_t dst_len, in ReadFile()
|
H A D | Memory.cpp | 154 size_t MemoryCache::Read(addr_t addr, void *dst, size_t dst_len, in Read()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextThreadMemory.cpp | 208 uint32_t dst_len, const RegisterValue ®_value) { in WriteRegisterValueToMemory()
|
/freebsd/crypto/libecc/src/utils/ |
H A D | utils.c | 219 u32 dst_len, i; in local_strncat() local
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 196 if (src_len > dst_len) in ReadSectionData() argument
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | sshkdf.c | 90 static int sshkdf_set_membuf(unsigned char **dst, size_t *dst_len, in sshkdf_set_membuf()
|
H A D | krb5kdf.c | 96 static int krb5kdf_set_membuf(unsigned char **dst, size_t *dst_len, in krb5kdf_set_membuf()
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_parse.c | 18 void p2p_copy_filter_devname(char *dst, size_t dst_len, in p2p_copy_filter_devname()
|