freebsd32_proto.h (c2589102b04e7bd387c80900ab10977ab56c1f1e) | freebsd32_proto.h (65a311fcb2f44fce7eb05160d3198cefed5c27f9) |
---|---|
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.38 2004/07/02 00:35:52 marcel Exp | 6 * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.39 2004/07/13 19:35:11 phk 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> --- 185 unchanged lines hidden (view full) --- 200struct freebsd32_sigaction_args { 201 char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)]; 202 char act_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * act; char act_r_[PADR_(struct sigaction32 *)]; 203 char oact_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * oact; char oact_r_[PADR_(struct sigaction32 *)]; 204}; 205struct freebsd32_sigreturn_args { 206 char sigcntxp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * sigcntxp; char sigcntxp_r_[PADR_(const struct freebsd32_ucontext *)]; 207}; | 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> --- 185 unchanged lines hidden (view full) --- 200struct freebsd32_sigaction_args { 201 char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)]; 202 char act_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * act; char act_r_[PADR_(struct sigaction32 *)]; 203 char oact_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * oact; char oact_r_[PADR_(struct sigaction32 *)]; 204}; 205struct freebsd32_sigreturn_args { 206 char sigcntxp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * sigcntxp; char sigcntxp_r_[PADR_(const struct freebsd32_ucontext *)]; 207}; |
208struct kldunloadf_args { 209 char fileid_l_[PADL_(int)]; int fileid; char fileid_r_[PADR_(int)]; 210 char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)]; 211}; |
|
208int freebsd32_wait4(struct thread *, struct freebsd32_wait4_args *); 209int freebsd32_sigaltstack(struct thread *, struct freebsd32_sigaltstack_args *); 210int freebsd32_execve(struct thread *, struct freebsd32_execve_args *); 211int freebsd32_setitimer(struct thread *, struct freebsd32_setitimer_args *); 212int freebsd32_getitimer(struct thread *, struct freebsd32_getitimer_args *); 213int freebsd32_select(struct thread *, struct freebsd32_select_args *); 214int freebsd32_gettimeofday(struct thread *, struct freebsd32_gettimeofday_args *); 215int freebsd32_getrusage(struct thread *, struct freebsd32_getrusage_args *); --- 14 unchanged lines hidden (view full) --- 230int freebsd32_lseek(struct thread *, struct freebsd32_lseek_args *); 231int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *); 232int freebsd32_ftruncate(struct thread *, struct freebsd32_ftruncate_args *); 233int freebsd32_sysctl(struct thread *, struct freebsd32_sysctl_args *); 234int freebsd32_kevent(struct thread *, struct freebsd32_kevent_args *); 235int freebsd32_sendfile(struct thread *, struct freebsd32_sendfile_args *); 236int freebsd32_sigaction(struct thread *, struct freebsd32_sigaction_args *); 237int freebsd32_sigreturn(struct thread *, struct freebsd32_sigreturn_args *); | 212int freebsd32_wait4(struct thread *, struct freebsd32_wait4_args *); 213int freebsd32_sigaltstack(struct thread *, struct freebsd32_sigaltstack_args *); 214int freebsd32_execve(struct thread *, struct freebsd32_execve_args *); 215int freebsd32_setitimer(struct thread *, struct freebsd32_setitimer_args *); 216int freebsd32_getitimer(struct thread *, struct freebsd32_getitimer_args *); 217int freebsd32_select(struct thread *, struct freebsd32_select_args *); 218int freebsd32_gettimeofday(struct thread *, struct freebsd32_gettimeofday_args *); 219int freebsd32_getrusage(struct thread *, struct freebsd32_getrusage_args *); --- 14 unchanged lines hidden (view full) --- 234int freebsd32_lseek(struct thread *, struct freebsd32_lseek_args *); 235int freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *); 236int freebsd32_ftruncate(struct thread *, struct freebsd32_ftruncate_args *); 237int freebsd32_sysctl(struct thread *, struct freebsd32_sysctl_args *); 238int freebsd32_kevent(struct thread *, struct freebsd32_kevent_args *); 239int freebsd32_sendfile(struct thread *, struct freebsd32_sendfile_args *); 240int freebsd32_sigaction(struct thread *, struct freebsd32_sigaction_args *); 241int freebsd32_sigreturn(struct thread *, struct freebsd32_sigreturn_args *); |
242int kldunloadf(struct thread *, struct kldunloadf_args *); |
|
238 239#ifdef COMPAT_43 240 241 242#endif /* COMPAT_43 */ 243 244 245#ifdef COMPAT_FREEBSD4 --- 51 unchanged lines hidden --- | 243 244#ifdef COMPAT_43 245 246 247#endif /* COMPAT_43 */ 248 249 250#ifdef COMPAT_FREEBSD4 --- 51 unchanged lines hidden --- |