Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOBSD.h38 #define kIOBSDMajorKey "BSD Major" // (an OSNumber) macro
/xnu-11215/iokit/Kernel/
H A DIOPolledInterface.cpp472 matching->setObject(kIOBSDMajorKey, num); in IOCopyMediaForDev()
H A DIONVRAM.cpp710 aKey->isEqualTo(kIOBSDMajorKey) || in skipKey()
H A DIOService.cpp545 gIOBSDMajorKey = OSSymbol::withCStringNoCopy(kIOBSDMajorKey); in initialize()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp966 off = (OSNumber *) service->getProperty( kIOBSDMajorKey ); in IOFindBSDRoot()