Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 25 of 26) sorted by relevance

12

/xnu-11215/bsd/tests/
H A Dptrauth_data_tests_sysctl.c68 #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 Dptrauth_data_tests.c68 #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 DIOUserClient.iig67 * @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 DOSAction.iig54 …* 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 DIOBufferMemoryDescriptor.iig82 …* @param range An IOAddressSegment structure filled out with the address and length of the m…
H A DIODMACommand.iig106 * @param specification A caller initialized structure describing
/xnu-11215/doc/observability/
H A Drecount.md82 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 Dmt_stackshot.md11 - **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 Dkmod.h139 #pragma mark Kmod structure declaration macros
H A Dmach_port.defs597 * port structure to store the guard.
647 * port structure to store the guard.
/xnu-11215/libkern/kmod/
H A DREADME21 # the actual _start symbol is only required by the kmod_info structure that
/xnu-11215/bsd/man/man2/
H A Dgetdirentriesattr.2104 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 DREADME.md14 Layout of data structure
H A Dkcdata_core.m90 …* This routine tries to decode the typeDef structure and create either a basic type (KCDBasicTypeD…
/xnu-11215/doc/allocators/
H A Dapi-basics.md117 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 Dmemorystatus.md76 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 Dstartup.md154 trigger `zalloc()`s (for e.g. mutex statistic structure initialization).
/xnu-11215/bsd/miscfs/devfs/
H A DREADME35 The back plane has a mount structure and all that stuff, but it is in
/xnu-11215/tools/lldbmacros/
H A DREADME.md252 Q. How do I avoid printing the summary and see the actual data in a structure?
397structure that is different based on development/release kernels please use "hasattr()" functional…
/xnu-11215/doc/mach_ipc/
H A Dkmsg.md117 This data structure has 4 configurations, depending on the value of `ikm_type`,
/xnu-11215/doc/primitives/
H A Dstring-handling.md167 With -fbounds-safety enabled, you should structure the final operation modifying
/xnu-11215/makedefs/
H A DMakeInc.def1192 # non-macOS SDK frameworks use shallow bundle structure
1197 # DriverKit SDK frameworks use shallow bundle structure
/xnu-11215/config/
H A DMASTER774 # support for storing a 64-bit user supplied value in the proc structure
/xnu-11215/
H A DAPPLE_LICENSE44 to, the substance and/or structure of the Original Code, any previous
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md91 The clutch bucket runqueue data structure allows the clutch buckets to be inserted at the head of t…

12