freebsd32_proto.h (486abf939cbd10ea6153c2d12f06b3b3431aeeda) | freebsd32_proto.h (8120bb7e3aedf069d8d730f018fbc6940e5af452) |
---|---|
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.90 2007/07/04 23:02:40 peter Exp | 6 * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.93 2007/12/06 23:36:57 jhb 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/_semaphore.h> --- 138 unchanged lines hidden (view full) --- 153 char oldlenp_l_[PADL_(u_int32_t *)]; u_int32_t * oldlenp; char oldlenp_r_[PADR_(u_int32_t *)]; 154 char new_l_[PADL_(void *)]; void * new; char new_r_[PADR_(void *)]; 155 char newlen_l_[PADL_(u_int32_t)]; u_int32_t newlen; char newlen_r_[PADR_(u_int32_t)]; 156}; 157struct freebsd32_futimes_args { 158 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)]; 159 char tptr_l_[PADL_(struct timeval32 *)]; struct timeval32 * tptr; char tptr_r_[PADR_(struct timeval32 *)]; 160}; | 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/_semaphore.h> --- 138 unchanged lines hidden (view full) --- 153 char oldlenp_l_[PADL_(u_int32_t *)]; u_int32_t * oldlenp; char oldlenp_r_[PADR_(u_int32_t *)]; 154 char new_l_[PADL_(void *)]; void * new; char new_r_[PADR_(void *)]; 155 char newlen_l_[PADL_(u_int32_t)]; u_int32_t newlen; char newlen_r_[PADR_(u_int32_t)]; 156}; 157struct freebsd32_futimes_args { 158 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)]; 159 char tptr_l_[PADL_(struct timeval32 *)]; struct timeval32 * tptr; char tptr_r_[PADR_(struct timeval32 *)]; 160}; |
161struct freebsd32_semctl_args { 162 char semid_l_[PADL_(int)]; int semid; char semid_r_[PADR_(int)]; 163 char semnum_l_[PADL_(int)]; int semnum; char semnum_r_[PADR_(int)]; 164 char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)]; 165 char arg_l_[PADL_(union semun32 *)]; union semun32 * arg; char arg_r_[PADR_(union semun32 *)]; 166}; 167struct freebsd32_msgctl_args { 168 char msqid_l_[PADL_(int)]; int msqid; char msqid_r_[PADR_(int)]; 169 char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)]; 170 char buf_l_[PADL_(struct msqid_ds32 *)]; struct msqid_ds32 * buf; char buf_r_[PADR_(struct msqid_ds32 *)]; 171}; |
|
161struct freebsd32_msgsnd_args { 162 char msqid_l_[PADL_(int)]; int msqid; char msqid_r_[PADR_(int)]; 163 char msgp_l_[PADL_(void *)]; void * msgp; char msgp_r_[PADR_(void *)]; 164 char msgsz_l_[PADL_(size_t)]; size_t msgsz; char msgsz_r_[PADR_(size_t)]; 165 char msgflg_l_[PADL_(int)]; int msgflg; char msgflg_r_[PADR_(int)]; 166}; 167struct freebsd32_msgrcv_args { 168 char msqid_l_[PADL_(int)]; int msqid; char msqid_r_[PADR_(int)]; --- 166 unchanged lines hidden (view full) --- 335int freebsd32_semsys(struct thread *, struct freebsd32_semsys_args *); 336int freebsd32_msgsys(struct thread *, struct freebsd32_msgsys_args *); 337int freebsd32_shmsys(struct thread *, struct freebsd32_shmsys_args *); 338int freebsd32_stat(struct thread *, struct freebsd32_stat_args *); 339int freebsd32_fstat(struct thread *, struct freebsd32_fstat_args *); 340int freebsd32_lstat(struct thread *, struct freebsd32_lstat_args *); 341int freebsd32_sysctl(struct thread *, struct freebsd32_sysctl_args *); 342int freebsd32_futimes(struct thread *, struct freebsd32_futimes_args *); | 172struct freebsd32_msgsnd_args { 173 char msqid_l_[PADL_(int)]; int msqid; char msqid_r_[PADR_(int)]; 174 char msgp_l_[PADL_(void *)]; void * msgp; char msgp_r_[PADR_(void *)]; 175 char msgsz_l_[PADL_(size_t)]; size_t msgsz; char msgsz_r_[PADR_(size_t)]; 176 char msgflg_l_[PADL_(int)]; int msgflg; char msgflg_r_[PADR_(int)]; 177}; 178struct freebsd32_msgrcv_args { 179 char msqid_l_[PADL_(int)]; int msqid; char msqid_r_[PADR_(int)]; --- 166 unchanged lines hidden (view full) --- 346int freebsd32_semsys(struct thread *, struct freebsd32_semsys_args *); 347int freebsd32_msgsys(struct thread *, struct freebsd32_msgsys_args *); 348int freebsd32_shmsys(struct thread *, struct freebsd32_shmsys_args *); 349int freebsd32_stat(struct thread *, struct freebsd32_stat_args *); 350int freebsd32_fstat(struct thread *, struct freebsd32_fstat_args *); 351int freebsd32_lstat(struct thread *, struct freebsd32_lstat_args *); 352int freebsd32_sysctl(struct thread *, struct freebsd32_sysctl_args *); 353int freebsd32_futimes(struct thread *, struct freebsd32_futimes_args *); |
354int freebsd32_semctl(struct thread *, struct freebsd32_semctl_args *); 355int freebsd32_msgctl(struct thread *, struct freebsd32_msgctl_args *); |
|
343int freebsd32_msgsnd(struct thread *, struct freebsd32_msgsnd_args *); 344int freebsd32_msgrcv(struct thread *, struct freebsd32_msgrcv_args *); 345int freebsd32_shmctl(struct thread *, struct freebsd32_shmctl_args *); 346int freebsd32_clock_gettime(struct thread *, struct freebsd32_clock_gettime_args *); 347int freebsd32_clock_settime(struct thread *, struct freebsd32_clock_settime_args *); 348int freebsd32_clock_getres(struct thread *, struct freebsd32_clock_getres_args *); 349int freebsd32_nanosleep(struct thread *, struct freebsd32_nanosleep_args *); 350int freebsd32_lutimes(struct thread *, struct freebsd32_lutimes_args *); --- 185 unchanged lines hidden (view full) --- 536#define FREEBSD32_SYS_AUE_freebsd32_semsys AUE_SEMSYS 537#define FREEBSD32_SYS_AUE_freebsd32_msgsys AUE_MSGSYS 538#define FREEBSD32_SYS_AUE_freebsd32_shmsys AUE_SHMSYS 539#define FREEBSD32_SYS_AUE_freebsd32_stat AUE_STAT 540#define FREEBSD32_SYS_AUE_freebsd32_fstat AUE_FSTAT 541#define FREEBSD32_SYS_AUE_freebsd32_lstat AUE_LSTAT 542#define FREEBSD32_SYS_AUE_freebsd32_sysctl AUE_SYSCTL 543#define FREEBSD32_SYS_AUE_freebsd32_futimes AUE_FUTIMES | 356int freebsd32_msgsnd(struct thread *, struct freebsd32_msgsnd_args *); 357int freebsd32_msgrcv(struct thread *, struct freebsd32_msgrcv_args *); 358int freebsd32_shmctl(struct thread *, struct freebsd32_shmctl_args *); 359int freebsd32_clock_gettime(struct thread *, struct freebsd32_clock_gettime_args *); 360int freebsd32_clock_settime(struct thread *, struct freebsd32_clock_settime_args *); 361int freebsd32_clock_getres(struct thread *, struct freebsd32_clock_getres_args *); 362int freebsd32_nanosleep(struct thread *, struct freebsd32_nanosleep_args *); 363int freebsd32_lutimes(struct thread *, struct freebsd32_lutimes_args *); --- 185 unchanged lines hidden (view full) --- 549#define FREEBSD32_SYS_AUE_freebsd32_semsys AUE_SEMSYS 550#define FREEBSD32_SYS_AUE_freebsd32_msgsys AUE_MSGSYS 551#define FREEBSD32_SYS_AUE_freebsd32_shmsys AUE_SHMSYS 552#define FREEBSD32_SYS_AUE_freebsd32_stat AUE_STAT 553#define FREEBSD32_SYS_AUE_freebsd32_fstat AUE_FSTAT 554#define FREEBSD32_SYS_AUE_freebsd32_lstat AUE_LSTAT 555#define FREEBSD32_SYS_AUE_freebsd32_sysctl AUE_SYSCTL 556#define FREEBSD32_SYS_AUE_freebsd32_futimes AUE_FUTIMES |
557#define FREEBSD32_SYS_AUE_freebsd32_semctl AUE_SEMCTL 558#define FREEBSD32_SYS_AUE_freebsd32_msgctl AUE_MSGCTL |
|
544#define FREEBSD32_SYS_AUE_freebsd32_msgsnd AUE_MSGSND 545#define FREEBSD32_SYS_AUE_freebsd32_msgrcv AUE_MSGRCV 546#define FREEBSD32_SYS_AUE_freebsd32_shmctl AUE_SHMCTL 547#define FREEBSD32_SYS_AUE_freebsd32_clock_gettime AUE_NULL 548#define FREEBSD32_SYS_AUE_freebsd32_clock_settime AUE_CLOCK_SETTIME 549#define FREEBSD32_SYS_AUE_freebsd32_clock_getres AUE_NULL 550#define FREEBSD32_SYS_AUE_freebsd32_nanosleep AUE_NULL 551#define FREEBSD32_SYS_AUE_freebsd32_lutimes AUE_LUTIMES --- 29 unchanged lines hidden --- | 559#define FREEBSD32_SYS_AUE_freebsd32_msgsnd AUE_MSGSND 560#define FREEBSD32_SYS_AUE_freebsd32_msgrcv AUE_MSGRCV 561#define FREEBSD32_SYS_AUE_freebsd32_shmctl AUE_SHMCTL 562#define FREEBSD32_SYS_AUE_freebsd32_clock_gettime AUE_NULL 563#define FREEBSD32_SYS_AUE_freebsd32_clock_settime AUE_CLOCK_SETTIME 564#define FREEBSD32_SYS_AUE_freebsd32_clock_getres AUE_NULL 565#define FREEBSD32_SYS_AUE_freebsd32_nanosleep AUE_NULL 566#define FREEBSD32_SYS_AUE_freebsd32_lutimes AUE_LUTIMES --- 29 unchanged lines hidden --- |