systrace_args.c (064bee341e6c590dedc1d33eb6025e1f446f33a6) systrace_args.c (4f11a684ffca903e0734d51991ec82c757d1d518)
1/*
2 * System call argument to DTrace register array converstion.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
6 * This file is part of the DTrace syscall provider.
7 */
8

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

2449 /* thr_kill */
2450 case 433: {
2451 struct thr_kill_args *p = params;
2452 iarg[0] = p->id; /* long */
2453 iarg[1] = p->sig; /* int */
2454 *n_args = 2;
2455 break;
2456 }
1/*
2 * System call argument to DTrace register array converstion.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
6 * This file is part of the DTrace syscall provider.
7 */
8

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

2449 /* thr_kill */
2450 case 433: {
2451 struct thr_kill_args *p = params;
2452 iarg[0] = p->id; /* long */
2453 iarg[1] = p->sig; /* int */
2454 *n_args = 2;
2455 break;
2456 }
2457 /* _umtx_lock */
2458 case 434: {
2459 struct _umtx_lock_args *p = params;
2460 uarg[0] = (intptr_t) p->umtx; /* struct umtx * */
2461 *n_args = 1;
2462 break;
2463 }
2464 /* _umtx_unlock */
2465 case 435: {
2466 struct _umtx_unlock_args *p = params;
2467 uarg[0] = (intptr_t) p->umtx; /* struct umtx * */
2468 *n_args = 1;
2469 break;
2470 }
2471 /* jail_attach */
2472 case 436: {
2473 struct jail_attach_args *p = params;
2474 iarg[0] = p->jid; /* int */
2475 *n_args = 1;
2476 break;
2477 }
2478 /* extattr_list_fd */

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

7368 break;
7369 case 1:
7370 p = "int";
7371 break;
7372 default:
7373 break;
7374 };
7375 break;
2457 /* jail_attach */
2458 case 436: {
2459 struct jail_attach_args *p = params;
2460 iarg[0] = p->jid; /* int */
2461 *n_args = 1;
2462 break;
2463 }
2464 /* extattr_list_fd */

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

7354 break;
7355 case 1:
7356 p = "int";
7357 break;
7358 default:
7359 break;
7360 };
7361 break;
7376 /* _umtx_lock */
7377 case 434:
7378 switch(ndx) {
7379 case 0:
7380 p = "struct umtx *";
7381 break;
7382 default:
7383 break;
7384 };
7385 break;
7386 /* _umtx_unlock */
7387 case 435:
7388 switch(ndx) {
7389 case 0:
7390 p = "struct umtx *";
7391 break;
7392 default:
7393 break;
7394 };
7395 break;
7396 /* jail_attach */
7397 case 436:
7398 switch(ndx) {
7399 case 0:
7400 p = "int";
7401 break;
7402 default:
7403 break;

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

10450 if (ndx == 0 || ndx == 1)
10451 p = "int";
10452 break;
10453 /* thr_kill */
10454 case 433:
10455 if (ndx == 0 || ndx == 1)
10456 p = "int";
10457 break;
7362 /* jail_attach */
7363 case 436:
7364 switch(ndx) {
7365 case 0:
7366 p = "int";
7367 break;
7368 default:
7369 break;

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

10416 if (ndx == 0 || ndx == 1)
10417 p = "int";
10418 break;
10419 /* thr_kill */
10420 case 433:
10421 if (ndx == 0 || ndx == 1)
10422 p = "int";
10423 break;
10458 /* _umtx_lock */
10459 case 434:
10460 if (ndx == 0 || ndx == 1)
10461 p = "int";
10462 break;
10463 /* _umtx_unlock */
10464 case 435:
10465 if (ndx == 0 || ndx == 1)
10466 p = "int";
10467 break;
10468 /* jail_attach */
10469 case 436:
10470 if (ndx == 0 || ndx == 1)
10471 p = "int";
10472 break;
10473 /* extattr_list_fd */
10474 case 437:
10475 if (ndx == 0 || ndx == 1)

--- 505 unchanged lines hidden ---
10424 /* jail_attach */
10425 case 436:
10426 if (ndx == 0 || ndx == 1)
10427 p = "int";
10428 break;
10429 /* extattr_list_fd */
10430 case 437:
10431 if (ndx == 0 || ndx == 1)

--- 505 unchanged lines hidden ---