Home
last modified time | relevance | path

Searched refs:_ref (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/sys/
H A Dconstrained_ctypes.h541 #define __CCT_CONTRACT_TAG___CCT_REF _ref
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp1031 IOMallocPageableCallback(vm_map_t map, void * _ref) in IOMallocPageableCallback() argument
1033 struct IOMallocPageableRef * ref = (struct IOMallocPageableRef *) _ref; in IOMallocPageableCallback()
H A DIOMemoryDescriptor.cpp848 IOMemoryDescriptorMapAlloc(vm_map_t map, void * _ref) in IOMemoryDescriptorMapAlloc() argument
850 IOMemoryDescriptorMapAllocRef * ref = (typeof(ref))_ref; in IOMemoryDescriptorMapAlloc()