Lines Matching refs:gIOPolledCoreFileVars
1123 IOPolledFileIOVars * gIOPolledCoreFileVars; variable
1254 if (gIOPolledCoreFileVars) { in IOOpenPolledCoreFile()
1283 NULL, 0, &gIOPolledCoreFileVars, NULL, NULL, NULL); in IOOpenPolledCoreFile()
1301 NULL, 0, &gIOPolledCoreFileVars, NULL, NULL, NULL); in IOOpenPolledCoreFile()
1310 …gIOPolledCoreFileOpenRet = IOPolledFilePollersSetup(gIOPolledCoreFileVars, kIOPolledPreflightCoreD… in IOOpenPolledCoreFile()
1312 IOPolledFileClose(&gIOPolledCoreFileVars, 0, NULL, 0, 0, 0, false); in IOOpenPolledCoreFile()
1366 IOPolledFilePollersClose(gIOPolledCoreFileVars, kIOPolledPostflightCoreDumpState); in IOClosePolledCoreFile()
1367 IOPolledFileClose(&gIOPolledCoreFileVars, 0, NULL, 0, 0, 0, false); in IOClosePolledCoreFile()
1378 IOPolledFilePollersClose(gIOPolledCoreFileVars, kIOPolledPostflightCoreDumpState); in IOUnlinkPolledCoreFile()
1379 IOPolledFileClose(&gIOPolledCoreFileVars, 0, NULL, 0, 0, 0, true); in IOUnlinkPolledCoreFile()
1400 if (gIOPolledCoreFileVars) { in IOBSDMountChange()
1441 if (gIOPolledCoreFileVars && (mp == kern_file_mount(gIOPolledCoreFileVars->fileRef))) { in IOBSDMountChange()
1457 if (gIOPolledCoreFileVars) { in IOBSDLowSpaceUnlinkKernelCore()