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

123456

/barrelfish-2018-10-04/lib/mm/
H A Dmm.c398 // convolutes the root cause of the error. I'm assuming here
511 mm->root = NULL;
556 /* construct root node if we need one */
557 if (mm->root == NULL) {
560 mm->root = new_node(mm, NodeType_Free, FLAGBITS);
561 if (mm->root == NULL) {
564 mm->root->cap = cap;
567 mm->root = new_node(mm, NodeType_Dummy, FLAGBITS);
568 if (mm->root == NULL) {
576 err = add_node(mm, base, sizebits, mm->root, m
[all...]
/barrelfish-2018-10-04/tools/harness/
H A Dbarrelfish.py93 def get_menu_data(self, path, root="(nd)"):
98 r += "root %s\n" % root
/barrelfish-2018-10-04/lib/libc/tests/sys/
H A DMakefile80 truncate_test_FILESOWNER= root
/barrelfish-2018-10-04/include/barrelfish/
H A Ddebug.h32 void debug_cspace(struct capref root);
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_sm.h46 struct bulk_sm_pending_msg *root; member in struct:bulk_sm_impl_data
/barrelfish-2018-10-04/include/mdb/
H A Dmdb_tree.h75 // create mini kcb that can be used to set root node in user space mdb
81 // Restore mdb state by passing in the address of the root node
119 // @param root indicates which type tree root to search through (usually
132 errval_t mdb_find_range(mdb_root_t root, genpaddr_t address, gensize_t size,
153 * user-provided data. This function starts at the root of the tree.
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dlocal_sa.c205 static void remove_attr(struct rb_root *root, struct ib_sa_attr_list *attr_list) argument
207 rb_erase(&attr_list->node, root);
212 static void remove_all_attrs(struct rb_root *root) argument
218 for (node = rb_first(root); node; node = next_node) {
221 remove_attr(root, attr_list);
226 static void remove_old_attrs(struct rb_root *root, unsigned long update_id) argument
232 for (node = rb_first(root); node; node = next_node) {
236 remove_attr(root, attr_list);
241 static struct ib_sa_attr_list *insert_attr_list(struct rb_root *root, argument
244 struct rb_node **link = &root
266 find_attr_list(struct rb_root *root, u8 *gid) argument
285 insert_attr(struct rb_root *root, unsigned long update_id, void *key, struct ib_sa_iterator *iter) argument
[all...]
/barrelfish-2018-10-04/lib/lwip/src/core/snmp/
H A Dmsg_out.c68 static u16_t snmp_varbind_list_sum(struct snmp_varbind_root *root);
73 static u16_t snmp_varbind_list_enc(struct snmp_varbind_root *root,
394 * @param root points to the root of the variable binding list
397 static u16_t snmp_varbind_list_sum(struct snmp_varbind_root *root) argument
405 vb = root->tail;
451 root->seqlen = tot_len;
452 snmp_asn1_enc_length_cnt(root->seqlen, &root->seqlenlen);
453 tot_len += 1 + root
610 snmp_varbind_list_enc(struct snmp_varbind_root *root, struct pbuf *p, u16_t ofs) argument
[all...]
/barrelfish-2018-10-04/usr/ramfsd/
H A Dservice.c43 struct dirent *root; member in struct:client_state
53 static void client_state_init(struct client_state *st, struct dirent *root) argument
55 st->root = root;
158 *rootfh = fh_set(st, st->root);
534 errval_t start_service(struct dirent *root) argument
537 return trivfs_export(root, export_cb, connect_cb, get_default_waitset(),
/barrelfish-2018-10-04/usr/skb/programs/
H A Dbridge_page_orig_naturally_aligned.pl28 % find all the root bridges
29 findall(root(Addr,Child,mem(LP,HP)),
71 % create an assignment for all PCI buses (all root bridges and their children)
99 % the main part of the allocation. Called once per root bridge
103 root(Addr,childbus(MinBus,MaxBus),mem(LMem,HMem)) = Root,
121 % pseudo-root of both trees
/barrelfish-2018-10-04/include/mm/
H A Dmm.h56 struct mmnode *root; ///< Root node member in struct:mm
57 genpaddr_t base; ///< Base address of root node
59 uint8_t sizebits; ///< Size of root node (in bits)
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddebug.c394 * \brief Dump an arbitrary cspace, given the root
400 void debug_cspace(struct capref root) argument
405 /* find out size of root cnode */
406 errval_t err = debug_cap_identify(root, &root_cap);
411 err = invoke_cnode_get_size(root, &c1size);
418 struct cnoderef cnode = build_cnoderef(root, 0);
444 return snprintf(buf, len, "CSpace root addr 0x%08" PRIxCADDR", "
453 return snprintf(buf, len, "CSpace root addr 0x%08"PRIxCADDR", "
H A Dcapabilities.c226 static errval_t cap_delete_remote(struct capref root, capaddr_t src, uint8_t level) argument
240 err = mrc->rpc_tx_vtbl.remote_cap_delete(mrc, root, src, level,
261 static errval_t cap_revoke_remote(struct capref root, capaddr_t src, uint8_t level) argument
275 err = mrc->rpc_tx_vtbl.remote_cap_revoke(mrc, root, src, level,
529 // Allocate a slot in root cn for destination
550 // Allocate a slot in root cn for destination
571 * \param dest_l1 capref to L1 (root) cnode of destination cspace
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dscheduler.c178 #define SMSG_INIT_LODGE 0 /* root, leaf, wm_port */
726 #define sch_msg_snd_init_lodge(root, leaf, wm) \
727 smsg_snd01((root),SMSG_INIT_LODGE,(leaf),(wm))
1084 st_id_t *root = (st_id_t *)root_hdl; local
1085 Sch_Alloc_Knot(site,root);
1086 Knot(root)->tip = 0;
1087 Knot(root)->jroot = 1;
1088 *SupTree(root) = *(root);
1089 SetAlive(Trunk(root));
1099 st_id_t *root = (st_id_t *)root_hdl; local
1128 st_id_t *root = (st_id_t *)&Scheduler(site)->root; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/VMS/
H A Dinstall.com6 $! P1 root of the directory tree
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dinstall.com6 $! P1 root of the directory tree
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A DTOUR.tcl159 set TOUR(Hierarchy,w) [hierarchy_widget $f.p.w -root .]
160 set TOUR(Hierarchy,d) [hierarchy_dir $f.p.d -root [file dirname [pwd]] \
H A Dwidget.tcl139 ;proc _find_class {CLASS {root .}} {
140 if {[string match $CLASS [winfo class $root]]} {
141 return $root
143 foreach w [winfo children $root] {
477 ![info exists widnames([file root $wid])]} {
479 ## have created all the parents first. [file root $wid] is
/barrelfish-2018-10-04/include/vm/
H A Dvm_radix.c157 * Get the root node for a radix tree.
167 * Set the root node for a radix tree.
347 * The owner of record for root is not really important because it
777 struct vm_radix_node *root; local
782 root = vm_radix_getroot(rtree);
783 if (root == NULL)
786 if (!vm_radix_isleaf(root))
787 vm_radix_reclaim_allnodes_int(root);
809 panic("%s: original replacing root key not found",
/barrelfish-2018-10-04/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-2018-10-04/lib/acpica/source/include/
H A Dacparser.h378 ACPI_PARSE_OBJECT *root);
/barrelfish-2018-10-04/lib/tommath/
H A Dmakefile.icc25 USER=root
26 GROUP=root
/barrelfish-2018-10-04/tools/
H A Dqemu-wrapper.sh116 ROOT=`sed -rne 's,^root[ \t]*([^ ]*).*,\1,p' "$MENUFILE"`
129 AWKSCRIPT='{ if (NR == 1) printf(root "/" $$0); else printf("," root "/" $$0) }'
130 AWKARGS="-v root=$ROOT"
/barrelfish-2018-10-04/lib/openssl-1.0.0d/
H A Dinstall.com6 $! P1 root of the directory tree
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dinstall.com6 $! P1 root of the directory tree

Completed in 235 milliseconds

123456