systrace_args.c (942ae5c8b8934fb60246540400a0f0765b991e25) | systrace_args.c (284001a222ae071c063920aa1c1b6477f168002d) |
---|---|
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 --- 1579 unchanged lines hidden (view full) --- 1588 case 337: { 1589 struct kldsym_args *p = params; 1590 iarg[0] = p->fileid; /* int */ 1591 iarg[1] = p->cmd; /* int */ 1592 uarg[2] = (intptr_t) p->data; /* void * */ 1593 *n_args = 3; 1594 break; 1595 } | 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 --- 1579 unchanged lines hidden (view full) --- 1588 case 337: { 1589 struct kldsym_args *p = params; 1590 iarg[0] = p->fileid; /* int */ 1591 iarg[1] = p->cmd; /* int */ 1592 uarg[2] = (intptr_t) p->data; /* void * */ 1593 *n_args = 3; 1594 break; 1595 } |
1596 /* jail */ 1597 case 338: { 1598 struct jail_args *p = params; 1599 uarg[0] = (intptr_t) p->jail; /* struct jail * */ 1600 *n_args = 1; 1601 break; 1602 } | |
1603 /* nnpfs_syscall */ 1604 case 339: { 1605 struct nnpfs_syscall_args *p = params; 1606 iarg[0] = p->operation; /* int */ 1607 uarg[1] = (intptr_t) p->a_pathP; /* char * */ 1608 iarg[2] = p->a_opcode; /* int */ 1609 uarg[3] = (intptr_t) p->a_paramsP; /* void * */ 1610 iarg[4] = p->a_followSymlinks; /* int */ --- 4156 unchanged lines hidden (view full) --- 5767 break; 5768 case 2: 5769 p = "userland void *"; 5770 break; 5771 default: 5772 break; 5773 }; 5774 break; | 1596 /* nnpfs_syscall */ 1597 case 339: { 1598 struct nnpfs_syscall_args *p = params; 1599 iarg[0] = p->operation; /* int */ 1600 uarg[1] = (intptr_t) p->a_pathP; /* char * */ 1601 iarg[2] = p->a_opcode; /* int */ 1602 uarg[3] = (intptr_t) p->a_paramsP; /* void * */ 1603 iarg[4] = p->a_followSymlinks; /* int */ --- 4156 unchanged lines hidden (view full) --- 5760 break; 5761 case 2: 5762 p = "userland void *"; 5763 break; 5764 default: 5765 break; 5766 }; 5767 break; |
5775 /* jail */ 5776 case 338: 5777 switch(ndx) { 5778 case 0: 5779 p = "userland struct jail *"; 5780 break; 5781 default: 5782 break; 5783 }; 5784 break; | |
5785 /* nnpfs_syscall */ 5786 case 339: 5787 switch(ndx) { 5788 case 0: 5789 p = "int"; 5790 break; 5791 case 1: 5792 p = "userland char *"; --- 3849 unchanged lines hidden (view full) --- 9642 if (ndx == 0 || ndx == 1) 9643 p = "int"; 9644 break; 9645 /* kldsym */ 9646 case 337: 9647 if (ndx == 0 || ndx == 1) 9648 p = "int"; 9649 break; | 5768 /* nnpfs_syscall */ 5769 case 339: 5770 switch(ndx) { 5771 case 0: 5772 p = "int"; 5773 break; 5774 case 1: 5775 p = "userland char *"; --- 3849 unchanged lines hidden (view full) --- 9625 if (ndx == 0 || ndx == 1) 9626 p = "int"; 9627 break; 9628 /* kldsym */ 9629 case 337: 9630 if (ndx == 0 || ndx == 1) 9631 p = "int"; 9632 break; |
9650 /* jail */ 9651 case 338: 9652 if (ndx == 0 || ndx == 1) 9653 p = "int"; 9654 break; | |
9655 /* nnpfs_syscall */ 9656 case 339: 9657 if (ndx == 0 || ndx == 1) 9658 p = "int"; 9659 break; 9660 /* sigprocmask */ 9661 case 340: 9662 if (ndx == 0 || ndx == 1) --- 932 unchanged lines hidden --- | 9633 /* nnpfs_syscall */ 9634 case 339: 9635 if (ndx == 0 || ndx == 1) 9636 p = "int"; 9637 break; 9638 /* sigprocmask */ 9639 case 340: 9640 if (ndx == 0 || ndx == 1) --- 932 unchanged lines hidden --- |