Searched refs:root (Results 76 - 100 of 153) sorted by relevance

1234567

/barrelfish-master/lib/acpica/source/include/
H A Dacparser.h378 ACPI_PARSE_OBJECT *root);
/barrelfish-master/lib/openssl-1.0.0d/Netware/
H A Dcpy_tests.bat5 rem This batch file will create an "opensssl" directory at the root of the
46 rem make an "openssl" directory and others at the root of the NetWare drive
/barrelfish-master/lib/tommath/
H A Dmakefile.icc25 USER=root
26 GROUP=root
H A Dmakefile.shared31 USER=root
/barrelfish-master/lib/barrelfish/
H A Ddebug.c345 mappingtype = "VTd root table";
473 * \brief Dump an arbitrary cspace, given the root
479 void debug_cspace(struct capref root) argument
484 /* find out size of root cnode */
485 errval_t err = cap_direct_identify(root, &root_cap);
490 err = invoke_cnode_get_size(root, &c1size);
497 struct cnoderef cnode = build_cnoderef(root, 0);
524 return snprintf(buf, len, "CSpace root addr 0x%08" PRIxCADDR", "
533 return snprintf(buf, len, "CSpace root addr 0x%08"PRIxCADDR", "
H A Dcapabilities.c227 static errval_t cap_delete_remote(struct capref root, capaddr_t src, uint8_t level) argument
241 err = mrc->rpc_tx_vtbl.remote_cap_delete(mrc, root, src, level,
262 static errval_t cap_revoke_remote(struct capref root, capaddr_t src, uint8_t level) argument
276 err = mrc->rpc_tx_vtbl.remote_cap_revoke(mrc, root, src, level,
539 // Allocate a slot in root cn for destination
561 // Allocate a slot in root cn for destination
582 * \param dest_l1 capref to L1 (root) cnode of destination cspace
/barrelfish-master/lib/openssl-1.0.0d/
H A Dinstall.com6 $! P1 root of the directory tree
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dinstall.com6 $! P1 root of the directory tree
/barrelfish-master/include/arch/aarch64/barrelfish/
H A Dinvocations_arch.h112 * \param root Capability of the source cspace root CNode to invoke
129 invoke_cnode_retype(struct capref root, capaddr_t src_cspace, capaddr_t cap,
140 return cap_invoke10(root, CNodeCmd_Retype, src_cspace, cap, offset,
/barrelfish-master/include/arch/x86_64/barrelfish/
H A Dinvocations_arch.h71 * \param root Capability of the source cspace root CNode to invoke
86 static inline errval_t invoke_cnode_retype(struct capref root, capaddr_t src_cspace, argument
94 return cap_invoke9(root, CNodeCmd_Retype,
/barrelfish-master/lib/bulk_transfer/backends/sm/
H A Dchannel.c316 data->root = NULL;
417 data->root = NULL;
/barrelfish-master/include/arch/arm/barrelfish/
H A Dinvocations_arch.h113 * \param root Capability of the Root CNode to invoke
127 invoke_cnode_retype(struct capref root, capaddr_t src_cspace, capaddr_t cap,
140 return cap_invoke10(root, CNodeCmd_Retype, src_cspace, cap, offset,
/barrelfish-master/usr/replay/
H A Dmaster.c498 __print_taskgraph(struct pid_entry *root, int level) argument
500 if (root == NULL)
504 printf("%d (completed:%d)\n", root->pid, root->completed);
506 for (int i=0; i<root->children_nr; i++) {
507 __print_taskgraph(root->children[i], level+1);
/barrelfish-master/usr/skb/programs/
H A Dbridge_page.pl77 % find all the root bridges
78 findall(root(Addr,Child,mem(LP,HP), Ranges),
152 % create an assignment for all PCI buses (all root bridges and their children)
188 % The root bridge needs also shifting
189 root(RootAddr,childbus(MinBus,MaxBus), _, _) = Root,
283 root(_ , _, mem(LMem,HMem), Ranges) = Root,
407 % the main part of the allocation. Called once per root bridge
411 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem), Ranges) = Root,
788 :-dynamic(root/4).
810 Root = root(Add
[all...]
H A Dbridge_postorder.pl43 findall(root(Addr,Child,mem(LP,HP)),
85 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem)) = Root,
101 %% pseudo-root of both trees
H A Droute_tree_radix.pl96 % root has to be partd of the CoreList
H A Dbridge_postorder_sorted.pl47 findall(root(Addr,Child,mem(LP,HP)),
89 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem)) = Root,
104 %% pseudo-root of both trees
/barrelfish-master/include/sys/
H A Dtree.h41 * node to the root of the tree and partly rebalances it.
53 * - every search path from the root to a leaf consists of the
55 * - each red node (except for the root) has a black parent,
64 struct type *sph_root; /* root of the tree */ \
67 #define SPLAY_INITIALIZER(root) \
70 #define SPLAY_INIT(root) do { \
71 (root)->sph_root = NULL; \
298 struct type *rbh_root; /* root of the tree */ \
301 #define RB_INITIALIZER(root) \
304 #define RB_INIT(root) d
[all...]
/barrelfish-master/doc/013-capability-mgmt/
H A Dtype_system.tex68 the root or L1 CNode (which can be dynamically enlarged), and L2 or leaf
137 \arg Capability of the source cspace root CNode to invoke
156 \arg Capability of the source cspace root CNode to invoke
157 \arg Capability address of destination root cnode relative to our cspace
160 \arg Capability address of source root cnode relative to our cspace
171 \arg Capability of the source cspace root CNode to invoke
493 \arg CSpace address of the root (L1) CNode of the capability to map
499 \arg CSpace address of the root (L1) CNode of the capability slot in which
824 \arg Number of valid bits for the root CNode to associate with the Dispatcher capability
825 \arg CSpace address of the root CNod
[all...]
/barrelfish-master/usr/bench/rcce/bt/
H A Dverify.c51 if (node != root) return;
/barrelfish-master/doc/015-disk-driver-arch/
H A Dfat.tex27 FAT16 (and FAT12) have the particularity that the root directory is not like
30 the root directory is fixed when formatting. FAT32 removes this limitation, and
/barrelfish-master/tools/aarch64_gem5/
H A Dgem5script.py188 root = Root(full_system=True, system=system) variable
/barrelfish-master/tools/
H A Dqemu-wrapper.sh138 ROOT=`sed -rne 's,^root[ \t]*([^ ]*).*,\1,p' "$MENUFILE"`
151 AWKSCRIPT='{ if (NR == 1) printf(root "/" $$0); else printf("," root "/" $$0) }'
152 AWKARGS="-v root=$ROOT"
/barrelfish-master/usr/tests/pagetable/
H A Dpagetable.c216 struct vnode* current = &x86->root;
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dworker.c1388 the root node. This can cause workers not to exit if the system
1510 /* wait until first worker has initialised the root */
1516 /* wait until I have received my root id */
1522 Send req_wid the root.
1525 void wm_init_lodged(req_wid, root)
1527 st_handle_t *root;
1529 send_node_msg((get_worker(req_wid))->wm_aport_id,SET_ROOT, root);
1533 Inform wm that root node has been initialised
1535 void root_node_register(aport, root)
1537 st_handle_t *root;
[all...]

Completed in 359 milliseconds

1234567