summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-08-30 14:26:02 +0000
committerkib <kib@FreeBSD.org>2010-08-30 14:26:02 +0000
commit8505815b26f679d50f55f4ed16b1604f2d747b4e (patch)
tree75d4d52762805fe72f408dc5040e4f3f4fb7b328 /sys/sys/sysproto.h
parent0a6b8011f4a7208eaf14987044c6f6180f290f13 (diff)
downloadFreeBSD-src-8505815b26f679d50f55f4ed16b1604f2d747b4e.zip
FreeBSD-src-8505815b26f679d50f55f4ed16b1604f2d747b4e.tar.gz
Regen
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h22
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 5f86f3d..e1b35fe 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 209579 2010-06-28 18:06:46Z kib
+ * created from FreeBSD: head/sys/kern/syscalls.master 211998 2010-08-30 14:24:44Z kib
*/
#ifndef _SYS_SYSPROTO_H_
@@ -933,6 +933,13 @@ struct kldsym_args {
struct jail_args {
char jail_l_[PADL_(struct jail *)]; struct jail * jail; char jail_r_[PADR_(struct jail *)];
};
+struct nnpfs_syscall_args {
+ char operation_l_[PADL_(int)]; int operation; char operation_r_[PADR_(int)];
+ char a_pathP_l_[PADL_(char *)]; char * a_pathP; char a_pathP_r_[PADR_(char *)];
+ char a_opcode_l_[PADL_(int)]; int a_opcode; char a_opcode_r_[PADR_(int)];
+ char a_paramsP_l_[PADL_(void *)]; void * a_paramsP; char a_paramsP_r_[PADR_(void *)];
+ char a_followSymlinks_l_[PADL_(int)]; int a_followSymlinks; char a_followSymlinks_r_[PADR_(int)];
+};
struct sigprocmask_args {
char how_l_[PADL_(int)]; int how; char how_r_[PADR_(int)];
char set_l_[PADL_(const sigset_t *)]; const sigset_t * set; char set_r_[PADR_(const sigset_t *)];
@@ -1068,6 +1075,15 @@ struct eaccess_args {
char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
};
+struct afs3_syscall_args {
+ char syscall_l_[PADL_(long)]; long syscall; char syscall_r_[PADR_(long)];
+ char parm1_l_[PADL_(long)]; long parm1; char parm1_r_[PADR_(long)];
+ char parm2_l_[PADL_(long)]; long parm2; char parm2_r_[PADR_(long)];
+ char parm3_l_[PADL_(long)]; long parm3; char parm3_r_[PADR_(long)];
+ char parm4_l_[PADL_(long)]; long parm4; char parm4_r_[PADR_(long)];
+ char parm5_l_[PADL_(long)]; long parm5; char parm5_r_[PADR_(long)];
+ char parm6_l_[PADL_(long)]; long parm6; char parm6_r_[PADR_(long)];
+};
struct nmount_args {
char iovp_l_[PADL_(struct iovec *)]; struct iovec * iovp; char iovp_r_[PADR_(struct iovec *)];
char iovcnt_l_[PADL_(unsigned int)]; unsigned int iovcnt; char iovcnt_r_[PADR_(unsigned int)];
@@ -1858,6 +1874,7 @@ int sched_rr_get_interval(struct thread *, struct sched_rr_get_interval_args *);
int utrace(struct thread *, struct utrace_args *);
int kldsym(struct thread *, struct kldsym_args *);
int jail(struct thread *, struct jail_args *);
+int nnpfs_syscall(struct thread *, struct nnpfs_syscall_args *);
int sigprocmask(struct thread *, struct sigprocmask_args *);
int sigsuspend(struct thread *, struct sigsuspend_args *);
int sigpending(struct thread *, struct sigpending_args *);
@@ -1885,6 +1902,7 @@ int extattr_get_fd(struct thread *, struct extattr_get_fd_args *);
int extattr_delete_fd(struct thread *, struct extattr_delete_fd_args *);
int __setugid(struct thread *, struct __setugid_args *);
int eaccess(struct thread *, struct eaccess_args *);
+int afs3_syscall(struct thread *, struct afs3_syscall_args *);
int nmount(struct thread *, struct nmount_args *);
int __mac_get_proc(struct thread *, struct __mac_get_proc_args *);
int __mac_set_proc(struct thread *, struct __mac_set_proc_args *);
@@ -2529,6 +2547,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_freebsd4_sendfile AUE_SENDFILE
#define SYS_AUE_kldsym AUE_NULL
#define SYS_AUE_jail AUE_JAIL
+#define SYS_AUE_nnpfs_syscall AUE_NULL
#define SYS_AUE_sigprocmask AUE_SIGPROCMASK
#define SYS_AUE_sigsuspend AUE_SIGSUSPEND
#define SYS_AUE_freebsd4_sigaction AUE_SIGACTION
@@ -2558,6 +2577,7 @@ int freebsd7_shmctl(struct thread *, struct freebsd7_shmctl_args *);
#define SYS_AUE_extattr_delete_fd AUE_EXTATTR_DELETE_FD
#define SYS_AUE___setugid AUE_NULL
#define SYS_AUE_eaccess AUE_EACCESS
+#define SYS_AUE_afs3_syscall AUE_NULL
#define SYS_AUE_nmount AUE_NMOUNT
#define SYS_AUE___mac_get_proc AUE_NULL
#define SYS_AUE___mac_set_proc AUE_NULL
OpenPOWER on IntegriCloud