OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_node
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd-cman.c
64
static struct cman_node
this_node
;
variable in typeref:struct:cman_node
169
if (
this_node
.cn_nodeid == 0) {
170
cman_get_node(c_handle, 0, &
this_node
);
172
memcpy(csid, &
this_node
.cn_nodeid, CMAN_MAX_CSID_LEN);
252
if (nodeid ==
this_node
.cn_nodeid)
/src/external/gpl2/texinfo/dist/info/
indices.c
490
NODE *
this_node
;
507
this_node
= info_get_node (this_item->filename, this_item->nodename);
509
if (!
this_node
&& this_item->nodename &&
511
this_node
= info_get_node (this_item->label, "Top");
513
if (!
this_node
)
524
files_name =
this_node
->parent;
526
files_name =
this_node
->filename;
548
free (
this_node
);
489
NODE *
this_node
;
local
/src/usr.sbin/makefs/
cd9660.c
1364
cd9660node *
this_node
;
local
1385
if ((
this_node
= cd9660_allocate_cd9660node()) == NULL) {
1403
this_node
->parent = parent_node;
1405
this_node
);
1406
this_node
->level = level;
1410
this_node
->type = CD9660_TYPE_DIR;
1433
this_node
->level =
1437
this_node
) == 0) {
1452
iterator->child,
this_node
,
1467
this_node
->type = CD9660_TYPE_FILE
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc
2115
struct cgraph_node *
this_node
= id->dst_node;
local
2117
cgraph_edge *cs =
this_node
->get_edge (orig_stmt);
2122
gcc_assert (
this_node
->clones);
2124
if (!
this_node
->clones)
2126
for (cgraph_node *subclone =
this_node
->clones; subclone !=
this_node
;)
2154
while (subclone !=
this_node
&& !subclone->next_sibling_clone)
2156
if (subclone !=
this_node
)
cgraph.h
827
cgraph_node *
this_node
;
variable
tree-inline.cc
6164
struct cgraph_node *
this_node
= id->dst_node;
6165
if (!
this_node
->clones)
6167
for (cgraph_node *node =
this_node
->clones; node !=
this_node
;)
6163
struct cgraph_node *
this_node
= id->dst_node;
local
/src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc
1946
struct cgraph_node *
this_node
= id->dst_node;
local
1948
cgraph_edge *cs =
this_node
->get_edge (orig_stmt);
1953
gcc_assert (
this_node
->clones);
1955
if (!
this_node
->clones)
1957
for (cgraph_node *subclone =
this_node
->clones; subclone !=
this_node
;)
1985
while (subclone !=
this_node
&& !subclone->next_sibling_clone)
1987
if (subclone !=
this_node
)
cgraph.h
824
cgraph_node *
this_node
;
variable
tree-inline.cc
6129
struct cgraph_node *
this_node
= id->dst_node;
6130
if (!
this_node
->clones)
6132
for (cgraph_node *node =
this_node
->clones; node !=
this_node
;)
6128
struct cgraph_node *
this_node
= id->dst_node;
local
Completed in 90 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026