HomeSort by: relevance | last modified time | path
    Searched refs:specnode (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/makefs/
walk.c 478 apply_specdir(const char *dir, NODE *specnode, fsnode *dirnode, int speconly)
484 assert(specnode != NULL);
488 printf("%s: %s %p %p\n", __func__, dir, specnode, dirnode);
490 if (specnode->type != F_DIR)
492 dir, specnode->name);
497 apply_specentry(dir, specnode, dirnode);
509 for (curnode = specnode->child; curnode != NULL;
530 /* now walk specnode->child matching up with dirnode */
531 for (curnode = specnode->child; curnode != NULL;
619 apply_specentry(const char *dir, NODE *specnode, fsnode *dirnode
    [all...]
  /src/usr.bin/fstat/
ptyfs.c 61 struct specnode sn;
82 dprintf("can't read specnode at %p for pid %d",
  /src/sys/miscfs/specfs/
specdev.h 66 typedef struct specnode { struct
spec_vnops.c 243 * On success, set sn to the specnode pointer and dev to the dev_t
251 spec_io_enter(struct vnode *vp, struct specnode **snp, dev_t *devp)
254 struct specnode *sn;
318 * must match the struct specnode pointer returned by spec_io_exit
322 spec_io_exit(struct vnode *vp, struct specnode *sn)
569 struct specnode *sn;
642 * specnode. We will dissociate it from the specdev -- and
1085 struct specnode *sn;
1116 * to the specnode so close will know when we're done
1207 struct specnode *sn
    [all...]
  /src/sys/sys/
vnode.h 175 struct specnode *vu_specnode; /* v device (VCHR, VBLK) */
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 1250 struct specnode *sn;

Completed in 15 milliseconds