Searched refs:mntopt (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/cddl/osnet/sys/sys/
H A Dmnttab.h96 extern char *mntopt(char **);
103 extern char *mntopt();
H A Dvfs.h66 typedef struct mntopt { struct
/netbsd-current/include/
H A Dmntopts.h38 struct mntopt { struct
108 mntoptparse_t getmntopts(const char *, const struct mntopt *, int *, int *);
/netbsd-current/lib/libutil/
H A Dgetmntopts.c58 const struct mntopt *mopts;
66 const struct mntopt *m;
123 getmntopts(const char *options, const struct mntopt *m0, int *flagp,
126 const struct mntopt *m;
/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dmnttab.c51 mntopt(char **p) function
81 f = mntopt(&opts);
82 for (; *f; f = mntopt(&opts)) {
/netbsd-current/sbin/mount_hfs/
H A Dmount_hfs.c86 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_procfs/
H A Dmount_procfs.c100 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_fdesc/
H A Dmount_fdesc.c98 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_kernfs/
H A Dmount_kernfs.c98 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_null/
H A Dmount_null.c63 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_overlay/
H A Dmount_overlay.c63 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_efs/
H A Dmount_efs.c37 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_sysvbfs/
H A Dmount_sysvbfs.c58 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_v7fs/
H A Dmount_v7fs.c81 static const struct mntopt mopts[] = {
/netbsd-current/usr.sbin/puffs/rump_nqmfs/
H A Drump_nqmfs.c51 const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_ext2fs/
H A Dmount_ext2fs.c65 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_union/
H A Dmount_union.c65 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_autofs/
H A Dmount_autofs.c52 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_chfs/
H A Dmount_chfs.c56 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_ffs/
H A Dmount_ffs.c65 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_ntfs/
H A Dmount_ntfs.c60 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_nilfs/
H A Dmount_nilfs.c61 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_ados/
H A Dmount_ados.c61 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_filecore/
H A Dmount_filecore.c99 static const struct mntopt mopts[] = {
/netbsd-current/sbin/mount_ptyfs/
H A Dmount_ptyfs.c107 static const struct mntopt mopts[] = {

Completed in 307 milliseconds

12