Lines Matching refs:IOLog

600 				IOLog("Failed to write recovery-broken-seal-uuid to NVRAM.\n");  in IOSetRecoveryBoot()
607 IOLog("Failed to write recovery-boot-mode to NVRAM.\n"); in IOSetRecoveryBoot()
615 IOLog("Failed to write boot-picker-bringup-reason to NVRAM.\n"); in IOSetRecoveryBoot()
626 IOLog("Failed to create boot-command strings.\n"); in IOSetRecoveryBoot()
634 IOLog("Failed to acquire IODTNVRAM object.\n"); in IOSetRecoveryBoot()
640 IOLog("Failed to wait for IONVRAM service.\n"); in IOSetRecoveryBoot()
646 IOLog("Failed to save new boot-command to NVRAM.\n"); in IOSetRecoveryBoot()
651 IOLog("Unknown mode: %d\n", mode); in IOSetRecoveryBoot()
666 IOLog("\nAbout to reboot into Recovery!\n"); in IOSetRecoveryBoot()
709 IOLog("!BSD\n"); in IOFindBSDRoot()
715 IOLog("mount(%d) failed\n", mountAttempts); in IOFindBSDRoot()
751 IOLog("rooting via boot-uuid from /chosen: %s\n", uuidStr); in IOFindBSDRoot()
818 IOLog("BSD root: %s, major %d, minor %d\n", rootName, major(*root), minor(*root)); in IOFindBSDRoot()
824 IOLog("Unable to retrieve range for root memory device %d\n", xchar); in IOFindBSDRoot()
859 IOLog("\nWaiting for boot volume with UUID %s\n", uuid.data()); in IOFindBSDRoot()
883 IOLog( "Waiting for matching to complete\n" ); in IOFindBSDRoot()
891 IOLog( "Waiting on %s\n", s->text()); in IOFindBSDRoot()
911 IOLog( "Still waiting for root device\n" ); in IOFindBSDRoot()
917 IOLog("\nDT plane:\n"); in IOFindBSDRoot()
921 IOLog("\nService plane:\n"); in IOFindBSDRoot()
960 IOLog("Got boot device = %s\n", str.data()); in IOFindBSDRoot()
979 IOLog( "Wait for root failed\n" ); in IOFindBSDRoot()
984 IOLog( "BSD root: %s", rootName ); in IOFindBSDRoot()
986 IOLog(", major %d, minor %d\n", mjr, mnr ); in IOFindBSDRoot()
988 IOLog("\n"); in IOFindBSDRoot()
1001 IOLog("\nDT plane:\n"); in IOFindBSDRoot()
1005 IOLog("\nService plane:\n"); in IOFindBSDRoot()
1220IOLog("corefile path selection in device-tree is not one of the allowed values: %s, Using default … in IOResolveCoreFilePath()
1224IOLog("corefile path selection in device-tree was set to: %s (value: %s)\n", kdp_corefile_path, va… in IOResolveCoreFilePath()
1238 IOLog("Boot-args specify %d MB kernel corefile\n", requested_corefile_size); in IOCoreFileGetSize()
1249 IOLog("Volume is low on space. Not allocating kernel corefile.\n"); in IOCoreFileGetSize()
1253 IOLog("Couldn't retrieve volume status. Error %d\n", error); in IOCoreFileGetSize()
1300 IOLog("Failed to %s the corefile. Error %d\n", write ? "write to" : "read from", vnode_error); in IOAccessCoreFileData()
1351 IOLog("Failed to open corefile of size %llu MB (low disk space)\n", in IOOpenPolledCoreFile()
1358 IOLog("Failed to open corefile of size %llu MB (returned error 0x%x)\n", in IOOpenPolledCoreFile()
1367 IOLog("Failed to open corefile of size %llu MB (returned error 0x%x)\n", in IOOpenPolledCoreFile()
1377 IOLog("IOPolledFilePollersSetup for corefile failed with error: 0x%x\n", err); in IOOpenPolledCoreFile()
1379 IOLog("Opened corefile of size %llu MB\n", (corefile_size_bytes / (1024ULL * 1024ULL))); in IOOpenPolledCoreFile()
1409 IOLog("Failed to open the corefile. Error %d\n", vnode_error); in IOProvideCoreFileAccess()