Home
last modified time | relevance | path

Searched refs:mopts (Results 1 – 21 of 21) sorted by relevance

/dragonfly/sbin/mount_std/
HDmount_std.c48 static struct mntopt mopts[] = { variable
84 getmntopts(optarg, mopts, &mntflags, 0); in main()
/dragonfly/sbin/mount_null/
HDmount_null.c49 struct mntopt mopts[] = { variable
72 getmntopts(optarg, mopts, &mntflags, 0); in main()
/dragonfly/sbin/mount_ext2fs/
HDmount_ext2fs.c47 struct mntopt mopts[] = { variable
70 getmntopts(optarg, mopts, &mntflags, 0); in main()
/dragonfly/sbin/mount_udf/
HDmount_udf.c56 static struct mntopt mopts[] = { variable
78 getmntopts(optarg, mopts, &mntflags, &opts); in main()
/dragonfly/sbin/mount_dirfs/
HDmount_dirfs.c60 static struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_UPDATE, MOPT_NULL }; variable
85 getmntopts(optarg, mopts, &mount_flags, NULL); in main()
/dragonfly/sbin/mount_devfs/
HDmount_devfs.c55 struct mntopt mopts[] = { variable
86 getmntopts(optarg, mopts, &mntflags, &info.flags); in main()
/dragonfly/sbin/mount_ufs/
HDmount_ufs.c52 static struct mntopt mopts[] = { variable
79 getmntopts(optarg, mopts, &mntflags, 0); in mount_ufs()
/dragonfly/sbin/mount_autofs/
HDmount_autofs.c46 static const struct mntopt mopts[] = { variable
73 getmntopts(optarg, mopts, mntflags, 0); in mount_autofs_parseargs()
/dragonfly/sbin/mount_fuse/
HDmount_fusefs.c78 static struct mntopt mopts[] = { variable
130 getmntopts(optarg, mopts, &mntflags, &args.flags); in main()
/dragonfly/sbin/mount_hammer2/
HDmount_hammer2.c53 static struct mntopt mopts[] = { variable
82 getmntopts(optarg, mopts, &mount_flags, &info.hflags); in main()
/dragonfly/sbin/mount_hammer/
HDmount_hammer.c61 static struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_HAMMEROPTS, variable
84 getmntopts(optarg, mopts, &mount_flags, &info.hflags); in main()
/dragonfly/sbin/mount_ntfs/
HDmount_ntfs.c55 static struct mntopt mopts[] = { variable
103 getmntopts(optarg, mopts, &mntflags, 0); in main()
/dragonfly/sbin/mount_hpfs/
HDmount_hpfs.c49 static struct mntopt mopts[] = { variable
89 getmntopts(optarg, mopts, &mntflags, 0); in main()
/dragonfly/sbin/mount_msdos/
HDmount_msdos.c60 static struct mntopt mopts[] = { variable
135 getmntopts(optarg, mopts, &mntflags, &args.flags); in main()
/dragonfly/contrib/smbfs/mount_smbfs/
HDmount_smbfs.c62 static struct mntopt mopts[] = { variable
183 getmntopts(optarg, mopts, &mntflags, 0); in main()
/dragonfly/sbin/mount_cd9660/
HDmount_cd9660.c60 struct mntopt mopts[] = { variable
126 getmntopts(optarg, mopts, &mntflags, &opts); in main()
/dragonfly/sbin/mount_tmpfs/
HDmount_tmpfs.c67 static const struct mntopt mopts[] = { variable
136 getmntopts(optarg, mopts, mntflags, &extend_flags); in mount_tmpfs_parseargs()
/dragonfly/sys/netinet6/
HDin6_src.c121 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/
HDnewfs.c71 struct mntopt mopts[] = { variable
336 getmntopts(optarg, mopts, &mntflags, 0); in main()
/dragonfly/sbin/mount_nfs/
HDmount_nfs.c88 struct mntopt mopts[] = { variable
328 getmntopts(optarg, mopts, &mntflags, &altflags); in main()
/dragonfly/sys/netproto/802_11/wlan/
HDieee80211.c1495 static const u_int mopts[IEEE80211_MODE_MAX] = { in addmedia() local
1511 mopt = mopts[mode]; in addmedia()