| /xnu-12377.81.4/tools/lldbmacros/ ! |
| H A D | pci.py | 42 def MakeMemMappedPciCfgAddr(bus, dev, func, offs): argument 53 def DoPciCfgRead(bits, bus, dev, func, offs): argument 64 def DoPciCfgWrite(bits, bus, dev, func, offs, val): argument
|
| H A D | ktrace.py | 418 def __init__(self, buf, offs): argument
|
| /xnu-12377.81.4/tools/lldbmacros/tests/lldbmock/ ! |
| H A D | utils.py | 34 def visit_type(sbtype: lldb.SBType, offs = 0): argument
|
| H A D | memorymock.py | 166 def __init__(self, offs, sz, serializer=NoSerializer()): argument 258 def __init__(self, offs, sz, serializer=NoSerializer()): argument
|
| /xnu-12377.81.4/tests/ ! |
| H A D | pwrite_avoid_sigxfsz_28581610.c | 35 static const int offs[] = { -1, -1 * 1024, -1 * 1024 * 16, -1 * 1024 * 1024 * 16, 0 }; variable
|
| /xnu-12377.81.4/libkern/zlib/ ! |
| H A D | inftrees.c | 83 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
|
| /xnu-12377.81.4/tests/vm/ ! |
| H A D | mmap.c | 41 uint32_t offs; member
|
| H A D | mach_vm_map.c | 204 for (uint32_t offs = 4; offs < r_size; offs += PAGE_SIZE) { in mach_vm_map_unaligned_test() local
|
| H A D | vm_ranges.c | 613 __block vm_offset_t offs = 0; variable
|
| /xnu-12377.81.4/san/memory/ ! |
| H A D | kasan-classic.c | 442 vm_offset_t offs, in kasan_zmem_add() 471 vm_offset_t offs, in kasan_zmem_remove()
|
| /xnu-12377.81.4/osfmk/kern/ ! |
| H A D | zalloc_internal.h | 185 Z_FAST_QUO(uint64_t offs, uint64_t magic) in Z_FAST_QUO() 195 Z_FAST_MOD(uint64_t offs, uint64_t magic, uint64_t size) in Z_FAST_MOD() 207 Z_FAST_ALIGNED(uint64_t offs, uint32_t magic) in Z_FAST_ALIGNED()
|
| H A D | zalloc.c | 1130 vm_offset_t offs, eidx; in zone_element_resolve() local 1158 vm_offset_t offs; in zone_element_pgz_oob_adjust() local 1189 vm_offset_t offs, size, page; in zone_element_bounds_check_panic() local 1219 vm_offset_t offs, size; in zone_element_bounds_check() local 1258 vm_size_t esize, offs, end; in zone_element_size() local 1405 vm_offset_t elem, offs; in zone_id_require_aligned() local 1767 vm_offset_t offs = (addr % ZBA_CHUNK_SIZE) / ZBA_GRANULE; in zba_node() local 1774 vm_offset_t offs = (node - (1 << (ZBA_MAX_ORDER - order + 1)) + 1) << order; in zba_chain_for_node() local 1929 vm_offset_t offs = (bref & ZBA_PTR_MASK) * ZBA_GRANULE * CHAR_BIT; in zba_extra_ref_ptr() local 5418 vm_offset_t offs; in __zcache_mark_invalid() local [all …]
|
| H A D | ipc_tt.c | 880 vm_size_t offs = offsetof(struct thread_ro, tro_ports); in ipc_thread_ro_update_ports() local
|
| /xnu-12377.81.4/osfmk/vm/ ! |
| H A D | vm_kern.c | 4864 can_write_at(vm_offset_t offs, uint32_t page) in can_write_at() 4870 #define assert_writeable(offs, page) \ argument 4874 #define assert_faults(offs, page) \ argument 4878 #define peek(offs, page) \ argument 4881 #define poke(offs, page, v) \ argument
|
| /xnu-12377.81.4/bsd/dev/dtrace/ ! |
| H A D | dtrace.c | 2548 uintptr_t offs; in dtrace_aggregate() local 2843 intptr_t offs; in dtrace_speculation_commit() local 6812 int size, offs = 0, i, j; in dtrace_action_ustack() local 7058 intptr_t offs; in dtrace_probe() local 7805 dtrace_strkey_probe_provider(void *elm, uintptr_t offs) in dtrace_strkey_probe_provider() 7813 dtrace_strkey_offset(void *elm, uintptr_t offs) in dtrace_strkey_offset() 7819 dtrace_strkey_deref_offset(void *elm, uintptr_t offs) in dtrace_strkey_deref_offset() 9274 dtrace_probe_foreach(uintptr_t offs) in dtrace_probe_foreach() 12157 intptr_t offs = buf->dtb_offset, soffs; in dtrace_buffer_reserve() local 13495 size_t offs; in dtrace_dof_actdesc() local [all …]
|
| /xnu-12377.81.4/osfmk/kdp/ ! |
| H A D | sk_core.c | 349 uint64_t offs = *(int64_t *)(vbar + 0x800); in sc_find_uuid_cdbg() local
|