Searched refs:freebsd32_pread_args (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h428 struct freebsd32_pread_args { struct
474 struct freebsd32_pread_args { struct
785 int freebsd32_pread(struct thread *, struct freebsd32_pread_args *);
792 int freebsd32_pread(struct thread *, struct freebsd32_pread_args *);
H A Dfreebsd32_sysent.c531 { AS(freebsd32_pread_args), (sy_call_t *)freebsd32_pread, AUE_PREAD, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 475 = freebsd32_pread */
538 { AS(freebsd32_pread_args), (sy_call_t *)freebsd32_pread, AUE_PREAD, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 475 = freebsd32_pread */
H A Dfreebsd32_systrace_args.c2516 struct freebsd32_pread_args *p = params;
2586 struct freebsd32_pread_args *p = params;
H A Dfreebsd32_misc.c1532 freebsd32_pread(struct thread *td, struct freebsd32_pread_args *uap)

Completed in 101 milliseconds