Searched refs:boot_command_t (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | EncoreBootImage.cpp | 536 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in createFromData() 573 uint8_t EncoreBootImage::BootCommand::calculateChecksum(const boot_command_t & header) in calculateChecksum() 622 assert(sizeof(boot_command_t) == sizeof(cipher_block_t)); in getBlocks() 624 boot_command_t header; in getBlocks() 653 …EncoreBootImage::BootCommand::validateHeader(const boot_command_t * modelHeader, const boot_comman… in validateHeader() 701 const boot_command_t model = { 0, ROM_NOP_CMD, 0, 0, 0, 0 }; in initFromData() 702 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in initFromData() 712 void EncoreBootImage::NopCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader() 747 const boot_command_t model = { 0, ROM_TAG_CMD, 0, 0, 0, 0 }; in initFromData() 748 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks); in initFromData() [all …]
|
H A D | EncoreBootImage.h | 230 struct boot_command_t struct 358 virtual void fillCommandHeader(boot_command_t & header) = 0; 361 virtual uint8_t calculateChecksum(const boot_command_t & header); 412 …void validateHeader(const boot_command_t * modelHeader, const boot_command_t * testHeader, unsigne… 433 virtual void fillCommandHeader(boot_command_t & header); 461 virtual void fillCommandHeader(boot_command_t & header); 503 virtual void fillCommandHeader(boot_command_t & header); 567 virtual void fillCommandHeader(boot_command_t & header); 615 virtual void fillCommandHeader(boot_command_t & header); 649 virtual void fillCommandHeader(boot_command_t & header);
|
/netbsd-src/external/bsd/elftosb/dist/sbtool/ |
H A D | EncoreBootImageReader.h | 35 typedef std::vector<EncoreBootImage::boot_command_t> boot_tag_array_t; 112 uint8_t calculateCommandChecksum(EncoreBootImage::boot_command_t & header);
|
H A D | EncoreBootImageReader.cpp | 243 EncoreBootImage::boot_command_t header; in readBootTags() 288 uint8_t EncoreBootImageReader::calculateCommandChecksum(EncoreBootImage::boot_command_t & header) in calculateCommandChecksum()
|
H A D | sbtool.cpp | 418 const EncoreBootImage::boot_command_t & command = *tagIt; in readBootImage()
|