| /xnu-11215/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-11215/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-11215/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-11215/ |
| 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. 426 The VM headers follow the following naming conventions: 427 * `*_internal.h` headers contain components of the VM subsystem only for use by VM code. 428 * `*_xnu.h` headers contain components of the VM subsystem only for use by other xnu code. 429 * `*.h` headers contain components of the VM subsystem exported to kexts. [all …]
|
| /xnu-11215/tools/cocci/ |
| 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 | hw_atomic_rewrite.cocci | 2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/hw_ato…
|
| 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 | OSAtomic_rewrite.cocci | 2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/OSAtom…
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.rule | 14 # Empty the export lists of headers when building for exclaves 208 # Empty the install lists of non-host and non-exclave headers if building the 209 # host headers alias and exclave headers aliases. Separately, export headers 210 # are also emptied for exclaves (but not for host headers) with 250 # If there are no headers then there can be no module maps.
|
| H A D | MakeInc.def | 721 # headers for the load command segment and the CTF section structures. 1128 # only whitelisted headers install outside of the DriverKit Runtime hierarchy 1214 …e header guards need to be present and checked in kernel headers but removed from userspace headers
|
| /xnu-11215/bsd/netinet6/ |
| H A D | netinet6.modulemap | 3 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
|
| /xnu-11215/SETUP/config/ |
| H A D | config.h | 174 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-11215/bsd/net/ |
| H A D | net.modulemap | 20 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
|
| /xnu-11215/libsyscall/mach/ |
| H A D | vm_map.defs | 37 * machine-independent headers for Libsyscall
|
| /xnu-11215/bsd/netinet/ |
| H A D | netinet.modulemap | 24 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
|
| /xnu-11215/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-11215/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 36 BA4414A1183366E600AAE813 /* MIG headers */ = { 44 name = "MIG headers"; 45 productName = "MIG headers"; 344 remoteInfo = "MIG headers"; 351 remoteInfo = "MIG headers"; 763 BA4414B118336D6A00AAE813 /* Generated MIG headers */, 1098 BA4414B118336D6A00AAE813 /* Generated MIG headers */ = { 1105 name = "Generated MIG headers"; 1368 BA4414A1183366E600AAE813 /* MIG headers */, 1654 target = BA4414A1183366E600AAE813 /* MIG headers */; [all …]
|
| /xnu-11215/bsd/kern/ |
| H A D | uipc_syscalls.c | 3830 user_hdtr.headers = user64_hdtr.headers; in sendfile() 3835 user_hdtr.headers = user32_hdtr.headers; in sendfile() 3844 if (user_hdtr.headers != USER_ADDR_NULL) { in sendfile() 3847 nuap.iovp = user_hdtr.headers; in sendfile()
|
| /xnu-11215/doc/mach_ipc/ |
| H A D | kmsg.md | 438 Instead, the header (and trailer) are signed with gPAC as soon as headers
|
| /xnu-11215/doc/observability/ |
| H A D | mt_stackshot.md | 116 the headers and footers).
|