Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kdp/output_stages/
H A Dout_disk.c81 uint64_t chunk = gIOPolledCoreFileVars->bufferLimit - gIOPolledCoreFileVars->bufferOffset; in disk_stage_write()
127 uint32_t remainder = gIOPolledCoreFileVars->bufferLimit - gIOPolledCoreFileVars->bufferOffset; in disk_stage_write()
128 gIOPolledCoreFileVars->bufferOffset += remainder; in disk_stage_write()
129 gIOPolledCoreFileVars->position += remainder; in disk_stage_write()
180 gIOPolledCoreFileVars->bufferHalf = 0; in disk_stage_read()
181 gIOPolledCoreFileVars->bufferLimit = 0; in disk_stage_read()
182 gIOPolledCoreFileVars->lastRead = 0; in disk_stage_read()
183gIOPolledCoreFileVars->readEnd = roundup(gIOPolledCoreFileVars->fileSize, stage_data->alignme… in disk_stage_read()
184 gIOPolledCoreFileVars->bufferOffset = 0; in disk_stage_read()
230 err = IOPolledFileSeek(gIOPolledCoreFileVars, 0); in disk_stage_outproc()
[all …]
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp1136 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()
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()
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()
[all …]
/xnu-11215/iokit/IOKit/
H A DIOBSD.h92 extern struct IOPolledFileIOVars * gIOPolledCoreFileVars;
/xnu-11215/osfmk/kdp/
H A Dkdp_core.c176 return NULL != gIOPolledCoreFileVars; in kdp_has_polled_corefile()