Home
last modified time | relevance | path

Searched refs:freebsd32_nmount_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h308 struct freebsd32_nmount_args { struct
757 int freebsd32_nmount(struct thread *, struct freebsd32_nmount_args *);
H A Dfreebsd32_sysent.c448 …{ .sy_narg = AS(freebsd32_nmount_args), .sy_call = (sy_call_t *)freebsd32_nmount, .sy_auevent = AU…
H A Dfreebsd32_misc.c3503 struct freebsd32_nmount_args /* { in freebsd32_nmount()
H A Dfreebsd32_systrace_args.c1791 struct freebsd32_nmount_args *p = params; in systrace_args()