/src/usr.sbin/puffs/rump_fdesc/ |
rump_fdesc.c | 46 int mntflags; local in function:main 51 mount_fdesc_parseargs(argc, argv, NULL, &mntflags, 53 rv = p2k_run_fs(MOUNT_FDESC, canon_dev, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_kernfs/ |
rump_kernfs.c | 44 int mntflags; local in function:main 49 mount_kernfs_parseargs(argc, argv, NULL, &mntflags, 51 rv = p2k_run_fs(MOUNT_KERNFS, canon_dev, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_cd9660/ |
rump_cd9660.c | 49 int mntflags; local in function:main 55 mount_cd9660_parseargs(argc, argv, &args, &mntflags, 57 rv = p2k_run_diskfs(MOUNT_CD9660, canon_dev, part, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_efs/ |
rump_efs.c | 49 int mntflags; local in function:main 55 mount_efs_parseargs(argc, argv, &args, &mntflags, canon_dev, canon_dir); 56 rv = p2k_run_diskfs(MOUNT_EFS, canon_dev, part, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_ext2fs/ |
rump_ext2fs.c | 49 int mntflags; local in function:main 57 mount_ext2fs_parseargs(argc, argv, &args, &mntflags, 59 rv = p2k_run_diskfs(MOUNT_EXT2FS, canon_dev, part, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_ffs/ |
rump_ffs.c | 49 int mntflags; local in function:main 57 mount_ffs_parseargs(argc, argv, &args, &mntflags, canon_dev, canon_dir); 59 mntflags, &args, sizeof(args), 0);
|
/src/usr.sbin/puffs/rump_hfs/ |
rump_hfs.c | 49 int mntflags; local in function:main 55 mount_hfs_parseargs(argc, argv, &args, &mntflags, canon_dev, canon_dir); 56 rv = p2k_run_diskfs(MOUNT_HFS, canon_dev, part, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_msdos/ |
rump_msdos.c | 49 int mntflags; local in function:main 57 mount_msdos_parseargs(argc, argv, &args, &mntflags, 59 rv = p2k_run_diskfs(MOUNT_MSDOS, canon_dev, part, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_nfs/ |
rump_nfs.c | 48 int rv, mntflags; local in function:main 54 mount_nfs_parseargs(argc, argv, &args, &mntflags, canon_dev, canon_dir); 56 rv = p2k_run_fs(MOUNT_NFS, canon_dev, canon_dir, mntflags, &args,
|
/src/usr.sbin/puffs/rump_ntfs/ |
rump_ntfs.c | 49 int mntflags; local in function:main 55 mount_ntfs_parseargs(argc, argv, &args, &mntflags, 57 rv = p2k_run_diskfs(MOUNT_NTFS, canon_dev, part, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_sysvbfs/ |
rump_sysvbfs.c | 47 int mntflags; local in function:main 55 mount_sysvbfs_parseargs(argc, argv, &args, &mntflags, 57 rv = p2k_run_diskfs(MOUNT_SYSVBFS, canon_dev, part, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_tmpfs/ |
rump_tmpfs.c | 58 int mntflags; local in function:main 63 mount_tmpfs_parseargs(argc, argv, &args, &mntflags, 65 rv = p2k_run_fs(MOUNT_TMPFS, canon_dev, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_udf/ |
rump_udf.c | 49 int mntflags; local in function:main 57 mount_udf_parseargs(argc, argv, &args, &mntflags, canon_dev, canon_dir); 58 rv = p2k_run_diskfs(MOUNT_UDF, canon_dev, part, canon_dir, mntflags,
|
/src/usr.sbin/puffs/rump_v7fs/ |
rump_v7fs.c | 47 int mntflags; local in function:main 55 mount_v7fs_parseargs(argc, argv, &args, &mntflags, 57 rv = p2k_run_diskfs(MOUNT_V7FS, canon_dev, part, canon_dir, mntflags,
|
/src/sbin/mount_fdesc/ |
mount_fdesc.c | 116 mount_fdesc_parseargs(int argc, char *argv[], void *dummy, int *mntflags, 122 *mntflags = 0; 126 mp = getmntopts(optarg, mopts, mntflags, 0); 142 if (*mntflags & MNT_GETARGS) 152 int mntflags; local in function:mount_fdesc 155 mount_fdesc_parseargs(argc, argv, NULL, &mntflags, 157 if (mount(MOUNT_FDESC, canon_dir, mntflags, NULL, 0) == -1)
|
/src/sbin/mount_kernfs/ |
mount_kernfs.c | 116 mount_kernfs_parseargs(int argc, char *argv[], void *dummy, int *mntflags, 122 *mntflags = 0; 126 mp = getmntopts(optarg, mopts, mntflags, 0); 142 if (*mntflags & MNT_GETARGS) 153 int mntflags; local in function:mount_kernfs 155 mount_kernfs_parseargs(argc, argv, NULL, &mntflags, 157 if (mount(MOUNT_KERNFS, canon_dir, mntflags, NULL, 0) == -1)
|
/src/sbin/mount_null/ |
mount_null.c | 84 int ch, mntflags; local in function:mount_null 88 mntflags = 0; 92 mp = getmntopts(optarg, mopts, &mntflags, 0); 116 if (mount(MOUNT_NULL, canon_dir, mntflags, &args, sizeof args) == -1)
|
/src/sbin/mount_overlay/ |
mount_overlay.c | 84 int ch, mntflags; local in function:mount_overlay 88 mntflags = 0; 92 mp = getmntopts(optarg, mopts, &mntflags, 0); 112 if (mount(MOUNT_OVERLAY, canon_dir, mntflags, &args, sizeof args) == -1)
|
/src/sbin/mount_ados/ |
mount_ados.c | 84 int c, mntflags, set_gid, set_uid, set_mask; local in function:mount_ados 87 mntflags = set_gid = set_uid = set_mask = 0; 105 mp = getmntopts(optarg, mopts, &mntflags, 0); 142 if (mount(MOUNT_ADOSFS, dir, mntflags, &args, sizeof args) == -1) 146 if (mntflags & MNT_GETARGS) { 153 mntflags |= MNT_RDONLY; 154 if (mount(MOUNT_ADOSFS, dir, mntflags, &args, sizeof args) == -1)
|
/src/sbin/mount_autofs/ |
mount_autofs.c | 70 mount_autofs_parseargs(int argc, char *argv[], void *v, int *mntflags, 77 *mntflags = 0; 84 mp = getmntopts(optarg, mopts, mntflags, 0); 115 int mntflags; local in function:mount_autofs 122 mount_autofs_parseargs(argc, argv, &am, &mntflags, 124 if (mount(MOUNT_KERNFS, canon_dir, mntflags, &am, sizeof(am)) == -1) 126 if (mntflags & MNT_GETARGS) {
|
/src/sbin/mount_chfs/ |
mount_chfs.c | 70 int *mntflags, char *canon_dev, char *canon_dir) 78 *mntflags = 0; 85 mp = getmntopts(optarg, mopts, mntflags, 0); 130 int mntflags; local in function:mount_chfs 132 mount_chfs_parseargs(argc, argv, &args, &mntflags, 135 if (mount(MOUNT_CHFS, fs_name, mntflags, &args, sizeof args) == -1) {
|
/src/sbin/mount_ext2fs/ |
mount_ext2fs.c | 91 struct ufs_args *args, int *mntflags, 98 *mntflags = 0; 103 mp = getmntopts(optarg, mopts, mntflags, 0); 130 int mntflags; local in function:mount_ext2fs 132 mount_ext2fs_parseargs(argc, argv, &args, &mntflags, 135 if (mount(MOUNT_EXT2FS, fs_name, mntflags, &args, sizeof args) == -1) { 141 if (mntflags & MNT_UPDATE)
|
/src/sbin/mount_ffs/ |
mount_ffs.c | 96 struct ufs_args *args, int *mntflags, 103 *mntflags = 0; 108 mp = getmntopts(optarg, mopts, mntflags, 0); 135 int mntflags; local in function:mount_ffs 137 mount_ffs_parseargs(argc, argv, &args, &mntflags, canon_dev, fs_name); 139 if (mount(MOUNT_FFS, fs_name, mntflags, &args, sizeof args) == -1) { 145 if (mntflags & MNT_UPDATE)
|
/src/sbin/mount_filecore/ |
mount_filecore.c | 121 int ch, mntflags, opts, useuid; local in function:mount_filecore 125 mntflags = opts = 0; 153 mp = getmntopts(optarg, mopts, &mntflags, 0); 178 mntflags |= MNT_RDONLY; 183 if (mount(MOUNT_FILECORE, dir, mntflags, &args, sizeof args) == -1) 185 if (mntflags & MNT_GETARGS) {
|
/src/sbin/mount_hfs/ |
mount_hfs.c | 105 struct hfs_args *args, int *mntflags, 112 *mntflags = 0; 117 optparse = getmntopts(optarg, mopts, mntflags, 0); 142 int mntflags; local in function:mount_hfs 144 mount_hfs_parseargs(argc, argv, &args, &mntflags, canon_dev, canon_dir); 146 if (mount(MOUNT_HFS, canon_dir, mntflags, &args, sizeof args) == -1)
|