Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h304 vm_tag_t _userTag; variable
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2326 _userTag = VM_MEMORY_IOSURFACE; in initWithOptions()
2943 _userTag = (vm_tag_t) userTag; in setVMTags()
2954 if (VM_KERN_MEMORY_NONE != _userTag) { in getVMTag()
2955 return (uint32_t) _userTag; in getVMTag()