Deleted Added
full compact
ibcs2_proto.h (160799) ibcs2_proto.h (161330)
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call prototypes.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/ibcs2/ibcs2_proto.h 160799 2006-07-28 19:08:37Z jhb $
5 * $FreeBSD: head/sys/i386/ibcs2/ibcs2_proto.h 161330 2006-08-15 17:37:01Z jhb $
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp
7 */
8
9#ifndef _IBCS2_SYSPROTO_H_
10#define _IBCS2_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.28 2006/07/28 19:05:27 jhb Exp
7 */
8
9#ifndef _IBCS2_SYSPROTO_H_
10#define _IBCS2_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>
14#include <posix4/_semaphore.h>
17
18#include <sys/ucontext.h>
19
15#include <sys/ucontext.h>
16
17#include <bsm/audit_kevents.h>
18
20struct proc;
21
22struct 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

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

344#endif /* COMPAT_43 */
345
346
347#ifdef COMPAT_FREEBSD4
348
349
350#endif /* COMPAT_FREEBSD4 */
351
19struct proc;
20
21struct thread;
22
23#define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
24 0 : sizeof(register_t) - sizeof(t))
25
26#if BYTE_ORDER == LITTLE_ENDIAN

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

343#endif /* COMPAT_43 */
344
345
346#ifdef COMPAT_FREEBSD4
347
348
349#endif /* COMPAT_FREEBSD4 */
350
351#define IBCS2_SYS_AUE_ibcs2_read AUE_NULL
352#define IBCS2_SYS_AUE_ibcs2_open AUE_OPEN_RWTC
353#define IBCS2_SYS_AUE_ibcs2_wait AUE_WAIT4
354#define IBCS2_SYS_AUE_ibcs2_creat AUE_CREAT
355#define IBCS2_SYS_AUE_ibcs2_unlink AUE_UNLINK
356#define IBCS2_SYS_AUE_ibcs2_execv AUE_EXECVE
357#define IBCS2_SYS_AUE_ibcs2_chdir AUE_CHDIR
358#define IBCS2_SYS_AUE_ibcs2_time AUE_NULL
359#define IBCS2_SYS_AUE_ibcs2_mknod AUE_MKNOD
360#define IBCS2_SYS_AUE_ibcs2_chmod AUE_CHMOD
361#define IBCS2_SYS_AUE_ibcs2_chown AUE_CHOWN
362#define IBCS2_SYS_AUE_ibcs2_stat AUE_STAT
363#define IBCS2_SYS_AUE_ibcs2_lseek AUE_LSEEK
364#define IBCS2_SYS_AUE_ibcs2_mount AUE_MOUNT
365#define IBCS2_SYS_AUE_ibcs2_umount AUE_UMOUNT
366#define IBCS2_SYS_AUE_ibcs2_setuid AUE_SETUID
367#define IBCS2_SYS_AUE_ibcs2_stime AUE_SETTIMEOFDAY
368#define IBCS2_SYS_AUE_ibcs2_alarm AUE_NULL
369#define IBCS2_SYS_AUE_ibcs2_fstat AUE_FSTAT
370#define IBCS2_SYS_AUE_ibcs2_pause AUE_NULL
371#define IBCS2_SYS_AUE_ibcs2_utime AUE_NULL
372#define IBCS2_SYS_AUE_ibcs2_stty AUE_NULL
373#define IBCS2_SYS_AUE_ibcs2_gtty AUE_NULL
374#define IBCS2_SYS_AUE_ibcs2_access AUE_ACCESS
375#define IBCS2_SYS_AUE_ibcs2_nice AUE_NICE
376#define IBCS2_SYS_AUE_ibcs2_statfs AUE_STATFS
377#define IBCS2_SYS_AUE_ibcs2_kill AUE_KILL
378#define IBCS2_SYS_AUE_ibcs2_fstatfs AUE_FSTATFS
379#define IBCS2_SYS_AUE_ibcs2_pgrpsys AUE_NULL
380#define IBCS2_SYS_AUE_ibcs2_xenix AUE_NULL
381#define IBCS2_SYS_AUE_ibcs2_times AUE_NULL
382#define IBCS2_SYS_AUE_ibcs2_plock AUE_NULL
383#define IBCS2_SYS_AUE_ibcs2_setgid AUE_SETGID
384#define IBCS2_SYS_AUE_ibcs2_sigsys AUE_NULL
385#define IBCS2_SYS_AUE_ibcs2_msgsys AUE_MSGSYS
386#define IBCS2_SYS_AUE_ibcs2_sysi86 AUE_NULL
387#define IBCS2_SYS_AUE_ibcs2_shmsys AUE_SHMSYS
388#define IBCS2_SYS_AUE_ibcs2_semsys AUE_SEMSYS
389#define IBCS2_SYS_AUE_ibcs2_ioctl AUE_IOCTL
390#define IBCS2_SYS_AUE_ibcs2_uadmin AUE_NULL
391#define IBCS2_SYS_AUE_ibcs2_utssys AUE_NULL
392#define IBCS2_SYS_AUE_ibcs2_execve AUE_EXECVE
393#define IBCS2_SYS_AUE_ibcs2_fcntl AUE_FCNTL
394#define IBCS2_SYS_AUE_ibcs2_ulimit AUE_NULL
395#define IBCS2_SYS_AUE_ibcs2_rmdir AUE_RMDIR
396#define IBCS2_SYS_AUE_ibcs2_mkdir AUE_MKDIR
397#define IBCS2_SYS_AUE_ibcs2_getdents AUE_GETDIRENTRIES
398#define IBCS2_SYS_AUE_ibcs2_sysfs AUE_NULL
399#define IBCS2_SYS_AUE_ibcs2_getmsg AUE_GETMSG
400#define IBCS2_SYS_AUE_ibcs2_putmsg AUE_PUTMSG
401#define IBCS2_SYS_AUE_ibcs2_secure AUE_NULL
402#define IBCS2_SYS_AUE_ibcs2_symlink AUE_SYMLINK
403#define IBCS2_SYS_AUE_ibcs2_lstat AUE_LSTAT
404#define IBCS2_SYS_AUE_ibcs2_readlink AUE_READLINK
405#define IBCS2_SYS_AUE_ibcs2_isc AUE_NULL
406
352#undef PAD_
353#undef PADL_
354#undef PADR_
355
356#endif /* !_IBCS2_SYSPROTO_H_ */
407#undef PAD_
408#undef PADL_
409#undef PADR_
410
411#endif /* !_IBCS2_SYSPROTO_H_ */