Searched defs:iterator (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c43 struct BTreeIterator *iterator = NULL; local
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeMiscOps.c314 FindIteratorPosition(BTreeControlBlockPtr btreePtr, BTreeIteratorPtr iterator, BlockDescriptor *left, BlockDescriptor *middle, BlockDescriptor *right, u_int32_t *returnNodeNum, u_int16_t *returnIndex, Boolean *foundRecord ) argument
524 CheckInsertParams(FCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t recordLen ) argument
577 TrySimpleReplace(BTreeControlBlockPtr btreePtr, NodeDescPtr nodePtr, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t recordLen, Boolean *recordInserted ) argument
656 IsItAHint(BTreeControlBlockPtr btreePtr, BTreeIterator *iterator, Boolean *answer) argument
[all...]
H A DBTree.c649 BTIterateRecord(FCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t *recordLen ) argument
970 BTIterateRecords(FCB *filePtr, BTreeIterationOperation operation, BTreeIterator *iterator, IterateCallBackProcPtr callBackProc, void * callBackState) argument
1261 BTInsertRecord(FCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t recordLen ) argument
1424 BTReplaceRecord(FCB *filePtr, BTreeIterator *iterator, FSBufferDescriptor *record, u_int16_t recordLen ) argument
1572 BTUpdateRecord(FCB *filePtr, BTreeIterator *iterator, IterateCallBackProcPtr callBackProc, void * callBackState) argument
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMPowerSource.cpp131 OSCollectionIterator *iterator; local
H A DIOUserClient.cpp1492 is_io_iterator_next( io_object_t iterator, io_object_t *object ) argument
1521 is_io_iterator_is_valid( io_object_t iterator, boolean_t *is_valid ) argument
2413 is_io_registry_entry_get_parent_iterator( io_object_t registry_entry, io_name_t plane, io_object_t *iterator) argument
[all...]
H A DIOService.cpp816 OSIterator * _IOOpenServiceIterator::iterator( OSIterator * _iter, function in class:_IOOpenServiceIterator
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_link.c1200 BTreeIterator * iterator; local
1262 BTreeIterator * iterator; local
[all...]
H A Dhfs_hotfiles.c521 BTreeIterator * iterator = NULL; local
956 BTreeIterator * iterator = NULL; local
1072 BTreeIterator * iterator = NULL; local
1281 BTreeIterator * iterator = NULL; local
1482 BTreeIterator * iterator = NULL; local
[all...]
H A Dhfs_xattr.c444 struct BTreeIterator * iterator = NULL; local
945 struct BTreeIterator * iterator = NULL; local
1262 struct BTreeIterator * iterator = NULL; local
1496 struct BTreeIterator * iterator = NULL; local
1553 remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator) argument
1646 struct BTreeIterator * iterator = NULL; local
1875 BTreeIterator *iterator = NULL; local
1954 struct BTreeIterator * iterator = NULL; local
[all...]
H A Dhfs_vfsutils.c1376 struct BTreeIterator * iterator = NULL; local
[all...]
H A Dhfs_catalog.c62 BTreeIterator iterator; member in struct:btobj
350 struct BTreeIterator *iterator; local
414 struct BTreeIterator * iterator; local
487 struct BTreeIterator * iterator; local
640 struct BTreeIterator * iterator; local
1385 BTreeIterator *iterator; local
1481 BTreeIterator * iterator; local
1975 BTreeIterator * iterator; local
2007 BTreeIterator * iterator; local
2052 BTreeIterator * iterator; local
2437 BTreeIterator * iterator; local
2602 BTreeIterator * iterator; local
3199 BTreeIterator * iterator; local
3674 struct BTreeIterator *iterator; local
3750 struct BTreeIterator * iterator; local
4368 struct BTreeIterator *iterator = NULL; local
[all...]
H A Dhfs_vfsops.c5044 struct BTreeIterator *iterator; /* Shared read/write iterator, hfs_reclaim_file/xattr() member in struct:hfs_reclaim_extent_info
5140 struct BTreeIterator iterator; local
6805 struct BTreeIterator *iterator = NULL; local
6934 struct BTreeIterator *iterator = NULL; local
7216 struct BTreeIterator * iterator = NULL; local
[all...]
/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c283 DTCreateEntryIterator(const DTEntry startEntry, DTEntryIterator *iterator) argument
308 DTDisposeEntryIterator(DTEntryIterator iterator) argument
322 DTEnterEntry(DTEntryIterator iterator, DTEntry childEntry) argument
345 DTExitEntry(DTEntryIterator iterator, DTEntry *currentPosition) argument
366 DTIterateEntries(DTEntryIterator iterator, DTEntr argument
386 DTRestartEntryIteration(DTEntryIterator iterator) argument
432 DTCreatePropertyIterator(const DTEntry entry, DTPropertyIterator *iterator) argument
446 DTDisposePropertyIterator(DTPropertyIterator iterator) argument
453 DTIterateProperties(DTPropertyIterator iterator, char **foundProperty) argument
473 DTRestartPropertyIteration(DTPropertyIterator iterator) argument
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h231 BTreeIterator iterator; // useable when holding exclusive b-tree lock member in struct:BTreeControlBlock
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2849 OSCollectionIterator * iterator = NULL; // must release local

Completed in 144 milliseconds