Searched refs:_Find (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h51 status_t _Find(const char* name, int32 index);
H A DAttribute.cpp75 return _Find(name, -1);
82 return _Find(NULL, index);
245 Attribute::_Find(const char* name, int32 index) function in class:Attribute
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp357 ServerNode* node = _Find(address);
410 ServerNode* node = _Find(server->ID());
424 ServerManager::_Find(const PeerAddress& address) function in class:ServerManager
H A DRPCServer.h185 ServerNode* _Find(const PeerAddress& address);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h116 status_t _Find(Path* path, btrfs_key& key,
304 status_t _Find(btree_traversing type, btrfs_key& key,
H A DBTree.cpp618 BTree::_Find(Path* path, btrfs_key& wanted, void** _value, uint32* _size, function in class:BTree
647 return _Find(path, key, _value, _size, _offset, BTREE_FORWARD);
655 return _Find(path, key, _value, _size, _offset, BTREE_BACKWARD);
663 return _Find(path, key, _value, _size, _offset, BTREE_EXACT);

Completed in 78 milliseconds