Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOHibernateIO.cpp759 } loadOptionHeader; in IOHibernateSystemSleep() local
760 loadOptionHeader.Attributes = 1; in IOHibernateSystemSleep()
761 loadOptionHeader.FilePathLength = ((uint16_t) data->getLength()); in IOHibernateSystemSleep()
762 loadOptionHeader.Desc = 0; in IOHibernateSystemSleep()
764 loadOptionHeader.FilePathLength -= 4; in IOHibernateSystemSleep()
765 loadOptionHeader.FilePathLength += fileData->getLength(); in IOHibernateSystemSleep()
767 …gIOHibernateBoot0082Data = OSData::withCapacity(sizeof(loadOptionHeader) + loadOptionHeader.FilePa… in IOHibernateSystemSleep()
769 gIOHibernateBoot0082Data->appendBytes(&loadOptionHeader, sizeof(loadOptionHeader)); in IOHibernateSystemSleep()