Deleted Added
full compact
systrace_args.c (198510) systrace_args.c (209390)
1/*
2 * System call argument to DTrace register array converstion.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call argument to DTrace register array converstion.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/kern/systrace_args.c 198510 2009-10-27 11:01:15Z kib $
5 * $FreeBSD: head/sys/kern/systrace_args.c 209390 2010-06-21 09:55:56Z ed $
6 * This file is part of the DTrace syscall provider.
7 */
8
9static void
6 * This file is part of the DTrace syscall provider.
7 */
8
9static void
10systrace_args(int sysnum, void *params, u_int64_t *uarg, int *n_args)
10systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args)
11{
12 int64_t *iarg = (int64_t *) uarg;
13 switch (sysnum) {
14 /* nosys */
15 case 0: {
16 *n_args = 0;
17 break;
18 }

--- 8181 unchanged lines hidden ---
11{
12 int64_t *iarg = (int64_t *) uarg;
13 switch (sysnum) {
14 /* nosys */
15 case 0: {
16 *n_args = 0;
17 break;
18 }

--- 8181 unchanged lines hidden ---