Searched refs:parent (Results 51 - 75 of 86) sorted by relevance

1234

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_vfy.c478 if (ctx->parent)
684 if (ctx->parent)
1107 * parent. This could be optimised somewhat since a lot of path checking
1108 * will be duplicated by the parent, but this will rarely be used in
1117 if (ctx->parent)
1126 crl_ctx.parent = ctx;
1486 if (ctx->parent)
1895 return ctx->parent;
2019 ctx->parent = NULL;
2139 if (ctx->parent
[all...]
H A Dx509_vfy.h275 X509_STORE_CTX *parent; /* For CRL path validation: parent context */ member in struct:x509_store_ctx_st
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl435 set W [winfo parent $w]
870 upvar \#0 [namespace current]::[winfo parent $w] data
1459 bind Console <<Console_Clear>> [namespace code { _clear [winfo parent %W] }]
1464 _event [winfo parent %W] -1
1471 _event [winfo parent %W] 1
1475 _event [winfo parent %W] 1
1478 _event [winfo parent %W] -1
1481 _event [winfo parent %W] -1 [CmdGet %W]
1484 _event [winfo parent %W] 1 [CmdGet %W]
1569 upvar \#0 [namespace current]::[winfo parent
[all...]
H A Dpane.tcl28 ## -parent A master widget to use for the slaves.
29 ## Defaults to the parent of the first widget.
53 ## parent, all the fractions are recalculated. Handles have the name
54 ## $parent.__h#, and will be created/destroyed automagically. You must
55 ## use 'pane forget $parent' to clean up what 'pane' creates, otherwise
56 ## critical state info about the parent pane will not be deleted. This
59 ## to size the parent yourself.
150 set p [winfo parent [lindex $wids 0]]
H A Dmegalist.tcl302 pane $f -parent $data(hold) -handlelook {-bd 1 -width 2}
/barrelfish-2018-10-04/usr/eclipseclp/Opium/
H A Dopium_light_kernel_patch.pl44 struct(tf(invoc,goal,depth,chp,parent,proc,module)),
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_ramfs.c647 trivfs_fh_t parent; local
652 // find parent directory
662 // resolve parent directory
663 err = resolve_path(cl, pathbuf, &parent, NULL, &isdir);
667 return FS_ERR_NOTDIR; // parent is not a directory
670 parent = cl->rootfh;
676 err = cl->rpc->rpc_tx_vtbl.mkdir(cl->rpc, parent, childname, &msgerr, &newfh);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dcm.c511 struct rb_node *parent = NULL; local
518 parent = *link;
519 cur_cm_id_priv = rb_entry(parent, struct cm_id_private,
542 rb_link_node(&cm_id_priv->service_node, parent, link);
584 struct rb_node *parent = NULL; local
590 parent = *link;
591 cur_timewait_info = rb_entry(parent, struct cm_timewait_info,
605 rb_link_node(&timewait_info->remote_id_node, parent, link);
637 struct rb_node *parent = NULL; local
643 parent
667 struct rb_node *parent = NULL; local
[all...]
H A Dmulticast.c154 struct rb_node *parent = NULL; local
159 parent = *link;
160 cur_group = rb_entry(parent, struct mcast_group, node);
173 rb_link_node(&group->node, parent, link);
H A Dnotice.c148 struct rb_node *parent = NULL; local
152 parent = *link;
153 cur_group = rb_entry(parent, struct inform_group, node);
161 rb_link_node(&group->node, parent, link);
H A Dlocal_sa.c245 struct rb_node *parent = NULL; local
250 parent = *link;
251 cur_attr_list = rb_entry(parent, struct ib_sa_attr_list, node);
261 rb_link_node(&attr_list->node, parent, link);
H A Duverbs_cmd.c2350 struct rb_node *parent = NULL; local
2360 parent = *p;
2361 scan = rb_entry(parent, struct xrcd_table_entry, node);
2373 rb_link_node(&entry->node, parent, p);
2384 struct rb_node *parent = NULL; local
2387 parent = *p;
2388 scan = rb_entry(parent, struct xrcd_table_entry, node);
/barrelfish-2018-10-04/usr/acpi/
H A Dacpi.c444 errval_t acpi_get_irqtable_device(ACPI_HANDLE parent, argument
450 if(parent == NULL) {
454 // For each children of parent
457 AcpiGetNextObject(ACPI_TYPE_DEVICE, parent, *child, child);
492 s = AcpiGetName(parent, ACPI_FULL_PATHNAME, &buf);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtracer_tty.pl161 parent(Stack, Anc),
170 parent(Stack, Anc),
179 parent(0, 0) :- !.
180 parent(tf{parent:Parent}, Parent).
569 j[N] jump to level N (default: parent)\n\
723 Frame = tf{invoc:Invoc,goal:Goal,depth:D,parent:Parent},
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Ddebugger.tex138 % If thats undesirable, a traced parent can be made skipped
144 % be possible to suppress this tracing by skipping the parent.
177 it is treated like waking, ie. the goal is traced if the parent is
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml.pl68 * : prefix of the parent element
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/engine/
H A Deng_dyn.c164 static void dynamic_data_ctx_free_func(void *parent, void *ptr, argument
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmcg.c181 struct rb_node *parent = NULL; local
186 parent = *link;
187 cur_group = rb_entry(parent, struct mcast_group, node);
198 rb_link_node(&group->node, parent, link);
H A Dsysfs.c734 kobject_get(dev->ib_dev.ports_parent->parent));
764 kobject_put(dev->ib_dev.ports_parent->parent);
800 kobject_put(device->ib_dev.ports_parent->parent);
H A Dmlx4_ib.h391 struct mlx4_sriov_alias_guid *parent; member in struct:mlx4_sriov_alias_guid_port_rec_det
H A Dalias_GUID.c528 struct mlx4_sriov_alias_guid *sriov_alias_guid = sriov_alias_port->parent;
658 dev->sriov.alias_guid.ports_guid[i].parent = &dev->sriov.alias_guid;
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c283 to initialize child lock while holding parent lock. The implementation
2406 | Pointer to parent |
2420 parent pointer.) If a chunk with the same size an an existing node
2462 struct malloc_tree_chunk* parent; member in struct:malloc_tree_chunk
3381 if (u->parent == 0) {
3386 assert(head == 0); /* only one node on chain has parent */
3388 assert(u->parent != u);
3389 assert (u->parent->child[0] == u ||
3390 u->parent->child[1] == u ||
3391 *((tbinptr*)(u->parent))
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Dx509_vfy.h275 X509_STORE_CTX *parent; /* For CRL path validation: parent context */ member in struct:x509_store_ctx_st
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dkl-one.pl38 isa(parent, and(human, some(child) is human)).
39 isa(father, and(parent, man)).
40 isa(mother, and(parent, woman)).
41 isa(grandfather, and(father, some(child) is parent)).
42 isa(grandmother, and(mother, some(child) is parent)).
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsdebug.tex74 \item a \emph{level} that is one higher than that of its parent goal.
753 The default is the parent's level, i.e., to continue until the current
1076 Move to and display the ancestor goal (or parent) of the displayed goal.
1250 current subterm moves back up the structure to its parent for each level it
1304 a sibling subterm (i.e., fellow argument of the parent structure) that is to
1327 first argument of the parent term, then the movement will stop at the first
1349 to a sibling subterm (i.e., fellow argument of the parent structure) that is
1366 the last argument of the parent term, then the movement will stop at the
1394 subterm within its parent:
1444 had the current subterm at the third argument of its parent ter
[all...]

Completed in 340 milliseconds

1234