Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/openbmc/ipmbbridge/
H A Dipmbutils.cpp27 bool ipmbChecksumValidate(uint8_t* data, uint8_t length) in ipmbChecksumValidate()
50 uint8_t ipmbChecksumCompute(uint8_t* data, uint8_t length) in ipmbChecksumCompute()
72 inline bool ipmbDataChecksumValidate(IPMB_HEADER* ipmbHeader, uint8_t length) in ipmbDataChecksumValidate()
79 bool isFrameValid(IPMB_HEADER* frame, uint8_t length) in isFrameValid()
/openbmc/phosphor-ipmi-flash/tools/
H A Dio.cpp16 bool DevMemDevice::read(const std::size_t offset, const std::size_t length, in read()
54 bool DevMemDevice::write(const std::size_t offset, const std::size_t length, in write()
109 bool PpcMemDevice::read(const std::size_t offset, const std::size_t length, in read()
133 bool PpcMemDevice::write(const std::size_t offset, const std::size_t length, in write()
H A Dlpc.hpp20 std::uint32_t length; member
27 std::uint32_t address, std::uint32_t length, in LpcDataHandler()
43 std::uint32_t length; member in host_tool::LpcDataHandler
/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c11 uint32_t *length, uint64_t *address) in decode_rw_file_memory_req()
35 uint8_t completion_code, uint32_t length, in encode_rw_file_memory_resp()
65 uint32_t length, uint64_t address, in encode_rw_file_memory_req()
94 uint32_t *length) in decode_rw_file_memory_resp()
241 uint32_t *length) in decode_read_file_req()
264 uint32_t offset, uint32_t length, struct pldm_msg *msg) in encode_read_file_req()
296 uint8_t *completion_code, uint32_t *length, in decode_read_file_resp()
324 uint32_t length, struct pldm_msg *msg) in encode_read_file_resp()
354 uint32_t *length, size_t *file_data_offset) in decode_write_file_req()
381 uint32_t offset, uint32_t length, in encode_write_file_req()
[all …]
/openbmc/qemu/util/
H A Duserfaultfd.c158 int uffd_register_memory(int uffd_fd, void *addr, uint64_t length, in uffd_register_memory()
187 int uffd_unregister_memory(int uffd_fd, void *addr, uint64_t length) in uffd_unregister_memory()
213 int uffd_change_protection(int uffd_fd, void *addr, uint64_t length, in uffd_change_protection()
252 uint64_t length, bool dont_wake) in uffd_copy_page()
284 int uffd_zero_page(int uffd_fd, void *addr, uint64_t length, bool dont_wake) in uffd_zero_page()
317 int uffd_wakeup(int uffd_fd, void *addr, uint64_t length) in uffd_wakeup()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_by_type.cpp35 uint32_t& length, uint64_t address) in transferFileData()
55 int FileHandler::transferFileDataToSocket(int32_t fd, uint32_t& length, in transferFileDataToSocket()
75 uint32_t offset, uint32_t& length, in transferFileData()
188 uint32_t& length, Response& response) in readFile()
H A Dfile_io_type_cert.cpp26 int CertHandler::writeFromMemory(uint32_t offset, uint32_t length, in writeFromMemory()
54 int CertHandler::readIntoMemory(uint32_t offset, uint32_t length, in readIntoMemory()
73 int CertHandler::read(uint32_t offset, uint32_t& length, Response& response, in read()
94 int CertHandler::write(const char* buffer, uint32_t offset, uint32_t& length, in write()
211 int CertHandler::newFileAvailable(uint64_t length) in newFileAvailable()
250 uint64_t length, uint32_t metaDataValue1, uint32_t /*metaDataValue2*/, in newFileAvailableWithMetaData()
H A Dfile_io.cpp50 int DMA::transferHostDataToSocket(int fd, uint32_t length, uint64_t address) in transferHostDataToSocket()
122 int DMA::transferDataHost(int fd, uint32_t offset, uint32_t length, in transferDataHost()
255 uint8_t completion_code, uint32_t length, in encodeRWResponseHandler()
269 uint32_t length, struct pldm_msg* msg) in encodeReadResponseHandler()
280 uint32_t length, struct pldm_msg* msg) in encodeWriteResponseHandler()
306 uint8_t completion_code, uint32_t length, in encodeRWTypeMemoryResponseHandler()
320 uint8_t completion_code, uint32_t length, in encodeRWTypeResponseHandler()
349 uint32_t length = 0; in readFileIntoMemory() local
452 uint32_t length = 0; in writeFileFromMemory() local
612 uint32_t length = 0; in readFile() local
[all …]
H A Dfile_io_type_dump.cpp112 int DumpHandler::newFileAvailable(uint64_t length) in newFileAvailable()
175 int DumpHandler::writeFromMemory(uint32_t, uint32_t length, uint64_t address, in writeFromMemory() argument
198 int DumpHandler::write(const char* buffer, uint32_t, uint32_t& length, in write() argument
330 int DumpHandler::readIntoMemory(uint32_t offset, uint32_t length, in readIntoMemory()
341 int DumpHandler::read(uint32_t offset, uint32_t& length, Response& response, in read()
352 uint64_t length, uint32_t metaDataValue1, uint32_t /*metaDataValue2*/, in newFileAvailableWithMetaData()
H A Dfile_io_type_lid.hpp97 virtual int writeFromMemory(uint32_t offset, uint32_t length, in writeFromMemory()
170 virtual int readIntoMemory(uint32_t offset, uint32_t length, in readIntoMemory()
181 virtual int write(const char* buffer, uint32_t offset, uint32_t& length, in write()
285 virtual int read(uint32_t offset, uint32_t& length, Response& response, in read()
300 virtual int newFileAvailable(uint64_t length) in newFileAvailable()
/openbmc/pldm/host-bmc/dbus/
H A Dcable.cpp8 double Cable::length() const in length() function in pldm::dbus::Cable
14 double Cable::length(double value) in length() function in pldm::dbus::Cable
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp21 uint32_t length = 0x13245768; in TEST() local
62 uint32_t length = 0; in TEST() local
90 uint32_t length = 0xff00ee11; in TEST() local
126 uint32_t length = 0; in TEST() local
157 uint32_t length = 0xff00ee12; in TEST() local
182 uint32_t length = 0; in TEST() local
206 uint32_t length = 0x13245768; in TEST() local
242 uint32_t length = 0; in TEST() local
498 uint32_t length = 0x13245768; in TEST() local
523 uint32_t length = 0x467; in TEST() local
[all …]
/openbmc/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c12 static int copy_to_unicode(char *buff, int length, const char *str) in copy_to_unicode()
30 char *buff, int length) in usb_emul_get_string()
78 void *buffer, int length) in usb_emul_get_descriptor()
177 unsigned long pipe, void *buffer, int length, in usb_emul_control()
232 unsigned long pipe, void *buffer, int length) in usb_emul_bulk()
248 unsigned long pipe, void *buffer, int length, int interval) in usb_emul_int()
/openbmc/qemu/system/
H A Dmemory_mapping.c42 ram_addr_t length) in create_new_memory_mapping()
69 ram_addr_t length) in mapping_have_same_region()
94 ram_addr_t length) in mapping_merge()
110 ram_addr_t length) in memory_mapping_list_add_merge_sorted()
315 ram_addr_t offset, length; in qemu_get_guest_memory_mapping() local
352 int64_t length) in memory_mapping_filter()
/openbmc/qemu/hw/i386/
H A De820_memory_layout.c17 void e820_add_entry(uint64_t address, uint64_t length, uint32_t type) in e820_add_entry()
40 bool e820_get_entry(int idx, uint32_t type, uint64_t *address, uint64_t *length) in e820_get_entry()
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h110 uint32_t length; //!< Number of bytes to be read/write member
121 uint32_t length; //!< Number of bytes read/written member
288 uint32_t length; //!< Bytes to be read member
297 uint32_t length; //!< Number of bytes read member
308 uint32_t length; //!< Bytes to be written member
318 uint32_t length; //!< Bytes written member
447 uint32_t length; //!< Bytes to be read member
458 uint32_t length; //!< Number of bytes read member
535 uint64_t length; //!< Number of bytes in new file member
602 uint32_t length; //!< Bytes to be read member
[all …]
/openbmc/u-boot/cmd/
H A Dotp_info.h13 signed char length; member
21 signed char length; member
28 signed char length; member
/openbmc/qemu/include/system/
H A Dram_addr.h160 ram_addr_t length, in cpu_physical_memory_get_dirty()
200 ram_addr_t length, in cpu_physical_memory_all_dirty()
254 ram_addr_t length, in cpu_physical_memory_range_includes_clean()
294 ram_addr_t length, in cpu_physical_memory_set_dirty_range()
458 ram_addr_t length) in cpu_physical_memory_dirty_bits_cleared()
477 ram_addr_t length) in cpu_physical_memory_clear_dirty_range()
489 ram_addr_t length) in cpu_physical_memory_sync_dirty_bitmap()
/openbmc/qemu/hw/uefi/
H A Dvar-service-vars.c270 uint64_t length; in uefi_vars_mm_get_variable() local
334 uint64_t length; in uefi_vars_mm_get_next_variable() local
422 uint64_t length; in uefi_vars_mm_set_variable() local
567 uint64_t length; in uefi_vars_mm_variable_info() local
588 uint64_t length; in uefi_vars_mm_get_payload_size() local
607 uint64_t length; in uefi_vars_mm_lock_variable() local
665 uint64_t length; in uefi_vars_mm_vars_proto() local
/openbmc/telemetry/tests/src/utils/
H A Dstring_utils.cpp22 std::string getString(size_t length) in getString()
30 std::string getStringWithSpaces(size_t length) in getStringWithSpaces()
/openbmc/bios-bmc-smm-error-logger/src/
H A Dpci_handler.cpp28 const uint32_t length) in read()
61 const size_t length = bytes.size(); in write() local
/openbmc/qemu/hw/usb/
H A Ddesc-msos.c57 int length = sizeof(*hdr); in usb_desc_msos_compat() local
117 int length = wcslen(name) + 1; in usb_desc_msos_prop_name() local
134 int length = sizeof(*prop); in usb_desc_msos_prop_str() local
159 int length = sizeof(*prop); in usb_desc_msos_prop_dword() local
179 int length = sizeof(*hdr); in usb_desc_msos_prop() local
220 int length = 0; in usb_desc_msos() local
/openbmc/u-boot/drivers/usb/host/
H A Dusb-sandbox.c41 void *buffer, int length, in sandbox_submit_control()
76 unsigned long pipe, void *buffer, int length) in sandbox_submit_bulk()
101 unsigned long pipe, void *buffer, int length, in sandbox_submit_int()
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp26 uint8_t length = in prepareHeader() local
128 uint8_t length = buff.size() + /* 14 bytes header + length of langtag */ in processSrvTypeRequest() local
210 uint8_t length = buff.size() + /* 14 bytes header + length of langtag */ in processSrvRequest() local
408 uint8_t length = slp::header::MIN_LEN + /* 14 bytes for header */ in processError() local
/openbmc/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c111 int alen, u8 *data, int length) in __i2c_read()
178 int alen, u8 *data, int length) in __i2c_write()
240 int alen, u8 *data, int length) in lpc32xx_i2c_read()
247 int alen, u8 *data, int length) in lpc32xx_i2c_write()

12345678910>>...26