HomeSort by: relevance | last modified time | path
    Searched refs:DTYPE_VNODE (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/kern/
kern_ktrace_vfs.c 135 fp->f_type = DTYPE_VNODE;
subr_exec_fd.c 117 fp->f_type = DTYPE_VNODE;
tty_ptm.c 205 fp->f_type = DTYPE_VNODE;
284 fp->f_type = DTYPE_VNODE;
exec_script.c 236 fp->f_type = DTYPE_VNODE;
sys_epoll.c 282 if (fp->f_type == DTYPE_VNODE) {
sys_descrip.c 485 if (fp->f_type == DTYPE_VNODE)
kern_descrip.c 515 if (__predict_false(fp->f_type != DTYPE_VNODE)) {
1605 (noadvlock || fp->f_type != DTYPE_VNODE)) {
2434 if (fp->f_type == DTYPE_VNODE) {
  /src/sys/sys/
file.h 110 struct vnode *fd_vp; // DTYPE_VNODE
180 #define DTYPE_VNODE 1 /* file */
  /src/sys/compat/linux/common/
linux_inotify.c 476 if (cur_fp->f_type != DTYPE_VNODE) {
511 KASSERT(wp->f_type == DTYPE_VNODE);
564 if (wp->f_type != DTYPE_VNODE) {
704 KASSERT(fp->f_type == DTYPE_VNODE);
773 KASSERT(fp->f_type == DTYPE_VNODE);
833 if (wp->f_type != DTYPE_VNODE)
1016 KASSERT(wp->f_type == DTYPE_VNODE);
linux_ioctl.c 168 if (fp->f_type == DTYPE_VNODE &&
linux_file.c 212 if (fp->f_type == DTYPE_VNODE) {
404 if (fp->f_type != DTYPE_VNODE
linux_misc.c 2135 else if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VREG)
linux_socket.c 1418 if (fp->f_type == DTYPE_VNODE) {
  /src/sys/compat/ultrix/
ultrix_pathname.c 184 if (fp->f_type == DTYPE_VNODE)
  /src/sys/ddb/
db_xxx.c 188 if (fp != NULL && fp->f_type == DTYPE_VNODE
  /src/sys/miscfs/procfs/
procfs_vnops.c 873 case DTYPE_VNODE:
1223 if (fp->f_type == DTYPE_VNODE && fvp->v_type != VDIR &&
1852 case DTYPE_VNODE:
1962 case DTYPE_VNODE:
procfs_vfsops.c 373 case DTYPE_VNODE:
  /src/sys/miscfs/fdesc/
fdesc_vnops.c 338 case DTYPE_VNODE:
  /src/sys/compat/linux32/common/
linux32_socket.c 645 if (fp->f_type == DTYPE_VNODE) {
  /src/usr.bin/fstat/
fstat.c 532 if (Aflg && file.f_type != DTYPE_VNODE && checkfile == 0)
536 case DTYPE_VNODE:
  /src/sys/compat/sunos/
sunos_ioctl.c 531 if (fp->f_type == DTYPE_VNODE)
sunos_misc.c 720 if (fp->f_type == DTYPE_VNODE)
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 743 if (fp->f_type != DTYPE_VNODE)
  /src/sys/compat/sunos32/
sunos32_misc.c 951 if (fp->f_type == DTYPE_VNODE)
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 1258 if (fp->f_type != DTYPE_VNODE)

Completed in 30 milliseconds

1 2