Regenerate for r183188.
This commit is contained in:
parent
6e6049e9df
commit
f1287854fd
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183042 2008-09-15 17:37:41Z obrien
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183188 2008-09-19 15:17:32Z obrien
|
||||
*/
|
||||
|
||||
#ifndef _FREEBSD32_SYSPROTO_H_
|
||||
@ -241,6 +241,11 @@ struct freebsd32_kevent_args {
|
||||
char nevents_l_[PADL_(int)]; int nevents; char nevents_r_[PADR_(int)];
|
||||
char timeout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * timeout; char timeout_r_[PADR_(const struct timespec32 *)];
|
||||
};
|
||||
struct freebsd32_nmount_args {
|
||||
char iovp_l_[PADL_(struct iovec32 *)]; struct iovec32 * iovp; char iovp_r_[PADR_(struct iovec32 *)];
|
||||
char iovcnt_l_[PADL_(unsigned int)]; unsigned int iovcnt; char iovcnt_r_[PADR_(unsigned int)];
|
||||
char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
|
||||
};
|
||||
struct freebsd32_sendfile_args {
|
||||
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
|
||||
char s_l_[PADL_(int)]; int s; char s_r_[PADR_(int)];
|
||||
@ -413,6 +418,7 @@ int freebsd32_modstat(struct thread *, struct freebsd32_modstat_args *);
|
||||
int freebsd32_sigtimedwait(struct thread *, struct freebsd32_sigtimedwait_args *);
|
||||
int freebsd32_sigwaitinfo(struct thread *, struct freebsd32_sigwaitinfo_args *);
|
||||
int freebsd32_kevent(struct thread *, struct freebsd32_kevent_args *);
|
||||
int freebsd32_nmount(struct thread *, struct freebsd32_nmount_args *);
|
||||
int freebsd32_sendfile(struct thread *, struct freebsd32_sendfile_args *);
|
||||
int freebsd32_sigaction(struct thread *, struct freebsd32_sigaction_args *);
|
||||
int freebsd32_sigreturn(struct thread *, struct freebsd32_sigreturn_args *);
|
||||
@ -623,6 +629,7 @@ int freebsd6_freebsd32_ftruncate(struct thread *, struct freebsd6_freebsd32_ftru
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sigtimedwait AUE_SIGWAIT
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sigwaitinfo AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_kevent AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_nmount AUE_NMOUNT
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sendfile AUE_SENDFILE
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sigaction AUE_SIGACTION
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sigreturn AUE_SIGRETURN
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183042 2008-09-15 17:37:41Z obrien
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183188 2008-09-19 15:17:32Z obrien
|
||||
*/
|
||||
|
||||
#define FREEBSD32_SYS_syscall 0
|
||||
@ -283,7 +283,7 @@
|
||||
#define FREEBSD32_SYS_extattr_delete_fd 373
|
||||
#define FREEBSD32_SYS___setugid 374
|
||||
#define FREEBSD32_SYS_eaccess 376
|
||||
#define FREEBSD32_SYS_nmount 378
|
||||
#define FREEBSD32_SYS_freebsd32_nmount 378
|
||||
#define FREEBSD32_SYS_kenv 390
|
||||
#define FREEBSD32_SYS_lchflags 391
|
||||
#define FREEBSD32_SYS_uuidgen 392
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183042 2008-09-15 17:37:41Z obrien
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183188 2008-09-19 15:17:32Z obrien
|
||||
*/
|
||||
|
||||
const char *freebsd32_syscallnames[] = {
|
||||
@ -385,7 +385,7 @@ const char *freebsd32_syscallnames[] = {
|
||||
"#375", /* 375 = nfsclnt */
|
||||
"eaccess", /* 376 = eaccess */
|
||||
"#377", /* 377 = afs_syscall */
|
||||
"nmount", /* 378 = nmount */
|
||||
"freebsd32_nmount", /* 378 = freebsd32_nmount */
|
||||
"#379", /* 379 = kse_exit */
|
||||
"#380", /* 380 = kse_wakeup */
|
||||
"#381", /* 381 = kse_create */
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183042 2008-09-15 17:37:41Z obrien
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 183188 2008-09-19 15:17:32Z obrien
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
@ -416,7 +416,7 @@ struct sysent freebsd32_sysent[] = {
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 375 = nfsclnt */
|
||||
{ AS(eaccess_args), (sy_call_t *)eaccess, AUE_EACCESS, NULL, 0, 0 }, /* 376 = eaccess */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 377 = afs_syscall */
|
||||
{ AS(nmount_args), (sy_call_t *)nmount, AUE_NMOUNT, NULL, 0, 0 }, /* 378 = nmount */
|
||||
{ AS(freebsd32_nmount_args), (sy_call_t *)freebsd32_nmount, AUE_NMOUNT, NULL, 0, 0 }, /* 378 = freebsd32_nmount */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 379 = kse_exit */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 380 = kse_wakeup */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 381 = kse_create */
|
||||
|
Loading…
x
Reference in New Issue
Block a user