Author: kib
Date: Sat Jul 20 13:40:03 2013
New Revision: 253495
URL: http://svnweb.freebsd.org/changeset/base/253495

Log:
  Regenerate

Modified:
  head/sys/compat/freebsd32/freebsd32_proto.h
  head/sys/compat/freebsd32/freebsd32_syscall.h
  head/sys/compat/freebsd32/freebsd32_syscalls.c
  head/sys/compat/freebsd32/freebsd32_sysent.c
  head/sys/compat/freebsd32/freebsd32_systrace_args.c

Modified: head/sys/compat/freebsd32/freebsd32_proto.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_proto.h Sat Jul 20 13:39:41 2013        
(r253494)
+++ head/sys/compat/freebsd32/freebsd32_proto.h Sat Jul 20 13:40:03 2013        
(r253495)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 251526 
2013-06-08 13:27:57Z glebius 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 253494 
2013-07-20 13:39:41Z kib 
  */
 
 #ifndef _FREEBSD32_SYSPROTO_H_
@@ -212,6 +212,12 @@ struct freebsd32_nanosleep_args {
        char rqtp_l_[PADL_(const struct timespec32 *)]; const struct timespec32 
* rqtp; char rqtp_r_[PADR_(const struct timespec32 *)];
        char rmtp_l_[PADL_(struct timespec32 *)]; struct timespec32 * rmtp; 
char rmtp_r_[PADR_(struct timespec32 *)];
 };
+struct freebsd32_clock_getcpuclockid2_args {
+       char id1_l_[PADL_(uint32_t)]; uint32_t id1; char 
id1_r_[PADR_(uint32_t)];
+       char id2_l_[PADL_(uint32_t)]; uint32_t id2; char 
id2_r_[PADR_(uint32_t)];
+       char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
+       char clock_id_l_[PADL_(clockid_t *)]; clockid_t * clock_id; char 
clock_id_r_[PADR_(clockid_t *)];
+};
 struct freebsd32_aio_read_args {
        char aiocbp_l_[PADL_(struct aiocb32 *)]; struct aiocb32 * aiocbp; char 
aiocbp_r_[PADR_(struct aiocb32 *)];
 };
