Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOBSD.h39 #define kIOBSDMinorKey "BSD Minor" // (an OSNumber) macro
/xnu-11215/iokit/Kernel/
H A DIOPolledInterface.cpp478 matching->setObject(kIOBSDMinorKey, num); in IOCopyMediaForDev()
H A DIONVRAM.cpp711 aKey->isEqualTo(kIOBSDMinorKey) || in skipKey()
H A DIOService.cpp546 gIOBSDMinorKey = OSSymbol::withCStringNoCopy(kIOBSDMinorKey); in initialize()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp970 off = (OSNumber *) service->getProperty( kIOBSDMinorKey ); in IOFindBSDRoot()