Home
last modified time | relevance | path

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

12

/xnu-11215/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-11215/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-11215/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-11215/
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.
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 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 Dhw_atomic_rewrite.cocci2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/hw_ato…
H A Dos_atomic_normalize.cocci2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/os_ato…
H A DOSAtomic_rewrite.cocci2 // $ spatch --max-width=120 --use-gitgrep --in-place --include-headers --sp-file tools/cocci/OSAtom…
/xnu-11215/makedefs/
H A DMakeInc.rule14 # 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 DMakeInc.def721 # 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 Dnetinet6.modulemap3 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
/xnu-11215/SETUP/config/
H A Dconfig.h174 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-11215/bsd/net/
H A Dnet.modulemap20 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
/xnu-11215/libsyscall/mach/
H A Dvm_map.defs37 * machine-independent headers for Libsyscall
/xnu-11215/bsd/netinet/
H A Dnetinet.modulemap24 // The XNU_PLATFORM_MacOSX headers are in the public SDK for macOS,
/xnu-11215/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-11215/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj36 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 Duipc_syscalls.c3830 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 Dkmsg.md438 Instead, the header (and trailer) are signed with gPAC as soon as headers
/xnu-11215/doc/observability/
H A Dmt_stackshot.md116 the headers and footers).

12