Home
last modified time | relevance | path

Searched refs:msdosfs_args (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_fs.c793 struct netbsd32_msdosfs_args msdosfs_args; in netbsd32___mount50() member
803 struct msdosfs_args msdosfs_args; in netbsd32___mount50() member
902 if (data_len < sizeof(fs_args32.msdosfs_args)) in netbsd32___mount50()
905 error = copyin(data, &fs_args32.msdosfs_args, in netbsd32___mount50()
906 sizeof(fs_args32.msdosfs_args)); in netbsd32___mount50()
909 fs_args.msdosfs_args.fspec = in netbsd32___mount50()
910 NETBSD32PTR64(fs_args32.msdosfs_args.fspec); in netbsd32___mount50()
911 memset(&fs_args.msdosfs_args._pad1, 0, in netbsd32___mount50()
912 sizeof(fs_args.msdosfs_args._pad1)); in netbsd32___mount50()
913 fs_args.msdosfs_args.uid = in netbsd32___mount50()
[all …]
/netbsd/src/external/bsd/am-utils/dist/m4/macros/
Dtype_pcfs_args.m435 # look for "struct msdosfs_args"
39 [ struct msdosfs_args a;
40 ], ac_cv_type_pcfs_args="struct msdosfs_args", ac_cv_type_pcfs_args=notfound)
/netbsd/src/sbin/mount_msdos/
Dmount_msdos.c84 struct msdosfs_args *args, int *mntflags, in mount_msdos_parseargs()
193 struct msdosfs_args args; in mount_msdos()
Dmount_msdos.h34 void mount_msdos_parseargs(int, char **, struct msdosfs_args *, int *,
/netbsd/src/sys/fs/msdosfs/
Dmsdosfs_vfsops.c101 struct msdosfs_args *);
103 static int update_mp(struct mount *, struct msdosfs_args *);
118 .vfs_min_mount_data = sizeof (struct msdosfs_args),
183 update_mp(struct mount *mp, struct msdosfs_args *argp) in update_mp()
234 struct msdosfs_args args; in msdosfs_mountroot()
281 struct msdosfs_args *args = data; /* holds data from mount request */ in msdosfs_mount()
459 msdosfs_mountfs(struct vnode *devvp, struct mount *mp, struct lwp *l, struct msdosfs_args *argp) in msdosfs_mountfs()
Dmsdosfsmount.h57 struct msdosfs_args { struct
/netbsd/src/tests/fs/msdosfs/
Dt_snapshot.c30 struct msdosfs_args margs; in mount_diskfs()
/netbsd/src/usr.sbin/puffs/rump_msdos/
Drump_msdos.c46 struct msdosfs_args args; in main()
/netbsd/src/tests/fs/common/
Dfstest_msdosfs.c50 struct msdosfs_args ta_uargs;
/netbsd/src/share/examples/rump/sdread/
Dsdread.c96 struct msdosfs_args args; in main()
/netbsd/src/external/bsd/am-utils/include/
Dconfig.h2385 #define pcfs_args_t struct msdosfs_args