Regen for r293588.
This commit is contained in:
parent
bbbcfd1903
commit
87e0367fbe
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293582 2016-01-09 17:41:00Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYSPROTO_H_
|
||||
@ -1059,7 +1059,11 @@ struct linux_perf_event_open_args {
|
||||
register_t dummy;
|
||||
};
|
||||
struct linux_recvmmsg_args {
|
||||
register_t dummy;
|
||||
char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
|
||||
char msg_l_[PADL_(struct l_mmsghdr *)]; struct l_mmsghdr * msg; char msg_r_[PADR_(struct l_mmsghdr *)];
|
||||
char vlen_l_[PADL_(l_uint)]; l_uint vlen; char vlen_r_[PADR_(l_uint)];
|
||||
char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
|
||||
char timeout_l_[PADL_(struct l_timespec *)]; struct l_timespec * timeout; char timeout_r_[PADR_(struct l_timespec *)];
|
||||
};
|
||||
struct linux_fanotify_init_args {
|
||||
register_t dummy;
|
||||
@ -1086,7 +1090,10 @@ struct linux_syncfs_args {
|
||||
register_t dummy;
|
||||
};
|
||||
struct linux_sendmmsg_args {
|
||||
register_t dummy;
|
||||
char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
|
||||
char msg_l_[PADL_(struct l_mmsghdr *)]; struct l_mmsghdr * msg; char msg_r_[PADR_(struct l_mmsghdr *)];
|
||||
char vlen_l_[PADL_(l_uint)]; l_uint vlen; char vlen_r_[PADR_(l_uint)];
|
||||
char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
|
||||
};
|
||||
struct linux_setns_args {
|
||||
register_t dummy;
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293582 2016-01-09 17:41:00Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
#define LINUX_SYS_read 0
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293582 2016-01-09 17:41:00Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
const char *linux_syscallnames[] = {
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293582 2016-01-09 17:41:00Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -317,7 +317,7 @@ struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)linux_pwritev, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 296 = linux_pwritev */
|
||||
{ 0, (sy_call_t *)linux_rt_tsigqueueinfo, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 297 = linux_rt_tsigqueueinfo */
|
||||
{ 0, (sy_call_t *)linux_perf_event_open, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 298 = linux_perf_event_open */
|
||||
{ 0, (sy_call_t *)linux_recvmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 299 = linux_recvmmsg */
|
||||
{ AS(linux_recvmmsg_args), (sy_call_t *)linux_recvmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 299 = linux_recvmmsg */
|
||||
{ 0, (sy_call_t *)linux_fanotify_init, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 300 = linux_fanotify_init */
|
||||
{ 0, (sy_call_t *)linux_fanotify_mark, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 301 = linux_fanotify_mark */
|
||||
{ AS(linux_prlimit64_args), (sy_call_t *)linux_prlimit64, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 302 = linux_prlimit64 */
|
||||
@ -325,7 +325,7 @@ struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)linux_open_by_handle_at, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 304 = linux_open_by_handle_at */
|
||||
{ 0, (sy_call_t *)linux_clock_adjtime, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 305 = linux_clock_adjtime */
|
||||
{ 0, (sy_call_t *)linux_syncfs, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 306 = linux_syncfs */
|
||||
{ 0, (sy_call_t *)linux_sendmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 307 = linux_sendmmsg */
|
||||
{ AS(linux_sendmmsg_args), (sy_call_t *)linux_sendmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 307 = linux_sendmmsg */
|
||||
{ 0, (sy_call_t *)linux_setns, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 308 = linux_setns */
|
||||
{ 0, (sy_call_t *)linux_process_vm_readv, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 309 = linux_process_vm_readv */
|
||||
{ 0, (sy_call_t *)linux_process_vm_writev, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 310 = linux_process_vm_writev */
|
||||
|
@ -2182,7 +2182,13 @@ systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)
|
||||
}
|
||||
/* linux_recvmmsg */
|
||||
case 299: {
|
||||
*n_args = 0;
|
||||
struct linux_recvmmsg_args *p = params;
|
||||
iarg[0] = p->s; /* l_int */
|
||||
uarg[1] = (intptr_t) p->msg; /* struct l_mmsghdr * */
|
||||
iarg[2] = p->vlen; /* l_uint */
|
||||
iarg[3] = p->flags; /* l_uint */
|
||||
uarg[4] = (intptr_t) p->timeout; /* struct l_timespec * */
|
||||
*n_args = 5;
|
||||
break;
|
||||
}
|
||||
/* linux_fanotify_init */
|
||||
@ -2227,7 +2233,12 @@ systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)
|
||||
}
|
||||
/* linux_sendmmsg */
|
||||
case 307: {
|
||||
*n_args = 0;
|
||||
struct linux_sendmmsg_args *p = params;
|
||||
iarg[0] = p->s; /* l_int */
|
||||
uarg[1] = (intptr_t) p->msg; /* struct l_mmsghdr * */
|
||||
iarg[2] = p->vlen; /* l_uint */
|
||||
iarg[3] = p->flags; /* l_uint */
|
||||
*n_args = 4;
|
||||
break;
|
||||
}
|
||||
/* linux_setns */
|
||||
@ -5531,6 +5542,25 @@ systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
break;
|
||||
/* linux_recvmmsg */
|
||||
case 299:
|
||||
switch(ndx) {
|
||||
case 0:
|
||||
p = "l_int";
|
||||
break;
|
||||
case 1:
|
||||
p = "struct l_mmsghdr *";
|
||||
break;
|
||||
case 2:
|
||||
p = "l_uint";
|
||||
break;
|
||||
case 3:
|
||||
p = "l_uint";
|
||||
break;
|
||||
case 4:
|
||||
p = "struct l_timespec *";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
break;
|
||||
/* linux_fanotify_init */
|
||||
case 300:
|
||||
@ -5571,6 +5601,22 @@ systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
break;
|
||||
/* linux_sendmmsg */
|
||||
case 307:
|
||||
switch(ndx) {
|
||||
case 0:
|
||||
p = "l_int";
|
||||
break;
|
||||
case 1:
|
||||
p = "struct l_mmsghdr *";
|
||||
break;
|
||||
case 2:
|
||||
p = "l_uint";
|
||||
break;
|
||||
case 3:
|
||||
p = "l_uint";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
break;
|
||||
/* linux_setns */
|
||||
case 308:
|
||||
@ -6784,6 +6830,9 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
case 298:
|
||||
/* linux_recvmmsg */
|
||||
case 299:
|
||||
if (ndx == 0 || ndx == 1)
|
||||
p = "int";
|
||||
break;
|
||||
/* linux_fanotify_init */
|
||||
case 300:
|
||||
/* linux_fanotify_mark */
|
||||
@ -6803,6 +6852,9 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
case 306:
|
||||
/* linux_sendmmsg */
|
||||
case 307:
|
||||
if (ndx == 0 || ndx == 1)
|
||||
p = "int";
|
||||
break;
|
||||
/* linux_setns */
|
||||
case 308:
|
||||
/* linux_process_vm_readv */
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293585 2016-01-09 17:45:02Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYSPROTO_H_
|
||||
@ -1113,7 +1113,11 @@ struct linux_perf_event_open_args {
|
||||
register_t dummy;
|
||||
};
|
||||
struct linux_recvmmsg_args {
|
||||
register_t dummy;
|
||||
char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
|
||||
char msg_l_[PADL_(struct l_mmsghdr *)]; struct l_mmsghdr * msg; char msg_r_[PADR_(struct l_mmsghdr *)];
|
||||
char vlen_l_[PADL_(l_uint)]; l_uint vlen; char vlen_r_[PADR_(l_uint)];
|
||||
char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
|
||||
char timeout_l_[PADL_(struct l_timespec *)]; struct l_timespec * timeout; char timeout_r_[PADR_(struct l_timespec *)];
|
||||
};
|
||||
struct linux_fanotify_init_args {
|
||||
register_t dummy;
|
||||
@ -1140,7 +1144,10 @@ struct linux_syncfs_args {
|
||||
register_t dummy;
|
||||
};
|
||||
struct linux_sendmmsg_args {
|
||||
register_t dummy;
|
||||
char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
|
||||
char msg_l_[PADL_(struct l_mmsghdr *)]; struct l_mmsghdr * msg; char msg_r_[PADR_(struct l_mmsghdr *)];
|
||||
char vlen_l_[PADL_(l_uint)]; l_uint vlen; char vlen_r_[PADR_(l_uint)];
|
||||
char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
|
||||
};
|
||||
struct linux_setns_args {
|
||||
register_t dummy;
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293585 2016-01-09 17:45:02Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
#define LINUX_SYS_linux_exit 1
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293585 2016-01-09 17:45:02Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
const char *linux_syscallnames[] = {
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293585 2016-01-09 17:45:02Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/amd64/linux32/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
#include "opt_compat.h"
|
||||
@ -356,7 +356,7 @@ struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)linux_pwritev, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 334 = linux_pwritev */
|
||||
{ 0, (sy_call_t *)linux_rt_tsigqueueinfo, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 335 = linux_rt_tsigqueueinfo */
|
||||
{ 0, (sy_call_t *)linux_perf_event_open, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 336 = linux_perf_event_open */
|
||||
{ 0, (sy_call_t *)linux_recvmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 337 = linux_recvmmsg */
|
||||
{ AS(linux_recvmmsg_args), (sy_call_t *)linux_recvmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 337 = linux_recvmmsg */
|
||||
{ 0, (sy_call_t *)linux_fanotify_init, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 338 = linux_fanotify_init */
|
||||
{ 0, (sy_call_t *)linux_fanotify_mark, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 339 = linux_fanotify_mark */
|
||||
{ AS(linux_prlimit64_args), (sy_call_t *)linux_prlimit64, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 340 = linux_prlimit64 */
|
||||
@ -364,7 +364,7 @@ struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)linux_open_by_handle_at, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 342 = linux_open_by_handle_at */
|
||||
{ 0, (sy_call_t *)linux_clock_adjtime, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 343 = linux_clock_adjtime */
|
||||
{ 0, (sy_call_t *)linux_syncfs, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 344 = linux_syncfs */
|
||||
{ 0, (sy_call_t *)linux_sendmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 345 = linux_sendmmsg */
|
||||
{ AS(linux_sendmmsg_args), (sy_call_t *)linux_sendmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 345 = linux_sendmmsg */
|
||||
{ 0, (sy_call_t *)linux_setns, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 346 = linux_setns */
|
||||
{ 0, (sy_call_t *)linux_process_vm_readv, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 347 = linux_process_vm_readv */
|
||||
{ 0, (sy_call_t *)linux_process_vm_writev, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 348 = linux_process_vm_writev */
|
||||
|
@ -2279,7 +2279,13 @@ systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)
|
||||
}
|
||||
/* linux_recvmmsg */
|
||||
case 337: {
|
||||
*n_args = 0;
|
||||
struct linux_recvmmsg_args *p = params;
|
||||
iarg[0] = p->s; /* l_int */
|
||||
uarg[1] = (intptr_t) p->msg; /* struct l_mmsghdr * */
|
||||
iarg[2] = p->vlen; /* l_uint */
|
||||
iarg[3] = p->flags; /* l_uint */
|
||||
uarg[4] = (intptr_t) p->timeout; /* struct l_timespec * */
|
||||
*n_args = 5;
|
||||
break;
|
||||
}
|
||||
/* linux_fanotify_init */
|
||||
@ -2324,7 +2330,12 @@ systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)
|
||||
}
|
||||
/* linux_sendmmsg */
|
||||
case 345: {
|
||||
*n_args = 0;
|
||||
struct linux_sendmmsg_args *p = params;
|
||||
iarg[0] = p->s; /* l_int */
|
||||
uarg[1] = (intptr_t) p->msg; /* struct l_mmsghdr * */
|
||||
iarg[2] = p->vlen; /* l_uint */
|
||||
iarg[3] = p->flags; /* l_uint */
|
||||
*n_args = 4;
|
||||
break;
|
||||
}
|
||||
/* linux_setns */
|
||||
@ -5719,6 +5730,25 @@ systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
break;
|
||||
/* linux_recvmmsg */
|
||||
case 337:
|
||||
switch(ndx) {
|
||||
case 0:
|
||||
p = "l_int";
|
||||
break;
|
||||
case 1:
|
||||
p = "struct l_mmsghdr *";
|
||||
break;
|
||||
case 2:
|
||||
p = "l_uint";
|
||||
break;
|
||||
case 3:
|
||||
p = "l_uint";
|
||||
break;
|
||||
case 4:
|
||||
p = "struct l_timespec *";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
break;
|
||||
/* linux_fanotify_init */
|
||||
case 338:
|
||||
@ -5759,6 +5789,22 @@ systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
break;
|
||||
/* linux_sendmmsg */
|
||||
case 345:
|
||||
switch(ndx) {
|
||||
case 0:
|
||||
p = "l_int";
|
||||
break;
|
||||
case 1:
|
||||
p = "struct l_mmsghdr *";
|
||||
break;
|
||||
case 2:
|
||||
p = "l_uint";
|
||||
break;
|
||||
case 3:
|
||||
p = "l_uint";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
break;
|
||||
/* linux_setns */
|
||||
case 346:
|
||||
@ -7042,6 +7088,9 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
case 336:
|
||||
/* linux_recvmmsg */
|
||||
case 337:
|
||||
if (ndx == 0 || ndx == 1)
|
||||
p = "int";
|
||||
break;
|
||||
/* linux_fanotify_init */
|
||||
case 338:
|
||||
/* linux_fanotify_mark */
|
||||
@ -7061,6 +7110,9 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
case 344:
|
||||
/* linux_sendmmsg */
|
||||
case 345:
|
||||
if (ndx == 0 || ndx == 1)
|
||||
p = "int";
|
||||
break;
|
||||
/* linux_setns */
|
||||
case 346:
|
||||
/* linux_process_vm_readv */
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 293585 2016-01-09 17:45:02Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYSPROTO_H_
|
||||
@ -1131,7 +1131,11 @@ struct linux_perf_event_open_args {
|
||||
register_t dummy;
|
||||
};
|
||||
struct linux_recvmmsg_args {
|
||||
register_t dummy;
|
||||
char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
|
||||
char msg_l_[PADL_(struct l_mmsghdr *)]; struct l_mmsghdr * msg; char msg_r_[PADR_(struct l_mmsghdr *)];
|
||||
char vlen_l_[PADL_(l_uint)]; l_uint vlen; char vlen_r_[PADR_(l_uint)];
|
||||
char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
|
||||
char timeout_l_[PADL_(struct l_timespec *)]; struct l_timespec * timeout; char timeout_r_[PADR_(struct l_timespec *)];
|
||||
};
|
||||
struct linux_fanotify_init_args {
|
||||
register_t dummy;
|
||||
@ -1158,7 +1162,10 @@ struct linux_syncfs_args {
|
||||
register_t dummy;
|
||||
};
|
||||
struct linux_sendmmsg_args {
|
||||
register_t dummy;
|
||||
char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
|
||||
char msg_l_[PADL_(struct l_mmsghdr *)]; struct l_mmsghdr * msg; char msg_r_[PADR_(struct l_mmsghdr *)];
|
||||
char vlen_l_[PADL_(l_uint)]; l_uint vlen; char vlen_r_[PADR_(l_uint)];
|
||||
char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
|
||||
};
|
||||
struct linux_setns_args {
|
||||
register_t dummy;
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 293585 2016-01-09 17:45:02Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
#define LINUX_SYS_linux_exit 1
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 293585 2016-01-09 17:45:02Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
const char *linux_syscallnames[] = {
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* $FreeBSD$
|
||||
* created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 293585 2016-01-09 17:45:02Z dchagin
|
||||
* created from FreeBSD: stable/10/sys/i386/linux/syscalls.master 293588 2016-01-09 17:50:13Z dchagin
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -355,7 +355,7 @@ struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)linux_pwritev, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 334 = linux_pwritev */
|
||||
{ 0, (sy_call_t *)linux_rt_tsigqueueinfo, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 335 = linux_rt_tsigqueueinfo */
|
||||
{ 0, (sy_call_t *)linux_perf_event_open, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 336 = linux_perf_event_open */
|
||||
{ 0, (sy_call_t *)linux_recvmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 337 = linux_recvmmsg */
|
||||
{ AS(linux_recvmmsg_args), (sy_call_t *)linux_recvmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 337 = linux_recvmmsg */
|
||||
{ 0, (sy_call_t *)linux_fanotify_init, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 338 = linux_fanotify_init */
|
||||
{ 0, (sy_call_t *)linux_fanotify_mark, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 339 = linux_fanotify_mark */
|
||||
{ AS(linux_prlimit64_args), (sy_call_t *)linux_prlimit64, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 340 = linux_prlimit64 */
|
||||
@ -363,7 +363,7 @@ struct sysent linux_sysent[] = {
|
||||
{ 0, (sy_call_t *)linux_open_by_handle_at, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 342 = linux_open_by_handle_at */
|
||||
{ 0, (sy_call_t *)linux_clock_adjtime, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 343 = linux_clock_adjtime */
|
||||
{ 0, (sy_call_t *)linux_syncfs, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 344 = linux_syncfs */
|
||||
{ 0, (sy_call_t *)linux_sendmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 345 = linux_sendmmsg */
|
||||
{ AS(linux_sendmmsg_args), (sy_call_t *)linux_sendmmsg, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 345 = linux_sendmmsg */
|
||||
{ 0, (sy_call_t *)linux_setns, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 346 = linux_setns */
|
||||
{ 0, (sy_call_t *)linux_process_vm_readv, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 347 = linux_process_vm_readv */
|
||||
{ 0, (sy_call_t *)linux_process_vm_writev, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 348 = linux_process_vm_writev */
|
||||
|
@ -2355,7 +2355,13 @@ systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)
|
||||
}
|
||||
/* linux_recvmmsg */
|
||||
case 337: {
|
||||
*n_args = 0;
|
||||
struct linux_recvmmsg_args *p = params;
|
||||
iarg[0] = p->s; /* l_int */
|
||||
uarg[1] = (intptr_t) p->msg; /* struct l_mmsghdr * */
|
||||
iarg[2] = p->vlen; /* l_uint */
|
||||
iarg[3] = p->flags; /* l_uint */
|
||||
uarg[4] = (intptr_t) p->timeout; /* struct l_timespec * */
|
||||
*n_args = 5;
|
||||
break;
|
||||
}
|
||||
/* linux_fanotify_init */
|
||||
@ -2400,7 +2406,12 @@ systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)
|
||||
}
|
||||
/* linux_sendmmsg */
|
||||
case 345: {
|
||||
*n_args = 0;
|
||||
struct linux_sendmmsg_args *p = params;
|
||||
iarg[0] = p->s; /* l_int */
|
||||
uarg[1] = (intptr_t) p->msg; /* struct l_mmsghdr * */
|
||||
iarg[2] = p->vlen; /* l_uint */
|
||||
iarg[3] = p->flags; /* l_uint */
|
||||
*n_args = 4;
|
||||
break;
|
||||
}
|
||||
/* linux_setns */
|
||||
@ -5950,6 +5961,25 @@ systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
break;
|
||||
/* linux_recvmmsg */
|
||||
case 337:
|
||||
switch(ndx) {
|
||||
case 0:
|
||||
p = "l_int";
|
||||
break;
|
||||
case 1:
|
||||
p = "struct l_mmsghdr *";
|
||||
break;
|
||||
case 2:
|
||||
p = "l_uint";
|
||||
break;
|
||||
case 3:
|
||||
p = "l_uint";
|
||||
break;
|
||||
case 4:
|
||||
p = "struct l_timespec *";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
break;
|
||||
/* linux_fanotify_init */
|
||||
case 338:
|
||||
@ -5990,6 +6020,22 @@ systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
break;
|
||||
/* linux_sendmmsg */
|
||||
case 345:
|
||||
switch(ndx) {
|
||||
case 0:
|
||||
p = "l_int";
|
||||
break;
|
||||
case 1:
|
||||
p = "struct l_mmsghdr *";
|
||||
break;
|
||||
case 2:
|
||||
p = "l_uint";
|
||||
break;
|
||||
case 3:
|
||||
p = "l_uint";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
break;
|
||||
/* linux_setns */
|
||||
case 346:
|
||||
@ -7320,6 +7366,9 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
case 336:
|
||||
/* linux_recvmmsg */
|
||||
case 337:
|
||||
if (ndx == 0 || ndx == 1)
|
||||
p = "int";
|
||||
break;
|
||||
/* linux_fanotify_init */
|
||||
case 338:
|
||||
/* linux_fanotify_mark */
|
||||
@ -7339,6 +7388,9 @@ systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
|
||||
case 344:
|
||||
/* linux_sendmmsg */
|
||||
case 345:
|
||||
if (ndx == 0 || ndx == 1)
|
||||
p = "int";
|
||||
break;
|
||||
/* linux_setns */
|
||||
case 346:
|
||||
/* linux_process_vm_readv */
|
||||
|
Loading…
Reference in New Issue
Block a user