The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/compat/freebsd32/freebsd32_proto.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*
    2  * System call prototypes.
    3  *
    4  * DO NOT EDIT-- this file is automatically generated.
    5  * $FreeBSD: releng/5.2/sys/compat/freebsd32/freebsd32_proto.h 123523 2003-12-13 22:19:06Z peter $
    6  * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.26.2.1 2003/12/13 22:18:27 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>
   15 #include <sys/umtx.h>
   16 #include <posix4/_semaphore.h>
   17 
   18 #include <sys/ucontext.h>
   19 
   20 struct proc;
   21 
   22 struct thread;
   23 
   24 #define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
   25                 0 : sizeof(register_t) - sizeof(t))
   26 
   27 #if BYTE_ORDER == LITTLE_ENDIAN
   28 #define PADL_(t)        0
   29 #define PADR_(t)        PAD_(t)
   30 #else
   31 #define PADL_(t)        PAD_(t)
   32 #define PADR_(t)        0
   33 #endif
   34 
   35 struct freebsd32_open_args {
   36         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   37         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
   38         char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
   39 };
   40 struct freebsd32_wait4_args {
   41         char pid_l_[PADL_(int)]; int pid; char pid_r_[PADR_(int)];
   42         char status_l_[PADL_(int *)]; int * status; char status_r_[PADR_(int *)];
   43         char options_l_[PADL_(int)]; int options; char options_r_[PADR_(int)];
   44         char rusage_l_[PADL_(struct rusage32 *)]; struct rusage32 * rusage; char rusage_r_[PADR_(struct rusage32 *)];
   45 };
   46 struct freebsd32_getfsstat_args {
   47         char buf_l_[PADL_(struct statfs32 *)]; struct statfs32 * buf; char buf_r_[PADR_(struct statfs32 *)];
   48         char bufsize_l_[PADL_(long)]; long bufsize; char bufsize_r_[PADR_(long)];
   49         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
   50 };
   51 struct freebsd32_access_args {
   52         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   53         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
   54 };
   55 struct freebsd32_chflags_args {
   56         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   57         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
   58 };
   59 struct freebsd32_sigaltstack_args {
   60         char ss_l_[PADL_(struct sigaltstack32 *)]; struct sigaltstack32 * ss; char ss_r_[PADR_(struct sigaltstack32 *)];
   61         char oss_l_[PADL_(struct sigaltstack32 *)]; struct sigaltstack32 * oss; char oss_r_[PADR_(struct sigaltstack32 *)];
   62 };
   63 struct freebsd32_execve_args {
   64         char fname_l_[PADL_(char *)]; char * fname; char fname_r_[PADR_(char *)];
   65         char argv_l_[PADL_(u_int32_t *)]; u_int32_t * argv; char argv_r_[PADR_(u_int32_t *)];
   66         char envv_l_[PADL_(u_int32_t *)]; u_int32_t * envv; char envv_r_[PADR_(u_int32_t *)];
   67 };
   68 struct freebsd32_setitimer_args {
   69         char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
   70         char itv_l_[PADL_(struct itimerval32 *)]; struct itimerval32 * itv; char itv_r_[PADR_(struct itimerval32 *)];
   71         char oitv_l_[PADL_(struct itimerval32 *)]; struct itimerval32 * oitv; char oitv_r_[PADR_(struct itimerval32 *)];
   72 };
   73 struct freebsd32_select_args {
   74         char nd_l_[PADL_(int)]; int nd; char nd_r_[PADR_(int)];
   75         char in_l_[PADL_(fd_set *)]; fd_set * in; char in_r_[PADR_(fd_set *)];
   76         char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)];
   77         char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)];
   78         char tv_l_[PADL_(struct timeval32 *)]; struct timeval32 * tv; char tv_r_[PADR_(struct timeval32 *)];
   79 };
   80 struct freebsd32_gettimeofday_args {
   81         char tp_l_[PADL_(struct timeval32 *)]; struct timeval32 * tp; char tp_r_[PADR_(struct timeval32 *)];
   82         char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)];
   83 };
   84 struct freebsd32_getrusage_args {
   85         char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)];
   86         char rusage_l_[PADL_(struct rusage32 *)]; struct rusage32 * rusage; char rusage_r_[PADR_(struct rusage32 *)];
   87 };
   88 struct freebsd32_readv_args {
   89         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
   90         char iovp_l_[PADL_(struct iovec32 *)]; struct iovec32 * iovp; char iovp_r_[PADR_(struct iovec32 *)];
   91         char iovcnt_l_[PADL_(u_int)]; u_int iovcnt; char iovcnt_r_[PADR_(u_int)];
   92 };
   93 struct freebsd32_writev_args {
   94         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
   95         char iovp_l_[PADL_(struct iovec32 *)]; struct iovec32 * iovp; char iovp_r_[PADR_(struct iovec32 *)];
   96         char iovcnt_l_[PADL_(u_int)]; u_int iovcnt; char iovcnt_r_[PADR_(u_int)];
   97 };
   98 struct freebsd32_settimeofday_args {
   99         char tv_l_[PADL_(struct timeval32 *)]; struct timeval32 * tv; char tv_r_[PADR_(struct timeval32 *)];
  100         char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)];
  101 };
  102 struct freebsd32_utimes_args {
  103         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  104         char tptr_l_[PADL_(struct timeval32 *)]; struct timeval32 * tptr; char tptr_r_[PADR_(struct timeval32 *)];
  105 };
  106 struct freebsd32_adjtime_args {
  107         char delta_l_[PADL_(struct timeval32 *)]; struct timeval32 * delta; char delta_r_[PADR_(struct timeval32 *)];
  108         char olddelta_l_[PADL_(struct timeval32 *)]; struct timeval32 * olddelta; char olddelta_r_[PADR_(struct timeval32 *)];
  109 };
  110 struct freebsd32_statfs_args {
  111         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  112         char buf_l_[PADL_(struct statfs32 *)]; struct statfs32 * buf; char buf_r_[PADR_(struct statfs32 *)];
  113 };
  114 struct freebsd32_fstatfs_args {
  115         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  116         char buf_l_[PADL_(struct statfs32 *)]; struct statfs32 * buf; char buf_r_[PADR_(struct statfs32 *)];
  117 };
  118 struct freebsd32_semsys_args {
  119         char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
  120         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
  121         char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
  122         char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
  123         char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
  124 };
  125 struct freebsd32_msgsys_args {
  126         char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
  127         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
  128         char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
  129         char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
  130         char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
  131         char a6_l_[PADL_(int)]; int a6; char a6_r_[PADR_(int)];
  132 };
  133 struct freebsd32_shmsys_args {
  134         char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
  135         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
  136         char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
  137         char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
  138 };
  139 struct freebsd32_pread_args {
  140         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  141         char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)];
  142         char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
  143         char pad_l_[PADL_(int)]; int pad; char pad_r_[PADR_(int)];
  144         char offsetlo_l_[PADL_(u_int32_t)]; u_int32_t offsetlo; char offsetlo_r_[PADR_(u_int32_t)];
  145         char offsethi_l_[PADL_(u_int32_t)]; u_int32_t offsethi; char offsethi_r_[PADR_(u_int32_t)];
  146 };
  147 struct freebsd32_pwrite_args {
  148         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  149         char buf_l_[PADL_(const void *)]; const void * buf; char buf_r_[PADR_(const void *)];
  150         char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
  151         char pad_l_[PADL_(int)]; int pad; char pad_r_[PADR_(int)];
  152         char offsetlo_l_[PADL_(u_int32_t)]; u_int32_t offsetlo; char offsetlo_r_[PADR_(u_int32_t)];
  153         char offsethi_l_[PADL_(u_int32_t)]; u_int32_t offsethi; char offsethi_r_[PADR_(u_int32_t)];
  154 };
  155 struct freebsd32_stat_args {
  156         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  157         char ub_l_[PADL_(struct stat32 *)]; struct stat32 * ub; char ub_r_[PADR_(struct stat32 *)];
  158 };
  159 struct freebsd32_fstat_args {
  160         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  161         char ub_l_[PADL_(struct stat32 *)]; struct stat32 * ub; char ub_r_[PADR_(struct stat32 *)];
  162 };
  163 struct freebsd32_lstat_args {
  164         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  165         char ub_l_[PADL_(struct stat32 *)]; struct stat32 * ub; char ub_r_[PADR_(struct stat32 *)];
  166 };
  167 struct freebsd32_mmap_args {
  168         char addr_l_[PADL_(caddr_t)]; caddr_t addr; char addr_r_[PADR_(caddr_t)];
  169         char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
  170         char prot_l_[PADL_(int)]; int prot; char prot_r_[PADR_(int)];
  171         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
  172         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  173         char pad_l_[PADL_(int)]; int pad; char pad_r_[PADR_(int)];
  174         char poslo_l_[PADL_(u_int32_t)]; u_int32_t poslo; char poslo_r_[PADR_(u_int32_t)];
  175         char poshi_l_[PADL_(u_int32_t)]; u_int32_t poshi; char poshi_r_[PADR_(u_int32_t)];
  176 };
  177 struct freebsd32_lseek_args {
  178         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  179         char pad_l_[PADL_(int)]; int pad; char pad_r_[PADR_(int)];
  180         char offsetlo_l_[PADL_(u_int32_t)]; u_int32_t offsetlo; char offsetlo_r_[PADR_(u_int32_t)];
  181         char offsethi_l_[PADL_(u_int32_t)]; u_int32_t offsethi; char offsethi_r_[PADR_(u_int32_t)];
  182         char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)];
  183 };
  184 struct freebsd32_truncate_args {
  185         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  186         char pad_l_[PADL_(int)]; int pad; char pad_r_[PADR_(int)];
  187         char lengthlo_l_[PADL_(u_int32_t)]; u_int32_t lengthlo; char lengthlo_r_[PADR_(u_int32_t)];
  188         char lengthhi_l_[PADL_(u_int32_t)]; u_int32_t lengthhi; char lengthhi_r_[PADR_(u_int32_t)];
  189 };
  190 struct freebsd32_ftruncate_args {
  191         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  192         char pad_l_[PADL_(int)]; int pad; char pad_r_[PADR_(int)];
  193         char lengthlo_l_[PADL_(u_int32_t)]; u_int32_t lengthlo; char lengthlo_r_[PADR_(u_int32_t)];
  194         char lengthhi_l_[PADL_(u_int32_t)]; u_int32_t lengthhi; char lengthhi_r_[PADR_(u_int32_t)];
  195 };
  196 struct freebsd32_sysctl_args {
  197         char name_l_[PADL_(int *)]; int * name; char name_r_[PADR_(int *)];
  198         char namelen_l_[PADL_(u_int)]; u_int namelen; char namelen_r_[PADR_(u_int)];
  199         char old_l_[PADL_(void *)]; void * old; char old_r_[PADR_(void *)];
  200         char oldlenp_l_[PADL_(u_int32_t *)]; u_int32_t * oldlenp; char oldlenp_r_[PADR_(u_int32_t *)];
  201         char new_l_[PADL_(void *)]; void * new; char new_r_[PADR_(void *)];
  202         char newlen_l_[PADL_(u_int32_t)]; u_int32_t newlen; char newlen_r_[PADR_(u_int32_t)];
  203 };
  204 struct freebsd32_kevent_args {
  205         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  206         char changelist_l_[PADL_(const struct kevent *)]; const struct kevent * changelist; char changelist_r_[PADR_(const struct kevent *)];
  207         char nchanges_l_[PADL_(int)]; int nchanges; char nchanges_r_[PADR_(int)];
  208         char eventlist_l_[PADL_(struct kevent *)]; struct kevent * eventlist; char eventlist_r_[PADR_(struct kevent *)];
  209         char nevents_l_[PADL_(int)]; int nevents; char nevents_r_[PADR_(int)];
  210         char timeout_l_[PADL_(const struct timespec *)]; const struct timespec * timeout; char timeout_r_[PADR_(const struct timespec *)];
  211 };
  212 struct freebsd32_sendfile_args {
  213         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  214         char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
  215         char offsetlo_l_[PADL_(u_int32_t)]; u_int32_t offsetlo; char offsetlo_r_[PADR_(u_int32_t)];
  216         char offsethi_l_[PADL_(u_int32_t)]; u_int32_t offsethi; char offsethi_r_[PADR_(u_int32_t)];
  217         char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
  218         char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)];
  219         char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)];
  220         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
  221 };
  222 struct freebsd32_sigaction_args {
  223         char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)];
  224         char act_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * act; char act_r_[PADR_(struct sigaction32 *)];
  225         char oact_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * oact; char oact_r_[PADR_(struct sigaction32 *)];
  226 };
  227 struct freebsd32_sigreturn_args {
  228         char sigcntxp_l_[PADL_(const struct freebsd32_ucontext *)]; const struct freebsd32_ucontext * sigcntxp; char sigcntxp_r_[PADR_(const struct freebsd32_ucontext *)];
  229 };
  230 int     freebsd32_open(struct thread *, struct freebsd32_open_args *);
  231 int     freebsd32_wait4(struct thread *, struct freebsd32_wait4_args *);
  232 int     freebsd32_getfsstat(struct thread *, struct freebsd32_getfsstat_args *);
  233 int     freebsd32_access(struct thread *, struct freebsd32_access_args *);
  234 int     freebsd32_chflags(struct thread *, struct freebsd32_chflags_args *);
  235 int     freebsd32_sigaltstack(struct thread *, struct freebsd32_sigaltstack_args *);
  236 int     freebsd32_execve(struct thread *, struct freebsd32_execve_args *);
  237 int     freebsd32_setitimer(struct thread *, struct freebsd32_setitimer_args *);
  238 int     freebsd32_select(struct thread *, struct freebsd32_select_args *);
  239 int     freebsd32_gettimeofday(struct thread *, struct freebsd32_gettimeofday_args *);
  240 int     freebsd32_getrusage(struct thread *, struct freebsd32_getrusage_args *);
  241 int     freebsd32_readv(struct thread *, struct freebsd32_readv_args *);
  242 int     freebsd32_writev(struct thread *, struct freebsd32_writev_args *);
  243 int     freebsd32_settimeofday(struct thread *, struct freebsd32_settimeofday_args *);
  244 int     freebsd32_utimes(struct thread *, struct freebsd32_utimes_args *);
  245 int     freebsd32_adjtime(struct thread *, struct freebsd32_adjtime_args *);
  246 int     freebsd32_statfs(struct thread *, struct freebsd32_statfs_args *);
  247 int     freebsd32_fstatfs(struct thread *, struct freebsd32_fstatfs_args *);
  248 int     freebsd32_semsys(struct thread *, struct freebsd32_semsys_args *);
  249 int     freebsd32_msgsys(struct thread *, struct freebsd32_msgsys_args *);
  250 int     freebsd32_shmsys(struct thread *, struct freebsd32_shmsys_args *);
  251 int     freebsd32_pread(struct thread *, struct freebsd32_pread_args *);
  252 int     freebsd32_pwrite(struct thread *, struct freebsd32_pwrite_args *);
  253 int     freebsd32_stat(struct thread *, struct freebsd32_stat_args *);
  254 int     freebsd32_fstat(struct thread *, struct freebsd32_fstat_args *);
  255 int     freebsd32_lstat(struct thread *, struct freebsd32_lstat_args *);
  256 int     freebsd32_mmap(struct thread *, struct freebsd32_mmap_args *);
  257 int     freebsd32_lseek(struct thread *, struct freebsd32_lseek_args *);
  258 int     freebsd32_truncate(struct thread *, struct freebsd32_truncate_args *);
  259 int     freebsd32_ftruncate(struct thread *, struct freebsd32_ftruncate_args *);
  260 int     freebsd32_sysctl(struct thread *, struct freebsd32_sysctl_args *);
  261 int     freebsd32_kevent(struct thread *, struct freebsd32_kevent_args *);
  262 int     freebsd32_sendfile(struct thread *, struct freebsd32_sendfile_args *);
  263 int     freebsd32_sigaction(struct thread *, struct freebsd32_sigaction_args *);
  264 int     freebsd32_sigreturn(struct thread *, struct freebsd32_sigreturn_args *);
  265 
  266 #ifdef COMPAT_43
  267 
  268 
  269 #endif /* COMPAT_43 */
  270 
  271 
  272 #ifdef COMPAT_FREEBSD4
  273 
  274 struct freebsd4_freebsd32_sendfile_args {
  275         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  276         char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
  277         char offsetlo_l_[PADL_(u_int32_t)]; u_int32_t offsetlo; char offsetlo_r_[PADR_(u_int32_t)];
  278         char offsethi_l_[PADL_(u_int32_t)]; u_int32_t offsethi; char offsethi_r_[PADR_(u_int32_t)];
  279         char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
  280         char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)];
  281         char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)];
  282         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
  283 };
  284 struct freebsd4_freebsd32_sigaction_args {
  285         char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)];
  286         char act_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * act; char act_r_[PADR_(struct sigaction32 *)];
  287         char oact_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * oact; char oact_r_[PADR_(struct sigaction32 *)];
  288 };
  289 struct freebsd4_freebsd32_sigreturn_args {
  290         char sigcntxp_l_[PADL_(const struct __ucontext *)]; const struct __ucontext * sigcntxp; char sigcntxp_r_[PADR_(const struct __ucontext *)];
  291 };
  292 int     freebsd4_freebsd32_sendfile(struct thread *, struct freebsd4_freebsd32_sendfile_args *);
  293 int     freebsd4_freebsd32_sigaction(struct thread *, struct freebsd4_freebsd32_sigaction_args *);
  294 int     freebsd4_freebsd32_sigreturn(struct thread *, struct freebsd4_freebsd32_sigreturn_args *);
  295 
  296 #endif /* COMPAT_FREEBSD4 */
  297 
  298 #undef PAD_
  299 #undef PADL_
  300 #undef PADR_
  301 
  302 #endif /* !_FREEBSD32_SYSPROTO_H_ */

Cache object: fb95e38393ecc00985f240430aee09b9


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.