Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dcd9660.h125 typedef struct _cd9660node { struct
128 struct _cd9660node *parent; /* parent (NULL if root) */ argument
129 TAILQ_HEAD(cd9660_children_head, _cd9660node) cn_children;
130 TAILQ_ENTRY(_cd9660node) cn_next_child;
132 struct _cd9660node *dot_record; /* For directories, used mainly in RRIP */ argument
133 struct _cd9660node *dot_dot_record; argument
163 struct _cd9660node *rr_real_parent, *rr_relocated; argument
185 struct _cd9660node *ptnext, *ptprev, *ptlast; argument
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h159 struct _cd9660node *boot_image_node;