Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOKitKernelInternal.h194 typedef uintptr_t (*iopa_proc_t)(kalloc_heap_t kheap, iopa_t * a); typedef
201 extern "C" uintptr_t iopa_alloc(iopa_t * a, iopa_proc_t alloc, kalloc_heap_t kheap,
H A DIOLib.cpp1260 iopa_proc_t alloc, in iopa_alloc()