Searched refs:parent (Results 1 - 25 of 86) sorted by relevance

1234

/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dmkdir-p.pl5 # On some systems, the -p option to mkdir (= also create any missing parent
26 local($parent) = $dir;
27 $parent =~ s|[^/]*\Z(?!\n)||s;
29 do_mkdir_p($parent);
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DNode.java35 private int parent; field in class:Node
48 return "(Node id "+id+" p "+parent+" s "+size+" v " +value+" choice "+choice +")";
59 this.parent= -1;
67 * @param parent
69 public Node(NodeType type,int id,int parent) { argument
72 this.parent= parent;
79 * @param parent
84 public Node(NodeType type,int id,int parent,String name,int size,int value) { argument
87 this.parent
101 Node(NodeType type,int id,int parent,String name,int size,String choice) argument
[all...]
H A DState.java35 private State parent; field in class:State
44 public State(int id, int treeNode,State parent) { argument
47 this.parent = parent;
62 return parent;
H A DTree.java54 public void addNode(NodeType type,int id,int parent,String name,int size,int value) { argument
55 Node node = new Node(type,id,parent,name,size,value);
62 public void addNode(NodeType type,int id,int parent,String name,int size,String choice) { argument
63 Node node = new Node(type,id,parent,name,size,choice);
115 * add a node to the children list of the parent
126 * find the node number of the parent of a node
128 * @return int node number of parent
H A DVisualState.java38 private VisualState parent=null; field in class:VisualState
52 parent = old;
55 // if (parent == null){
56 // System.out.println("No VisualState parent");
73 return parent;
77 * find the corresponding entries in the parent for a FullDomain vector
104 * find the corresponding entries in the parent for a FullDomain vector
113 // no parent, this happens in the root node
134 // no parent, this happens in the root node
160 // System.out.println("Null parent");
[all...]
/barrelfish-2018-10-04/include/sys/
H A Dsysctl.h245 #define SYSCTL_NODE_CHILDREN(parent, name) \
246 sysctl__##parent##_##name.oid_children
271 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
272 static SYSCTL_OID_RAW(sysctl__##parent##_##name, \
273 SYSCTL_CHILDREN(&sysctl__##parent), \
277 #define SYSCTL_OID_GLOBAL(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
278 SYSCTL_OID_RAW(sysctl__##parent##_##name, \
279 SYSCTL_CHILDREN(&sysctl__##parent), \
282 #define SYSCTL_ADD_OID(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
283 sysctl_add_oid(ctx, parent, nb
[all...]
H A Dtree.h55 * - each red node (except for the root) has a black parent,
314 struct type *rbe_parent; /* parent element */ \
325 #define RB_SET(elm, parent, field) do { \
326 RB_PARENT(elm, field) = parent; \
436 struct type *parent, *gparent, *tmp; \
437 while ((parent = RB_PARENT(elm, field)) != NULL && \
438 RB_COLOR(parent, field) == RB_RED) { \
439 gparent = RB_PARENT(parent, field); \
440 if (parent == RB_LEFT(gparent, field)) { \
444 RB_SET_BLACKRED(parent, gparen
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dpcy_node.c95 const X509_POLICY_NODE *parent,
103 if (node->parent == parent)
114 X509_POLICY_NODE *parent,
122 node->parent = parent;
154 if (parent)
155 parent->nchild++;
94 level_find_node(const X509_POLICY_LEVEL *level, const X509_POLICY_NODE *parent, const ASN1_OBJECT *id) argument
112 level_add_node(X509_POLICY_LEVEL *level, const X509_POLICY_DATA *data, X509_POLICY_NODE *parent, X509_POLICY_TREE *tree) argument
H A Dpcy_int.h67 * RFC3280. NB this structure contains no pointers to parent or child
139 X509_POLICY_NODE *parent; member in struct:X509_POLICY_NODE_st
198 const X509_POLICY_NODE *parent,
206 X509_POLICY_NODE *parent,
H A Dpcy_lib.c164 return node->parent;
/barrelfish-2018-10-04/lib/libc/db/recno/
H A Drec_search.c66 EPGNO *parent; local
110 while ((parent = BT_POP(t)) != NULL) {
111 if ((h = mpool_get(t->bt_mp, parent->pgno, 0)) == NULL)
114 --GETRINTERNAL(h, parent->index)->nrecs;
116 ++GETRINTERNAL(h, parent->index)->nrecs;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dkobject.h50 struct kobject *parent; member in struct:kobject
91 int kobject_add(struct kobject *kobj, struct kobject *parent,
108 kobject_create_and_add(const char *name, struct kobject *parent) argument
115 if (kobject_add(kobj, parent, "%s", name) == 0)
132 struct kobject *parent, const char *fmt, ...);
H A Drbtree.h80 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, argument
82 rb_set_parent(node, parent);
H A Dlinux_compat.c153 kobject_add_complete(struct kobject *kobj, struct kobject *parent) argument
158 kobj->parent = kobject_get(parent);
177 kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...) argument
188 return kobject_add_complete(kobj, parent);
199 if (kobj->parent)
200 kobject_put(kobj->parent);
201 kobj->parent = NULL;
232 device_create(struct class *class, struct device *parent, dev_t devt, argument
239 dev->parent
253 kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype, struct kobject *parent, const char *fmt, ...) argument
[all...]
/barrelfish-2018-10-04/lib/phoenix/
H A Dsynch.c61 mr_lock_t lock_alloc_per_thread(mr_lock_t parent) argument
65 assert (parent != NULL);
67 mr = OPS.alloc_per_thread(parent);
H A Dsynch.h48 mr_lock_t lock_alloc_per_thread(mr_lock_t parent);
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DSymRef.java80 * @param parentRef The SymRef of the parent object (if applicable)
154 public Node parent; field in class:SymRef.Node
164 public Node(Node parent, argument
167 this.parent = parent;
171 if (parent != null && parent.children != null) {
172 parent.children.put(id, this);
206 Node parent = root.findNode(parentPath);
214 if (parent
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dscheduler.c179 #define SMSG_BACKTRACK 1 /* parent, leaf */
180 #define SMSG_STRAIGHTEN 2 /* parent, child, leaf, parent0, nxtcls */
181 #define SMSG_CUT 3 /* (a) parent, leaf */
182 #define SMSG_CUT_OK 4 /* leaf, parent, info */
183 #define SMSG_CHOP 5 /* child, parent, ancestor */
184 #define SMSG_WITHERED 6 /* parent, child */
185 #define SMSG_LODGE 7 /* (a) parent, leaf */
186 #define SMSG_LODGED 8 /* leaf, parent */
188 #define SMSG_JS_PROLOGUE 10 /* parent, child, leaf */
189 #define SMSG_JS_TRAV_UP 11 /* parent, chil
1165 st_id_t parent; parent = *SupTree(leaf); local
1212 st_id_t olf, nlf, parent; local
1363 st_id_t * parent = (st_id_t *)parent_hdl; local
[all...]
/barrelfish-2018-10-04/usr/acpi/
H A Dacpi_shared.h39 errval_t acpi_get_irqtable_device(ACPI_HANDLE parent, acpi_pci_address_t device,
/barrelfish-2018-10-04/include/vm/
H A Dmemguard.c185 * allotted fraction of the parent map's size. Limit this to
202 memguard_init(vmem_t *parent) argument
206 vmem_alloc(parent, memguard_mapsize, M_BESTFIT | M_WAITOK, &base);
224 struct sysctl_oid_list *parent; local
226 parent = SYSCTL_STATIC_CHILDREN(_vm_memguard);
228 SYSCTL_ADD_UAUTO(NULL, parent, OID_AUTO, "mapstart", CTLFLAG_RD,
230 SYSCTL_ADD_UAUTO(NULL, parent, OID_AUTO, "maplimit", CTLFLAG_RD,
233 SYSCTL_ADD_ULONG(NULL, parent, OID_AUTO, "mapused", CTLFLAG_RD,
/barrelfish-2018-10-04/usr/ramfsd/
H A Dramfs.c23 struct dirent **prevp; ///< locn where the preceding child / parent links us
24 struct dirent *parent; ///< parent directory member in struct:dirent
48 root->parent = NULL;
248 child->parent = dir;
340 // unlink from parent directory
347 // update parent's child count
348 assert(e->parent != NULL && e->parent->isdir);
349 assert(e->parent
[all...]
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_delete.c143 EPGNO *parent; local
176 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
177 /* Get the parent page. */
178 if ((h = mpool_get(t->bt_mp, parent->pgno, 0)) == NULL)
182 if (parent->index != NEXTINDEX(h) - 1) {
183 idx = parent->index + 1;
231 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
232 /* Get the parent page. */
233 if ((h = mpool_get(t->bt_mp, parent->pgno, 0)) == NULL)
237 if (parent
372 EPGNO *parent; local
[all...]
/barrelfish-2018-10-04/tools/
H A Dcreate_mdb_dot.py68 self.parent = None
78 self.parent = parentcap
120 if cap.parent is None:
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Declipse_tools.tcl231 # this sets the Tk defaults for widgets that has $root as a parent. This
652 proc tkecl:add_rb {parent state name values} {
654 # frame $parent.$name -relief groove -bd 1
655 frame $parent.$name
656 label $parent.$name.label -text $name -anchor w -width 20
657 pack $parent.$name.label -side left
659 radiobutton $parent.$name.$val -text $val -variable tkecl(pp_$name) \
661 pack $parent.$name.$val -side left
663 pack $parent.$name -side top -fill x
719 set parent
[all...]
/barrelfish-2018-10-04/lib/mdb/
H A Dmdb_tree.c545 mdb_is_child(struct cte *child, struct cte *parent) argument
547 if (!parent) {
551 return N(parent)->left == child || N(parent)->right == child;
685 struct cte **current, struct cte *parent,
689 MDB_TRACE_ENTER(*current, "%p, %p, %p (*%p), %p, %d", target, target_parent, *current, current, parent, dir);
692 assert(parent);
695 assert(C(parent)->type != 0);
701 assert(mdb_is_child(*current, parent));
707 if (parent
684 mdb_exchange_remove(struct cte *target, struct cte *target_parent, struct cte **current, struct cte *parent, int dir, struct cte **ret_target) argument
776 mdb_subtree_remove(struct cte *target, struct cte **current, struct cte *parent) argument
[all...]

Completed in 283 milliseconds

1234