Deleted Added
full compact
sysproto.h (236027) sysproto.h (239347)
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/sys/sysproto.h 236027 2012-05-25 21:52:57Z ed $
5 * $FreeBSD: head/sys/sys/sysproto.h 239347 2012-08-17 02:26:31Z davidxu $
6 * created from FreeBSD: head/sys/kern/syscalls.master 236026 2012-05-25 21:50:48Z ed
7 */
8
9#ifndef _SYS_SYSPROTO_H_
10#define _SYS_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>

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

731 char ffcount_l_[PADL_(ffcounter *)]; ffcounter * ffcount; char ffcount_r_[PADR_(ffcounter *)];
732};
733struct ffclock_setestimate_args {
734 char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)];
735};
736struct ffclock_getestimate_args {
737 char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)];
738};
6 * created from FreeBSD: head/sys/kern/syscalls.master 236026 2012-05-25 21:50:48Z ed
7 */
8
9#ifndef _SYS_SYSPROTO_H_
10#define _SYS_SYSPROTO_H_
11
12#include <sys/signal.h>
13#include <sys/acl.h>

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

731 char ffcount_l_[PADL_(ffcounter *)]; ffcounter * ffcount; char ffcount_r_[PADR_(ffcounter *)];
732};
733struct ffclock_setestimate_args {
734 char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)];
735};
736struct ffclock_getestimate_args {
737 char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)];
738};
739struct clock_getcpuclockid2_args {
740 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)];
741 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
742 char clock_id_l_[PADL_(clockid_t *)]; clockid_t * clock_id; char clock_id_r_[PADR_(clockid_t *)];
743};
739struct ntp_gettime_args {
740 char ntvp_l_[PADL_(struct ntptimeval *)]; struct ntptimeval * ntvp; char ntvp_r_[PADR_(struct ntptimeval *)];
741};
742struct minherit_args {
743 char addr_l_[PADL_(void *)]; void * addr; char addr_r_[PADR_(void *)];
744 char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
745 char inherit_l_[PADL_(int)]; int inherit; char inherit_r_[PADR_(int)];
746};

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

1902int sys_ktimer_delete(struct thread *, struct ktimer_delete_args *);
1903int sys_ktimer_settime(struct thread *, struct ktimer_settime_args *);
1904int sys_ktimer_gettime(struct thread *, struct ktimer_gettime_args *);
1905int sys_ktimer_getoverrun(struct thread *, struct ktimer_getoverrun_args *);
1906int sys_nanosleep(struct thread *, struct nanosleep_args *);
1907int sys_ffclock_getcounter(struct thread *, struct ffclock_getcounter_args *);
1908int sys_ffclock_setestimate(struct thread *, struct ffclock_setestimate_args *);
1909int sys_ffclock_getestimate(struct thread *, struct ffclock_getestimate_args *);
744struct ntp_gettime_args {
745 char ntvp_l_[PADL_(struct ntptimeval *)]; struct ntptimeval * ntvp; char ntvp_r_[PADR_(struct ntptimeval *)];
746};
747struct minherit_args {
748 char addr_l_[PADL_(void *)]; void * addr; char addr_r_[PADR_(void *)];
749 char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
750 char inherit_l_[PADL_(int)]; int inherit; char inherit_r_[PADR_(int)];
751};

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

1907int sys_ktimer_delete(struct thread *, struct ktimer_delete_args *);
1908int sys_ktimer_settime(struct thread *, struct ktimer_settime_args *);
1909int sys_ktimer_gettime(struct thread *, struct ktimer_gettime_args *);
1910int sys_ktimer_getoverrun(struct thread *, struct ktimer_getoverrun_args *);
1911int sys_nanosleep(struct thread *, struct nanosleep_args *);
1912int sys_ffclock_getcounter(struct thread *, struct ffclock_getcounter_args *);
1913int sys_ffclock_setestimate(struct thread *, struct ffclock_setestimate_args *);
1914int sys_ffclock_getestimate(struct thread *, struct ffclock_getestimate_args *);
1915int sys_clock_getcpuclockid2(struct thread *, struct clock_getcpuclockid2_args *);
1910int sys_ntp_gettime(struct thread *, struct ntp_gettime_args *);
1911int sys_minherit(struct thread *, struct minherit_args *);
1912int sys_rfork(struct thread *, struct rfork_args *);
1913int sys_openbsd_poll(struct thread *, struct openbsd_poll_args *);
1914int sys_issetugid(struct thread *, struct issetugid_args *);
1915int sys_lchown(struct thread *, struct lchown_args *);
1916int sys_aio_read(struct thread *, struct aio_read_args *);
1917int sys_aio_write(struct thread *, struct aio_write_args *);

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

2592#define SYS_AUE_ktimer_delete AUE_NULL
2593#define SYS_AUE_ktimer_settime AUE_NULL
2594#define SYS_AUE_ktimer_gettime AUE_NULL
2595#define SYS_AUE_ktimer_getoverrun AUE_NULL
2596#define SYS_AUE_nanosleep AUE_NULL
2597#define SYS_AUE_ffclock_getcounter AUE_NULL
2598#define SYS_AUE_ffclock_setestimate AUE_NULL
2599#define SYS_AUE_ffclock_getestimate AUE_NULL
1916int sys_ntp_gettime(struct thread *, struct ntp_gettime_args *);
1917int sys_minherit(struct thread *, struct minherit_args *);
1918int sys_rfork(struct thread *, struct rfork_args *);
1919int sys_openbsd_poll(struct thread *, struct openbsd_poll_args *);
1920int sys_issetugid(struct thread *, struct issetugid_args *);
1921int sys_lchown(struct thread *, struct lchown_args *);
1922int sys_aio_read(struct thread *, struct aio_read_args *);
1923int sys_aio_write(struct thread *, struct aio_write_args *);

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

2598#define SYS_AUE_ktimer_delete AUE_NULL
2599#define SYS_AUE_ktimer_settime AUE_NULL
2600#define SYS_AUE_ktimer_gettime AUE_NULL
2601#define SYS_AUE_ktimer_getoverrun AUE_NULL
2602#define SYS_AUE_nanosleep AUE_NULL
2603#define SYS_AUE_ffclock_getcounter AUE_NULL
2604#define SYS_AUE_ffclock_setestimate AUE_NULL
2605#define SYS_AUE_ffclock_getestimate AUE_NULL
2606#define SYS_AUE_clock_getcpuclockid2 AUE_NULL
2600#define SYS_AUE_ntp_gettime AUE_NULL
2601#define SYS_AUE_minherit AUE_MINHERIT
2602#define SYS_AUE_rfork AUE_RFORK
2603#define SYS_AUE_openbsd_poll AUE_POLL
2604#define SYS_AUE_issetugid AUE_ISSETUGID
2605#define SYS_AUE_lchown AUE_LCHOWN
2606#define SYS_AUE_aio_read AUE_NULL
2607#define SYS_AUE_aio_write AUE_NULL

--- 224 unchanged lines hidden ---
2607#define SYS_AUE_ntp_gettime AUE_NULL
2608#define SYS_AUE_minherit AUE_MINHERIT
2609#define SYS_AUE_rfork AUE_RFORK
2610#define SYS_AUE_openbsd_poll AUE_POLL
2611#define SYS_AUE_issetugid AUE_ISSETUGID
2612#define SYS_AUE_lchown AUE_LCHOWN
2613#define SYS_AUE_aio_read AUE_NULL
2614#define SYS_AUE_aio_write AUE_NULL

--- 224 unchanged lines hidden ---