Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/
H A Dcd9660.h152 typedef struct _cd9660node { struct
155 struct _cd9660node *parent; /* parent (NULL if root) */ argument
156 TAILQ_HEAD(cd9660_children_head, _cd9660node) cn_children;
157 TAILQ_ENTRY(_cd9660node) cn_next_child;
159 struct _cd9660node *dot_record; /* For directories, used mainly in RRIP */ argument
160 struct _cd9660node *dot_dot_record; argument
190 struct _cd9660node *rr_real_parent, *rr_relocated; argument
212 struct _cd9660node *ptnext, *ptprev, *ptlast; argument
/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h161 struct _cd9660node *boot_image_node;