Searched refs:specnode (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/usr.sbin/makefs/ |
| D | walk.c | 478 apply_specdir(const char *dir, NODE *specnode, fsnode *dirnode, int speconly) in apply_specdir() argument 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() 531 for (curnode = specnode->child; curnode != NULL; in apply_specdir() 619 apply_specentry(const char *dir, NODE *specnode, fsnode *dirnode) in apply_specentry() argument 622 assert(specnode != NULL); in apply_specentry() [all …]
|
| /netbsd/src/sys/miscfs/specfs/ |
| D | spec_vnops.c | 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() 322 spec_io_exit(struct vnode *vp, struct specnode *sn) in spec_io_exit() 569 struct specnode *sn; in spec_node_setmountedfs() 1085 struct specnode *sn; in spec_read() 1207 struct specnode *sn; in spec_write() 1338 struct specnode *sn; in spec_ioctl() 1374 struct specnode *sn; in spec_poll() 1403 struct specnode *sn; in spec_kqfilter() 1440 struct specnode *sn; in spec_mmap() [all …]
|
| D | specdev.h | 66 typedef struct specnode { struct
|
| /netbsd/src/usr.bin/fstat/ |
| D | ptyfs.c | 61 struct specnode sn; in ptyfs_filestat()
|
| /netbsd/src/sys/sys/ |
| D | vnode.h | 175 struct specnode *vu_specnode; /* v device (VCHR, VBLK) */
|
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_ioctl.c | 1250 struct specnode *sn; in netbsd32_do_clockctl_ntp_adjtime()
|