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

  /src/sys/sys/
file.h 112 struct pipe *fd_pipe; // DTYPE_PIPE
182 #define DTYPE_PIPE 3 /* pipe */
  /src/sys/miscfs/procfs/
procfs_vfsops.c 385 case DTYPE_PIPE:
procfs_vnops.c 1973 case DTYPE_PIPE: return DT_FIFO;
  /src/sys/kern/
sys_pipe.c 204 * The pipe system call for the DTYPE_PIPE type of pipes
239 rf->f_type = DTYPE_PIPE;
246 wf->f_type = DTYPE_PIPE;
kern_ktrace.c 1048 if (fp->f_type == DTYPE_PIPE)
  /src/sys/miscfs/fdesc/
fdesc_vnops.c 362 case DTYPE_PIPE:
  /src/usr.bin/fstat/
fstat.c 542 case DTYPE_PIPE:
  /src/sys/compat/linux/common/
linux_file.c 347 * ones and DTYPE_PIPE ones. For these, we don't set
357 || (fp1->f_type == DTYPE_PIPE))

Completed in 18 milliseconds