| /dragonfly/sbin/mount_std/ |
| HD | mount_std.c | 48 static struct mntopt mopts[] = { variable 84 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
| /dragonfly/sbin/mount_null/ |
| HD | mount_null.c | 49 struct mntopt mopts[] = { variable 72 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
| /dragonfly/sbin/mount_ext2fs/ |
| HD | mount_ext2fs.c | 47 struct mntopt mopts[] = { variable 70 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
| /dragonfly/sbin/mount_udf/ |
| HD | mount_udf.c | 56 static struct mntopt mopts[] = { variable 78 getmntopts(optarg, mopts, &mntflags, &opts); in main()
|
| /dragonfly/sbin/mount_dirfs/ |
| HD | mount_dirfs.c | 60 static struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_UPDATE, MOPT_NULL }; variable 85 getmntopts(optarg, mopts, &mount_flags, NULL); in main()
|
| /dragonfly/sbin/mount_devfs/ |
| HD | mount_devfs.c | 55 struct mntopt mopts[] = { variable 86 getmntopts(optarg, mopts, &mntflags, &info.flags); in main()
|
| /dragonfly/sbin/mount_ufs/ |
| HD | mount_ufs.c | 52 static struct mntopt mopts[] = { variable 79 getmntopts(optarg, mopts, &mntflags, 0); in mount_ufs()
|
| /dragonfly/sbin/mount_autofs/ |
| HD | mount_autofs.c | 46 static const struct mntopt mopts[] = { variable 73 getmntopts(optarg, mopts, mntflags, 0); in mount_autofs_parseargs()
|
| /dragonfly/sbin/mount_fuse/ |
| HD | mount_fusefs.c | 78 static struct mntopt mopts[] = { variable 130 getmntopts(optarg, mopts, &mntflags, &args.flags); in main()
|
| /dragonfly/sbin/mount_hammer2/ |
| HD | mount_hammer2.c | 53 static struct mntopt mopts[] = { variable 82 getmntopts(optarg, mopts, &mount_flags, &info.hflags); in main()
|
| /dragonfly/sbin/mount_hammer/ |
| HD | mount_hammer.c | 61 static struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_HAMMEROPTS, variable 84 getmntopts(optarg, mopts, &mount_flags, &info.hflags); in main()
|
| /dragonfly/sbin/mount_ntfs/ |
| HD | mount_ntfs.c | 55 static struct mntopt mopts[] = { variable 103 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
| /dragonfly/sbin/mount_hpfs/ |
| HD | mount_hpfs.c | 49 static struct mntopt mopts[] = { variable 89 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
| /dragonfly/sbin/mount_msdos/ |
| HD | mount_msdos.c | 60 static struct mntopt mopts[] = { variable 135 getmntopts(optarg, mopts, &mntflags, &args.flags); in main()
|
| /dragonfly/contrib/smbfs/mount_smbfs/ |
| HD | mount_smbfs.c | 62 static struct mntopt mopts[] = { variable 183 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
| /dragonfly/sbin/mount_cd9660/ |
| HD | mount_cd9660.c | 60 struct mntopt mopts[] = { variable 126 getmntopts(optarg, mopts, &mntflags, &opts); in main()
|
| /dragonfly/sbin/mount_tmpfs/ |
| HD | mount_tmpfs.c | 67 static const struct mntopt mopts[] = { variable 136 getmntopts(optarg, mopts, mntflags, &extend_flags); in mount_tmpfs_parseargs()
|
| /dragonfly/sys/netinet6/ |
| HD | in6_src.c | 121 struct ip6_moptions *mopts, struct route_in6 *ro, in in6_selectsrc() argument 239 struct ifnet *ifp = mopts ? mopts->im6o_multicast_ifp : NULL; in in6_selectsrc()
|
| /dragonfly/sbin/newfs/ |
| HD | newfs.c | 71 struct mntopt mopts[] = { variable 336 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
| /dragonfly/sbin/mount_nfs/ |
| HD | mount_nfs.c | 88 struct mntopt mopts[] = { variable 328 getmntopts(optarg, mopts, &mntflags, &altflags); in main()
|
| /dragonfly/sys/netproto/802_11/wlan/ |
| HD | ieee80211.c | 1495 static const u_int mopts[IEEE80211_MODE_MAX] = { in addmedia() local 1511 mopt = mopts[mode]; in addmedia()
|