Searched refs:records (Results 1 – 14 of 14) sorted by relevance
| /xnu-12377.41.6/pexpert/arm/ |
| H A D | pe_consistent_debug.c | 46 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 D | audit_mac.c | 130 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 D | audit.h | 147 LIST_ENTRY(mac_audit_record) records;
|
| H A D | audit_bsm.c | 2033 LIST_FOREACH(mar, ar->ar_mac_records, records) { in kaudit_to_bsm()
|
| /xnu-12377.41.6/pexpert/pexpert/arm/ |
| H A D | consistent_debug.h | 110 dbg_record_header_t records[DEBUG_REGISTRY_MAX_RECORDS]; member
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | btlog.h | 278 struct zone_btrecord *__counted_by(*numrecs) *records,
|
| H A D | trap_telemetry.c | 131 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 D | btlog.c | 1592 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 D | kasan.py | 373 records = btlog.iter_records(wantElement=stripped_addr, reverse=True) 374 record = next(records, None)
|
| /xnu-12377.41.6/tests/ |
| H A D | stackshot_idle_25570396.m | 193 /* Take stackshot, count the number of idle and nonidle threads the stackshot records.
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | README | 85 nodes keep their own records as to which front nodes are members
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | mach_host.defs | 396 * Returns BTLog records for a specific zone.
|
| /xnu-12377.41.6/bsd/skywalk/ |
| H A D | os_stats_private.h | 1614 #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 D | hibernation.md | 131 * The image header records the values of `mach_absolute_time()` and
|