HomeSort by: relevance | last modified time | path
    Searched refs:boot_command_t (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h 35 typedef std::vector<EncoreBootImage::boot_command_t> boot_tag_array_t;
112 uint8_t calculateCommandChecksum(EncoreBootImage::boot_command_t & header);
EncoreBootImageReader.cpp 243 EncoreBootImage::boot_command_t header;
288 uint8_t EncoreBootImageReader::calculateCommandChecksum(EncoreBootImage::boot_command_t & header)
sbtool.cpp 418 const EncoreBootImage::boot_command_t & command = *tagIt;
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 536 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks);
573 uint8_t EncoreBootImage::BootCommand::calculateChecksum(const boot_command_t & header)
622 assert(sizeof(boot_command_t) == sizeof(cipher_block_t));
624 boot_command_t header;
653 void EncoreBootImage::BootCommand::validateHeader(const boot_command_t * modelHeader, const boot_command_t * testHeader, unsigned whichFields)
701 const boot_command_t model = { 0, ROM_NOP_CMD, 0, 0, 0, 0 };
702 const boot_command_t * header = reinterpret_cast<const boot_command_t *>(blocks)
    [all...]
EncoreBootImage.h 230 struct boot_command_t struct in class:elftosb::EncoreBootImage
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, unsigned whichFields);
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)
    [all...]

Completed in 93 milliseconds