Searched refs:specnode (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.sbin/makefs/
H A Dwalk.c324 apply_specdir(const char *dir, NODE *specnode, fsnode *dirnode, int speconly) argument
330 assert(specnode != NULL);
334 printf("apply_specdir: %s %p %p\n", dir, specnode, dirnode);
336 if (specnode->type != F_DIR)
338 dir, specnode->name);
343 apply_specentry(dir, specnode, dirnode);
355 for (curnode = specnode->child; curnode != NULL;
369 /* now walk specnode->child matching up with dirnode */
370 for (curnode = specnode->child; curnode != NULL;
460 apply_specentry(const char *dir, NODE *specnode, fsnod argument
[all...]

Completed in 82 milliseconds