Searched refs:root (Results 1 - 25 of 146) sorted by last modified time

123456

/haiku/src/kits/tracker/
H A DFSUtils.cpp622 // on and not running as root all the time
896 B_TRANSLATE("You cannot create a link to the root "
900 B_TRANSLATE("You cannot copy or move the root "
2488 char root[B_FILE_NAME_LENGTH]; local
2526 // save the 'root' name of the file, for possible later use.
2529 strncpy(root, name, (uint32)((p - name) - 4));
2530 root[(p - name) - 4] = '\0';
2544 strlcpy(root, name, sizeof(root));
2545 // save root nam
[all...]
H A DFilePanelPriv.cpp237 BDirectory root; local
240 volume.GetRootDirectory(&root);
243 root.GetEntry(&entry);
424 // if folder we're watching is deleted, switch to root
431 BDirectory root; local
432 volume.GetRootDirectory(&root);
436 root.GetEntry(&entry);
1493 BEntry root("/");
1495 root.GetNodeRef(&rootRef);
1504 // support showing Desktop as root o
[all...]
H A DUtilities.cpp1042 BDirectory root; local
1043 tempVolume.GetRootDirectory(&root);
1046 if (root.GetCreationTime(&cmpCreated) == B_OK
1087 BDirectory root; local
1088 tempVolume.GetRootDirectory(&root);
1090 root.GetCreationTime(&cmpCreated);
H A DPoseView.cpp824 // special handling for "root" disks icon
1697 // system root, /pipe, /dev, etc. are all non-persistent
1701 BDirectory root; local
1702 if (volume->GetRootDirectory(&root) != B_OK)
1706 root.GetEntry(&entry);
1718 root.GetNodeRef(&itemNode);
2941 // special case the "root" disks icon
3021 // special case the "root" disks icon
4521 // don't drop anything into the root disk
4904 // TODO: removed check for root her
[all...]
H A DFindPanel.cpp1932 BDirectory root; local
1933 if (volume.GetRootDirectory(&root) != B_OK)
1937 root.GetEntry(&entry);
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp121 switch (topology[i].data.root.platform) {
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1129 platform = topology[i].data.root.platform;
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp136 entry_ref ref(device, info.root, "home");
154 entry_ref ref(device, info.root, "home");
160 entry_ref ref(device, info.root, "RECYCLED");
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp306 err = _user_entry_ref_to_path(device, fsInfo.root, /*"."*/
309 err = _kern_entry_ref_to_path(device, fsInfo.root, /*"."*/
/haiku/src/tools/fs_shell/
H A Dvfs.cpp108 reference to vnode is held (note that for the root mount covers_vnode
452 // case the root node may still be NULL
887 /** \brief Resolves a mount point vnode to the volume root vnode it is covered
891 * by the root of a volume. If it is the function obtains a reference to the
892 * volume root node and returns it.
895 * \return The volume root vnode the vnode cover is covered by, if it is
918 /** \brief Resolves a mount point vnode to the volume root vnode it is covered
922 * checks, whether the node is covered by the root of a volume. If it is the
923 * function returns the mount and node ID of the volume root node. Otherwise
966 /** \brief Resolves a volume root vnod
[all...]
H A Dfssh.cpp96 // mount root FS
484 // a root subdir -- in those cases we can just fall through (we should
485 // actually never be here in case of the root dir, but anyway) -- or
805 printf("root inode: %" FSSH_B_PRIdINO "\n", info.root);
1354 command_ioctl, "ioctl", "ioctl() on root, for FS debugging only",
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.cpp501 BlockInDataFork* root = new(std::nothrow) BlockInDataFork; local
502 if (root == NULL)
504 memcpy((void*)root,
507 uint16 levelsInTree = root->Levels();
508 delete root;
/haiku/src/system/kernel/fs/
H A Dvfs.cpp132 safe if a reference to vnode is held (note that for the root mount
253 /*! \brief Guards io_context::root.
255 Must be held when setting or getting the io_context::root field.
257 setting the field is inc_vnode_ref_count() on io_context::root.
259 static mutex sIOContextRootLock = MUTEX_INITIALIZER("io_context::root lock");
1929 replace_vnode_if_disconnected(mount, vnodeToDisconnect, context->root,
1957 /*! \brief Gets the root node of the current IO context.
1970 struct vnode* root = context->root; local
1971 if (root !
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dpci.cpp53 struct root_device_softc* root_softc = (struct root_device_softc*)device->root->softc;
149 = &((struct root_device_softc *)dev->root->softc)->pci_info;
158 = &((struct root_device_softc *)dev->root->softc)->pci_info;
274 ((struct root_device_softc *)dev->root->softc)->is_msi = true;
285 ((struct root_device_softc *)dev->root->softc)->is_msi = false;
286 ((struct root_device_softc *)dev->root->softc)->is_msix = false;
327 ((struct root_device_softc *)dev->root->softc)->is_msix = true;
/haiku/src/system/kernel/vm/
H A Dvm.cpp3407 VMCache* root = cache; local
3409 // find the root cache (the transitive source)
3410 while (root->source != NULL)
3411 root = root->source;
3413 dump_cache_tree_recursively(root, 0, cache);
3571 kprintf("%" B_PRIu32 " caches (%" B_PRIu32 " root caches), sorted by %s "
/haiku/src/servers/registrar/
H A DMIMEManager.cpp244 entry_ref root;
256 err = message->FindRef("entry", &root);
278 BMessenger(&fThreadManager), &root, recursive,
287 BMessenger(&fThreadManager), &root, recursive,
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_mmu.cpp135 Pte* root = (Pte*)VirtFromPhys(satpReg.ppn * B_PAGE_SIZE); local
142 DumpPageTableInt(root, 0, 2, firstVirt, firstPhys, firstFlags, len);
243 Pte* root = (Pte*)VirtFromPhys(sPageTable); local
246 Pte* pte = &root[i];
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp81 dump_acpi_namespace(acpi_ns_device_info *device, char *root, int indenting) argument
95 while (device->acpi->get_next_entry(ACPI_TYPE_ANY, root, result, 255, &counter) == B_OK) {
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/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacparser.h418 ACPI_PARSE_OBJECT *root);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp679 // initialize b+tree root node
809 const bplustree_node* root; local
810 status_t status = cached.SetTo(fHeader.RootNode(), &root, true);
814 status = _ValidateChildren(check, 0, fHeader.RootNode(), NULL, 0, root);
844 // Reset the header, and root node
1105 following the key, from the root node to the leaf node that could
1112 // set the root node to begin with
1745 // do we need to allocate a new root node? if so, then do
1749 bplustree_node* root; local
1750 status_t status = cachedNewRoot.Allocate(transaction, &root,
1798 bplustree_node* root = cachedNewRoot.Node(); local
[all...]
/haiku/headers/private/kernel/arch/x86/64/
H A Dcpu.h57 x86_swap_pgdir(uintptr_t root) argument
59 asm volatile("movq %0, %%cr3" : : "r" (root));
/haiku/src/add-ons/kernel/file_systems/ext2/
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/system/kernel/scheduler/
H A Dscheduler.cpp643 const cpu_topology_node* root = get_cpu_topology(); local
644 traverse_topology_tree(root, 0, 0);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp212 Pte* root = (Pte*)VirtFromPhys(satp.ppn * B_PAGE_SIZE); local
213 DumpPageTableInt(root, 0, 2, dumper);

Completed in 245 milliseconds

123456