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

  /src/sys/fs/ptyfs/
ptyfs.h 118 int pmnt_flags; member in struct:ptyfsmount
ptyfs_vfsops.c 292 args->flags = pmnt->pmnt_flags;
319 pmnt->pmnt_flags = args->flags;
321 pmnt->pmnt_flags = 0;
  /src/sys/miscfs/procfs/
procfs_vfsops.c 185 args->flags = pmnt->pmnt_flags;
206 pmnt->pmnt_flags = args->flags;
208 pmnt->pmnt_flags = 0;
procfs.h 208 int pmnt_flags; member in struct:procfsmount
procfs_subr.c 400 const int flags = VFSTOPROC(mp)->pmnt_flags;
  /src/usr.sbin/perfused/
perfused.c 203 new_mount(int fd, int pmnt_flags)
233 sock_type = pmnt_flags & PMNT_DGRAM ? SOCK_DGRAM : SOCK_SEQPACKET;

Completed in 13 milliseconds