Home
last modified time | relevance | path

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

/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp697 static int mountAttempts = 0; in IOFindBSDRoot() local
714 if (mountAttempts++) { in IOFindBSDRoot()
715 IOLog("mount(%d) failed\n", mountAttempts); in IOFindBSDRoot()
908 if ((-1 != wdt) && (!service || (mountAttempts == 10))) { in IOFindBSDRoot()