Home
last modified time | relevance | path

Searched defs:index (Results 51 – 75 of 146) sorted by relevance

123456

/xnu-12377.41.6/iokit/Kernel/
H A DIOStatistics.cpp878 uint32_t index = 0; in copyKextStatistics() local
1294 IOStatistics::countAlloc(uint32_t index, vm_size_t size) in countAlloc()
H A DIOMapper.cpp174 IOMapper::copyMapperForDeviceWithIndex(IOService * device, unsigned int index) in copyMapperForDeviceWithIndex()
/xnu-12377.41.6/tests/
H A Drunaway_mitigation.c301 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 Dwaitq.c2470 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 Dlocks.c1276 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 Dpmap_data.c1602 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 Dthread_group_flags.c203 int index = -1; in tg_id_to_index() local
/xnu-12377.41.6/bsd/kern/
H A Dmem_acct.c156 int i, index = -1; in mem_acct_register() local
/xnu-12377.41.6/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp1072 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 DOSSet.cpp378 unsigned int index = (*iteratorP)++; in getNextObjectForIterator() local
/xnu-12377.41.6/tools/lldbmacros/kmemory/
H A Dbtlog.py232 def index(self): member in BTLog
/xnu-12377.41.6/EXTERNAL_HEADERS/CoreEntitlements/
H A DQueryHelpers.h31 #define CESelectIndex(index) (CEQueryOperation_t){.opcode = kCEOpSelectIndex, .parameters = {.numer… argument
/xnu-12377.41.6/osfmk/prng/
H A Dentropy.c429 uint32_t index = (entropy_data.total_sample_count + offset) & ADAPTIVE_PROPORTION_INDEX_MASK; in adaptive_proportion_test() local
H A Dprng_random.c531 unsigned int index = 0; in random_bool_gen_bits() local
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_quota.c762 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.c247 index(const char *s, int c) in index() function
/xnu-12377.41.6/osfmk/x86_64/
H A Dcopyio.c119 uint32_t index = 0; in smaplog_add_entry() local
/xnu-12377.41.6/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c627 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 Dipc_voucher.c544 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 Dhibernate_restore.c217 size_t index = (vaddr >> level_shift) & (level_entries - 1); in create_map_entries() local
/xnu-12377.41.6/bsd/netinet6/
H A Draw_ip6.c639 u_short index = 0; in rip6_output() local
/xnu-12377.41.6/bsd/net/
H A Dif.c2179 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 Dfibers.h205 fibers_queue_pop(struct fibers_queue *queue, size_t index) in fibers_queue_pop()
/xnu-12377.41.6/tools/lldbmacros/
H A Dipc.py106 def GetNameFromIndexAndIEBits(index, ie_bits): argument
2336 def iv_index_to_key(index): argument
/xnu-12377.41.6/osfmk/i386/
H A Dpmap_internal.h495 #define LOCK_PVH(index) { \ argument
500 #define UNLOCK_PVH(index) { \ argument

123456