Searched refs:specnode (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/usr.sbin/makefs/ |
| H A D | walk.c | 478 apply_specdir(const char *dir, NODE *specnode, fsnode *dirnode, int speconly) in apply_specdir() 484 assert(specnode != NULL); in apply_specdir() 488 printf("%s: %s %p %p\n", __func__, dir, specnode, dirnode); in apply_specdir() 490 if (specnode->type != F_DIR) in apply_specdir() 492 dir, specnode->name); in apply_specdir() 497 apply_specentry(dir, specnode, dirnode); in apply_specdir() 509 for (curnode = specnode->child; curnode != NULL; in apply_specdir() 530 /* now walk specnode->child matching up with dirnode */ in apply_specdir() 531 for (curnode = specnode->child; curnode != NULL; in apply_specdir() 619 apply_specentry(const char *dir, NODE *specnode, fsnod in apply_specentry() 439 apply_specdir(const char * dir,NODE * specnode,fsnode * dirnode,int speconly) apply_specdir() argument 580 apply_specentry(const char * dir,NODE * specnode,fsnode * dirnode) apply_specentry() argument [all...] |
| /netbsd-src/sys/miscfs/specfs/ |
| H A D | 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) in spec_io_enter() 254 struct specnode *sn; in spec_io_enter() 318 * must match the struct specnode pointer returned by spec_io_exit 322 spec_io_exit(struct vnode *vp, struct specnode *sn) in spec_io_exit() 569 struct specnode *sn; in spec_node_setmountedfs() 642 * specnode. We will dissociate it from the specdev -- and in spec_node_revoke() 1085 struct specnode *sn; in spec_read() 1116 * to the specnode so close will know when we're done in spec_read() 1207 struct specnode *s in spec_write() [all...] |
| H A D | specdev.h | 66 typedef struct specnode { struct
|
| /netbsd-src/usr.bin/fstat/ |
| H A D | ptyfs.c | 61 struct specnode sn; in ptyfs_filestat()
|
| /netbsd-src/sys/sys/ |
| H A D | vnode.h | 175 struct specnode *vu_specnode; /* v device (VCHR, VBLK) */
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_ioctl.c | 1250 struct specnode *sn; in netbsd32_do_clockctl_ntp_adjtime()
|