Searched refs:this_node (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/lvm2/dist/daemons/clvmd/ |
| HD | clvmd-cman.c | 64 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/ |
| HD | cd9660.c | 1343 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/ |
| HD | cgraph.c | 124 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()
|
| HD | multiple_target.c | 52 && info->this_node->decl == *op) in replace_function_decl()
|
| HD | cgraph.h | 845 cgraph_node *this_node; member
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | call.c | 7545 mark_used (it_v->this_node->decl); in mark_versions_used()
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | i386.c | 32727 (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()
|