Searched refs:root (Results 51 - 75 of 146) sorted by relevance

123456

/haiku/src/system/boot/loader/
H A DRootFileSystem.h38 Directory *root; member in struct:RootFileSystem::entry
/haiku/src/libs/compat/freebsd_network/
H A Dshared.h22 struct device *root; member in struct:device
H A Dbus.cpp425 struct root_device_softc* root_softc = ((struct root_device_softc *)dev->root->softc);
462 struct root_device_softc *root = (struct root_device_softc *)dev->root->softc; local
464 if (root->is_msi || root->is_msix) {
466 pci_info *info = &root->pci_info;
/haiku/src/system/kernel/arch/m68k/
H A Darch_system_info.cpp30 node->data.root.platform = B_CPU_M68K;
/haiku/src/bin/
H A Ddf.cpp36 BDirectory root; local
37 if (volume.GetRootDirectory(&root) == B_OK) {
38 BPath path(&root, NULL);
138 printf(" Root Inode: %" B_PRIdINO "\n", info.root);
/haiku/src/bin/listdev/
H A Dlistdev.cpp367 device_node_cookie root; local
386 get_root(&root);
387 dump_nodes(&root, 0);
389 get_root(&root);
390 display_nodes(&root, 0);
/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...]
H A DInode.cpp480 Inode::CopyTo(const char *root, bool fullPath, Inode::Source *source) argument
482 if (root == NULL)
490 if (*(root + strlen(root) - 1) != '/')
492 path.Prepend(root);
948 File::CopyTo(const char *root, bool fullPath, Inode::Source *source) argument
950 status_t status = Inode::CopyTo(root, fullPath, source);
954 BPath path(root);
1072 Directory::CopyTo(const char *root, bool fullPath, Inode::Source *source) argument
1079 status_t status = Inode::CopyTo(root, fullPat
1341 CopyTo(const char *root, bool fullPath,Inode::Source *source) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.cpp420 HTreeRoot* root = (HTreeRoot*)block; local
421 root->dot.inode_id = fID;
422 root->dot.entry_length = 12;
423 root->dot.name_length = 1;
424 root->dot.file_type = EXT2_TYPE_DIRECTORY;
425 root->dot_entry_name[0] = '.';
427 root->dotdot.inode_id = parent == NULL ? fID : parent->ID();
431 root->dotdot.entry_length = dotdotlength;
432 root->dotdot.name_length = 2;
433 root
[all...]
H A DDirectoryIterator.cpp594 // Initialize the root node
596 HTreeRoot* root; local
609 root = (HTreeRoot*)secondBlock;
611 HTreeFakeDirEntry* dotdot = &root->dotdot;
614 root->hash_version = fVolume->DefaultHashVersion();
615 root->root_info_length = 8;
616 root->indirection_levels = 0;
618 root->count_limit->SetLimit((maxSize
619 - ((uint8*)root->count_limit - secondBlock)) / sizeof(HTreeEntry));
620 root
733 HTreeRoot* root = (HTreeRoot*)secondBlock; local
[all...]
/haiku/src/servers/package/
H A DVolume.h112 void SetRoot(Root* root) argument
113 { fRoot = root; }
/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/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.h73 static void _PutRoot(PackageFSRoot* root);
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.h89 void _UpdateTree(RootInfo* 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);
H A DAssociatedTypes.cpp337 DatabaseDirectory root; local
338 status_t err = root.Init(fDatabaseLocation);
340 root.Rewind();
343 err = root.GetNextEntry(&entry);
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp115 BGroupLayout* root = new BGroupLayout(B_HORIZONTAL, 0.0); local
116 SetLayout(root);
119 root->AddView(new BScrollView("scroll", fDomains, 0, false, true), 1);
140 root->AddItem(BGroupLayoutBuilder(B_VERTICAL, B_USE_DEFAULT_SPACING)
236 // Detach items from the fake root
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h78 struct duckduckgo_request *request; /* set on root folder for a query */
93 struct fs_node *root; /* fast access for stat time change */ member in struct:fs_nspace
/haiku/src/libs/libtelnet/
H A Dpk.c168 MINT *root = itom(PROOT); local
185 pow(root, sk, modulus, pk);
193 mfree(root);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp44 // make sure parent is really device root
49 if (strcmp(bus, "root"))
71 acpi_enumerate_child_devices(device_node* node, const char* root) argument
76 TRACE(("acpi_enumerate_child_devices: recursing from %s\n", root));
78 while (get_next_entry(ACPI_TYPE_ANY, root, result,
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp127 Directory *root = (Directory *)Inode::Factory(&disk,disk.Root()); local
131 if (root == NULL || root->InitCheck() < B_OK)
133 fprintf(stderr," Could not open root directory!\n");
136 collectFiles(disk,root);
140 delete root;
/haiku/src/libs/bsd/
H A Dfts.c146 FTSENT *p, *root; local
180 /* Allocate/initialize root's parent. */
188 /* Allocate/initialize root(s). */
189 for (root = NULL, nitems = 0; *argv != NULL; ++argv, ++nitems) {
207 p->fts_link = root;
208 root = p;
211 if (root == NULL)
212 tmp = root = p;
220 root = fts_sort(sp, root, nitem
[all...]
/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

Completed in 122 milliseconds

123456