Deleted Added
full compact
ibcs2_proto.h (83366) ibcs2_proto.h (92761)
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 83366 2001-09-12 08:38:13Z julian $
5 * $FreeBSD: head/sys/i386/ibcs2/ibcs2_proto.h 92761 2002-03-20 05:48:58Z alfred $
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.12 2000/07/29 10:05:25 peter Exp
7 */
8
9#ifndef _IBCS2_SYSPROTO_H_
10#define _IBCS2_SYSPROTO_H_
11
12#include <sys/signal.h>
13

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

270struct ibcs2_readlink_args {
271 char * path; char path_[PAD_(char *)];
272 char * buf; char buf_[PAD_(char *)];
273 int count; char count_[PAD_(int)];
274};
275struct ibcs2_isc_args {
276 register_t dummy;
277};
6 * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.12 2000/07/29 10:05:25 peter Exp
7 */
8
9#ifndef _IBCS2_SYSPROTO_H_
10#define _IBCS2_SYSPROTO_H_
11
12#include <sys/signal.h>
13

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

270struct ibcs2_readlink_args {
271 char * path; char path_[PAD_(char *)];
272 char * buf; char buf_[PAD_(char *)];
273 int count; char count_[PAD_(int)];
274};
275struct ibcs2_isc_args {
276 register_t dummy;
277};
278int ibcs2_read __P((struct thread *, struct ibcs2_read_args *));
279int ibcs2_open __P((struct thread *, struct ibcs2_open_args *));
280int ibcs2_wait __P((struct thread *, struct ibcs2_wait_args *));
281int ibcs2_creat __P((struct thread *, struct ibcs2_creat_args *));
282int ibcs2_unlink __P((struct thread *, struct ibcs2_unlink_args *));
283int ibcs2_execv __P((struct thread *, struct ibcs2_execv_args *));
284int ibcs2_chdir __P((struct thread *, struct ibcs2_chdir_args *));
285int ibcs2_time __P((struct thread *, struct ibcs2_time_args *));
286int ibcs2_mknod __P((struct thread *, struct ibcs2_mknod_args *));
287int ibcs2_chmod __P((struct thread *, struct ibcs2_chmod_args *));
288int ibcs2_chown __P((struct thread *, struct ibcs2_chown_args *));
289int ibcs2_stat __P((struct thread *, struct ibcs2_stat_args *));
290int ibcs2_lseek __P((struct thread *, struct ibcs2_lseek_args *));
291int ibcs2_mount __P((struct thread *, struct ibcs2_mount_args *));
292int ibcs2_umount __P((struct thread *, struct ibcs2_umount_args *));
293int ibcs2_setuid __P((struct thread *, struct ibcs2_setuid_args *));
294int ibcs2_stime __P((struct thread *, struct ibcs2_stime_args *));
295int ibcs2_alarm __P((struct thread *, struct ibcs2_alarm_args *));
296int ibcs2_fstat __P((struct thread *, struct ibcs2_fstat_args *));
297int ibcs2_pause __P((struct thread *, struct ibcs2_pause_args *));
298int ibcs2_utime __P((struct thread *, struct ibcs2_utime_args *));
299int ibcs2_stty __P((struct thread *, struct ibcs2_stty_args *));
300int ibcs2_gtty __P((struct thread *, struct ibcs2_gtty_args *));
301int ibcs2_access __P((struct thread *, struct ibcs2_access_args *));
302int ibcs2_nice __P((struct thread *, struct ibcs2_nice_args *));
303int ibcs2_statfs __P((struct thread *, struct ibcs2_statfs_args *));
304int ibcs2_kill __P((struct thread *, struct ibcs2_kill_args *));
305int ibcs2_fstatfs __P((struct thread *, struct ibcs2_fstatfs_args *));
306int ibcs2_pgrpsys __P((struct thread *, struct ibcs2_pgrpsys_args *));
307int ibcs2_xenix __P((struct thread *, struct ibcs2_xenix_args *));
308int ibcs2_times __P((struct thread *, struct ibcs2_times_args *));
309int ibcs2_plock __P((struct thread *, struct ibcs2_plock_args *));
310int ibcs2_setgid __P((struct thread *, struct ibcs2_setgid_args *));
311int ibcs2_sigsys __P((struct thread *, struct ibcs2_sigsys_args *));
312int ibcs2_msgsys __P((struct thread *, struct ibcs2_msgsys_args *));
313int ibcs2_sysi86 __P((struct thread *, struct ibcs2_sysi86_args *));
314int ibcs2_shmsys __P((struct thread *, struct ibcs2_shmsys_args *));
315int ibcs2_semsys __P((struct thread *, struct ibcs2_semsys_args *));
316int ibcs2_ioctl __P((struct thread *, struct ibcs2_ioctl_args *));
317int ibcs2_uadmin __P((struct thread *, struct ibcs2_uadmin_args *));
318int ibcs2_utssys __P((struct thread *, struct ibcs2_utssys_args *));
319int ibcs2_execve __P((struct thread *, struct ibcs2_execve_args *));
320int ibcs2_fcntl __P((struct thread *, struct ibcs2_fcntl_args *));
321int ibcs2_ulimit __P((struct thread *, struct ibcs2_ulimit_args *));
322int ibcs2_rmdir __P((struct thread *, struct ibcs2_rmdir_args *));
323int ibcs2_mkdir __P((struct thread *, struct ibcs2_mkdir_args *));
324int ibcs2_getdents __P((struct thread *, struct ibcs2_getdents_args *));
325int ibcs2_sysfs __P((struct thread *, struct ibcs2_sysfs_args *));
326int ibcs2_getmsg __P((struct thread *, struct ibcs2_getmsg_args *));
327int ibcs2_putmsg __P((struct thread *, struct ibcs2_putmsg_args *));
328int ibcs2_poll __P((struct thread *, struct ibcs2_poll_args *));
329int ibcs2_secure __P((struct thread *, struct ibcs2_secure_args *));
330int ibcs2_symlink __P((struct thread *, struct ibcs2_symlink_args *));
331int ibcs2_lstat __P((struct thread *, struct ibcs2_lstat_args *));
332int ibcs2_readlink __P((struct thread *, struct ibcs2_readlink_args *));
333int ibcs2_isc __P((struct thread *, struct ibcs2_isc_args *));
278int ibcs2_read(struct thread *, struct ibcs2_read_args *);
279int ibcs2_open(struct thread *, struct ibcs2_open_args *);
280int ibcs2_wait(struct thread *, struct ibcs2_wait_args *);
281int ibcs2_creat(struct thread *, struct ibcs2_creat_args *);
282int ibcs2_unlink(struct thread *, struct ibcs2_unlink_args *);
283int ibcs2_execv(struct thread *, struct ibcs2_execv_args *);
284int ibcs2_chdir(struct thread *, struct ibcs2_chdir_args *);
285int ibcs2_time(struct thread *, struct ibcs2_time_args *);
286int ibcs2_mknod(struct thread *, struct ibcs2_mknod_args *);
287int ibcs2_chmod(struct thread *, struct ibcs2_chmod_args *);
288int ibcs2_chown(struct thread *, struct ibcs2_chown_args *);
289int ibcs2_stat(struct thread *, struct ibcs2_stat_args *);
290int ibcs2_lseek(struct thread *, struct ibcs2_lseek_args *);
291int ibcs2_mount(struct thread *, struct ibcs2_mount_args *);
292int ibcs2_umount(struct thread *, struct ibcs2_umount_args *);
293int ibcs2_setuid(struct thread *, struct ibcs2_setuid_args *);
294int ibcs2_stime(struct thread *, struct ibcs2_stime_args *);
295int ibcs2_alarm(struct thread *, struct ibcs2_alarm_args *);
296int ibcs2_fstat(struct thread *, struct ibcs2_fstat_args *);
297int ibcs2_pause(struct thread *, struct ibcs2_pause_args *);
298int ibcs2_utime(struct thread *, struct ibcs2_utime_args *);
299int ibcs2_stty(struct thread *, struct ibcs2_stty_args *);
300int ibcs2_gtty(struct thread *, struct ibcs2_gtty_args *);
301int ibcs2_access(struct thread *, struct ibcs2_access_args *);
302int ibcs2_nice(struct thread *, struct ibcs2_nice_args *);
303int ibcs2_statfs(struct thread *, struct ibcs2_statfs_args *);
304int ibcs2_kill(struct thread *, struct ibcs2_kill_args *);
305int ibcs2_fstatfs(struct thread *, struct ibcs2_fstatfs_args *);
306int ibcs2_pgrpsys(struct thread *, struct ibcs2_pgrpsys_args *);
307int ibcs2_xenix(struct thread *, struct ibcs2_xenix_args *);
308int ibcs2_times(struct thread *, struct ibcs2_times_args *);
309int ibcs2_plock(struct thread *, struct ibcs2_plock_args *);
310int ibcs2_setgid(struct thread *, struct ibcs2_setgid_args *);
311int ibcs2_sigsys(struct thread *, struct ibcs2_sigsys_args *);
312int ibcs2_msgsys(struct thread *, struct ibcs2_msgsys_args *);
313int ibcs2_sysi86(struct thread *, struct ibcs2_sysi86_args *);
314int ibcs2_shmsys(struct thread *, struct ibcs2_shmsys_args *);
315int ibcs2_semsys(struct thread *, struct ibcs2_semsys_args *);
316int ibcs2_ioctl(struct thread *, struct ibcs2_ioctl_args *);
317int ibcs2_uadmin(struct thread *, struct ibcs2_uadmin_args *);
318int ibcs2_utssys(struct thread *, struct ibcs2_utssys_args *);
319int ibcs2_execve(struct thread *, struct ibcs2_execve_args *);
320int ibcs2_fcntl(struct thread *, struct ibcs2_fcntl_args *);
321int ibcs2_ulimit(struct thread *, struct ibcs2_ulimit_args *);
322int ibcs2_rmdir(struct thread *, struct ibcs2_rmdir_args *);
323int ibcs2_mkdir(struct thread *, struct ibcs2_mkdir_args *);
324int ibcs2_getdents(struct thread *, struct ibcs2_getdents_args *);
325int ibcs2_sysfs(struct thread *, struct ibcs2_sysfs_args *);
326int ibcs2_getmsg(struct thread *, struct ibcs2_getmsg_args *);
327int ibcs2_putmsg(struct thread *, struct ibcs2_putmsg_args *);
328int ibcs2_poll(struct thread *, struct ibcs2_poll_args *);
329int ibcs2_secure(struct thread *, struct ibcs2_secure_args *);
330int ibcs2_symlink(struct thread *, struct ibcs2_symlink_args *);
331int ibcs2_lstat(struct thread *, struct ibcs2_lstat_args *);
332int ibcs2_readlink(struct thread *, struct ibcs2_readlink_args *);
333int ibcs2_isc(struct thread *, struct ibcs2_isc_args *);
334
335#ifdef COMPAT_43
336
337
338#endif /* COMPAT_43 */
339
340#undef PAD_
341
342#endif /* !_IBCS2_SYSPROTO_H_ */
334
335#ifdef COMPAT_43
336
337
338#endif /* COMPAT_43 */
339
340#undef PAD_
341
342#endif /* !_IBCS2_SYSPROTO_H_ */