Home
last modified time | relevance | path

Searched refs:fspec (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/sbin/mount_ufs/
H A Dmount_ufs.c91 args.fspec = __DECONST(char *, argv[0]); /* The name of the device file. */ in mount_ufs()
105 char *dev_name = strdup(args.fspec); in mount_ufs()
110 args.fspec); in mount_ufs()
138 args.fspec, fs_name); in mount_ufs()
144 args.fspec, fs_name); in mount_ufs()
147 args.fspec, fs_name); in mount_ufs()
150 warn("%s", args.fspec); in mount_ufs()
/dragonfly/sbin/mount_ext2fs/
H A Dmount_ext2fs.c82 args.fspec = argv[0]; /* the name of the device file */ in main()
90 rmslashes(args.fspec, args.fspec); in main()
111 err(EX_OSERR, "%s", args.fspec); in main()
/dragonfly/sys/vfs/ufs/
H A Dufsmount.h40 char *fspec; /* block special device to mount */ member
48 char *fspec; /* name to export for statfs */ member
H A Dffs_vfsops.c268 if (args.fspec == NULL) { in ffs_mount()
283 error = nlookup_init(&nd, args.fspec, UIO_USERSPACE, NLC_FOLLOW); in ffs_mount()
338 copyinstr( args.fspec, in ffs_mount()
352 copyinstr( args.fspec, /* device name*/ in ffs_mount()
/dragonfly/sbin/mount_udf/
H A Dmount_udf.c109 args.fspec = dev; in main()
124 err(1, "%s", args.fspec); in main()
/dragonfly/sys/vfs/udf/
H A Dudf_mount.h31 char *fspec; /* block special device to mount */ member
H A Dudf_vfsops.c155 if (args.fspec == NULL) in udf_mount()
161 error = nlookup_init(&nd, args.fspec, UIO_USERSPACE, NLC_FOLLOW); in udf_mount()
195 copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1, &size); in udf_mount()
/dragonfly/sys/vfs/hpfs/
H A Dhpfsmount.h32 char *fspec; /* block special device to mount */ member
H A Dhpfs_vfsops.c147 if (args.fspec == NULL) { in hpfs_mount()
166 error = nlookup_init(&nd, args.fspec, UIO_USERSPACE, NLC_FOLLOW); in hpfs_mount()
185 copyinstr( args.fspec, /* device name*/ in hpfs_mount()
/dragonfly/sys/vfs/ntfs/
H A Dntfsmount.h38 char *fspec; /* block special device to mount */ member
H A Dntfs_vfsops.c180 if (args.fspec == NULL) { in ntfs_mount()
200 error = nlookup_init(&nd, args.fspec, UIO_USERSPACE, NLC_FOLLOW); in ntfs_mount()
229 copyinstr( args.fspec, in ntfs_mount()
244 copyinstr( args.fspec, /* device name*/ in ntfs_mount()
/dragonfly/sbin/mount_msdos/
H A Dmount_msdos.c171 asprintf(&args.fspec, "/dev/%s", dev); in main()
173 args.fspec = dev; in main()
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_mount.h42 char *fspec; /* block special device to mount */ member
H A Dcd9660_vfsops.c209 if (args.fspec == NULL) in cd9660_mount()
217 error = nlookup_init(&nd, args.fspec, UIO_USERSPACE, NLC_FOLLOW); in cd9660_mount()
259 copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1, in cd9660_mount()
/dragonfly/sbin/mount_cd9660/
H A Dmount_cd9660.c174 args.fspec = dev; in main()
216 err(1, "%s", args.fspec); in main()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_mount.h50 char *fspec; /* block special device to mount */ member
H A Dext2_vfsops.c224 if (args.fspec == NULL) { in ext2_mount()
237 error = nlookup_init(&nd, args.fspec, UIO_USERSPACE, NLC_FOLLOW); in ext2_mount()
290 copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1, &size); in ext2_mount()
/dragonfly/sys/vfs/mfs/
H A Dmfs_vfsops.c310 if (args.fspec == 0) { in mfs_mount()
376 copyinstr(args.fspec, /* device name*/ in mfs_mount()
/dragonfly/sbin/mount_ntfs/
H A Dmount_ntfs.c133 args.fspec = dev; in main()
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfsmount.h227 char *fspec; /* blocks special holding the fs to mount */ member
H A Dmsdosfs_vfsops.c209 if (args.fspec == NULL) { in msdosfs_mount()
229 error = nlookup_init(&nd, args.fspec, UIO_USERSPACE, NLC_FOLLOW); in msdosfs_mount()
281 copyinstr(args.fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1, &size); in msdosfs_mount()
/dragonfly/sbin/mount_hpfs/
H A Dmount_hpfs.c121 args.fspec = dev; in main()
/dragonfly/sbin/fsck/
H A Dmain.c356 args.fspec = 0; in checkfilesys()
/dragonfly/bin/df/
H A Ddf.c202 mdev.fspec = *argv; in main()
/dragonfly/sbin/newfs/
H A Dnewfs.c652 args.fspec = mfsdevname; in main()

12