Regen.
This commit is contained in:
parent
3858a1f4f5
commit
5d8d23c71b
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 185435 2008-11-29 14:32:14Z bz
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 185878 2008-12-10 20:56:19Z jhb
|
||||
*/
|
||||
|
||||
#ifndef _FREEBSD32_SYSPROTO_H_
|
||||
@ -215,6 +215,18 @@ struct freebsd32_nanosleep_args {
|
||||
char rqtp_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * rqtp; char rqtp_r_[PADR_(const struct timespec32 *)];
|
||||
char rmtp_l_[PADL_(struct timespec32 *)]; struct timespec32 * rmtp; char rmtp_r_[PADR_(struct timespec32 *)];
|
||||
};
|
||||
struct freebsd32_aio_read_args {
|
||||
char aiocbp_l_[PADL_(struct aiocb32 *)]; struct aiocb32 * aiocbp; char aiocbp_r_[PADR_(struct aiocb32 *)];
|
||||
};
|
||||
struct freebsd32_aio_write_args {
|
||||
char aiocbp_l_[PADL_(struct aiocb32 *)]; struct aiocb32 * aiocbp; char aiocbp_r_[PADR_(struct aiocb32 *)];
|
||||
};
|
||||
struct freebsd32_lio_listio_args {
|
||||
char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
|
||||
char acb_list_l_[PADL_(struct aiocb32 *const *)]; struct aiocb32 *const * acb_list; char acb_list_r_[PADR_(struct aiocb32 *const *)];
|
||||
char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)];
|
||||
char sig_l_[PADL_(struct sigevent *)]; struct sigevent * sig; char sig_r_[PADR_(struct sigevent *)];
|
||||
};
|
||||
struct freebsd32_lutimes_args {
|
||||
char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
|
||||
char tptr_l_[PADL_(struct timeval32 *)]; struct timeval32 * tptr; char tptr_r_[PADR_(struct timeval32 *)];
|
||||
@ -235,6 +247,33 @@ struct freebsd32_modstat_args {
|
||||
char modid_l_[PADL_(int)]; int modid; char modid_r_[PADR_(int)];
|
||||
char stat_l_[PADL_(struct module_stat32 *)]; struct module_stat32 * stat; char stat_r_[PADR_(struct module_stat32 *)];
|
||||
};
|
||||
struct freebsd32_aio_return_args {
|
||||
char aiocbp_l_[PADL_(struct aiocb32 *)]; struct aiocb32 * aiocbp; char aiocbp_r_[PADR_(struct aiocb32 *)];
|
||||
};
|
||||
struct freebsd32_aio_suspend_args {
|
||||
char aiocbp_l_[PADL_(struct aiocb32 *const *)]; struct aiocb32 *const * aiocbp; char aiocbp_r_[PADR_(struct aiocb32 *const *)];
|
||||
char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)];
|
||||
char timeout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * timeout; char timeout_r_[PADR_(const struct timespec32 *)];
|
||||
};
|
||||
struct freebsd32_aio_cancel_args {
|
||||
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
|
||||
char aiocbp_l_[PADL_(struct aiocb32 *)]; struct aiocb32 * aiocbp; char aiocbp_r_[PADR_(struct aiocb32 *)];
|
||||
};
|
||||
struct freebsd32_aio_error_args {
|
||||
char aiocbp_l_[PADL_(struct aiocb32 *)]; struct aiocb32 * aiocbp; char aiocbp_r_[PADR_(struct aiocb32 *)];
|
||||
};
|
||||
struct freebsd32_oaio_read_args {
|
||||
char aiocbp_l_[PADL_(struct oaiocb32 *)]; struct oaiocb32 * aiocbp; char aiocbp_r_[PADR_(struct oaiocb32 *)];
|
||||
};
|
||||
struct freebsd32_oaio_write_args {
|
||||
char aiocbp_l_[PADL_(struct oaiocb32 *)]; struct oaiocb32 * aiocbp; char aiocbp_r_[PADR_(struct oaiocb32 *)];
|
||||
};
|
||||
struct freebsd32_olio_listio_args {
|
||||
char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
|
||||
char acb_list_l_[PADL_(struct oaiocb32 *const *)]; struct oaiocb32 *const * acb_list; char acb_list_r_[PADR_(struct oaiocb32 *const *)];
|
||||
char nent_l_[PADL_(int)]; int nent; char nent_r_[PADR_(int)];
|
||||
char sig_l_[PADL_(struct osigevent32 *)]; struct osigevent32 * sig; char sig_r_[PADR_(struct osigevent32 *)];
|
||||
};
|
||||
struct freebsd32_jail_args {
|
||||
char jail_l_[PADL_(struct jail32 *)]; struct jail32 * jail; char jail_r_[PADR_(struct jail32 *)];
|
||||
};
|
||||
@ -247,6 +286,10 @@ struct freebsd32_sigwaitinfo_args {
|
||||
char set_l_[PADL_(const sigset_t *)]; const sigset_t * set; char set_r_[PADR_(const sigset_t *)];
|
||||
char info_l_[PADL_(siginfo_t *)]; siginfo_t * info; char info_r_[PADR_(siginfo_t *)];
|
||||
};
|
||||
struct freebsd32_aio_waitcomplete_args {
|
||||
char aiocbp_l_[PADL_(struct aiocb32 **)]; struct aiocb32 ** aiocbp; char aiocbp_r_[PADR_(struct aiocb32 **)];
|
||||
char timeout_l_[PADL_(struct timespec32 *)]; struct timespec32 * timeout; char timeout_r_[PADR_(struct timespec32 *)];
|
||||
};
|
||||
struct freebsd32_kevent_args {
|
||||
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
|
||||
char changelist_l_[PADL_(const struct kevent32 *)]; const struct kevent32 * changelist; char changelist_r_[PADR_(const struct kevent32 *)];
|
||||
@ -308,6 +351,10 @@ struct freebsd32_thr_new_args {
|
||||
char param_l_[PADL_(struct thr_param32 *)]; struct thr_param32 * param; char param_r_[PADR_(struct thr_param32 *)];
|
||||
char param_size_l_[PADL_(int)]; int param_size; char param_size_r_[PADR_(int)];
|
||||
};
|
||||
struct freebsd32_aio_fsync_args {
|
||||
char op_l_[PADL_(int)]; int op; char op_r_[PADR_(int)];
|
||||
char aiocbp_l_[PADL_(struct aiocb32 *)]; struct aiocb32 * aiocbp; char aiocbp_r_[PADR_(struct aiocb32 *)];
|
||||
};
|
||||
struct freebsd32_pread_args {
|
||||
char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
|
||||
char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)];
|
||||
@ -427,13 +474,24 @@ int freebsd32_clock_gettime(struct thread *, struct freebsd32_clock_gettime_args
|
||||
int freebsd32_clock_settime(struct thread *, struct freebsd32_clock_settime_args *);
|
||||
int freebsd32_clock_getres(struct thread *, struct freebsd32_clock_getres_args *);
|
||||
int freebsd32_nanosleep(struct thread *, struct freebsd32_nanosleep_args *);
|
||||
int freebsd32_aio_read(struct thread *, struct freebsd32_aio_read_args *);
|
||||
int freebsd32_aio_write(struct thread *, struct freebsd32_aio_write_args *);
|
||||
int freebsd32_lio_listio(struct thread *, struct freebsd32_lio_listio_args *);
|
||||
int freebsd32_lutimes(struct thread *, struct freebsd32_lutimes_args *);
|
||||
int freebsd32_preadv(struct thread *, struct freebsd32_preadv_args *);
|
||||
int freebsd32_pwritev(struct thread *, struct freebsd32_pwritev_args *);
|
||||
int freebsd32_modstat(struct thread *, struct freebsd32_modstat_args *);
|
||||
int freebsd32_aio_return(struct thread *, struct freebsd32_aio_return_args *);
|
||||
int freebsd32_aio_suspend(struct thread *, struct freebsd32_aio_suspend_args *);
|
||||
int freebsd32_aio_cancel(struct thread *, struct freebsd32_aio_cancel_args *);
|
||||
int freebsd32_aio_error(struct thread *, struct freebsd32_aio_error_args *);
|
||||
int freebsd32_oaio_read(struct thread *, struct freebsd32_oaio_read_args *);
|
||||
int freebsd32_oaio_write(struct thread *, struct freebsd32_oaio_write_args *);
|
||||
int freebsd32_olio_listio(struct thread *, struct freebsd32_olio_listio_args *);
|
||||
int freebsd32_jail(struct thread *, struct freebsd32_jail_args *);
|
||||
int freebsd32_sigtimedwait(struct thread *, struct freebsd32_sigtimedwait_args *);
|
||||
int freebsd32_sigwaitinfo(struct thread *, struct freebsd32_sigwaitinfo_args *);
|
||||
int freebsd32_aio_waitcomplete(struct thread *, struct freebsd32_aio_waitcomplete_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 *);
|
||||
@ -447,6 +505,7 @@ int freebsd32_umtx_unlock(struct thread *, struct freebsd32_umtx_unlock_args *);
|
||||
int freebsd32_thr_suspend(struct thread *, struct freebsd32_thr_suspend_args *);
|
||||
int freebsd32_umtx_op(struct thread *, struct freebsd32_umtx_op_args *);
|
||||
int freebsd32_thr_new(struct thread *, struct freebsd32_thr_new_args *);
|
||||
int freebsd32_aio_fsync(struct thread *, struct freebsd32_aio_fsync_args *);
|
||||
int freebsd32_pread(struct thread *, struct freebsd32_pread_args *);
|
||||
int freebsd32_pwrite(struct thread *, struct freebsd32_pwrite_args *);
|
||||
int freebsd32_mmap(struct thread *, struct freebsd32_mmap_args *);
|
||||
@ -641,13 +700,24 @@ int freebsd6_freebsd32_ftruncate(struct thread *, struct freebsd6_freebsd32_ftru
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_clock_settime AUE_CLOCK_SETTIME
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_clock_getres AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_nanosleep AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_aio_read AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_aio_write AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_lio_listio AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_lutimes AUE_LUTIMES
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_preadv AUE_PREADV
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_pwritev AUE_PWRITEV
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_modstat AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_aio_return AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_aio_suspend AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_aio_cancel AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_aio_error AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_oaio_read AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_oaio_write AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_olio_listio AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_jail AUE_JAIL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sigtimedwait AUE_SIGWAIT
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_sigwaitinfo AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_aio_waitcomplete 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
|
||||
@ -661,6 +731,7 @@ int freebsd6_freebsd32_ftruncate(struct thread *, struct freebsd6_freebsd32_ftru
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_thr_suspend AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_umtx_op AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_thr_new AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_aio_fsync AUE_NULL
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_pread AUE_PREAD
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_pwrite AUE_PWRITE
|
||||
#define FREEBSD32_SYS_AUE_freebsd32_mmap AUE_MMAP
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 185435 2008-11-29 14:32:14Z bz
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 185878 2008-12-10 20:56:19Z jhb
|
||||
*/
|
||||
|
||||
#define FREEBSD32_SYS_syscall 0
|
||||
@ -210,6 +210,9 @@
|
||||
#define FREEBSD32_SYS_openbsd_poll 252
|
||||
#define FREEBSD32_SYS_issetugid 253
|
||||
#define FREEBSD32_SYS_lchown 254
|
||||
#define FREEBSD32_SYS_freebsd32_aio_read 255
|
||||
#define FREEBSD32_SYS_freebsd32_aio_write 256
|
||||
#define FREEBSD32_SYS_freebsd32_lio_listio 257
|
||||
#define FREEBSD32_SYS_getdents 272
|
||||
#define FREEBSD32_SYS_lchmod 274
|
||||
#define FREEBSD32_SYS_netbsd_lchown 275
|
||||
@ -237,6 +240,13 @@
|
||||
#define FREEBSD32_SYS_setresuid 311
|
||||
#define FREEBSD32_SYS_setresgid 312
|
||||
/* 313 is obsolete signanosleep */
|
||||
#define FREEBSD32_SYS_freebsd32_aio_return 314
|
||||
#define FREEBSD32_SYS_freebsd32_aio_suspend 315
|
||||
#define FREEBSD32_SYS_freebsd32_aio_cancel 316
|
||||
#define FREEBSD32_SYS_freebsd32_aio_error 317
|
||||
#define FREEBSD32_SYS_freebsd32_oaio_read 318
|
||||
#define FREEBSD32_SYS_freebsd32_oaio_write 319
|
||||
#define FREEBSD32_SYS_freebsd32_olio_listio 320
|
||||
#define FREEBSD32_SYS_yield 321
|
||||
/* 322 is obsolete thr_sleep */
|
||||
/* 323 is obsolete thr_wakeup */
|
||||
@ -274,6 +284,7 @@
|
||||
#define FREEBSD32_SYS_extattr_set_file 356
|
||||
#define FREEBSD32_SYS_extattr_get_file 357
|
||||
#define FREEBSD32_SYS_extattr_delete_file 358
|
||||
#define FREEBSD32_SYS_freebsd32_aio_waitcomplete 359
|
||||
#define FREEBSD32_SYS_getresuid 360
|
||||
#define FREEBSD32_SYS_getresgid 361
|
||||
#define FREEBSD32_SYS_kqueue 362
|
||||
@ -321,6 +332,7 @@
|
||||
#define FREEBSD32_SYS_sigqueue 456
|
||||
#define FREEBSD32_SYS_abort2 463
|
||||
#define FREEBSD32_SYS_thr_set_name 464
|
||||
#define FREEBSD32_SYS_freebsd32_aio_fsync 465
|
||||
#define FREEBSD32_SYS_rtprio_thread 466
|
||||
#define FREEBSD32_SYS_sctp_peeloff 471
|
||||
#define FREEBSD32_SYS_sctp_generic_sendmsg 472
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 185435 2008-11-29 14:32:14Z bz
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 185878 2008-12-10 20:56:19Z jhb
|
||||
*/
|
||||
|
||||
const char *freebsd32_syscallnames[] = {
|
||||
@ -262,9 +262,9 @@ const char *freebsd32_syscallnames[] = {
|
||||
"openbsd_poll", /* 252 = openbsd_poll */
|
||||
"issetugid", /* 253 = issetugid */
|
||||
"lchown", /* 254 = lchown */
|
||||
"#255", /* 255 = nosys */
|
||||
"#256", /* 256 = nosys */
|
||||
"#257", /* 257 = nosys */
|
||||
"freebsd32_aio_read", /* 255 = freebsd32_aio_read */
|
||||
"freebsd32_aio_write", /* 256 = freebsd32_aio_write */
|
||||
"freebsd32_lio_listio", /* 257 = freebsd32_lio_listio */
|
||||
"#258", /* 258 = nosys */
|
||||
"#259", /* 259 = nosys */
|
||||
"#260", /* 260 = nosys */
|
||||
@ -321,13 +321,13 @@ const char *freebsd32_syscallnames[] = {
|
||||
"setresuid", /* 311 = setresuid */
|
||||
"setresgid", /* 312 = setresgid */
|
||||
"obs_signanosleep", /* 313 = obsolete signanosleep */
|
||||
"#314", /* 314 = aio_return */
|
||||
"#315", /* 315 = aio_suspend */
|
||||
"#316", /* 316 = aio_cancel */
|
||||
"#317", /* 317 = aio_error */
|
||||
"#318", /* 318 = aio_read */
|
||||
"#319", /* 319 = aio_write */
|
||||
"#320", /* 320 = lio_listio */
|
||||
"freebsd32_aio_return", /* 314 = freebsd32_aio_return */
|
||||
"freebsd32_aio_suspend", /* 315 = freebsd32_aio_suspend */
|
||||
"freebsd32_aio_cancel", /* 316 = freebsd32_aio_cancel */
|
||||
"freebsd32_aio_error", /* 317 = freebsd32_aio_error */
|
||||
"freebsd32_oaio_read", /* 318 = freebsd32_oaio_read */
|
||||
"freebsd32_oaio_write", /* 319 = freebsd32_oaio_write */
|
||||
"freebsd32_olio_listio", /* 320 = freebsd32_olio_listio */
|
||||
"yield", /* 321 = yield */
|
||||
"obs_thr_sleep", /* 322 = obsolete thr_sleep */
|
||||
"obs_thr_wakeup", /* 323 = obsolete thr_wakeup */
|
||||
@ -366,7 +366,7 @@ const char *freebsd32_syscallnames[] = {
|
||||
"extattr_set_file", /* 356 = extattr_set_file */
|
||||
"extattr_get_file", /* 357 = extattr_get_file */
|
||||
"extattr_delete_file", /* 358 = extattr_delete_file */
|
||||
"#359", /* 359 = aio_waitcomplete */
|
||||
"freebsd32_aio_waitcomplete", /* 359 = freebsd32_aio_waitcomplete */
|
||||
"getresuid", /* 360 = getresuid */
|
||||
"getresgid", /* 361 = getresgid */
|
||||
"kqueue", /* 362 = kqueue */
|
||||
@ -472,7 +472,7 @@ const char *freebsd32_syscallnames[] = {
|
||||
"#462", /* 462 = kmq_unlink */
|
||||
"abort2", /* 463 = abort2 */
|
||||
"thr_set_name", /* 464 = thr_set_name */
|
||||
"#465", /* 465 = aio_fsync */
|
||||
"freebsd32_aio_fsync", /* 465 = freebsd32_aio_fsync */
|
||||
"rtprio_thread", /* 466 = rtprio_thread */
|
||||
"#467", /* 467 = nosys */
|
||||
"#468", /* 468 = nosys */
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 185435 2008-11-29 14:32:14Z bz
|
||||
* created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 185878 2008-12-10 20:56:19Z jhb
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
@ -293,9 +293,9 @@ struct sysent freebsd32_sysent[] = {
|
||||
{ AS(openbsd_poll_args), (sy_call_t *)openbsd_poll, AUE_POLL, NULL, 0, 0 }, /* 252 = openbsd_poll */
|
||||
{ 0, (sy_call_t *)issetugid, AUE_ISSETUGID, NULL, 0, 0 }, /* 253 = issetugid */
|
||||
{ AS(lchown_args), (sy_call_t *)lchown, AUE_LCHOWN, NULL, 0, 0 }, /* 254 = lchown */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 255 = nosys */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 256 = nosys */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 257 = nosys */
|
||||
{ AS(freebsd32_aio_read_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 255 = freebsd32_aio_read */
|
||||
{ AS(freebsd32_aio_write_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 256 = freebsd32_aio_write */
|
||||
{ AS(freebsd32_lio_listio_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 257 = freebsd32_lio_listio */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 258 = nosys */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 259 = nosys */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 260 = nosys */
|
||||
@ -352,13 +352,13 @@ struct sysent freebsd32_sysent[] = {
|
||||
{ AS(setresuid_args), (sy_call_t *)setresuid, AUE_SETRESUID, NULL, 0, 0 }, /* 311 = setresuid */
|
||||
{ AS(setresgid_args), (sy_call_t *)setresgid, AUE_SETRESGID, NULL, 0, 0 }, /* 312 = setresgid */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 313 = obsolete signanosleep */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 314 = aio_return */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 315 = aio_suspend */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 316 = aio_cancel */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 317 = aio_error */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 318 = aio_read */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 319 = aio_write */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 320 = lio_listio */
|
||||
{ AS(freebsd32_aio_return_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 314 = freebsd32_aio_return */
|
||||
{ AS(freebsd32_aio_suspend_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 315 = freebsd32_aio_suspend */
|
||||
{ AS(freebsd32_aio_cancel_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 316 = freebsd32_aio_cancel */
|
||||
{ AS(freebsd32_aio_error_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 317 = freebsd32_aio_error */
|
||||
{ AS(freebsd32_oaio_read_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 318 = freebsd32_oaio_read */
|
||||
{ AS(freebsd32_oaio_write_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 319 = freebsd32_oaio_write */
|
||||
{ AS(freebsd32_olio_listio_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 320 = freebsd32_olio_listio */
|
||||
{ 0, (sy_call_t *)yield, AUE_NULL, NULL, 0, 0 }, /* 321 = yield */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 322 = obsolete thr_sleep */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 323 = obsolete thr_wakeup */
|
||||
@ -397,7 +397,7 @@ struct sysent freebsd32_sysent[] = {
|
||||
{ AS(extattr_set_file_args), (sy_call_t *)extattr_set_file, AUE_EXTATTR_SET_FILE, NULL, 0, 0 }, /* 356 = extattr_set_file */
|
||||
{ AS(extattr_get_file_args), (sy_call_t *)extattr_get_file, AUE_EXTATTR_GET_FILE, NULL, 0, 0 }, /* 357 = extattr_get_file */
|
||||
{ AS(extattr_delete_file_args), (sy_call_t *)extattr_delete_file, AUE_EXTATTR_DELETE_FILE, NULL, 0, 0 }, /* 358 = extattr_delete_file */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 359 = aio_waitcomplete */
|
||||
{ AS(freebsd32_aio_waitcomplete_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 359 = freebsd32_aio_waitcomplete */
|
||||
{ AS(getresuid_args), (sy_call_t *)getresuid, AUE_GETRESUID, NULL, 0, 0 }, /* 360 = getresuid */
|
||||
{ AS(getresgid_args), (sy_call_t *)getresgid, AUE_GETRESGID, NULL, 0, 0 }, /* 361 = getresgid */
|
||||
{ 0, (sy_call_t *)kqueue, AUE_KQUEUE, NULL, 0, 0 }, /* 362 = kqueue */
|
||||
@ -503,7 +503,7 @@ struct sysent freebsd32_sysent[] = {
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 462 = kmq_unlink */
|
||||
{ AS(abort2_args), (sy_call_t *)abort2, AUE_NULL, NULL, 0, 0 }, /* 463 = abort2 */
|
||||
{ AS(thr_set_name_args), (sy_call_t *)thr_set_name, AUE_NULL, NULL, 0, 0 }, /* 464 = thr_set_name */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 465 = aio_fsync */
|
||||
{ AS(freebsd32_aio_fsync_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0 }, /* 465 = freebsd32_aio_fsync */
|
||||
{ AS(rtprio_thread_args), (sy_call_t *)rtprio_thread, AUE_RTPRIO, NULL, 0, 0 }, /* 466 = rtprio_thread */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 467 = nosys */
|
||||
{ 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 }, /* 468 = nosys */
|
||||
|
Loading…
x
Reference in New Issue
Block a user