Searched refs:inoffset (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 918 mach_vm_size_t inoffset, in memoryReferenceMap() argument 924 int64_t offset = inoffset; in memoryReferenceMap() 945 err = memoryReferenceMap(ref->mapRef, map, inoffset, size, options, inaddr); in memoryReferenceMap() 950 err = memoryReferenceMapNew(ref, map, inoffset, size, options, inaddr); in memoryReferenceMap() 1229 mach_vm_size_t inoffset, in memoryReferenceMapNew() argument 1235 int64_t offset = inoffset; in memoryReferenceMapNew() 1253 err = memoryReferenceMap(ref->mapRef, map, inoffset, size, options, inaddr); in memoryReferenceMapNew() 1258 printf("MAP offset %qx, %qx\n", inoffset, size); in memoryReferenceMapNew() 2599 (IOByteCount inoffset, const void *bytes, IOByteCount length) in writeBytes() argument 2604 IOByteCount offset = inoffset; in writeBytes() [all …]
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMemoryDescriptor.h | 1131 mach_vm_size_t inoffset, 1138 mach_vm_size_t inoffset,
|