Home
last modified time | relevance | path

Searched refs:InvalidTocEntry (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.hpp301 class InvalidTocEntry : public TocEntryError class
304 InvalidTocEntry(const std::string&& reason) : in InvalidTocEntry() function in openpower::virtual_pnor::InvalidTocEntry
H A Dpnor_partition_table.cpp125 throw InvalidTocEntry(err.str()); in preparePartitions()
134 throw InvalidTocEntry(err.str()); in preparePartitions()
365 throw InvalidTocEntry(err.str()); in parseTocLine()
/openbmc/hiomapd/vpnor/
H A Dtable.hpp311 class InvalidTocEntry : public TocEntryError class
314 InvalidTocEntry(const std::string&& reason) : in InvalidTocEntry() function in openpower::virtual_pnor::InvalidTocEntry
H A Dtable.cpp138 throw InvalidTocEntry(err.str()); in preparePartitions()
151 throw InvalidTocEntry(err.str()); in preparePartitions()
391 throw InvalidTocEntry(err.str()); in parseTocLine()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dtoc_start_gt_end.cpp22 catch (vpnor::InvalidTocEntry& e) in main()
H A Dtoc_overlap.cpp46 catch (vpnor::InvalidTocEntry& e) in main()
H A Dtoc_missing_file.cpp49 catch (vpnor::InvalidTocEntry& e) in main()
/openbmc/hiomapd/vpnor/test/
H A Dtoc_start_gt_end.cpp23 catch (vpnor::InvalidTocEntry& e) in main()
H A Dtoc_missing_file.cpp50 catch (vpnor::InvalidTocEntry& e) in main()