Searched refs:_cd9660node (Results 1 – 2 of 2) sorted by relevance
151 typedef struct _cd9660node { struct154 struct _cd9660node *parent; /* parent (NULL if root) */ argument155 TAILQ_HEAD(cd9660_children_head, _cd9660node) cn_children;156 TAILQ_ENTRY(_cd9660node) cn_next_child;158 struct _cd9660node *dot_record; /* For directories, used mainly in RRIP */ argument159 struct _cd9660node *dot_dot_record; argument189 struct _cd9660node *rr_real_parent, *rr_relocated; argument211 struct _cd9660node *ptnext, *ptprev, *ptlast; argument
157 struct _cd9660node *boot_image_node;