systrace_args.c (bc093719ca478fe10b938cef32c30b528042cbcd) | systrace_args.c (74d9b5a551b7dc6f354bf8295c71e62eaad62814) |
---|---|
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 --- 2002 unchanged lines hidden (view full) --- 2011 uarg[1] = (intptr_t) p->changelist; /* struct kevent * */ 2012 iarg[2] = p->nchanges; /* int */ 2013 uarg[3] = (intptr_t) p->eventlist; /* struct kevent * */ 2014 iarg[4] = p->nevents; /* int */ 2015 uarg[5] = (intptr_t) p->timeout; /* const struct timespec * */ 2016 *n_args = 6; 2017 break; 2018 } | 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 --- 2002 unchanged lines hidden (view full) --- 2011 uarg[1] = (intptr_t) p->changelist; /* struct kevent * */ 2012 iarg[2] = p->nchanges; /* int */ 2013 uarg[3] = (intptr_t) p->eventlist; /* struct kevent * */ 2014 iarg[4] = p->nevents; /* int */ 2015 uarg[5] = (intptr_t) p->timeout; /* const struct timespec * */ 2016 *n_args = 6; 2017 break; 2018 } |
2019 /* lkmressys */ 2020 case 370: { 2021 *n_args = 0; 2022 break; 2023 } | |
2024 /* extattr_set_fd */ 2025 case 371: { 2026 struct extattr_set_fd_args *p = params; 2027 iarg[0] = p->fd; /* int */ 2028 iarg[1] = p->attrnamespace; /* int */ 2029 uarg[2] = (intptr_t) p->attrname; /* const char * */ 2030 uarg[3] = (intptr_t) p->data; /* void * */ 2031 uarg[4] = p->nbytes; /* size_t */ --- 4269 unchanged lines hidden (view full) --- 6301 break; 6302 case 5: 6303 p = "const struct timespec *"; 6304 break; 6305 default: 6306 break; 6307 }; 6308 break; | 2019 /* extattr_set_fd */ 2020 case 371: { 2021 struct extattr_set_fd_args *p = params; 2022 iarg[0] = p->fd; /* int */ 2023 iarg[1] = p->attrnamespace; /* int */ 2024 uarg[2] = (intptr_t) p->attrname; /* const char * */ 2025 uarg[3] = (intptr_t) p->data; /* void * */ 2026 uarg[4] = p->nbytes; /* size_t */ --- 4269 unchanged lines hidden (view full) --- 6296 break; 6297 case 5: 6298 p = "const struct timespec *"; 6299 break; 6300 default: 6301 break; 6302 }; 6303 break; |
6309 /* lkmressys */ 6310 case 370: 6311 break; | |
6312 /* extattr_set_fd */ 6313 case 371: 6314 switch(ndx) { 6315 case 0: 6316 p = "int"; 6317 break; 6318 case 1: 6319 p = "int"; --- 1809 unchanged lines hidden --- | 6304 /* extattr_set_fd */ 6305 case 371: 6306 switch(ndx) { 6307 case 0: 6308 p = "int"; 6309 break; 6310 case 1: 6311 p = "int"; --- 1809 unchanged lines hidden --- |