Home
last modified time | relevance | path

Searched refs:szBytes (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.hpp111 return szBytes; in size()
123 return align_up(szBytes, blockSize); in capacity()
212 size_t szBytes; member in openpower::virtual_pnor::partition::Table
H A Dpnor_partition_table.cpp26 szBytes(sizeof(pnor_partition_table)), numParts(0), in Table()
67 szBytes = sizeof(pnor_partition_table) + (num * sizeof(pnor_partition)); in allocateMemory()
/openbmc/hiomapd/vpnor/
H A Dtable.hpp121 return szBytes; in size()
133 return align_up(szBytes, blockSize); in capacity()
222 size_t szBytes; member in openpower::virtual_pnor::partition::Table
H A Dtable.cpp34 szBytes(sizeof(pnor_partition_table)), numParts(0), in Table()
75 szBytes = sizeof(pnor_partition_table) + (num * sizeof(pnor_partition)); in allocateMemory()