Home
last modified time | relevance | path

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

/openbsd/usr.sbin/makefs/
H A Dcd9660.h123 typedef struct _cd9660node { struct
126 struct _cd9660node *parent; /* parent (NULL if root) */ argument
127 TAILQ_HEAD(cd9660_children_head, _cd9660node) cn_children;
128 TAILQ_ENTRY(_cd9660node) cn_next_child;
130 struct _cd9660node *dot_record; /* For directories, used mainly in RRIP */ argument
131 struct _cd9660node *dot_dot_record; argument
161 struct _cd9660node *rr_real_parent, *rr_relocated; argument
183 struct _cd9660node *ptnext, *ptprev, *ptlast; argument
/openbsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h157 struct _cd9660node *boot_image_node;