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

  /src/sys/rump/librump/rumpkern/
cons.c 90 fp->f_type = DTYPE_MISC;
  /src/sys/sys/
file.h 116 void *fd_data; // DTYPE_MISC
117 struct audio_file *fd_audioctx; // DTYPE_MISC (audio)
118 struct pad_softc *fd_pad; // DTYPE_MISC (pad)
119 int fd_devunit; // DTYPE_MISC (tap)
120 struct bpf_d *fd_bpf; // DTYPE_MISC (bpf)
124 struct iscsifd *fd_iscsi; // DTYPE_MISC (iscsi)
184 #define DTYPE_MISC 5 /* misc file descriptor type */
  /src/sys/external/bsd/drm2/linux/
linux_dma_buf.c 114 file->f_type = DTYPE_MISC;
137 if (file->f_type != DTYPE_MISC || file->f_ops != &dmabuf_fileops) {
linux_sync_file.c 61 fp->f_type = DTYPE_MISC;
  /src/sys/miscfs/procfs/
procfs_vfsops.c 392 case DTYPE_MISC:
procfs_vnops.c 1888 case DTYPE_MISC:
1976 case DTYPE_MISC: /*FALLTHROUGH*/
  /src/usr.bin/fstat/
fstat.c 546 case DTYPE_MISC:
  /src/sys/compat/linux/common/
linux_inotify.c 310 fp->f_type = DTYPE_MISC;
  /src/sys/kern/
kern_descrip.c 1966 fp->f_type = DTYPE_MISC;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 3655 fp->f_type = DTYPE_MISC;

Completed in 20 milliseconds