Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 30) sorted by relevance

12

/xnu-12377.41.6/tests/
H A Drecvmsg_x_test.c241 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 DREADME.md13headers in our mocking layer in `shadow_headers` first, before searching the actual XNU source (ju…
/xnu-12377.41.6/bsd/sys/
H A Dsocket.h746 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 Dmacho.py185 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 Dremove-cassert.cocci2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/remove…
H A Dzalloc-data.cocci2 // $ spatch --max-width=80 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/zalloc.…
H A Dzalloc-zero.cocci2 // $ spatch --max-width=80 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/zalloc.…
H A Dzalloc-nofail.cocci2 // $ spatch --max-width=80 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/zalloc.…
H A Dc11_atomic_builtin_rewrite.cocci2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/c11_at…
H A Dos_atomic_normalize.cocci2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/os_ato…
H A Dhw_atomic_rewrite.cocci2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/hw_ato…
H A DOSAtomic_rewrite.cocci2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/OSAtom…
/xnu-12377.41.6/
H A DREADME.md11 …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 DMakeInc.rule14 # 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 DMakeInc.def858 # 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 Dnetinet6.modulemap3 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
/xnu-12377.41.6/SETUP/config/
H A Dconfig.h175 void headers(void);
H A Dmain.c138 headers(); /* make a lot of .h files */ in main()
H A Dmkheaders.c71 headers(void) in headers() function
/xnu-12377.41.6/bsd/net/
H A Dnet.modulemap20 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
/xnu-12377.41.6/libsyscall/mach/
H A Dvm_map.defs37 * machine-independent headers for Libsyscall
/xnu-12377.41.6/bsd/netinet/
H A Dnetinet.modulemap24 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
/xnu-12377.41.6/doc/vm/
H A Dsanitize.md153 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 Dproject.pbxproj36 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 Duipc_syscalls.c3826 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()

12