| /xnu-12377.41.6/tests/ |
| H A D | recvmsg_x_test.c | 241 struct msghdr_x headers[3] = { variable 255 ssize_t received = recvmsg_x(sockets[1], headers, 3, 0); 257 T_LOG("%zu %zu %zu\n", headers[0].msg_datalen, headers[1].msg_datalen, headers[2].msg_datalen);
|
| /xnu-12377.41.6/tests/sched/sched_test_harness/ |
| H A D | README.md | 13 …headers in our mocking layer in `shadow_headers` first, before searching the actual XNU source (ju…
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | socket.h | 746 struct iovec *headers; /* pointer to an array of header struct iovec's */ member 756 user_addr_t headers; /* pointer to an array of header struct iovec's */ member 764 user64_addr_t headers; /* pointer to an array of header struct iovec's */ member 772 user32_addr_t headers; /* pointer to an array of header struct iovec's */ member
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | macho.py | 185 self.headers = [] 226 for h in self.headers 239 for h in self.headers: 302 for hdr in mobj.headers:
|
| /xnu-12377.41.6/tools/cocci/ |
| H A D | remove-cassert.cocci | 2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/remove…
|
| H A D | zalloc-data.cocci | 2 // $ spatch --max-width=80 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/zalloc.…
|
| H A D | zalloc-zero.cocci | 2 // $ spatch --max-width=80 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/zalloc.…
|
| H A D | zalloc-nofail.cocci | 2 // $ spatch --max-width=80 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/zalloc.…
|
| H A D | c11_atomic_builtin_rewrite.cocci | 2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/c11_at…
|
| H A D | os_atomic_normalize.cocci | 2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/os_ato…
|
| H A D | hw_atomic_rewrite.cocci | 2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/hw_ato…
|
| H A D | OSAtomic_rewrite.cocci | 2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/OSAtom…
|
| /xnu-12377.41.6/ |
| H A D | README.md | 11 …rced from other projects to avoid dependency cycles when building. These headers should be regular… 398 exposed in user/kernel headers installed within the AppleInternal 402 headers. 419 DriverKit SDK headers used by userspace drivers. 421 ExclaveKit SDK headers. 423 ExclaveCore SDK headers. 428 The VM headers follow the following naming conventions: 429 * `*_internal.h` headers contain components of the VM subsystem only for use by VM code. 430 * `*_xnu.h` headers contain components of the VM subsystem only for use by other xnu code. 431 * `*.h` headers contain components of the VM subsystem exported to kexts. [all …]
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.rule | 14 # Empty the export lists of headers when building for exclaves 183 # Empty the install lists of non-host and non-exclave headers if building the 184 # host headers alias and exclave headers aliases. Separately, export headers 185 # are also emptied for exclaves (but not for host headers) with 225 # If there are no headers then there can be no module maps.
|
| H A D | MakeInc.def | 858 # headers for the load command segment and the CTF section structures. 1312 # only whitelisted headers install outside of the DriverKit Runtime hierarchy 1398 …e header guards need to be present and checked in kernel headers but removed from userspace headers 1401 # Test-only guards should be stripped from all exported headers
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | netinet6.modulemap | 3 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
|
| /xnu-12377.41.6/SETUP/config/ |
| H A D | config.h | 175 void headers(void);
|
| H A D | main.c | 138 headers(); /* make a lot of .h files */ in main()
|
| H A D | mkheaders.c | 71 headers(void) in headers() function
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | net.modulemap | 20 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
|
| /xnu-12377.41.6/libsyscall/mach/ |
| H A D | vm_map.defs | 37 * machine-independent headers for Libsyscall
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | netinet.modulemap | 24 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | sanitize.md | 153 in the kernel headers, leaving the userspace headers unchanged. 160 headers that are generated by MIG, but overload with the unsafe type 161 `mach_vm_address_ut` for kernel headers. 167 replaces `pointer_t` with `vm_offset_t` in userspace headers 168 and `pointer_ut` in kernel headers.
|
| /xnu-12377.41.6/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 36 BA4414A1183366E600AAE813 /* MIG headers */ = { 38 …ist = BA4414A2183366E700AAE813 /* Build configuration list for PBXAggregateTarget "MIG headers" */; 44 name = "MIG headers"; 45 productName = "MIG headers"; 346 remoteInfo = "MIG headers"; 353 remoteInfo = "MIG headers"; 768 BA4414B118336D6A00AAE813 /* Generated MIG headers */, 1105 BA4414B118336D6A00AAE813 /* Generated MIG headers */ = { 1112 name = "Generated MIG headers"; 1376 BA4414A1183366E600AAE813 /* MIG headers */, [all …]
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_syscalls.c | 3826 user_hdtr.headers = user64_hdtr.headers; in sendfile() 3831 user_hdtr.headers = user32_hdtr.headers; in sendfile() 3840 if (user_hdtr.headers != USER_ADDR_NULL) { in sendfile() 3843 nuap.iovp = user_hdtr.headers; in sendfile()
|