| /xnu-8796.121.2/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-8796.121.2/libsyscall/wrappers/ |
| H A D | system-version-compat.c | 133 _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 134 int (*close_syscall)(int), int (*open_syscall)(const char *, int, mode_t), in _system_version_compat_open_shim() argument 135 int (*openat_syscall)(int, const char *, int, mode_t), in _system_version_compat_open_shim() argument 136 int (*fcntl_syscall)(int, int, long)) in _system_version_compat_open_shim() argument
|
| /xnu-8796.121.2/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 | IOCPU.cpp | 701 int /*source*/, in getInterruptType() argument 715 int /*source*/) in enableInterrupt() argument 723 int /*source*/) in disableInterrupt() argument 731 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 | IOFilterInterruptEventSource.cpp | 210 (void */*refcon*/, IOService */*prov*/, int /*source*/) in normalInterruptOccurred() argument
|
| H A D | IOInterruptEventSource.cpp | 449 (void */*refcon*/, IOService */*prov*/, int /*source*/) in normalInterruptOccurred() argument
|
| H A D | IOPlatformExpert.cpp | 300 IOPlatformExpert::getMachineName( char * /*name*/, int /*maxLength*/) in getMachineName() argument 306 IOPlatformExpert::getModelName( char * /*name*/, int /*maxLength*/) in getModelName() argument 312 IOPlatformExpert::getTargetName( char * /*name*/, int /*maxLength*/) in getTargetName() argument 318 IOPlatformExpert::getProductName( char * /*name*/, int /*maxLength*/) in getProductName() argument
|
| /xnu-8796.121.2/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 | 121 sysctl_set_int( struct sysctl_req *req, int (*set_func)(int)) in sysctl_set_int() argument 138 int (*get_func)(void), int (*set_func)(int)) in sysctl_getset_int() argument 161 int (*setget_func)(int)) in sysctl_setget_int() argument
|
| /xnu-8796.121.2/iokit/Tests/ |
| H A D | Tests.cpp | 911 OSAllocationTests(int) in OSAllocationTests() argument 960 OSDataAllocationTests(int) in OSDataAllocationTests() argument 990 OSBoundedArrayTests(int) in OSBoundedArrayTests() argument 1014 OSBoundedArrayRefTests(int) in OSBoundedArrayRefTests() argument 1092 OSCollectionIteratorTests(int) in OSCollectionIteratorTests() argument 1177 OSBoundedPtrTests(int) in OSBoundedPtrTests() argument 1202 IODataQueueDispatchSourceTests(int) in IODataQueueDispatchSourceTests() argument 1829 OSSharedPtrTests(int) in OSSharedPtrTests() argument 1839 IOServiceStateNotificationTests(int) in IOServiceStateNotificationTests() argument 1901 IOMallocPageableTests(int) in IOMallocPageableTests() argument [all …]
|
| /xnu-8796.121.2/tools/lldbmacros/core/ |
| H A D | __init__.py | 8 from .compat import valueint as int unknown
|
| H A D | caching.py | 357 fasttypes = {valueint, int, str}, tuple=tuple, type=type, len=len): argument
|
| H A D | kernelcore.py | 11 from .compat import valueint as int unknown
|
| H A D | cvalue.py | 21 from .compat import valueint as int unknown
|
| /xnu-8796.121.2/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-8796.121.2/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-8796.121.2/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-8796.121.2/bsd/netinet/ |
| H A D | ip_encap.c | 392 encap_attach_func( int af, int proto, in encap_attach_func() argument
|
| /xnu-8796.121.2/tests/ |
| H A D | port_descriptions.c | 38 expect_special_port_description(const char *(*fn)(int), in expect_special_port_description()
|
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | printf.c | 212 void (*putc)(int, void *), in printnum() argument 245 void (*putc)(int, void *arg), in __doprnt()
|
| /xnu-8796.121.2/bsd/netinet6/ |
| H A D | in6_pcb.c | 1079 in6_pcbnotify(struct inpcbinfo *pcbinfo, struct sockaddr *dst, u_int fport_arg, in in6_pcbnotify() argument
|