Deleted Added
sdiff udiff text old ( 283452 ) new ( 283466 )
full compact
1/*
2 * System call argument to DTrace register array converstion.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/amd64/linux/linux_systrace_args.c 283452 2015-05-24 17:00:43Z dchagin $
6 * This file is part of the DTrace syscall provider.
7 */
8
9static void
10systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)
11{
12 int64_t *iarg = (int64_t *) uarg;
13 switch (sysnum) {

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

2080 case 284: {
2081 struct linux_eventfd_args *p = params;
2082 iarg[0] = p->initval; /* l_uint */
2083 *n_args = 1;
2084 break;
2085 }
2086 /* linux_fallocate */
2087 case 285: {
2088 *n_args = 0;
2089 break;
2090 }
2091 /* linux_timerfd_settime */
2092 case 286: {
2093 *n_args = 0;
2094 break;
2095 }
2096 /* linux_timerfd_gettime */

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

5386 p = "l_uint";
5387 break;
5388 default:
5389 break;
5390 };
5391 break;
5392 /* linux_fallocate */
5393 case 285:
5394 break;
5395 /* linux_timerfd_settime */
5396 case 286:
5397 break;
5398 /* linux_timerfd_gettime */
5399 case 287:
5400 break;
5401 /* linux_accept4 */

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

6688 case 283:
6689 /* linux_eventfd */
6690 case 284:
6691 if (ndx == 0 || ndx == 1)
6692 p = "int";
6693 break;
6694 /* linux_fallocate */
6695 case 285:
6696 /* linux_timerfd_settime */
6697 case 286:
6698 /* linux_timerfd_gettime */
6699 case 287:
6700 /* linux_accept4 */
6701 case 288:
6702 if (ndx == 0 || ndx == 1)
6703 p = "int";

--- 70 unchanged lines hidden ---