Searched defs:tree (Results 1 - 25 of 47) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8821a/usb/
H A Dr21au_attach.c122 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp81 BPlusTree* tree = inode->Tree(); local
H A DIndex.cpp77 BPlusTree* tree = indices->Tree(); local
[all...]
H A DCheckVisitor.cpp390 CheckVisitor::_RemoveInvalidNode(Inode* parent, BPlusTree* tree, argument
692 BPlusTree* tree local
738 BPlusTree* tree = index->inode->Tree(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dquery.c110 status_t query_parse(const char *query, query_exp **tree) argument
143 void dump_query_tree(query_exp *tree, int indent) argument
164 query_exp *tree; local
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_amrr.c459 amrr_sysctlattach(struct ieee80211vap *vap, struct sysctl_ctx_list *ctx, struct sysctl_oid *tree) argument
H A Dieee80211_rssadapt.c379 rssadapt_sysctlattach(struct ieee80211vap *vap, struct sysctl_ctx_list *ctx, struct sysctl_oid *tree) argument
/haiku/headers/private/kernel/util/
H A DSplayTree.h372 Iterator(Tree* tree) argument
379 Iterator(Tree* tree, Node* next) argument
446 ConstIterator(const Tree* tree) argument
453 ConstIterator(const Tree* tree, Node* next) argument
[all...]
/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp422 BPlusTree *tree; local
H A Dchkindex.cpp145 checkIndexForNonExistingFiles(Disk &disk,BPlusTree &tree) argument
189 checkFiles(Disk &disk,BPlusTree &tree,char *attribute) argument
378 BPlusTree *tree; local
494 BPlusTree *tree; local
[all...]
H A Drecover.cpp616 BPlusTree *tree; local
670 BPlusTree *tree; local
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.c443 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c406 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_sysctl.c787 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
817 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
1029 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
1048 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
1066 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
1318 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_attach.c357 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp430 BlockGroup::LoadExtent(CachedExtentTree* tree, bool inverse) argument
488 BlockGroup::_InsertExtent(CachedExtentTree* tree, uint64 start, uint64 length, argument
497 BlockGroup::_InsertExtent(CachedExtentTree* tree, CachedExtent* extent) argument
[all...]
H A DInode.cpp403 BTree* tree = path->Tree(); local
426 BTree* tree = path->Tree(); local
446 BTree* tree = fVolume->FSTree(); local
518 BTree* tree = path->Tree(); local
[all...]
H A DBTree.cpp300 BTree::Path::Path(BTree* tree) argument
889 TreeIterator::TreeIterator(BTree* tree, const btrfs_key& key) argument
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp322 checkTreeContents(BPlusTree* tree) argument
383 checkTreeIntegrity(BPlusTree* tree) argument
402 checkTree(BPlusTree* tree) argument
423 addAllKeys(Transaction& transaction, BPlusTree* tree) argument
443 removeAllKeys(Transaction& transaction, BPlusTree* tree) argument
467 duplicateTest(Transaction& transaction, BPlusTree* tree) argument
538 addRandomSet(Transaction& transaction, BPlusTree* tree, int32 num) argument
571 removeRandomSet(Transaction& transaction, BPlusTree* tree, int32 num) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp449 DirectoryCookie(Tree *tree, uint32 dirID, uint32 objectID, argument
H A DIterators.cpp169 TreeIterator::TreeIterator(Tree *tree) argument
185 TreeIterator::SetTo(Tree *tree) argument
538 ItemIterator(Tree *tree) argument
546 SetTo(Tree *tree) argument
828 ObjectItemIterator(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset) argument
853 SetTo(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset) argument
1057 DirEntryIterator(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset, bool fixedHash) argument
1084 SetTo(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset, bool fixedHash) argument
1262 StreamReader(Tree *tree, uint32 dirID, uint32 objectID) argument
1285 SetTo(Tree *tree, uint32 dirID, uint32 objectID) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/rdc/dev/vte/
H A Dif_vte.c558 struct sysctl_oid *tree; local
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn.c328 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp1297 Directory::GetTree(BPlusTree **tree) argument
H A DBPlusTree.cpp48 NodeCache::NodeCache(BPlusTree *tree) argument

Completed in 394 milliseconds

12