Searched refs:root (Results 1 - 25 of 146) sorted by path

123456

/haiku/3rdparty/proj2make/
H A Dmakefile69 LIBS=be root $(STDCPPLIBS)
/haiku/headers/build/os/kernel/
H A Dfs_info.h26 ino_t root; /* root ino_t */ member in struct:fs_info
/haiku/headers/os/kernel/
H A Dfs_info.h27 ino_t root; /* root ino_t */ member in struct:fs_info
/haiku/headers/private/firewire/
H A Dfirewirereg.h125 struct crom_chunk root; member in struct:crom_src_buf
/haiku/headers/private/fs_shell/
H A Dfssh_fs_info.h28 fssh_ino_t root; /* root ino_t */ member in struct:fssh_fs_info
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h270 AVLTreeNode* root = fTree.Root(); local
271 _FreeTree(root);
281 if (AVLTreeNode* root = fTree.Root())
282 return _GetNode(root);
H A DRadixBitmap.h57 radix_node *root; // root of radix tree, actually it is an array member in struct:radix_bitmap
/haiku/headers/private/net/
H A Dnet_routing_info.h10 void *root; member in struct:net_routing_info
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp823 "; root: %" B_PRIdINO "; flags: %#" B_PRIx32 "; block_size: %" B_PRIdOFF
827 "; fsh_name: \"%s\")\n", result, info->dev, info->root, info->flags,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp112 // remove the root dir -- we delete it separately
125 // delete the root dir
154 // open the root directory
157 rootRef.node = info.root;
163 // stat the root dir
169 // create the root dir
174 // the root dir is added by the VolumeManager
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.h73 static void _PutRoot(PackageFSRoot* root);
H A DVolume.h57 void SetPackageFSRoot(::PackageFSRoot* root) argument
58 { fPackageFSRoot = root; }
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h53 ino_t root; member in struct:beos_fs_info
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp230 BDirectory root;
232 root.SetTo(rootEntry);
234 root.SetTo(rootPath);
242 while(root.GetNextEntry(&entry) > B_ERROR) {
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp347 BDirectory root;
349 root.SetTo(rootEntry);
351 root.SetTo(rootPath);
359 while (root.GetNextEntry(&entry) > B_ERROR) {
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp383 BDirectory root; local
386 root.SetTo( rootEntry );
388 root.SetTo( rootPath );
397 while( root.GetNextEntry( &entry ) > B_ERROR ) {
/haiku/src/apps/diskusage/
H A DScanner.cpp159 BDirectory root; local
160 fVolume->GetRootDirectory(&root);
161 fSnapshot->rootDir = _GetFileInfo(&root, NULL);
297 // Check the name of the root directory. It is a special case because
324 // If the desired path is the volume's root directory, default to the
/haiku/src/apps/serialconnect/
H A DCustomRateWindow.cpp30 BGroupView* root = new BGroupView(B_VERTICAL); local
31 AddChild(root);
33 BGroupLayoutBuilder(root)
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp412 // size of the block bitmap + root block
420 // scan for indices and root inode
423 puts("\n*** Scanning for indices and root node...");
428 fprintf(stderr,"ERROR: Could not find root directory! Trying to recreate the superblock will have no effect!\n\tSetting standard values for the root dir.\n");
591 // is the inode a special root inode (parent == self)?
607 bool *root, bfs_inode *rootDir)
610 *root = true;
615 printf("WARNING: root node has unexpected position: (ag = %"
639 bool indices = false,root local
606 SaveInode(bfs_inode *inode, bool *indices, bfs_inode *indexDir, bool *root, bfs_inode *rootDir) argument
[all...]
/haiku/src/kits/device/
H A DJoystickTweaker.cpp86 BDirectory root; local
89 root.SetTo(rootEntry);
91 root.SetTo(rootPath);
98 while (root.GetNextEntry(&entry) == B_OK) {
/haiku/src/kits/storage/
H A DMime.cpp45 BEntry root; local
48 status_t err = root.SetTo(path ? path : "/");
50 err = root.GetRef(&ref);
H A DNodeInfo.cpp501 && stat.st_ino == info.root) {
H A DVolume.cpp107 // Writes the root directory of the volume referred to by this object into
122 ref.node = info.root;
217 // exists in the root directory and renames that entry, if it is indeed
237 && entryNodeRef.node == oldInfo.root) {
/haiku/src/kits/storage/mime/
H A DInstalledTypes.cpp387 DatabaseDirectory root; local
389 err = root.Init(fDatabaseLocation);
391 root.Rewind();
394 err = root.GetNextEntry(&entry);
H A DSnifferRules.cpp335 DatabaseDirectory root; local
337 status_t err = root.Init(fDatabaseLocation);
339 root.Rewind();
342 err = root.GetNextEntry(&entry);

Completed in 157 milliseconds

123456