@@ -668,6 +674,7 @@ int freebsd32_clock_gettime(struct threa
 int    freebsd32_clock_settime(struct thread *, struct 
freebsd32_clock_settime_args *);
 int    freebsd32_clock_getres(struct thread *, struct 
freebsd32_clock_getres_args *);
 int    freebsd32_nanosleep(struct thread *, struct freebsd32_nanosleep_args *);
+int    freebsd32_clock_getcpuclockid2(struct thread *, struct 
freebsd32_clock_getcpuclockid2_args *);
 int    freebsd32_aio_read(struct thread *, struct freebsd32_aio_read_args *);
 int    freebsd32_aio_write(struct thread *, struct freebsd32_aio_write_args *);
 int    freebsd32_lio_listio(struct thread *, struct freebsd32_lio_listio_args 
*);
@@ -1066,6 +1073,7 @@ int       freebsd7_freebsd32_shmctl(struct thr
 #define        FREEBSD32_SYS_AUE_freebsd32_clock_settime       
AUE_CLOCK_SETTIME
 #define        FREEBSD32_SYS_AUE_freebsd32_clock_getres        AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_nanosleep   AUE_NULL
+#define        FREEBSD32_SYS_AUE_freebsd32_clock_getcpuclockid2        AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_aio_read    AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_aio_write   AUE_NULL
 #define        FREEBSD32_SYS_AUE_freebsd32_lio_listio  AUE_NULL

Modified: head/sys/compat/freebsd32/freebsd32_syscall.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscall.h       Sat Jul 20 13:39:41 
2013        (r253494)
+++ head/sys/compat/freebsd32/freebsd32_syscall.h       Sat Jul 20 13:40:03 
2013        (r253495)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 251526 
2013-06-08 13:27:57Z glebius 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 253494 
2013-07-20 13:39:41Z kib 
  */
 
 #define        FREEBSD32_SYS_syscall   0
@@ -210,7 +210,7 @@
 #define        FREEBSD32_SYS_ffclock_getcounter        241
 #define        FREEBSD32_SYS_ffclock_setestimate       242
 #define        FREEBSD32_SYS_ffclock_getestimate       243
-#define        FREEBSD32_SYS_clock_getcpuclockid2      247
+#define        FREEBSD32_SYS_freebsd32_clock_getcpuclockid2    247
 #define        FREEBSD32_SYS_minherit  250
 #define        FREEBSD32_SYS_rfork     251
 #define        FREEBSD32_SYS_openbsd_poll      252

Modified: head/sys/compat/freebsd32/freebsd32_syscalls.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_syscalls.c      Sat Jul 20 13:39:41 
2013        (r253494)
+++ head/sys/compat/freebsd32/freebsd32_syscalls.c      Sat Jul 20 13:40:03 
2013        (r253495)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 251526 
2013-06-08 13:27:57Z glebius 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 253494 
2013-07-20 13:39:41Z kib 
  */
 
 const char *freebsd32_syscallnames[] = {
@@ -257,7 +257,7 @@ const char *freebsd32_syscallnames[] = {
        "#244",                 /* 244 = nosys */
        "#245",                 /* 245 = nosys */
        "#246",                 /* 246 = nosys */
-       "clock_getcpuclockid2",                 /* 247 = clock_getcpuclockid2 */
+       "freebsd32_clock_getcpuclockid2",                       /* 247 = 
freebsd32_clock_getcpuclockid2 */
        "#248",                 /* 248 = ntp_gettime */
        "#249",                 /* 249 = nosys */
        "minherit",                     /* 250 = minherit */

Modified: head/sys/compat/freebsd32/freebsd32_sysent.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_sysent.c        Sat Jul 20 13:39:41 
2013        (r253494)
+++ head/sys/compat/freebsd32/freebsd32_sysent.c        Sat Jul 20 13:40:03 
2013        (r253495)
@@ -3,7 +3,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 251526 
2013-06-08 13:27:57Z glebius 
+ * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 253494 
2013-07-20 13:39:41Z kib 
  */
 
 #include "opt_compat.h"
@@ -294,7 +294,7 @@ struct sysent freebsd32_sysent[] = {
        { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 244 = nosys */
        { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 245 = nosys */
        { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 246 = nosys */
-       { AS(clock_getcpuclockid2_args), (sy_call_t *)sys_clock_getcpuclockid2, 
AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC },       /* 247 = clock_getcpuclockid2 */
+       { AS(freebsd32_clock_getcpuclockid2_args), (sy_call_t 
*)freebsd32_clock_getcpuclockid2, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC },     
  /* 247 = freebsd32_clock_getcpuclockid2 */
        { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 248 = ntp_gettime */
        { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT },      
                /* 249 = nosys */
        { AS(minherit_args), (sy_call_t *)sys_minherit, AUE_MINHERIT, NULL, 0, 
0, 0, SY_THR_STATIC },   /* 250 = minherit */

Modified: head/sys/compat/freebsd32/freebsd32_systrace_args.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_systrace_args.c Sat Jul 20 13:39:41 
2013        (r253494)
+++ head/sys/compat/freebsd32/freebsd32_systrace_args.c Sat Jul 20 13:40:03 
2013        (r253495)
@@ -1224,13 +1224,14 @@ systrace_args(int sysnum, void *params, 
                *n_args = 1;
                break;
        }
-       /* clock_getcpuclockid2 */
+       /* freebsd32_clock_getcpuclockid2 */
        case 247: {
-               struct clock_getcpuclockid2_args *p = params;
-               iarg[0] = p->id; /* id_t */
-               iarg[1] = p->which; /* int */
-               uarg[2] = (intptr_t) p->clock_id; /* clockid_t * */
-               *n_args = 3;
+               struct freebsd32_clock_getcpuclockid2_args *p = params;
+               uarg[0] = p->id1; /* uint32_t */
+               uarg[1] = p->id2; /* uint32_t */
+               iarg[2] = p->which; /* int */
+               uarg[3] = (intptr_t) p->clock_id; /* clockid_t * */
+               *n_args = 4;
                break;
        }
        /* minherit */
@@ -5152,16 +5153,19 @@ systrace_entry_setargdesc(int sysnum, in
                        break;
                };
                break;
-       /* clock_getcpuclockid2 */
+       /* freebsd32_clock_getcpuclockid2 */
        case 247:
                switch(ndx) {
                case 0:
-                       p = "id_t";
+                       p = "uint32_t";
                        break;
                case 1:
-                       p = "int";
+                       p = "uint32_t";
                        break;
                case 2:
+                       p = "int";
+                       break;
+               case 3:
                        p = "clockid_t *";
                        break;
                default:
@@ -9352,7 +9356,7 @@ systrace_return_setargdesc(int sysnum, i
                if (ndx == 0 || ndx == 1)
                        p = "int";
                break;
-       /* clock_getcpuclockid2 */
+       /* freebsd32_clock_getcpuclockid2 */
        case 247:
                if (ndx == 0 || ndx == 1)
                        p = "int";
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to