Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOKitDebug.cpp247 uintptr_t btEntry; member
350 IOTrackingQueueAlloc(const char * name, uintptr_t btEntry, in IOTrackingQueueAlloc() argument
362 queue->btEntry = btEntry; in IOTrackingQueueAlloc()
950 mach_vm_address_t bt, btEntry; in CopyOutBacktraces() local
952 btEntry = site->queue->btEntry; in CopyOutBacktraces()
955 if (btEntry in CopyOutBacktraces()
957 bt = btEntry; in CopyOutBacktraces()
958 btEntry = 0; in CopyOutBacktraces()
/xnu-11215/iokit/IOKit/
H A DIOKitDebug.h285 IOTrackingQueue * IOTrackingQueueAlloc(const char * name, uintptr_t btEntry,