Searched refs:root (Results 101 - 125 of 146) sorted by relevance

123456

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp697 fc->crom_root = &fc->crom_src_buf->root;
705 struct crom_chunk *root; local
709 root = fc->crom_root;
713 bzero(root, sizeof(struct crom_chunk));
714 crom_add_chunk(src, NULL, root, 0);
715 crom_add_entry(root, CSRKEY_NCAP, 0x0083c0); /* XXX */
717 crom_add_entry(root, CSRKEY_VENDOR, CSRVAL_VENDOR_PRIVATE);
720 crom_add_simple_text(src, root, &buf->vendor, "DragonFly Project");
721 crom_add_entry(root, CSRKEY_HW, __DragonFly_cc_version);
723 crom_add_simple_text(src, root,
[all...]
/haiku/src/bin/
H A Dsysinfo.cpp490 cpu_topology_node_info root; local
492 get_cpu_topology_info(&root, &count);
495 switch (root.data.root.platform) {
693 platform = topology[i].data.root.platform;
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp681 double root, numerator = rx * rx * ry * ry - rx * rx * y1dash * y1dash - local
689 root = 0.0;
692 root = (largeArcFlag == sweepFlag ? -1.0 : 1.0) *
697 double cxdash = root * rx * y1dash / ry, cydash = -root * ry * x1dash / rx;
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp90 int root = of_finddevice("/"); local
91 int32 regAddressCells = of_address_cells(root);
92 int32 regSizeCells = of_size_cells(root);
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h38 * node to the root of the tree and partly rebalances it.
50 * - every search path from the root to a leaf consists of the
52 * - each red node (except for the root) has a black parent,
61 struct type *sph_root; /* root of the tree */ \
64 #define SPLAY_INITIALIZER(root) \
67 #define SPLAY_INIT(root) do { \
68 (root)->sph_root = NULL; \
295 struct type *rbh_root; /* root of the tree */ \
298 #define RB_INITIALIZER(root) \
301 #define RB_INIT(root) d
[all...]
/haiku/src/kits/tracker/
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 DNavMenu.cpp420 // if ref is the root item then build list of volume root dirs
489 BDirectory root; local
492 || volume.GetRootDirectory(&root) != B_OK
493 || root.GetEntry(&entry) != B_OK) {
750 // at the file system's root
/haiku/headers/private/kernel/util/
H A DAVLTree.h229 if (AVLTreeNode* root = fTree.Root())
230 return _GetValue(root);
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp225 Pte *root = (Pte*)VirtFromPhys(sPageTable); local
228 Pte* pte = &root[i];
/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/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/btrfs/
H A DBTree.cpp767 // iterate to the root until satisfy the condition
806 // iterate to the root until satisfy the condition
862 BTree::SetRoot(Node* root) argument
864 fRootBlock = root->BlockNum();
865 fLogicalRoot = root->LogicalAddress();
866 fRootLevel = root->Level();
H A DBTree.h72 /*! Traverse from the root to fill in the path along the way
102 void SetRoot(Node* root);
252 * level > 0: to root
257 * root cow-root root level < 0
/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 Ddevice.c397 child->root = parent->root;
/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/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/firewire/
H A Dfirewirereg.h125 struct crom_chunk root; member in struct:crom_src_buf
/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/system/libnetwork/netresolv/nameser/
H A Dns_print.c133 goto root;
138 /* Origin not used or not root, and no trailing dot? */
142 root:
1193 goto root;
1205 root:
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c37 static reg_errcode_t preorder (bin_tree_t *root,
40 static reg_errcode_t postorder (bin_tree_t *root,
55 int node, int root);
1182 postorder (bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)),
1187 for (node = root; ; )
1214 preorder (bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)),
1219 for (node = root; ; )
1650 calc_eclosure_iter (re_node_set *new_set, re_dfa_t *dfa, int node, int root)
1712 if (incomplete && !root)
2078 bin_tree_t *tree, *eor, *root;
1175 postorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1207 preorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1643 calc_eclosure_iter(re_node_set *new_set, re_dfa_t *dfa, int node, int root) argument
2069 bin_tree_t *tree, *eor, *root; local
3781 duplicate_tree(const bin_tree_t *root, re_dfa_t *dfa) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c57 * If the index entry is in the index root attribute, simply mark the inode
58 * containing the index root attribute dirty. This ensures the mftrecord, and
59 * hence the index root attribute, will be written out to disk later.
441 * defined in the index root.
1134 * Move the index root termination entry forward
1250 ntfs_log_perror("Failed to move index root to index block");
1278 * index, we may have to move the root to an extent
1294 /* FIXME: revert index root */
1315 * ntfs_ir_truncate - Truncate index root attribute
1352 * ntfs_ir_make_space - Make more space for the index root attribut
2012 INDEX_ROOT *root = NULL; local
[all...]
/haiku/src/kits/storage/
H A DDirectory.cpp237 // compare the directory's node ID with the ID of the root node of the FS
242 result = (ref.node == info.root);
/haiku/headers/private/shared/
H A Dcpu_type.h496 platform = topology[i].data.root.platform;
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp121 switch (topology[i].data.root.platform) {

Completed in 317 milliseconds

123456