| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOStatistics.cpp | 878 uint32_t index = 0; in copyKextStatistics() local 1294 IOStatistics::countAlloc(uint32_t index, vm_size_t size) in countAlloc()
|
| H A D | IOMapper.cpp | 174 IOMapper::copyMapperForDeviceWithIndex(IOService * device, unsigned int index) in copyMapperForDeviceWithIndex()
|
| /xnu-12377.41.6/tests/ |
| H A D | runaway_mitigation.c | 301 get_ledger_entry_for_pid(pid_t pid, size_t index, size_t num_entries) in get_ledger_entry_for_pid()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | waitq.c | 2470 wqt_wq(uint32_t index) in wqt_wq() 2485 wqt_bit(uint32_t index) in wqt_bit() 2519 wqt_link(uint32_t index, struct waitq_set *wqset, kern_return_t want) in wqt_link() 2542 wqt_unlink(uint32_t index, struct waitq_set *wqset, __assert_only kern_return_t want) in wqt_unlink() 2569 wqt_wakeup_one(uint32_t index, event64_t event64, __assert_only kern_return_t want) in wqt_wakeup_one()
|
| H A D | locks.c | 1276 uint32_t index; in wakeup_with_inheritor_and_turnstile() local 1378 uint32_t index; variable 1446 uint32_t index; in change_sleep_inheritor() local 1701 uint32_t index; variable
|
| /xnu-12377.41.6/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 1602 const size_t index = pv_free_read_idx++ & (PV_FREE_ARRAY_SIZE - 1); in pv_free_array_get_batch() local 1633 const size_t index = pv_free_write_idx++ & (PV_FREE_ARRAY_SIZE - 1); in pv_free_array_give_batch() local 3068 const uint64_t index = pmap_ledger_ptr_array_free_index++; in pmap_ledger_alloc_internal() local 3341 const unsigned long index = pmap_ptr_array_free_index++; in pmap_alloc_pmap() local
|
| /xnu-12377.41.6/tests/sched/ |
| H A D | thread_group_flags.c | 203 int index = -1; in tg_id_to_index() local
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | mem_acct.c | 156 int i, index = -1; in mem_acct_register() local
|
| /xnu-12377.41.6/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 1072 IOSKIndex index, IOSKMemoryBuffer * buffer ) in setSegmentBuffer() 1083 IOSKRegion::clearSegmentBuffer( IOSKIndex index, IOSKMemoryBufferRef * prevBuffer ) in clearSegmentBuffer() 1209 for (uint32_t index = 0; index < fSegmentCount; index++) { in updateMappingsForArena() local
|
| /xnu-12377.41.6/libkern/c++/ |
| H A D | OSSet.cpp | 378 unsigned int index = (*iteratorP)++; in getNextObjectForIterator() local
|
| /xnu-12377.41.6/tools/lldbmacros/kmemory/ |
| H A D | btlog.py | 232 def index(self): member in BTLog
|
| /xnu-12377.41.6/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | QueryHelpers.h | 31 #define CESelectIndex(index) (CEQueryOperation_t){.opcode = kCEOpSelectIndex, .parameters = {.numer… argument
|
| /xnu-12377.41.6/osfmk/prng/ |
| H A D | entropy.c | 429 uint32_t index = (entropy_data.total_sample_count + offset) & ADAPTIVE_PROPORTION_INDEX_MASK; in adaptive_proportion_test() local
|
| H A D | prng_random.c | 531 unsigned int index = 0; in random_bool_gen_bits() local
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_quota.c | 762 dqlookup(struct quotafile *qfp, u_int32_t id, struct dqblk *dqb, uint32_t *index) in dqlookup()
|
| /xnu-12377.41.6/libsyscall/wrappers/ |
| H A D | _libc_funcptr.c | 247 index(const char *s, int c) in index() function
|
| /xnu-12377.41.6/osfmk/x86_64/ |
| H A D | copyio.c | 119 uint32_t index = 0; in smaplog_add_entry() local
|
| /xnu-12377.41.6/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_data.c | 627 const size_t index = pv_free_read_idx++ & (PV_FREE_ARRAY_SIZE - 1); in pv_free_array_get_batch() local 658 const size_t index = pv_free_write_idx++ & (PV_FREE_ARRAY_SIZE - 1); in pv_free_array_give_batch() local
|
| /xnu-12377.41.6/osfmk/ipc/ |
| H A D | ipc_voucher.c | 544 ivace_lookup(ipc_voucher_attr_control_t ivac, iv_index_t index) in ivace_lookup() 674 iv_index_t index; in ivace_reference_by_value() local 1358 uintptr_t index = 0; in iv_dedup() local
|
| /xnu-12377.41.6/osfmk/arm64/ |
| H A D | hibernate_restore.c | 217 size_t index = (vaddr >> level_shift) & (level_entries - 1); in create_map_entries() local
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | raw_ip6.c | 639 u_short index = 0; in rip6_output() local
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | if.c | 2179 u_int32_t index = 0; in ifioctl_getnetagents() local 2214 u_int32_t index = 0; in if_add_netagent_locked() local 2287 u_int32_t index = 0; in if_delete_netagent_locked() local 2334 for (uint32_t index = 0; index < ifp->if_agentcount; index++) { in if_check_netagent() local 2421 u_int32_t index = 0; in ifnet_clear_netagent() local
|
| /xnu-12377.41.6/tests/unit/mocks/fibers/ |
| H A D | fibers.h | 205 fibers_queue_pop(struct fibers_queue *queue, size_t index) in fibers_queue_pop()
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | ipc.py | 106 def GetNameFromIndexAndIEBits(index, ie_bits): argument 2336 def iv_index_to_key(index): argument
|
| /xnu-12377.41.6/osfmk/i386/ |
| H A D | pmap_internal.h | 495 #define LOCK_PVH(index) { \ argument 500 #define UNLOCK_PVH(index) { \ argument
|