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

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmisc.c359 struct msdosfs_args mount_args; local
382 memset(&mount_args, 0, sizeof(mount_args));
383 mount_args.fspec = device;
384 mount_args.magic = MSDOSFS_ARGSMAGIC;
385 mount_args.mask = S_IRWXU | S_IRWXG | S_IRWXO;
387 (caddr_t)&mount_args) == -1) {
/freebsd-9.3-release/sys/kern/
H A Dvfs_mount.c689 struct mount_args { struct
700 struct mount_args /* {
H A Dinit_sysent.c58 { AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount */
H A Dsystrace_args.c144 struct mount_args *p = params;
/freebsd-9.3-release/sys/sys/
H A Dmount.h608 struct mount_args;
H A Dsysproto.h102 struct mount_args { struct
1779 int sys_mount(struct thread *, struct mount_args *);
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c71 { AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount */
H A Dfreebsd32_systrace_args.c147 struct mount_args *p = params;

Completed in 128 milliseconds