Home
last modified time | relevance | path

Searched refs:mapTask (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp185 task_t mapTask = NULL; in initWithPhysicalMask() local
398 mapTask = inTask; in initWithPhysicalMask()
437 if (mapTask) { in initWithPhysicalMask()
444 reserved->map = createMappingInTask(mapTask, 0, in initWithPhysicalMask()
H A DIOKitDebug.cpp1255 task_t mapTask; in IOTrackingDebug() local
1465 kr = IOMemoryMapTracking(user, &mapTask, &mapAddress, &mapSize); in IOTrackingDebug()
1469 if (proc && (mapTask != proc_task(proc))) { in IOTrackingDebug()
1479 siteInfo.addressPID = task_pid(mapTask); in IOTrackingDebug()