Home
last modified time | relevance | path

Searched refs:_offset (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/libkern/libkern/arm/
H A DOSByteOrder.h58 uintptr_t _offset in _OSReadSwapInt16() argument
68 uintptr_t _offset in OSReadSwapInt16() argument
80 uintptr_t _offset in _OSReadSwapInt32() argument
90 uintptr_t _offset in OSReadSwapInt32() argument
102 uintptr_t _offset in _OSReadSwapInt64() argument
112 uintptr_t _offset in OSReadSwapInt64() argument
126 uintptr_t _offset, in _OSWriteSwapInt16() argument
137 uintptr_t _offset, in OSWriteSwapInt16() argument
150 uintptr_t _offset, in _OSWriteSwapInt32() argument
161 uintptr_t _offset, in OSWriteSwapInt32() argument
[all …]
/xnu-11215/tools/lldbmacros/core/
H A Dio.py21 self._offset = 0
39 return self._offset
52 self._offset = seekto
60 read_size = min(size, self._end - (self._start + self._offset))
63 data = self._sbprocess.ReadMemory(self._start + self._offset, read_size, err)
69 self._offset += len(data)
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp5112 mach_vm_size_t _offset, in init() argument
5132 fOffset = _offset; in init()
5146 if ((_offset + fLength) > _memory->getLength()) { in setMemoryDescriptor()
5149 fOffset = _offset; in setMemoryDescriptor()
5596 mach_vm_size_t _offset = newMapping->fOffset; in copyCompatible() local
5617 if (_offset < fOffset) { in copyCompatible()
5621 _offset -= fOffset; in copyCompatible()
5623 if ((_offset + _length) > fLength) { in copyCompatible()
5627 if ((fLength == _length) && (!_offset)) { in copyCompatible()
5632 newMapping->fOffset = fOffset + _offset; in copyCompatible()
[all …]
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h1026 bool setMemoryDescriptor(IOMemoryDescriptor * _memory, mach_vm_size_t _offset);
/xnu-11215/libsyscall/wrappers/skywalk/
H A Dos_channel.c185 #define _CHANNEL_OFFSET(_type, _ptr, _offset) \ argument
186 ((_type)(void *)((uintptr_t)(_ptr) + (_offset)))