Searched refs:index (Results 126 - 131 of 131) sorted by relevance

123456

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c1792 * Find the current thread's directory hint for a given index.
1800 hfs_getdirhint(struct cnode *dcp, int index, int detach) argument
1816 if (hint->dh_index == index)
1851 hint->dh_index = index;
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1478 ++extentIndex; // Its index within the extent record
1780 // foundExtentIndex - index to extent entry in xdr
1864 // If we found a record, then search it for the correct index into the extents.
1867 // Find appropriate index into extent record
1948 btIterator->hint.index = 0;
1969 btIterator->hint.index = 0;
/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c2560 void trace_handler_map_buffer(__unused int index, __unused uintptr_t addr, __unused size_t size) argument
2563 void trace_handler_unmap_buffer(__unused int index) argument
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c290 cp = index(line, '\n');
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_object.c357 int index; local
359 index = vm_object_lock_hash(pager);
361 lck_mtx_lock_spin(&vm_object_hashed_lock_data[index]);
363 return (&vm_object_hashed_lock_data[index]);
/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h1912 int index; member in struct:pfioc_limit

Completed in 64 milliseconds

123456