Home | History | Annotate | Download | only in makefs

Lines Matching refs:cn_children

188 	TAILQ_INIT(&temp->cn_children);
545 if (TAILQ_EMPTY(&real_root->cn_children)) {
973 struct cd9660_children_head *head = &parent->cn_children;
1025 for (iter = TAILQ_FIRST(&colliding->cn_children);
1186 if (TAILQ_EMPTY(&node->cn_children))
1189 if (TAILQ_FIRST(&node->cn_children)->isoDirRecord == NULL) {
1194 TAILQ_FOREACH(cn, &node->cn_children, cn_next_child) {
1206 TAILQ_FOREACH(cn, &node->cn_children, cn_next_child)
1218 TAILQ_FOREACH(cn, &node->cn_children, cn_next_child) {
1224 TAILQ_REMOVE(&node->cn_children, next, cn_next_child);
1301 if (TAILQ_EMPTY(&dir->rr_real_parent->cn_children)) {
1302 TAILQ_INSERT_HEAD(&dir->rr_real_parent->cn_children, tfile,
1331 struct cd9660_children_head *head = &root->cn_children;
1509 while ((cn = TAILQ_FIRST(&root->cn_children)) != NULL) {
1510 TAILQ_REMOVE(&root->cn_children, cn, cn_next_child);
1579 TAILQ_FOREACH(cn, &dirNode->cn_children, cn_next_child) {
1867 TAILQ_FOREACH(child, &node->cn_children, cn_next_child) {
1994 if (!TAILQ_EMPTY(&temp->parent->cn_children))
1997 TAILQ_INSERT_HEAD(&temp->parent->cn_children,
2097 TAILQ_INSERT_HEAD(&parent->cn_children, temp, cn_next_child);
2105 if ((first = TAILQ_FIRST(&parent->cn_children)) == NULL ||
2107 TAILQ_INSERT_HEAD(&parent->cn_children, temp,
2110 TAILQ_INSERT_AFTER(&parent->cn_children, first, temp,