Searched refs:kIOHibernateTagLength (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateInternal.h99 kIOHibernateTagLength = 0x00001fff, enumerator in enum:__anon14882
H A DIOHibernateRestoreKernel.c600 compressedSize = kIOHibernateTagLength & tag;
H A DIOHibernateIO.cpp3274 compressedSize = kIOHibernateTagLength & tag;
3275 if (kIOHibernateTagSignature != (tag & ~kIOHibernateTagLength))
/macosx-10.10.1/IOGraphics-485/tools/
H A Dhibparse.c19 enum { kIOHibernateTagLength = 0x00001fff }; enumerator in enum:__anon1921
340 compressedSize = kIOHibernateTagLength & tag;

Completed in 278 milliseconds