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

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c329 apply_specdir(const char *dir, NODE *specnode, fsnode *dirnode, int speconly) argument
335 assert(specnode != NULL);
339 printf("apply_specdir: %s %p %p\n", dir, specnode, dirnode);
341 if (specnode->type != F_DIR)
343 dir, specnode->name);
348 apply_specentry(dir, specnode, dirnode);
360 for (curnode = specnode->child; curnode != NULL;
374 /* now walk specnode->child matching up with dirnode */
375 for (curnode = specnode->child; curnode != NULL;
465 apply_specentry(const char *dir, NODE *specnode, fsnod argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/fstat/
H A Dptyfs.c60 struct specnode sn;
81 dprintf("can't read specnode at %p for pid %d",
/netbsd-6-1-5-RELEASE/sys/miscfs/specfs/
H A Dspecdev.h66 typedef struct specnode { struct
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dvnode.h167 struct specnode *vu_specnode; /* v: device (VCHR, VBLK) */

Completed in 72 milliseconds