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

1 2

  /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);
  /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);
  /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);
  /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);
  /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);
  /src/sbin/mount_efs/
mount_efs.c 37 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
68 mp = getmntopts(optarg, mopts, mntflags, NULL);
  /src/sbin/mount_ntfs/
mount_ntfs.c 60 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
112 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_ptyfs/
mount_ptyfs.c 107 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
179 mp = getmntopts(optarg, mopts, &mntflags, &altflags);
  /src/sbin/mount_udf/
mount_udf.c 61 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
141 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/lib/libutil/
getmntopts.c 58 const struct mntopt *mopts; member in struct:mntoptparse
68 for (m = mp->mopts; m->m_option != NULL; m++)
79 return mp->optarg[m - mp->mopts];
151 mp->mopts = m0;
  /src/sbin/mount_msdos/
mount_msdos.c 61 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
131 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_tmpfs/
mount_tmpfs.c 62 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
180 mp = getmntopts(optarg, mopts, mntflags, 0);
  /src/sbin/mount_umap/
mount_umap.c 83 static const struct mntopt mopts[] = { variable in typeref:typename:const struct mntopt[]
126 mp = getmntopts(optarg, mopts, &mntflags, 0);

Completed in 45 milliseconds

1 2