| /xnu-11215/bsd/tests/ |
| H A D | ptrauth_data_tests_sysctl.c | 68 #define ALLOC_VALIDATE_DATA_PTR(structure, decl, member, discr) { \ argument 70 structure *tmp = kalloc_data(sizeof(structure), Z_WAITOK | Z_ZERO); \ 74 kfree_data(tmp, sizeof(structure)); \
|
| /xnu-11215/osfmk/tests/ |
| H A D | ptrauth_data_tests.c | 68 #define ALLOC_VALIDATE_DATA_PTR(structure, decl, member, discr) { \ argument 70 structure *tmp = kalloc_data(sizeof(structure), Z_WAITOK | Z_ZERO); \ 74 kfree_data(tmp, sizeof(structure)); \
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 67 * @abstract Constant to denote a variable length structure argument to IOUserClient. 68 … Use in the structures IOUserClientMethodDispatch to specify the size of the structure is variable. 87 * @field structureInput OSData object containing structure input from IOConnectMethod. 88 …* @field structureInputDescriptor IOMemoryDescriptor containing structure input from IOConne… 92 * @field structureOutput An OSData to be returned to the caller as structure output. 96 … structureOutputDescriptor A IOMemoryDescriptor specified by the caller for structure output. 97 * @field structureOutputMaximumSize Maximum size of structure output specified by caller 196 * certain fields of the arguments structure before calling a target procedure 197 * specified by the dispatch structure 'function' field, and the
|
| H A D | OSAction.iig | 54 …* referenceSize refers to the size of additional state structure available to the creator of the O… 74 …* @param referenceSize Size of additional state structure available to the creator of the OS…
|
| H A D | IOBufferMemoryDescriptor.iig | 82 …* @param range An IOAddressSegment structure filled out with the address and length of the m…
|
| H A D | IODMACommand.iig | 106 * @param specification A caller initialized structure describing
|
| /xnu-11215/doc/observability/ |
| H A D | recount.md | 82 The metrics are stored in a `recount_metrics` structure with the following fields: 89 …tracted from the new one to get a delta to add to the currently-executing entity's usage structure. 96 Processors also track their idle time separately from the usage structure with paired calls to `rec… 97 …er component and doesn't consume instructions or cycles, so a full usage structure isn't necessary. 100 A `struct recount_track` is the primary data structure found in threads, tasks, and processors. 101 Tracks include a `recount_usage` structure but ensures that each is updated atomically with respect…
|
| H A D | mt_stackshot.md | 11 - **KCData**: The containerized data structure that stackshot outputs. See 51 in a `stackshot_latency_cpu` structure in the KCData. This includes information
|
| /xnu-11215/osfmk/mach/ |
| H A D | kmod.h | 139 #pragma mark Kmod structure declaration macros
|
| H A D | mach_port.defs | 597 * port structure to store the guard. 647 * port structure to store the guard.
|
| /xnu-11215/libkern/kmod/ |
| H A D | README | 21 # the actual _start symbol is only required by the kmod_info structure that
|
| /xnu-11215/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 104 structure. 105 You are responsible for filling out all fields of this structure before calling the function. 108 function for a detailed description of this structure. 113 structure.
|
| /xnu-11215/libkdd/ |
| H A D | README.md | 14 Layout of data structure
|
| H A D | kcdata_core.m | 90 …* This routine tries to decode the typeDef structure and create either a basic type (KCDBasicTypeD…
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 117 types or structure members can be decorated with `__kernel_ptr_semantics` 361 of the structure, making it relatively easy to attack with 390 wrapping a structure of type `T`. For each unique `T` being used, the
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus.md | 76 A process's priority is tracked in the proc structure (See `bsd/sys/proc_internal.h`). `p_memstat_e… 107 …osix_spawn(2) attributes. memorystatus stashes these values on the proc structure (`p_memstat_meml… 173 some kills. The snapshot data structure is `memorystatus_jetsam_snapshot_t` defined in `bsd/sys/ker…
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 154 trigger `zalloc()`s (for e.g. mutex statistic structure initialization).
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | README | 35 The back plane has a mount structure and all that stuff, but it is in
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 252 Q. How do I avoid printing the summary and see the actual data in a structure? 397 …structure that is different based on development/release kernels please use "hasattr()" functional…
|
| /xnu-11215/doc/mach_ipc/ |
| H A D | kmsg.md | 117 This data structure has 4 configurations, depending on the value of `ikm_type`,
|
| /xnu-11215/doc/primitives/ |
| H A D | string-handling.md | 167 With -fbounds-safety enabled, you should structure the final operation modifying
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.def | 1192 # non-macOS SDK frameworks use shallow bundle structure 1197 # DriverKit SDK frameworks use shallow bundle structure
|
| /xnu-11215/config/ |
| H A D | MASTER | 774 # support for storing a 64-bit user supplied value in the proc structure
|
| /xnu-11215/ |
| H A D | APPLE_LICENSE | 44 to, the substance and/or structure of the Original Code, any previous
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 91 The clutch bucket runqueue data structure allows the clutch buckets to be inserted at the head of t…
|