Lines Matching refs:gIOPolledCoreFileVars
1136 IOPolledFileIOVars * gIOPolledCoreFileVars; variable
1317 if (gIOPolledCoreFileVars) { in IOOpenPolledCoreFile()
1347 NULL, 0, &gIOPolledCoreFileVars, NULL, NULL, NULL); in IOOpenPolledCoreFile()
1365 NULL, 0, &gIOPolledCoreFileVars, NULL, NULL, NULL); in IOOpenPolledCoreFile()
1374 …gIOPolledCoreFileOpenRet = IOPolledFilePollersSetup(gIOPolledCoreFileVars, kIOPolledPreflightCoreD… in IOOpenPolledCoreFile()
1376 IOPolledFileClose(&gIOPolledCoreFileVars, 0, NULL, 0, 0, 0, false); in IOOpenPolledCoreFile()
1430 IOPolledFilePollersClose(gIOPolledCoreFileVars, kIOPolledPostflightCoreDumpState); in IOClosePolledCoreFile()
1431 IOPolledFileClose(&gIOPolledCoreFileVars, 0, NULL, 0, 0, 0, false); in IOClosePolledCoreFile()
1442 IOPolledFilePollersClose(gIOPolledCoreFileVars, kIOPolledPostflightCoreDumpState); in IOUnlinkPolledCoreFile()
1443 IOPolledFileClose(&gIOPolledCoreFileVars, 0, NULL, 0, 0, 0, true); in IOUnlinkPolledCoreFile()
1464 if (gIOPolledCoreFileVars) { in IOBSDMountChange()
1506 if (gIOPolledCoreFileVars && (mp == kern_file_mount(gIOPolledCoreFileVars->fileRef))) { in IOBSDMountChange()
1522 if (gIOPolledCoreFileVars) { in IOBSDLowSpaceUnlinkKernelCore()