Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/makefs/
H A Dwalk.c345 fsnode *curfsnode; in apply_specdir() local
370 for (curfsnode = dirnode->next; curfsnode != NULL; curfsnode = next) { in apply_specdir()
371 next = curfsnode->next; in apply_specdir()
379 printf("apply_specdir: trimming %s/%s %p\n", dir, curfsnode->name, curfsnode); in apply_specdir()
381 free_fsnodes(curfsnode); in apply_specdir()
392 for (curfsnode = dirnode->next; curfsnode != NULL; in apply_specdir()
393 curfsnode = curfsnode->next) { in apply_specdir()
397 curfsnode->name); in apply_specdir()
450 dirnode->next = curfsnode; in apply_specdir()
455 curfsnode->child->parent = curfsnode; in apply_specdir()
[all …]