Searched refs:ptnext (Results 1 – 5 of 5) sorted by relevance
212 struct _cd9660node *ptnext, *ptprev, *ptlast; member
180 temp->ptnext = temp->ptprev = temp->ptlast = NULL; in cd9660_allocate_cd9660node()1553 last->ptnext = dirNode; in cd9660_generate_path_table()
140 iterator = iterator->ptnext; in debug_print_path_tree()
211 ptcur = ptcur->ptnext; in cd9660_write_path_table()
239 struct isoent *ptnext; member6776 for (; np != NULL; np = np->ptnext) { in isoent_rr_move()6795 np = last->ptnext; in isoent_rr_move()6891 ent->ptnext = NULL; in path_table_add_entry()6893 pathtbl->last = &(ent->ptnext); in path_table_add_entry()6903 ((char *)(pathtbl->last) - offsetof(struct isoent, ptnext)))); in path_table_last_entry()6931 for (np = pt->first; np != NULL; np = np->ptnext) in isoent_make_path_table_2()