Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-ipmi-blobs/
H A Dprocess.cpp127 std::span<const uint8_t> data, size_t maxSize) in processBlobCommand()
176 Resp handleBlobCommand(uint8_t cmd, std::vector<uint8_t> data, size_t maxSize) in handleBlobCommand()
/openbmc/telemetry/src/utils/
H A Dcircular_vector.hpp64 size_t maxSize = 0; member in CircularVector
/openbmc/bmcweb/http/
H A Dhttp_body.hpp173 getWithMaxSize(boost::beast::error_code& ec, size_t maxSize) in getWithMaxSize()
/openbmc/qemu/qga/
H A Dcommands-windows-ssh.c107 DWORD maxSize = MAX_PATH; in get_ssh_folder() local
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.hpp35 constexpr size_t maxSize = DMA_MAXSIZE; variable
/openbmc/pldm/libpldmresponder/
H A Dfru.cpp453 constexpr uint32_t maxSize = 0xFFFFFFFF; in getFRURecordTableMetadata() local
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js273 {maxSize: '=?', onPageChange: '&?', paginationId: '=?', autoHide: '=?'}, property in dirPaginationControlsDirective.DDO.scope
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp358 size_t maxSize = PLDM_PDR_REPOSITORY_CHG_EVENT_MIN_LENGTH + in sendPDRRepositoryChgEvent() local
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1282 unsigned int maxSize, unsigned int *realSize) in matroxfb_getmemory()