Searched refs:ptcur (Results 1 – 1 of 1) sorted by relevance
173 cd9660node *ptcur; in cd9660_write_path_table() local178 ptcur = diskStructure->rootNode; in cd9660_write_path_table()180 while (ptcur != NULL) { in cd9660_write_path_table()182 temp_entry.length[0] = ptcur->isoDirRecord->name_len[0]; in cd9660_write_path_table()184 ptcur->isoDirRecord->ext_attr_length[0]; in cd9660_write_path_table()185 memcpy(temp_entry.name, ptcur->isoDirRecord->name, in cd9660_write_path_table()193 cd9660_731(ptcur->fileDataSector, in cd9660_write_path_table()195 cd9660_721((ptcur->parent == NULL ? in cd9660_write_path_table()196 1 : ptcur->parent->ptnumber), in cd9660_write_path_table()199 cd9660_732(ptcur->fileDataSector, in cd9660_write_path_table()[all …]