HomeSort by: relevance | last modified time | path
    Searched defs:FillCommand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 551 command = new FillCommand();
984 EncoreBootImage::FillCommand::FillCommand()
996 void EncoreBootImage::FillCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsigned * consumed)
1011 void EncoreBootImage::FillCommand::fillCommandHeader(boot_command_t & header)
1023 void EncoreBootImage::FillCommand::setPattern(uint8_t pattern)
1030 void EncoreBootImage::FillCommand::setPattern(uint16_t pattern)
1035 void EncoreBootImage::FillCommand::setPattern(uint32_t pattern)
1040 void EncoreBootImage::FillCommand::debugPrint() const
EncoreBootImage.h 552 class FillCommand : public BootCommand
556 FillCommand();

Completed in 64 milliseconds