Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/
H A Dcd9660.h212 struct _cd9660node *ptnext, *ptprev, *ptlast; member
H A Dcd9660.c180 temp->ptnext = temp->ptprev = temp->ptlast = NULL; in cd9660_allocate_cd9660node()
1553 last->ptnext = dirNode; in cd9660_generate_path_table()
/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c140 iterator = iterator->ptnext; in debug_print_path_tree()
H A Dcd9660_write.c211 ptcur = ptcur->ptnext; in cd9660_write_path_table()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c239 struct isoent *ptnext; member
6776 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()