HomeSort by: relevance | last modified time | path
    Searched defs:mopts (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/sbin/mount_fdesc/
mount_fdesc.c 98 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
126 mp = getmntopts(optarg, mopts, mntflags, 0);
mount_fdesc.c 98 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
126 mp = getmntopts(optarg, mopts, mntflags, 0);
mount_fdesc.c 98 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
126 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_kernfs/
mount_kernfs.c 98 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
126 mp = getmntopts(optarg, mopts, mntflags, 0);
mount_kernfs.c 98 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
126 mp = getmntopts(optarg, mopts, mntflags, 0);
mount_kernfs.c 98 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
126 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_null/
mount_null.c 63 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
92 mp = getmntopts(optarg, mopts, &mntflags, 0);
mount_null.c 63 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
92 mp = getmntopts(optarg, mopts, &mntflags, 0);
mount_null.c 63 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
92 mp = getmntopts(optarg, mopts, &mntflags, 0);
  /src/sbin/mount_overlay/
mount_overlay.c 63 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
92 mp = getmntopts(optarg, mopts, &mntflags, 0);
mount_overlay.c 63 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
92 mp = getmntopts(optarg, mopts, &mntflags, 0);
mount_overlay.c 63 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
92 mp = getmntopts(optarg, mopts, &mntflags, 0);
  /src/sbin/mount_ados/
mount_ados.c 61 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
105 mp = getmntopts(optarg, mopts, &mntflags, 0);
  /src/sbin/mount_autofs/
mount_autofs.c 52 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
84 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_chfs/
mount_chfs.c 56 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
85 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_ext2fs/
mount_ext2fs.c 65 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
103 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_ffs/
mount_ffs.c 65 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
108 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_filecore/
mount_filecore.c 99 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
153 mp = getmntopts(optarg, mopts, &mntflags, 0);
  /src/sbin/mount_hfs/
mount_hfs.c 86 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
117 optparse = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_nilfs/
mount_nilfs.c 61 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
118 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_procfs/
mount_procfs.c 100 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
131 mp = getmntopts(optarg, mopts, &mntflags, &altflags);
  /src/sbin/mount_sysvbfs/
mount_sysvbfs.c 58 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
96 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_union/
mount_union.c 65 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
101 mp = getmntopts(optarg, mopts, &mntflags, 0);
  /src/sbin/mount_v7fs/
mount_v7fs.c 81 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
149 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/usr.sbin/puffs/rump_nqmfs/
rump_nqmfs.c 51 const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
86 mp = getmntopts(optarg, mopts, &mntflags, &altflags);

Completed in 42 milliseconds

1 2 3 4 5