Home
last modified time | relevance | path

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

/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp695 const char * uuidStr = NULL; in IOFindBSDRoot() local
746 uuidStr = (const char*)data->getBytesNoCopy(); in IOFindBSDRoot()
747 OSString *uuidString = OSString::withCString( uuidStr ); in IOFindBSDRoot()
751 IOLog("rooting via boot-uuid from /chosen: %s\n", uuidStr); in IOFindBSDRoot()
758 uuidStr = NULL; in IOFindBSDRoot()