Deleted Added
sdiff udiff text old ( 255673 ) new ( 255676 )
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/i386/linux/linux_systrace_args.c 255676 2013-09-18 18:49:26Z rdivacky $
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) {

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

1738 }
1739 /* linux_lookup_dcookie */
1740 case 253: {
1741 *n_args = 0;
1742 break;
1743 }
1744 /* linux_epoll_create */
1745 case 254: {
1746 *n_args = 0;
1747 break;
1748 }
1749 /* linux_epoll_ctl */
1750 case 255: {
1751 *n_args = 0;
1752 break;
1753 }
1754 /* linux_epoll_wait */
1755 case 256: {
1756 *n_args = 0;
1757 break;
1758 }
1759 /* linux_remap_file_pages */
1760 case 257: {
1761 *n_args = 0;
1762 break;
1763 }
1764 /* linux_set_tid_address */

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

2245 }
2246 /* linux_eventfd2 */
2247 case 328: {
2248 *n_args = 0;
2249 break;
2250 }
2251 /* linux_epoll_create1 */
2252 case 329: {
2253 *n_args = 0;
2254 break;
2255 }
2256 /* linux_dup3 */
2257 case 330: {
2258 *n_args = 0;
2259 break;
2260 }
2261 /* linux_pipe2 */

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

4964 break;
4965 };
4966 break;
4967 /* linux_lookup_dcookie */
4968 case 253:
4969 break;
4970 /* linux_epoll_create */
4971 case 254:
4972 break;
4973 /* linux_epoll_ctl */
4974 case 255:
4975 break;
4976 /* linux_epoll_wait */
4977 case 256:
4978 break;
4979 /* linux_remap_file_pages */
4980 case 257:
4981 break;
4982 /* linux_set_tid_address */
4983 case 258:
4984 switch(ndx) {
4985 case 0:

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

5644 /* linux_signalfd4 */
5645 case 327:
5646 break;
5647 /* linux_eventfd2 */
5648 case 328:
5649 break;
5650 /* linux_epoll_create1 */
5651 case 329:
5652 break;
5653 /* linux_dup3 */
5654 case 330:
5655 break;
5656 /* linux_pipe2 */
5657 case 331:
5658 switch(ndx) {
5659 case 0:

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

6720 case 252:
6721 if (ndx == 0 || ndx == 1)
6722 p = "int";
6723 break;
6724 /* linux_lookup_dcookie */
6725 case 253:
6726 /* linux_epoll_create */
6727 case 254:
6728 /* linux_epoll_ctl */
6729 case 255:
6730 /* linux_epoll_wait */
6731 case 256:
6732 /* linux_remap_file_pages */
6733 case 257:
6734 /* linux_set_tid_address */
6735 case 258:
6736 if (ndx == 0 || ndx == 1)
6737 p = "int";
6738 break;
6739 /* linux_timer_create */

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

6971 /* linux_timerfd_gettime */
6972 case 326:
6973 /* linux_signalfd4 */
6974 case 327:
6975 /* linux_eventfd2 */
6976 case 328:
6977 /* linux_epoll_create1 */
6978 case 329:
6979 /* linux_dup3 */
6980 case 330:
6981 /* linux_pipe2 */
6982 case 331:
6983 if (ndx == 0 || ndx == 1)
6984 p = "int";
6985 break;
6986 /* linux_inotify_init1 */

--- 39 unchanged lines hidden ---