Home
last modified time | relevance | path

Searched refs:records (Results 1 – 14 of 14) sorted by relevance

/xnu-12377.41.6/pexpert/arm/
H A Dpe_consistent_debug.c46 dbg_record_header_t *record = &consistent_debug_registry->records[i]; in consistent_debug_allocate_entry()
62 if (consistent_debug_registry->records[i].record_id == record_id) { in PE_consistent_debug_lookup_entry()
63 *phys_addr = consistent_debug_registry->records[i].physaddr; in PE_consistent_debug_lookup_entry()
64 *length = consistent_debug_registry->records[i].length; in PE_consistent_debug_lookup_entry()
/xnu-12377.41.6/bsd/security/audit/
H A Daudit_mac.c130 next = LIST_NEXT(head, records); in audit_mac_free()
222 LIST_INSERT_HEAD(cur->k_ar.ar_mac_records, record, records); in audit_mac_data()
H A Daudit.h147 LIST_ENTRY(mac_audit_record) records;
H A Daudit_bsm.c2033 LIST_FOREACH(mar, ar->ar_mac_records, records) { in kaudit_to_bsm()
/xnu-12377.41.6/pexpert/pexpert/arm/
H A Dconsistent_debug.h110 dbg_record_header_t records[DEBUG_REGISTRY_MAX_RECORDS]; member
/xnu-12377.41.6/osfmk/kern/
H A Dbtlog.h278 struct zone_btrecord *__counted_by(*numrecs) *records,
H A Dtrap_telemetry.c131 match_record_s records[DEBOUNCE_RECORD_COUNT]; member
421 debounce->records[debounce->tail] = *record; in trap_debounce_buffer_enter()
445 if (match_record_compare(debounce->records + i, record) == 0) { in trap_debounce_buffer_has_match()
H A Dbtlog.c1592 zone_btrecord_t **records, in btlog_get_records() argument
1739 *records = rec_array; in btlog_get_records()
/xnu-12377.41.6/tools/lldbmacros/
H A Dkasan.py373 records = btlog.iter_records(wantElement=stripped_addr, reverse=True)
374 record = next(records, None)
/xnu-12377.41.6/tests/
H A Dstackshot_idle_25570396.m193 /* Take stackshot, count the number of idle and nonidle threads the stackshot records.
/xnu-12377.41.6/bsd/miscfs/devfs/
H A DREADME85 nodes keep their own records as to which front nodes are members
/xnu-12377.41.6/osfmk/mach/
H A Dmach_host.defs396 * Returns BTLog records for a specific zone.
/xnu-12377.41.6/bsd/skywalk/
H A Dos_stats_private.h1614 #define NS_DUMP_SIZE(records) (sizeof (struct netns_ctl_dump_header) + \ argument
1615 records * sizeof (struct netns_ctl_dump_record))
/xnu-12377.41.6/doc/lifecycle/
H A Dhibernation.md131 * The image header records the values of `mach_absolute_time()` and