Home
last modified time | relevance | path

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

/minix3/usr.sbin/makefs/
H A Dcd9660.c1360 cd9660node *this_node; in cd9660_convert_structure() local
1381 if ((this_node = cd9660_allocate_cd9660node()) == NULL) { in cd9660_convert_structure()
1399 this_node->parent = parent_node; in cd9660_convert_structure()
1401 this_node); in cd9660_convert_structure()
1402 this_node->level = level; in cd9660_convert_structure()
1406 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()
1429 this_node->level = in cd9660_convert_structure()
1433 this_node) == 0) { in cd9660_convert_structure()
1448 iterator->child, this_node, in cd9660_convert_structure()
1463 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()
[all …]