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

12

/freebsd-10-stable/sys/dev/hyperv/utilities/
H A Dunicode.h44 utf8_to_utf16(uint16_t *dst, size_t dst_len, argument
144 utf16_to_utf8(char *dst, size_t dst_len, argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DConnectionSharedMemory.cpp91 Read(void *dst, size_t dst_len, uint32_t timeout_usec, ConnectionStatus &status, Error *error_ptr) argument
H A DConnectionMachPort.cpp217 Read(void *dst, size_t dst_len, uint32_t timeout_usec, ConnectionStatus &status, Error *error_ptr) argument
H A DCommunication.cpp136 Communication::Read (void *dst, size_t dst_len, uint32_t timeout_usec, ConnectionStatus &status, Error *error_ptr) argument
284 Communication::GetCachedBytes (void *dst, size_t dst_len) argument
328 ReadFromConnection(void *dst, size_t dst_len, uint32_t timeout_usec, ConnectionStatus &status, Error *error_ptr) argument
[all...]
H A DConnectionFileDescriptor.cpp440 Read(void *dst, size_t dst_len, uint32_t timeout_usec, ConnectionStatus &status, Error *error_ptr) argument
H A DEmulateInstruction.cpp169 ReadMemory(const Context &context, lldb::addr_t addr, void *dst, size_t dst_len) argument
285 ReadMemoryFrame(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, void *dst, size_t dst_len) argument
H A DRegisterValue.cpp193 const uint32_t dst_len = reg_info->byte_size; local
109 GetAsMemoryData(const RegisterInfo *reg_info, void *dst, uint32_t dst_len, lldb::ByteOrder dst_byte_order, Error &error) const argument
H A DAddress.cpp29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len) argument
H A DScalar.cpp2019 GetAsMemoryData(void *dst, size_t dst_len, lldb::ByteOrder dst_byte_order, Error &error) const argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBCommunication.cpp138 SBCommunication::Read (void *dst, size_t dst_len, uint32_t timeout_usec, ConnectionStatus &status) argument
H A DSBFileSpec.cpp87 SBFileSpec::ResolvePath (const char *src_path, char *dst_path, size_t dst_len) argument
H A DSBThread.cpp267 SBThread::GetStopDescription (char *dst, size_t dst_len) argument
H A DSBProcess.cpp1019 ReadMemory(addr_t addr, void *dst, size_t dst_len, SBError &sb_error) argument
[all...]
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c146 size_t src_len, dst_len; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp132 ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, uint64_t dst_len, Error &error) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp253 RegisterContextThreadMemory::WriteRegisterValueToMemory (const lldb_private::RegisterInfo *reg_info, lldb::addr_t dst_addr, uint32_t dst_len, const RegisterValue &reg_value) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp116 Read(addr_t addr, void *dst, size_t dst_len, Error &error) argument
H A DRegisterContext.cpp347 const uint32_t dst_len = reg_info->byte_size; local
392 WriteRegisterValueToMemory(const RegisterInfo *reg_info, lldb::addr_t dst_addr, uint32_t dst_len, const RegisterValue &reg_value) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/
H A DStringExtractor.cpp366 StringExtractor::GetHexBytes (void *dst_void, size_t dst_len, uint8_t fail_fill_value) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp391 ReadMemory(EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, void *dst, size_t dst_len) argument
415 WriteMemory(EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, const void *dst, size_t dst_len) argument
428 WriteMemory(EmulateInstruction *instruction, const EmulateInstruction::Context &context, lldb::addr_t addr, const void *dst, size_t dst_len) argument
[all...]
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.c113 static int eap_fast_copy_buf(u8 **dst, size_t *dst_len, argument
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server.c58 static int eap_copy_data(u8 **dst, size_t *dst_len, argument
/freebsd-10-stable/sys/dev/usb/
H A Dusb_dev.h48 uint8_t dst_len; /* String length */ member in struct:usb_symlink
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h605 ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, uint64_t dst_len, Error &error) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp84 FileSpec::ResolveUsername (const char *src_path, char *dst_path, size_t dst_len) argument
193 FileSpec::Resolve (const char *src_path, char *dst_path, size_t dst_len) argument
818 ReadFileContents(off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const argument
[all...]

Completed in 291 milliseconds

12