Lines Matching refs:IOLog
580 IOLog("Failed to write recovery-broken-seal-uuid to NVRAM.\n"); in IOSetRecoveryBoot()
587 IOLog("Failed to write recovery-boot-mode to NVRAM.\n"); in IOSetRecoveryBoot()
595 IOLog("Failed to write boot-picker-bringup-reason to NVRAM.\n"); in IOSetRecoveryBoot()
606 IOLog("Failed to create boot-command strings.\n"); in IOSetRecoveryBoot()
614 IOLog("Failed to acquire IODTNVRAM object.\n"); in IOSetRecoveryBoot()
620 IOLog("Failed to wait for IONVRAM service.\n"); in IOSetRecoveryBoot()
626 IOLog("Failed to save new boot-command to NVRAM.\n"); in IOSetRecoveryBoot()
631 IOLog("Unknown mode: %d\n", mode); in IOSetRecoveryBoot()
646 IOLog("\nAbout to reboot into Recovery!\n"); in IOSetRecoveryBoot()
688 IOLog("!BSD\n"); in IOFindBSDRoot()
694 IOLog("mount(%d) failed\n", mountAttempts); in IOFindBSDRoot()
730 IOLog("rooting via boot-uuid from /chosen: %s\n", uuidStr); in IOFindBSDRoot()
793 IOLog("BSD root: %s, major %d, minor %d\n", rootName, major(*root), minor(*root)); in IOFindBSDRoot()
799 IOLog("Unable to retrieve range for root memory device %d\n", xchar); in IOFindBSDRoot()
834 IOLog("\nWaiting for boot volume with UUID %s\n", uuid.data()); in IOFindBSDRoot()
858 IOLog( "Waiting for matching to complete\n" ); in IOFindBSDRoot()
866 IOLog( "Waiting on %s\n", s->text()); in IOFindBSDRoot()
885 IOLog( "Still waiting for root device\n" ); in IOFindBSDRoot()
891 IOLog("\nDT plane:\n"); in IOFindBSDRoot()
895 IOLog("\nService plane:\n"); in IOFindBSDRoot()
934 IOLog("Got boot device = %s\n", str.data()); in IOFindBSDRoot()
953 IOLog( "Wait for root failed\n" ); in IOFindBSDRoot()
958 IOLog( "BSD root: %s", rootName ); in IOFindBSDRoot()
960 IOLog(", major %d, minor %d\n", mjr, mnr ); in IOFindBSDRoot()
962 IOLog("\n"); in IOFindBSDRoot()
975 IOLog("\nDT plane:\n"); in IOFindBSDRoot()
979 IOLog("\nService plane:\n"); in IOFindBSDRoot()
1166 IOLog("Boot-args specify %d MB kernel corefile\n", requested_corefile_size); in IOCoreFileGetSize()
1177 IOLog("Volume is low on space. Not allocating kernel corefile.\n"); in IOCoreFileGetSize()
1181 IOLog("Couldn't retrieve volume status. Error %d\n", error); in IOCoreFileGetSize()
1224 IOLog("Failed to %s the corefile. Error %d\n", write ? "write to" : "read from", vnode_error); in IOAccessCoreFileData()
1274 IOLog("Failed to open corefile of size %llu MB (low disk space)", in IOOpenPolledCoreFile()
1281 IOLog("Failed to open corefile of size %llu MB (returned error 0x%x)\n", in IOOpenPolledCoreFile()
1290 IOLog("Failed to open corefile of size %llu MB (returned error 0x%x)\n", in IOOpenPolledCoreFile()
1300 IOLog("IOPolledFilePollersSetup for corefile failed with error: 0x%x\n", err); in IOOpenPolledCoreFile()
1302 IOLog("Opened corefile of size %llu MB\n", (corefile_size_bytes / (1024ULL * 1024ULL))); in IOOpenPolledCoreFile()
1332 IOLog("Failed to open the corefile. Error %d\n", vnode_error); in IOProvideCoreFileAccess()