Searched refs:ModeCommand (Results 1 – 3 of 3) sorted by relevance
281 EncoreBootImage::ModeCommand * command = new EncoreBootImage::ModeCommand(); in processBootModeOperation()
554 command = new ModeCommand(); in createFromData()1052 void EncoreBootImage::ModeCommand::initFromData(const cipher_block_t * blocks, unsigned count, unsi… in initFromData()1065 void EncoreBootImage::ModeCommand::fillCommandHeader(boot_command_t & header) in fillCommandHeader()1075 void EncoreBootImage::ModeCommand::debugPrint() const in debugPrint()
600 class ModeCommand : public BootCommand604 ModeCommand() : BootCommand(), m_mode(0) {} in ModeCommand() function