| /xnu-12377.1.9/EXTERNAL_HEADERS/architecture/i386/ ! |
| H A D | tss.h | 47 unsigned int :0; member 50 unsigned int :0; member 53 unsigned int :0; member 56 unsigned int :0; member 69 unsigned int :0; member 71 unsigned int :0; member 73 unsigned int :0; member 75 unsigned int :0; member 77 unsigned int :0; member 79 unsigned int :0; member [all …]
|
| H A D | cpu.h | 44 unsigned int pe :1, member
|
| H A D | desc.h | 113 unsigned int argcnt :5, member 129 unsigned int :8, member 145 unsigned int :8, member
|
| /xnu-12377.1.9/libsyscall/wrappers/ ! |
| H A D | system-version-compat.c | 140 _system_version_compat_open_shim(int opened_fd, int openat_fd, const char *orig_path, int oflag, mo… in _system_version_compat_open_shim() argument 141 int (*close_syscall)(int), int (*open_syscall)(const char *, int, mode_t), in _system_version_compat_open_shim() argument 142 int (*openat_syscall)(int, const char *, int, mode_t), in _system_version_compat_open_shim() argument 143 int (*fcntl_syscall)(int, int, long)) in _system_version_compat_open_shim() argument
|
| /xnu-12377.1.9/tools/lldbmacros/kmemory/ ! |
| H A D | vm.py | 97 def phystokv(self, paddr: int) -> int: 106 def trunc_page(self, addr: int) -> int: 109 def round_page(self, addr: int) -> int: 112 def page_offset(self, addr: int) -> int: 116 def kvtophys(self, vaddr: int) -> int: 123 def walk(self, vaddr: int, extra: Optional[dict] = None) -> Optional[int]: 163 def kvtophys(self, vaddr: int) -> int: 172 def walk(self, vaddr: int, extra: Optional[dict] = None) -> Optional[int]: 208 def kvtophys(self, vaddr: int) -> int: 211 def walk(self, vaddr: int, extra: Optional[dict] = None) -> Optional[int]:
|
| /xnu-12377.1.9/tools/lldbmacros/tests/lldbmock/ ! |
| H A D | memorymock.py | 68 def serialize(self, value: typing.Any, size: int) -> bytes: 72 def deserialize(self, data: bytes, offs: int, size: int) -> typing.Any: 104 def serialize(self, value: typing.Any, size: int) -> bytes: 107 def deserialize(self, data: bytes, offs: int, size: int) -> typing.Any: 123 def serialize(self, value: typing.Any, size: int) -> bytes: 126 def deserialize(self, data: bytes, offs: int, size: int) -> typing.Any: 400 def __init__(self, size: int): 462 def __init__(self, size: int, serializer=NoSerializer()): 589 def create_mock(self, sbtype: lldb.SBType, offs: int = 0, parent_buf = None): 594 offs: int = 0, parent_buf = None) -> 'MemoryMock': [all …]
|
| /xnu-12377.1.9/iokit/Kernel/ ! |
| H A D | PassthruInterruptController.cpp | 112 int /*source*/, in getInterruptType() argument 126 int /*source*/) in enableInterrupt() argument 133 int /*source*/) in disableInterrupt() argument 140 int /*source*/) in causeInterrupt() argument
|
| H A D | IOInterruptController.cpp | 440 IOInterruptController::sendIPI(unsigned int /*cpu_id*/, bool /*deferred*/) in sendIPI() 445 IOInterruptController::cancelDeferredIPI(unsigned int /*cpu_id*/) in cancelDeferredIPI() 727 int /*source*/, in getInterruptType() argument 810 int /*source*/) in handleInterrupt() argument
|
| H A D | IOCPU.cpp | 753 int /*source*/, in getInterruptType() argument 767 int /*source*/) in enableInterrupt() argument 775 int /*source*/) in disableInterrupt() argument 783 int /*source*/) in causeInterrupt() argument
|
| H A D | IOFilterInterruptEventSource.cpp | 210 (void */*refcon*/, IOService */*prov*/, int /*source*/) in normalInterruptOccurred() argument
|
| /xnu-12377.1.9/tools/lldbmacros/tests/ ! |
| H A D | lldb_test_process.py | 79 def add_mock(self, addr: int, mock: lldbmock.memorymock.BaseMock): 100 addr: int 107 addr: int, 108 size: int,
|
| /xnu-12377.1.9/tools/lldbmacros/tests/integration_smoke/ ! |
| H A D | test_lldb_macros.py | 40 def _arbitrary_proc(session: AtDeskLLDBGdbSession, pid: int = 0) -> str: 52 def _arbitrary_vm_line(session: AtDeskLLDBGdbSession, row: int, col: int) -> str: 56 def _arbitrary_vm_map(session: AtDeskLLDBGdbSession, index: int = 1) -> str: 64 def __arbitrary_ipc_line(session: AtDeskLLDBGdbSession, index: int) -> str:
|
| /xnu-12377.1.9/iokit/Tests/ ! |
| H A D | Tests.cpp | 912 OSAllocationTests(int) in OSAllocationTests() argument 961 OSDataAllocationTests(int) in OSDataAllocationTests() argument 991 OSBoundedArrayTests(int) in OSBoundedArrayTests() argument 1015 OSBoundedArrayRefTests(int) in OSBoundedArrayRefTests() argument 1093 OSCollectionIteratorTests(int) in OSCollectionIteratorTests() argument 1178 OSBoundedPtrTests(int) in OSBoundedPtrTests() argument 1203 IODataQueueDispatchSourceTests(int) in IODataQueueDispatchSourceTests() argument 1767 OSSharedPtrTests(int) in OSSharedPtrTests() argument 1777 IOServiceStateNotificationTests(int) in IOServiceStateNotificationTests() argument 1839 IOMallocPageableTests(int) in IOMallocPageableTests() argument [all …]
|
| /xnu-12377.1.9/bsd/kern/ ! |
| H A D | kern_synch.c | 161 int (*continuation)(int), in _sleep() argument 341 int (*continuation)(int)) in msleep0() argument 402 int (*continuation)(int)) in tsleep0() argument 418 int (*continuation)(int)) in tsleep1() argument
|
| H A D | kern_kpc.c | 123 sysctl_set_int( struct sysctl_req *req, int (*set_func)(int)) in sysctl_set_int() argument 140 int (*get_func)(void), int (*set_func)(int)) in sysctl_getset_int() argument 163 int (*setget_func)(int)) in sysctl_setget_int() argument
|
| /xnu-12377.1.9/tools/lldbmacros/tests/lldbtest/ ! |
| H A D | testcase.py | 86 def create_mock(self, sbtype: str, addr: int = None): 97 def add_mock(self, addr: int, mock: BaseMock):
|
| /xnu-12377.1.9/tests/intrusive_shared_ptr_src/ ! |
| H A D | get.cpp | 17 can_call_get_on_temporary(int)->decltype(std::declval<test_shared_ptr<T> >().get(), bool ()) in can_call_get_on_temporary() argument
|
| /xnu-12377.1.9/osfmk/kperf/ ! |
| H A D | kperfbsd.c | 132 int (*get)(void), int (*set)(int)) in kperf_sysctl_get_set_int() argument 176 int (*get)(unsigned int, uint32_t *), int (*set)(unsigned int, uint32_t)) in kperf_sysctl_get_set_unsigned_uint32() argument
|
| /xnu-12377.1.9/libkdd/ ! |
| H A D | KCDStructTypeDescription.m | 37 unsigned int _typeID; category 48 - (id)initWithType:(unsigned int)typeID withName:(NSString *)name category 91 int i = 0; category 136 - (unsigned int)typeID category
|
| H A D | KCDBasicTypeDescription.m | 57 unsigned int _typeID; category 139 retval[_name] = [NSString stringWithFormat:@"%.*s", (int)elem_count, s]; category 142 for (unsigned int i = 0; i < elem_count; i++) { category 171 - (unsigned int)typeID category
|
| /xnu-12377.1.9/tools/lldbmacros/ ! |
| H A D | vm_pageout.py | 16 def __init__(self, num_samples: Optional[int] = None):
|
| /xnu-12377.1.9/tests/ ! |
| H A D | port_descriptions.c | 38 expect_special_port_description(const char *(*fn)(int), in expect_special_port_description()
|
| /xnu-12377.1.9/bsd/netinet/ ! |
| H A D | ip_encap.c | 391 encap_attach_func( int af, int proto, in encap_attach_func() argument
|
| /xnu-12377.1.9/osfmk/kern/ ! |
| H A D | printf.c | 212 void (*putc)(int, void *), in printnum() argument 245 void (*putc)(int, void *arg), in __doprnt()
|
| /xnu-12377.1.9/tools/lldbmacros/core/ ! |
| H A D | kernelcore.py | 388 def GetValueFromAddress(self, addr: int, type_str: str = 'void *') -> value: 404 def CreateValueFromAddress(self, addr: int, type_str: str = 'void *') -> value:
|