Home
last modified time | relevance | path

Searched refs:this_node (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/lvm2/dist/daemons/clvmd/
HDclvmd-cman.c64 static struct cman_node this_node; variable
169 if (this_node.cn_nodeid == 0) { in _get_our_csid()
170 cman_get_node(c_handle, 0, &this_node); in _get_our_csid()
172 memcpy(csid, &this_node.cn_nodeid, CMAN_MAX_CSID_LEN); in _get_our_csid()
252 if (nodeid == this_node.cn_nodeid) in data_callback()
/dragonfly/usr.sbin/makefs/
HDcd9660.c1343 cd9660node *this_node; in cd9660_convert_structure() local
1364 if ((this_node = cd9660_allocate_cd9660node()) == NULL) { in cd9660_convert_structure()
1382 this_node->parent = parent_node; in cd9660_convert_structure()
1384 this_node); in cd9660_convert_structure()
1385 this_node->level = level; in cd9660_convert_structure()
1389 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()
1412 this_node->level = in cd9660_convert_structure()
1416 this_node) == NULL) { in cd9660_convert_structure()
1431 iterator->child, this_node, in cd9660_convert_structure()
1446 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDcgraph.c124 int uid = ptr->this_node->uid; in hash()
133 return n1->this_node->uid == n2->this_node->uid; in equal()
168 key.this_node = this; in function_version()
183 version_info_node->this_node = this; in insert_new_function_version()
2070 fprintf (f, "%s ", vi->prev->this_node->dump_asm_name ()); in dump()
2075 fprintf (f, "%s ", vi->next->this_node->dump_asm_name ()); in dump()
HDmultiple_target.c52 && info->this_node->decl == *op) in replace_function_decl()
HDcgraph.h845 cgraph_node *this_node; member
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcall.c7545 mark_used (it_v->this_node->decl); in mark_versions_used()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c32727 (default_version_info->this_node->decl)) in ix86_get_function_versions_dispatcher()
32747 default_node = default_version_info->this_node; in ix86_get_function_versions_dispatcher()
32898 default_ver_decl = node_version_info->next->this_node->decl; in ix86_generate_version_dispatcher_body()
32915 versn = versn_info->this_node; in ix86_generate_version_dispatcher_body()