freebsd32_proto.h (d1d7ef3e2393989d7c8615f9b455d1ad95cd49c6) freebsd32_proto.h (996a568eda9ff05591e32e9b9d06dd30724c94e7)
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
6 * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.32 2003/12/23 04:07:22 peter Exp
6 * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.33 2004/01/28 23:45:37 peter Exp
7 */
8
9#ifndef _FREEBSD32_SYSPROTO_H_
10#define _FREEBSD32_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>
14#include <sys/thr.h>

--- 37 unchanged lines hidden (view full) ---

52 char argv_l_[PADL_(u_int32_t *)]; u_int32_t * argv; char argv_r_[PADR_(u_int32_t *)];
53 char envv_l_[PADL_(u_int32_t *)]; u_int32_t * envv; char envv_r_[PADR_(u_int32_t *)];
54};
55struct freebsd32_setitimer_args {
56 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
57 char itv_l_[PADL_(struct itimerval32 *)]; struct itimerval32 * itv; char itv_r_[PADR_(struct itimerval32 *)];
58 char oitv_l_[PADL_(struct itimerval32 *)]; struct itimerval32 * oitv; char oitv_r_[PADR_(struct itimerval32 *)];
59};
7 */
8
9#ifndef _FREEBSD32_SYSPROTO_H_
10#define _FREEBSD32_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>
14#include <sys/thr.h>

--- 37 unchanged lines hidden (view full) ---

52 char argv_l_[PADL_(u_int32_t *)]; u_int32_t * argv; char argv_r_[PADR_(u_int32_t *)];
53 char envv_l_[PADL_(u_int32_t *)]; u_int32_t * envv; char envv_r_[PADR_(u_int32_t *)];
54};
55struct freebsd32_setitimer_args {
56 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
57 char itv_l_[PADL_(struct itimerval32 *)]; struct itimerval32 * itv; char itv_r_[PADR_(struct itimerval32 *)];
58 char oitv_l_[PADL_(struct itimerval32 *)]; struct itimerval32 * oitv; char oitv_r_[PADR_(struct itimerval32 *)];
59};
60struct freebsd32_getitimer_args {
61 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
62 char itv_l_[PADL_(struct itimerval32 *)]; struct itimerval32 * itv; char itv_r_[PADR_(struct itimerval32 *)];
63};
60struct freebsd32_select_args {
61 char nd_l_[PADL_(int)]; int nd; char nd_r_[PADR_(int)];
62 char in_l_[PADL_(fd_set *)]; fd_set * in; char in_r_[PADR_(fd_set *)];
63 char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)];
64 char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)];
65 char tv_l_[PADL_(struct timeval32 *)]; struct timeval32 * tv; char tv_r_[PADR_(struct timeval32 *)];
66};
67struct freebsd32_gettimeofday_args {

--- 146 unchanged lines hidden (view full) ---

214struct freebsd32_sigreturn_args {
215 char sigcntxp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * sigcntxp; char sigcntxp_r_[PADR_(const struct freebsd32_ucontext *)];
216};
217int freebsd32_wait4(struct thread *, struct freebsd32_wait4_args *);
218int freebsd32_getfsstat(struct thread *, struct freebsd32_getfsstat_args *);
219int freebsd32_sigaltstack(struct thread *, struct freebsd32_sigaltstack_args *);
220int freebsd32_execve(struct thread *, struct freebsd32_execve_args *);
221int freebsd32_setitimer(struct thread *, struct freebsd32_setitimer_args *);
64struct freebsd32_select_args {
65 char nd_l_[PADL_(int)]; int nd; char nd_r_[PADR_(int)];
66 char in_l_[PADL_(fd_set *)]; fd_set * in; char in_r_[PADR_(fd_set *)];
67 char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)];
68 char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)];
69 char tv_l_[PADL_(struct timeval32 *)]; struct timeval32 * tv; char tv_r_[PADR_(struct timeval32 *)];
70};
71struct freebsd32_gettimeofday_args {

--- 146 unchanged lines hidden (view full) ---

218struct freebsd32_sigreturn_args {
219 char sigcntxp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * sigcntxp; char sigcntxp_r_[PADR_(const struct freebsd32_ucontext *)];
220};
221int freebsd32_wait4(struct thread *, struct freebsd32_wait4_args *);
222int freebsd32_getfsstat(struct thread *, struct freebsd32_getfsstat_args *);
223int freebsd32_sigaltstack(struct thread *, struct freebsd32_sigaltstack_args *);
224int freebsd32_execve(struct thread *, struct freebsd32_execve_args *);
225int freebsd32_setitimer(struct thread *, struct freebsd32_setitimer_args *);
226int freebsd32_getitimer(struct thread *, struct freebsd32_getitimer_args *);
222int freebsd32_select(struct thread *, struct freebsd32_select_args *);
223int freebsd32_gettimeofday(struct thread *, struct freebsd32_gettimeofday_args *);
224int freebsd32_getrusage(struct thread *, struct freebsd32_getrusage_args *);
225int freebsd32_readv(struct thread *, struct freebsd32_readv_args *);
226int freebsd32_writev(struct thread *, struct freebsd32_writev_args *);
227int freebsd32_settimeofday(struct thread *, struct freebsd32_settimeofday_args *);
228int freebsd32_utimes(struct thread *, struct freebsd32_utimes_args *);
229int freebsd32_adjtime(struct thread *, struct freebsd32_adjtime_args *);

--- 57 unchanged lines hidden ---
227int freebsd32_select(struct thread *, struct freebsd32_select_args *);
228int freebsd32_gettimeofday(struct thread *, struct freebsd32_gettimeofday_args *);
229int freebsd32_getrusage(struct thread *, struct freebsd32_getrusage_args *);
230int freebsd32_readv(struct thread *, struct freebsd32_readv_args *);
231int freebsd32_writev(struct thread *, struct freebsd32_writev_args *);
232int freebsd32_settimeofday(struct thread *, struct freebsd32_settimeofday_args *);
233int freebsd32_utimes(struct thread *, struct freebsd32_utimes_args *);
234int freebsd32_adjtime(struct thread *, struct freebsd32_adjtime_args *);

--- 57 unchanged lines hidden ---