Searched refs:mount_args (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/fs/
H A Doperations.cpp163 const char* mount_args[16]; local
169 mount_args[last++] = "mount";
170 mount_args[last++] = "-ttmpfs";
173 mount_args[last++] = size_arg.c_str();
175 mount_args[last++] = "tmpfs";
176 mount_args[last++] = mount_point.c_str();
180 mount_args[last++] = "mount";
181 mount_args[last++] = "-ttmpfs";
184 mount_args[last++] = size_arg.c_str();
186 mount_args[las
228 std::cerr << "Failed to exec " << mount_args[0] << "\\n"; local
[all...]
/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c64 } mount_args; local
73 mount_args_length = sizeof(mount_args);
74 memset(&mount_args, 0, mount_args_length);
76 mount_args.tmpfs.ta_version = TMPFS_ARGS_VERSION;
78 &mount_args, mount_args_length);
83 &mount_args, mount_args_length);
/freebsd-13-stable/sys/sys/
H A Dmount.h739 struct mount_args;
H A Dsysproto.h98 struct mount_args { struct
1866 int sys_mount(struct thread *, struct mount_args *);
/freebsd-13-stable/sys/kern/
H A Dvfs_mount.c863 struct mount_args { struct
872 sys_mount(struct thread *td, struct mount_args *uap)
H A Dinit_sysent.c79 { .sy_narg = AS(mount_args), .sy_call = (sy_call_t *)sys_mount, .sy_auevent = AUE_MOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 21 = mount */
H A Dsystrace_args.c135 struct mount_args *p = params;
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c86 { .sy_narg = AS(mount_args), .sy_call = (sy_call_t *)sys_mount, .sy_auevent = AUE_MOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 21 = mount */
H A Dfreebsd32_systrace_args.c138 struct mount_args *p = params;

Completed in 204 milliseconds