merge of '178eac00dc5aa8338d42e8e203633bec7817bbf6'
[vuplus_openembedded] / packages / strace / strace-4.5.14 / strace-4.5.14-avr32.patch
1 Index: strace-4.5.14-avr32/linux/avr32/syscallent.h
2 ===================================================================
3 --- /dev/null   1970-01-01 00:00:00.000000000 +0000
4 +++ strace-4.5.14-avr32/linux/avr32/syscallent.h        2006-05-02 13:36:39.000000000 +0200
5 @@ -0,0 +1,254 @@
6 +/*
7 + * Copyright (c) 2004-2006 Atmel Corporation
8 + * All rights reserved.
9 + *
10 + * Redistribution and use in source and binary forms, with or without
11 + * modification, are permitted provided that the following conditions
12 + * are met:
13 + * 1. Redistributions of source code must retain the above copyright
14 + *    notice, this list of conditions and the following disclaimer.
15 + * 2. Redistributions in binary form must reproduce the above copyright
16 + *    notice, this list of conditions and the following disclaimer in the
17 + *    documentation and/or other materials provided with the distribution.
18 + * 3. The name of the author may not be used to endorse or promote products
19 + *    derived from this software without specific prior written permission.
20 + *
21 + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 + *
32 + *     $Id$
33 + */
34 +
35 +       { 0,    0,      sys_setup,              "setup"         }, /* 0 */
36 +       { 1,    TP,     sys_exit,               "_exit"         }, /* 1 */
37 +       { 0,    TP,     sys_fork,               "fork"          }, /* 2 */
38 +       { 3,    0,      sys_read,               "read"          }, /* 3 */
39 +       { 3,    0,      sys_write,              "write"         }, /* 4 */
40 +       { 3,    TF,     sys_open,               "open"          }, /* 5 */
41 +       { 1,    0,      sys_close,              "close"         }, /* 6 */
42 +       { 1,    0,      sys_umask,              "umask"         }, /* 7 */
43 +       { 2,    TF,     sys_creat,              "creat"         }, /* 8 */
44 +       { 2,    TF,     sys_link,               "link"          }, /* 9 */
45 +       { 1,    TF,     sys_unlink,             "unlink"        }, /* 10 */
46 +       { 3,    TF|TP,  sys_execve,             "execve"        }, /* 11 */
47 +       { 1,    TF,     sys_chdir,              "chdir"         }, /* 12 */
48 +       { 1,    0,      sys_time,               "time"          }, /* 13 */
49 +       { 3,    TF,     sys_mknod,              "mknod"         }, /* 14 */
50 +       { 2,    TF,     sys_chmod,              "chmod"         }, /* 15 */
51 +       { 3,    TF,     sys_chown,              "chown"         }, /* 16 */
52 +       { 3,    TF,     sys_chown,              "lchown"        }, /* 17 */
53 +       { 3,    0,      sys_lseek,              "lseek"         }, /* 18 */
54 +       { 5,    0,      sys_llseek,             "_llseek"       }, /* 19 */
55 +       { 0,    0,      sys_getpid,             "getpid"        }, /* 20 */
56 +       { 5,    TF,     sys_mount,              "mount"         }, /* 21 */
57 +       { 2,    TF,     sys_umount,             "umount"        }, /* 22 */
58 +       { 1,    0,      sys_setuid,             "setuid"        }, /* 23 */
59 +       { 0,    0,      sys_getuid,             "getuid"        }, /* 24 */
60 +       { 1,    0,      sys_stime,              "stime"         }, /* 25 */
61 +       { 4,    0,      sys_ptrace,             "ptrace"        }, /* 26 */
62 +       { 1,    0,      sys_alarm,              "alarm"         }, /* 27 */
63 +       { 0,    TS,     sys_pause,              "pause"         }, /* 28 */
64 +       { 2,    TF,     sys_utime,              "utime"         }, /* 29 */
65 +       { 2,    TF,     sys_stat,               "stat"          }, /* 30 */
66 +       { 2,    0,      sys_fstat,              "fstat"         }, /* 31 */
67 +       { 2,    TF,     sys_lstat,              "lstat"         }, /* 32 */
68 +       { 2,    TF,     sys_access,             "access"        }, /* 33 */
69 +       { 1,    TF,     sys_chroot,             "chroot"        }, /* 34 */
70 +       { 0,    0,      sys_sync,               "sync"          }, /* 35 */
71 +       { 1,    0,      sys_fsync,              "fsync"         }, /* 36 */
72 +       { 2,    TS,     sys_kill,               "kill"          }, /* 37 */
73 +       { 2,    TF,     sys_rename,             "rename"        }, /* 38 */
74 +       { 2,    TF,     sys_mkdir,              "mkdir"         }, /* 39 */
75 +       { 1,    TF,     sys_rmdir,              "rmdir"         }, /* 40 */
76 +       { 1,    0,      sys_dup,                "dup"           }, /* 41 */
77 +       { 1,    0,      sys_pipe,               "pipe"          }, /* 42 */
78 +       { 1,    0,      sys_times,              "times"         }, /* 43 */
79 +       { 5,    TP,     sys_clone,              "clone"         }, /* 44 */
80 +       { 1,    0,      sys_brk,                "brk"           }, /* 45 */
81 +       { 1,    0,      sys_setgid,             "setgid"        }, /* 46 */
82 +       { 0,    0,      sys_getgid,             "getgid"        }, /* 47 */
83 +       { 2,    TF,     sys_getcwd,             "getcwd"        }, /* 48 */
84 +       { 0,    0,      sys_geteuid,            "geteuid"       }, /* 49 */
85 +       { 0,    0,      sys_getegid,            "getegid"       }, /* 50 */
86 +       { 1,    TF,     sys_acct,               "acct"          }, /* 51 */
87 +       { 1,    0,      sys_setfsuid,           "setfsuid"      }, /* 52 */
88 +       { 1,    0,      sys_setfsgid,           "setfsgid"      }, /* 53 */
89 +       { 3,    0,      sys_ioctl,              "ioctl"         }, /* 54 */
90 +       { 3,    0,      sys_fcntl,              "fcntl"         }, /* 55 */
91 +       { 2,    0,      sys_setpgid,            "setpgid"       }, /* 56 */
92 +       { 4,    0,      sys_mremap,             "mremap"        }, /* 57 */
93 +       { 3,    0,      sys_setresuid,          "setresuid"     }, /* 58 */
94 +       { 3,    0,      sys_getresuid,          "getresuid"     }, /* 59 */
95 +       { 2,    0,      sys_setreuid,           "setreuid"      }, /* 60 */
96 +       { 2,    0,      sys_setregid,           "setregid"      }, /* 61 */
97 +       { 2,    0,      sys_ustat,              "ustat"         }, /* 62 */
98 +       { 2,    0,      sys_dup2,               "dup2"          }, /* 63 */
99 +       { 0,    0,      sys_getppid,            "getppid"       }, /* 64 */
100 +       { 0,    0,      sys_getpgrp,            "getpgrp"       }, /* 65 */
101 +       { 0,    0,      sys_setsid,             "setsid"        }, /* 66 */
102 +       { 4,    TS,     sys_rt_sigaction,       "rt_sigaction"  }, /* 67 */
103 +       { 1,    TS,     printargs,              "rt_sigreturn"  }, /* 68 */
104 +       { 4,    TS,     sys_rt_sigprocmask,     "rt_sigprocmask"}, /* 69 */
105 +       { 2,    TS,     sys_rt_sigpending,      "rt_sigpending" }, /* 70 */
106 +       { 4,    TS,     sys_rt_sigtimedwait,    "rt_sigtimedwait"}, /* 71 */
107 +       { 3,    TS,     sys_rt_sigqueueinfo,    "rt_sigqueueinfo"}, /* 72 */
108 +       { 2,    TS,     sys_rt_sigsuspend,      "rt_sigsuspend" }, /* 73 */
109 +       { 2,    0,      sys_sethostname,        "sethostname"   }, /* 74 */
110 +       { 2,    0,      sys_setrlimit,          "setrlimit"     }, /* 75 */
111 +       { 2,    0,      sys_getrlimit,          "old_getrlimit" }, /* 76 */
112 +       { 2,    0,      sys_getrusage,          "getrusage"     }, /* 77 */
113 +       { 2,    0,      sys_gettimeofday,       "gettimeofday"  }, /* 78 */
114 +       { 2,    0,      sys_settimeofday,       "settimeofday"  }, /* 79 */
115 +       { 2,    0,      sys_getgroups,          "getgroups"     }, /* 80 */
116 +       { 2,    0,      sys_setgroups,          "setgroups"     }, /* 81 */
117 +       { 5,    0,      sys_select,             "select"        }, /* 82 */
118 +       { 2,    TF,     sys_symlink,            "symlink"       }, /* 83 */
119 +       { 1,    0,      sys_fchdir,             "fchdir"        }, /* 84 */
120 +       { 3,    TF,     sys_readlink,           "readlink"      }, /* 85 */
121 +       { 5,    TF,     sys_pread,              "pread"         }, /* 86 */
122 +       { 5,    TF,     sys_pwrite,             "pwrite"        }, /* 87 */
123 +       { 1,    TF,     sys_swapon,             "swapon"        }, /* 88 */
124 +       { 3,    0,      sys_reboot,             "reboot"        }, /* 89 */
125 +       { 6,    0,      sys_mmap,               "mmap"          }, /* 90 */
126 +       { 2,    0,      sys_munmap,             "munmap"        }, /* 91 */
127 +       { 2,    TF,     sys_truncate,           "truncate"      }, /* 92 */
128 +       { 2,    0,      sys_ftruncate,          "ftruncate"     }, /* 93 */
129 +       { 2,    0,      sys_fchmod,             "fchmod"        }, /* 94 */
130 +       { 3,    0,      sys_fchown,             "fchown"        }, /* 95 */
131 +       { 2,    0,      sys_getpriority,        "getpriority"   }, /* 96 */
132 +       { 3,    0,      sys_setpriority,        "setpriority"   }, /* 97 */
133 +       { 4,    TP,     sys_wait4,              "wait4"         }, /* 98 */
134 +       { 2,    TF,     sys_statfs,             "statfs"        }, /* 99 */
135 +       { 2,    0,      sys_fstatfs,            "fstatfs"       }, /* 100 */
136 +       { 0,    0,      sys_vhangup,            "vhangup"       }, /* 101 */
137 +       { 2,    TS,     sys_sigaltstack,        "sigaltstack"   }, /* 102 */
138 +       { 3,    0,      sys_syslog,             "syslog"        }, /* 103 */
139 +       { 3,    0,      sys_setitimer,          "setitimer"     }, /* 104 */
140 +       { 2,    0,      sys_getitimer,          "getitimer"     }, /* 105 */
141 +       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 106 */
142 +       { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 107 */
143 +       { 6,    0,      sys_ipc,                "ipc"           }, /* 108 */
144 +       { 4,    TF,     sys_sendfile,           "sendfile"      }, /* 109 */
145 +       { 2,    0,      sys_setdomainname,      "setdomainname" }, /* 110 */
146 +       { 1,    0,      sys_uname,              "uname"         }, /* 111 */
147 +       { 1,    0,      sys_adjtimex,           "adjtimex"      }, /* 112 */
148 +       { 3,    0,      sys_mprotect,           "mprotect"      }, /* 113 */
149 +       { 0,    TP,     sys_vfork,              "vfork"         }, /* 114 */
150 +       { 2,    0,      sys_init_module,        "init_module"   }, /* 115 */
151 +       { 1,    0,      sys_delete_module,      "delete_module" }, /* 116 */
152 +       { 4,    0,      sys_quotactl,           "quotactl"      }, /* 117 */
153 +       { 1,    0,      sys_getpgid,            "getpgid"       }, /* 118 */
154 +       { 0,    0,      sys_bdflush,            "bdflush"       }, /* 119 */
155 +       { 3,    0,      sys_sysfs,              "sysfs"         }, /* 120 */
156 +       { 1,    0,      sys_personality,        "personality"   }, /* 121 */
157 +       { 5,    0,      sys_afs_syscall,        "afs_syscall"   }, /* 122 */
158 +       { 3,    0,      sys_getdents,           "getdents"      }, /* 123 */
159 +       { 2,    0,      sys_flock,              "flock"         }, /* 124 */
160 +       { 3,    0,      sys_msync,              "msync"         }, /* 125 */
161 +       { 3,    0,      sys_readv,              "readv"         }, /* 126 */
162 +       { 3,    0,      sys_writev,             "writev"        }, /* 127 */
163 +       { 1,    0,      sys_getsid,             "getsid"        }, /* 128 */
164 +       { 1,    0,      sys_fdatasync,          "fdatasync"     }, /* 129 */
165 +       { 1,    0,      sys_sysctl,             "_sysctl"       }, /* 130 */
166 +       { 2,    0,      sys_mlock,              "mlock"         }, /* 131 */
167 +       { 2,    0,      sys_munlock,            "munlock"       }, /* 132 */
168 +       { 2,    0,      sys_mlockall,           "mlockall"      }, /* 133 */
169 +       { 0,    0,      sys_munlockall,         "munlockall"    }, /* 134 */
170 +       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 135 */
171 +       { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 136 */
172 +       { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 137 */
173 +       { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 138 */
174 +       { 0,    0,      sys_sched_yield,        "sched_yield"}, /* 139 */
175 +       { 1,    0,      sys_sched_get_priority_max,"sched_get_priority_max"}, /* 140 */
176 +       { 1,    0,      sys_sched_get_priority_min,"sched_get_priority_min"}, /* 141 */
177 +       { 2,    0,      sys_sched_rr_get_interval,"sched_rr_get_interval"}, /* 142 */
178 +       { 2,    0,      sys_nanosleep,          "nanosleep"     }, /* 143 */
179 +       { 3,    0,      sys_poll,               "poll"          }, /* 144 */
180 +       { 3,    0,      printargs,              "nfsservctl"    }, /* 145 */
181 +       { 3,    0,      sys_setresgid,          "setresgid"     }, /* 146 */
182 +       { 3,    0,      sys_getresgid,          "getresgid"     }, /* 147 */
183 +       { 5,    0,      sys_prctl,              "prctl"         }, /* 148 */
184 +       { 3,    TN,     sys_socket,             "socket"        }, /* 149 */
185 +       { 3,    TN,     sys_bind,               "bind"          }, /* 150 */
186 +       { 3,    TN,     sys_connect,            "connect"       }, /* 151 */
187 +       { 2,    TN,     sys_listen,             "listen"        }, /* 152 */
188 +       { 3,    TN,     sys_accept,             "accept"        }, /* 153 */
189 +       { 3,    TN,     sys_getsockname,        "getsockname"   }, /* 154 */
190 +       { 3,    TN,     sys_getpeername,        "getpeername"   }, /* 155 */
191 +       { 4,    TN,     sys_socketpair,         "socketpair"    }, /* 156 */
192 +       { 4,    TN,     sys_send,               "send"          }, /* 157 */
193 +       { 4,    TN,     sys_recv,               "recv"          }, /* 158 */
194 +       { 6,    TN,     sys_sendto,             "sendto"        }, /* 159 */
195 +       { 6,    TN,     sys_recvfrom,           "recvfrom"      }, /* 160 */
196 +       { 2,    TN,     sys_shutdown,           "shutdown"      }, /* 161 */
197 +       { 5,    TN,     sys_setsockopt,         "setsockopt"    }, /* 162 */
198 +       { 5,    TN,     sys_getsockopt,         "getsockopt"    }, /* 163 */
199 +       { 3,    TN,     sys_sendmsg,            "sendmsg"       }, /* 164 */
200 +       { 3,    TN,     sys_recvmsg,            "recvmsg"       }, /* 165 */
201 +       { 3,    TF,     sys_truncate64,         "truncate64"    }, /* 166 */
202 +       { 3,    TF,     sys_ftruncate64,        "ftruncate64"   }, /* 167 */
203 +       { 2,    TF,     sys_stat64,             "stat64"        }, /* 168 */
204 +       { 2,    TF,     sys_lstat64,            "lstat64"       }, /* 169 */
205 +       { 2,    TF,     sys_fstat64,            "fstat64"       }, /* 170 */
206 +       { 2,    TF,     sys_pivotroot,          "pivot_root"    }, /* 171 */
207 +       { 3,    0,      printargs,              "mincore"       }, /* 172 */
208 +       { 3,    0,      sys_madvise,            "madvise"       }, /* 173 */
209 +       { 4,    0,      sys_getdents64,         "getdents64"    }, /* 174 */
210 +       { 3,    0,      sys_fcntl,              "fcntl64"       }, /* 175 */
211 +       { 0,    0,      printargs,              "gettid"        }, /* 176 */
212 +       { 4,    0,      sys_readahead,          "readahead"     }, /* 177 */
213 +       { 5,    TF,     sys_setxattr,           "setxattr"      }, /* 178 */
214 +       { 5,    TF,     sys_setxattr,           "lsetxattr"     }, /* 179 */
215 +       { 5,    0,      sys_fsetxattr,          "fsetxattr"     }, /* 180 */
216 +       { 4,    TF,     sys_getxattr,           "getxattr"      }, /* 181 */
217 +       { 4,    TF,     sys_getxattr,           "lgetxattr"     }, /* 182 */
218 +       { 4,    0,      sys_fgetxattr,          "fgetxattr"     }, /* 183 */
219 +       { 3,    TF,     sys_listxattr,          "listxattr"     }, /* 184 */
220 +       { 3,    TF,     sys_listxattr,          "llistxattr"    }, /* 185 */
221 +       { 3,    0,      sys_flistxattr,         "flistxattr"    }, /* 186 */
222 +       { 2,    TF,     sys_removexattr,        "removexattr"   }, /* 187 */
223 +       { 2,    TF,     sys_removexattr,        "lremovexattr"  }, /* 188 */
224 +       { 2,    0,      sys_fremovexattr,       "fremovexattr"  }, /* 189 */
225 +       { 2,    TS,     sys_kill,               "tkill"         }, /* 190 */
226 +       { 4,    TF,     sys_sendfile64,         "sendfile64"    }, /* 191 */
227 +       { 5,    0,      sys_futex,              "futex"         }, /* 192 */
228 +       { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity" },/* 193 */
229 +       { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity" },/* 194 */
230 +       { 2,    0,      sys_capget,             "capget"        }, /* 195 */
231 +       { 2,    0,      sys_capset,             "capset"        }, /* 196 */
232 +       { 2,    0,      printargs,              "io_setup"      }, /* 197 */
233 +       { 1,    0,      printargs,              "io_destroy"    }, /* 198 */
234 +       { 5,    0,      printargs,              "io_getevents"  }, /* 199 */
235 +       { 3,    0,      printargs,              "io_submit"     }, /* 200 */
236 +       { 3,    0,      printargs,              "io_cancel"     }, /* 201 */
237 +       { 6,    0,      printargs,              "fadvise64"     }, /* 202 */
238 +       { 1,    TP,     sys_exit,               "exit_group"    }, /* 203 */
239 +       { 4,    0,      printargs,              "lookup_dcookie"}, /* 204 */
240 +       { 1,    0,      printargs,              "epoll_create"  }, /* 205 */
241 +       { 4,    0,      printargs,              "epoll_ctl"     }, /* 206 */
242 +       { 4,    0,      printargs,              "epoll_wait"    }, /* 207 */
243 +       { 5,    0,      sys_remap_file_pages,   "remap_file_pages"}, /* 208 */
244 +       { 1,    0,      printargs,              "set_tid_address"}, /* 209 */
245 +       { 3,    0,      sys_timer_create,       "timer_create"  }, /* 210 */
246 +       { 4,    0,      sys_timer_settime,      "timer_settime" }, /* 211 */
247 +       { 2,    0,      sys_timer_gettime,      "timer_gettime" }, /* 212 */
248 +       { 1,    0,      sys_timer_getoverrun,   "timer_getoverrun"}, /* 213 */
249 +       { 1,    0,      sys_timer_delete,       "timer_delete"  }, /* 214 */
250 +       { 2,    0,      sys_clock_settime,      "clock_settime" }, /* 215 */
251 +       { 2,    0,      sys_clock_gettime,      "clock_gettime" }, /* 216 */
252 +       { 2,    0,      sys_clock_getres,       "clock_getres"  }, /* 217 */
253 +       { 4,    0,      sys_clock_nanosleep,    "clock_nanosleep"}, /* 218 */
254 +       { 3,    TF,     sys_statfs64,           "statfs64"      }, /* 219 */
255 +       { 3,    0,      sys_fstatfs64,          "fstatfs64"     }, /* 220 */
256 +       { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 221 */
257 +       { 5,    0,      printargs,              "SYS_222"       }, /* 222 */
258 +       { 2,    TF,     sys_utimes,             "utimes"        }, /* 223 */
259 +       { 6,    0,      printargs,              "fadvise64_64"  }, /* 224 */
260 Index: strace-4.5.14-avr32/defs.h
261 ===================================================================
262 --- strace-4.5.14-avr32.orig/defs.h     2006-05-02 13:36:31.000000000 +0200
263 +++ strace-4.5.14-avr32/defs.h  2006-05-02 13:36:39.000000000 +0200
264 @@ -94,6 +94,9 @@
265  #  if defined(X86_64)
266  #     define LINUX_X86_64
267  #  endif
268 +#  if defined(AVR32)
269 +#     define LINUX_AVR32
270 +#  endif
271  #endif
272  
273  #if defined(SVR4) || defined(FREEBSD)
274 @@ -120,7 +123,7 @@
275  #include <sys/pioctl.h>
276  #endif /* FREEBSD */
277  #else /* !USE_PROCFS */
278 -#if (defined(LINUXSPARC) || defined (LINUX_X86_64)) && defined(__GLIBC__)
279 +#if (defined(LINUXSPARC) || defined (LINUX_X86_64) || defined (LINUX_AVR32)) && defined(__GLIBC__)
280  #include <sys/ptrace.h>
281  #else
282  /* Work around awkward prototype in ptrace.h. */
283 @@ -327,7 +330,7 @@ struct tcb {
284  #define TCB_FOLLOWFORK 00400   /* Process should have forks followed */
285  #define TCB_REPRINT    01000   /* We should reprint this syscall on exit */
286  #ifdef LINUX
287 -# if defined(ALPHA) || defined(SPARC) || defined(SPARC64) || defined(POWERPC) || defined(IA64) || defined(HPPA) || defined(SH) || defined(SH64) || defined(S390) || defined(S390X) || defined(ARM)
288 +# if defined(ALPHA) || defined(SPARC) || defined(SPARC64) || defined(POWERPC) || defined(IA64) || defined(HPPA) || defined(SH) || defined(SH64) || defined(S390) || defined(S390X) || defined(ARM) || defined(AVR32)
289  #  define TCB_WAITEXECVE 02000 /* ignore SIGTRAP after exceve */
290  # endif
291  # define TCB_CLONE_DETACHED 04000 /* CLONE_DETACHED set in creating syscall */
292 Index: strace-4.5.14-avr32/process.c
293 ===================================================================
294 --- strace-4.5.14-avr32.orig/process.c  2006-05-02 13:36:31.000000000 +0200
295 +++ strace-4.5.14-avr32/process.c       2006-05-02 13:36:39.000000000 +0200
296 @@ -694,6 +694,10 @@ int new;
297                                     0x100000 | new) < 0)
298                         return -1;
299         return 0;
300 +#elif defined(AVR32)
301 +       if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_R8), new) < 0)
302 +              return -1;
303 +       return 0;
304  #else
305  #warning Do not know how to handle change_syscall for this architecture
306  #endif /* architecture */
307 @@ -774,6 +778,28 @@ setarg(tcp, argnum)
308                 if (errno)
309                         return -1;
310          }
311 +#elif defined(AVR32)
312 +       {
313 +               errno = 0;
314 +               if (argnum == 0)
315 +                       ptrace(PTRACE_POKEUSER, tcp->pid,
316 +                              (char *)(REG_R12_ORIG),
317 +                              tcp->u_arg[argnum]);
318 +               else if (argnum < 4)
319 +                       /* r11 .. r9 */
320 +                       ptrace(PTRACE_POKEUSER, tcp->pid,
321 +                              (char *)(REG_R12 - 4 * argnum),
322 +                              tcp->u_arg[argnum]);
323 +               else if (argnum < 6)
324 +                       /* r6 .. r5 */
325 +                       ptrace(PTRACE_POKEUSER, tcp->pid,
326 +                              (char *)(REG_R10 - 4 * argnum),
327 +                              tcp->u_arg[argnum]);
328 +               else
329 +                       return -E2BIG;
330 +               if (errno)
331 +                       return -1;
332 +       }
333  #else
334  # warning Sorry, setargs not implemented for this architecture.
335  #endif
336 @@ -2866,8 +2892,27 @@ const struct xlat struct_user_offsets[] 
337         { uoff(regs.ARM_pc),    "pc"                                    },
338         { uoff(regs.ARM_cpsr),  "cpsr"                                  },
339  #endif
340 -
341 -#if !defined(S390) && !defined(S390X) && !defined(MIPS) && !defined(SPARC64)
342 +#ifdef AVR32
343 +       { uoff(regs.sr),        "sr"                                    },
344 +       { uoff(regs.pc),        "pc"                                    },
345 +       { uoff(regs.lr),        "lr"                                    },
346 +       { uoff(regs.sp),        "sp"                                    },
347 +       { uoff(regs.r12),       "r12"                                   },
348 +       { uoff(regs.r11),       "r11"                                   },
349 +       { uoff(regs.r10),       "r10"                                   },
350 +       { uoff(regs.r9),        "r9"                                    },
351 +       { uoff(regs.r8),        "r8"                                    },
352 +       { uoff(regs.r7),        "r7"                                    },
353 +       { uoff(regs.r6),        "r6"                                    },
354 +       { uoff(regs.r5),        "r5"                                    },
355 +       { uoff(regs.r4),        "r4"                                    },
356 +       { uoff(regs.r3),        "r3"                                    },
357 +       { uoff(regs.r2),        "r2"                                    },
358 +       { uoff(regs.r1),        "r1"                                    },
359 +       { uoff(regs.r0),        "r0"                                    },
360 +       { uoff(regs.r12_orig),  "orig_r12"                              },
361 +#endif
362 +#if !defined(S390) && !defined(S390X) && !defined(MIPS) && !defined(SPARC64) && !defined(AVR32)
363         { uoff(u_fpvalid),      "offsetof(struct user, u_fpvalid)"      },
364  #endif
365  #if  defined(I386) || defined(X86_64)
366 @@ -2883,20 +2928,20 @@ const struct xlat struct_user_offsets[] 
367  #if !defined(SPARC64)
368         { uoff(start_code),     "offsetof(struct user, start_code)"     },
369  #endif
370 -#ifdef SH64
371 +#if defined(SH64) || defined(AVR32)
372         { uoff(start_data),     "offsetof(struct user, start_data)"     },
373  #endif
374  #if !defined(SPARC64)
375         { uoff(start_stack),    "offsetof(struct user, start_stack)"    },
376  #endif
377         { uoff(signal),         "offsetof(struct user, signal)"         },
378 -#if !defined(S390) && !defined(S390X) && !defined(MIPS) && !defined(SH) && !defined(SH64) && !defined(SPARC64)
379 +#if !defined(S390) && !defined(S390X) && !defined(MIPS) && !defined(SH) && !defined(SH64) && !defined(SPARC64) && !defined(AVR32)
380         { uoff(reserved),       "offsetof(struct user, reserved)"       },
381  #endif
382  #if !defined(SPARC64)
383         { uoff(u_ar0),          "offsetof(struct user, u_ar0)"          },
384  #endif
385 -#if !defined(ARM) && !defined(MIPS) && !defined(S390) && !defined(S390X) && !defined(SPARC64)
386 +#if !defined(ARM) && !defined(MIPS) && !defined(S390) && !defined(S390X) && !defined(SPARC64) && !defined(AVR32)
387         { uoff(u_fpstate),      "offsetof(struct user, u_fpstate)"      },
388  #endif
389         { uoff(magic),          "offsetof(struct user, magic)"          },
390 Index: strace-4.5.14-avr32/syscall.c
391 ===================================================================
392 --- strace-4.5.14-avr32.orig/syscall.c  2006-05-02 13:36:30.000000000 +0200
393 +++ strace-4.5.14-avr32/syscall.c       2006-05-02 13:36:39.000000000 +0200
394 @@ -853,6 +853,8 @@ struct tcb *tcp;
395         static long r9;
396  #elif defined(X86_64)
397         static long rax;
398 +#elif defined(AVR32)
399 +       static struct pt_regs regs;
400  #endif
401  #endif /* LINUX */
402  #ifdef FREEBSD
403 @@ -1299,7 +1301,26 @@ struct tcb *tcp;
404                         return 0;
405                 }
406         }
407 -#endif /* SH64 */
408 +#elif defined(AVR32)
409 +       /*
410 +        * Read complete register set in one go.
411 +        */
412 +       if (ptrace(PTRACE_GETREGS, pid, NULL, &regs) < 0)
413 +               return -1;
414 +
415 +       /*
416 +        * We only need to grab the syscall number on syscall entry.
417 +        */
418 +       if (!(tcp->flags & TCB_INSYSCALL)) {
419 +               scno = regs.r8;
420 +
421 +               /* Check if we return from execve. */
422 +               if (tcp->flags & TCB_WAITEXECVE) {
423 +                       tcp->flags &= ~TCB_WAITEXECVE;
424 +                       return 0;
425 +               }
426 +       }
427 +#endif /* AVR32 */
428  #endif /* LINUX */
429  #ifdef SUNOS4
430         if (upeek(pid, uoff(u_arg[7]), &scno) < 0)
431 @@ -1658,6 +1679,17 @@ struct tcb *tcp;
432                          tcp->u_rval = r9;
433                         u_error = 0;
434                  }
435 +#else
436 +#ifdef AVR32
437 +               if (regs.r12 && (unsigned) -regs.r12 < nerrnos) {
438 +                       tcp->u_rval = -1;
439 +                       u_error = -regs.r12;
440 +               }
441 +               else {
442 +                       tcp->u_rval = regs.r12;
443 +                       u_error = 0;
444 +               }
445 +#endif /* AVR32 */
446  #endif /* SH64 */
447  #endif /* SH */
448  #endif /* HPPA */
449 @@ -1883,6 +1915,12 @@ force_result(tcp, error, rval)
450          r9 = error ? -error : rval;
451         if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)REG_GENERAL(9), r9) < 0)
452                 return -1;
453 +#else
454 +#ifdef AVR32
455 +       regs.r12 = error ? -error : rval;
456 +       if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)REG_R12, regs.r12) < 0)
457 +               return -1;
458 +#endif /* AVR32 */
459  #endif /* SH64 */
460  #endif /* SH */
461  #endif /* HPPA */
462 @@ -2155,6 +2193,14 @@ struct tcb *tcp;
463                                 return -1;
464                 }
465         }
466 +#elif defined(AVR32)
467 +       tcp->u_nargs = sysent[tcp->scno].nargs;
468 +       tcp->u_arg[0] = regs.r12;
469 +       tcp->u_arg[1] = regs.r11;
470 +       tcp->u_arg[2] = regs.r10;
471 +       tcp->u_arg[3] = regs.r9;
472 +       tcp->u_arg[4] = regs.r5;
473 +       tcp->u_arg[5] = regs.r3;
474  #else /* Other architecture (like i386) (32bits specific) */
475         {
476                 int i;
477 @@ -2460,7 +2506,7 @@ strace: out of memory for call counts\n"
478  
479         switch (known_scno(tcp)) {
480  #ifdef LINUX
481 -#if !defined (ALPHA) && !defined(SPARC) && !defined(SPARC64) && !defined(MIPS) && !defined(HPPA)
482 +#if !defined (ALPHA) && !defined(SPARC) && !defined(SPARC64) && !defined(MIPS) && !defined(HPPA) && !defined(AVR32)
483         case SYS_socketcall:
484                 decode_subcall(tcp, SYS_socket_subcall,
485                         SYS_socket_nsubcalls, deref_style);
486 @@ -2469,7 +2515,7 @@ strace: out of memory for call counts\n"
487                 decode_subcall(tcp, SYS_ipc_subcall,
488                         SYS_ipc_nsubcalls, shift_style);
489                 break;
490 -#endif /* !ALPHA && !MIPS && !SPARC && !SPARC64 && !HPPA */
491 +#endif /* !ALPHA && !MIPS && !SPARC && !SPARC64 && !HPPA && !AVR32 */
492  #if defined (SPARC) || defined (SPARC64)
493         case SYS_socketcall:
494                 sparc_socket_decode (tcp);
495 Index: strace-4.5.14-avr32/util.c
496 ===================================================================
497 --- strace-4.5.14-avr32.orig/util.c     2006-05-02 13:36:30.000000000 +0200
498 +++ strace-4.5.14-avr32/util.c  2006-05-02 13:36:39.000000000 +0200
499 @@ -1051,6 +1051,9 @@ struct tcb *tcp;
500  #elif defined(SH64)
501         if (upeek(tcp->pid, REG_PC ,&pc) < 0)
502                 return -1;
503 +#elif defined(AVR32)
504 +       if (upeek(tcp->pid, REG_PC, &pc) < 0)
505 +              return -1;
506  #endif
507         return pc;
508  #endif /* LINUX */
509 @@ -1199,6 +1202,14 @@ struct tcb *tcp;
510                 return;
511         }
512         tprintf("[%08lx] ", pc);
513 +#elif defined(AVR32)
514 +       long pc;
515 +
516 +       if (upeek(tcp->pid, REG_PC, &pc) < 0) {
517 +               tprintf("[????????] ");
518 +               return;
519 +       }
520 +       tprintf("[%08lx] ", pc);
521  #endif /* !architecture */
522  #endif /* LINUX */
523  
524 @@ -1380,6 +1391,9 @@ typedef struct regs arg_setup_state;
525  #  define arg0_offset   (REG_OFFSET+16)
526  #  define arg1_offset   (REG_OFFSET+24)
527  #  define restore_arg0(tcp, state, val) 0
528 +# elif defined (AVR32)
529 +#  define arg0_offset  (REG_R12)
530 +#  define arg1_offset  (REG_R11)
531  # else
532  #  define arg0_offset  0
533  #  define arg1_offset  4
534 Index: strace-4.5.14-avr32/configure.ac
535 ===================================================================
536 --- strace-4.5.14-avr32.orig/configure.ac       2006-05-02 13:36:30.000000000 +0200
537 +++ strace-4.5.14-avr32/configure.ac    2006-05-02 13:36:39.000000000 +0200
538 @@ -103,6 +103,10 @@ x86?64*)
539         arch=x86_64
540         AC_DEFINE([X86_64], 1, [Define for the AMD x86-64 architecture.])
541         ;;
542 +avr32*)
543 +       arch=avr32
544 +       AC_DEFINE([AVR32], 1, [Define for the AVR32 architecture.])
545 +       ;;
546  *)
547         AC_MSG_RESULT([NO!])
548         AC_MSG_ERROR([architecture $host_cpu is not supported by strace])
549 Index: strace-4.5.14-avr32/config.h.in
550 ===================================================================
551 --- strace-4.5.14-avr32.orig/config.h.in        2006-05-02 13:36:30.000000000 +0200
552 +++ strace-4.5.14-avr32/config.h.in     2006-05-02 13:36:39.000000000 +0200
553 @@ -6,6 +6,9 @@
554  /* Define for the ARM architecture. */
555  #undef ARM
556  
557 +/* Define for the AVR32 architecture. */
558 +#undef AVR32
559 +
560  /* Define for the FreeBSD operating system. */
561  #undef FREEBSD
562  
563 Index: strace-4.5.14-avr32/config.sub
564 ===================================================================
565 --- strace-4.5.14-avr32.orig/config.sub 2006-05-02 13:36:30.000000000 +0200
566 +++ strace-4.5.14-avr32/config.sub      2006-05-02 13:36:39.000000000 +0200
567 @@ -231,6 +231,7 @@ case $basic_machine in
568         | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
569         | am33_2.0 \
570         | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
571 +       | avr32 \
572         | c4x | clipper \
573         | d10v | d30v | dlx | dsp16xx \
574         | fr30 | frv \
575 @@ -297,7 +298,7 @@ case $basic_machine in
576         | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
577         | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
578         | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
579 -       | avr-* \
580 +       | avr-* | avr32-* \
581         | bs2000-* \
582         | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
583         | clipper-* | craynv-* | cydra-* \
584 Index: strace-4.5.14-avr32/configure
585 ===================================================================
586 --- strace-4.5.14-avr32.orig/configure  2006-05-02 13:36:30.000000000 +0200
587 +++ strace-4.5.14-avr32/configure       2006-05-02 13:36:39.000000000 +0200
588 @@ -956,7 +956,7 @@ esac
589      else
590        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
591      fi
592 -    cd $ac_popdir
593 +    cd "$ac_popdir"
594    done
595  fi
596  
597 @@ -2017,6 +2017,14 @@ cat >>confdefs.h <<\_ACEOF
598  _ACEOF
599  
600         ;;
601 +avr32*)
602 +       arch=avr32
603 +
604 +cat >>confdefs.h <<\_ACEOF
605 +#define AVR32 1
606 +_ACEOF
607 +
608 +       ;;
609  *)
610         echo "$as_me:$LINENO: result: NO!" >&5
611  echo "${ECHO_T}NO!" >&6
612 @@ -2660,8 +2668,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
613    cat conftest.err >&5
614    echo "$as_me:$LINENO: \$? = $ac_status" >&5
615    (exit $ac_status); } &&
616 -        { ac_try='test -z "$ac_c_werror_flag"
617 -                        || test ! -s conftest.err'
618 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
619    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
620    (eval $ac_try) 2>&5
621    ac_status=$?
622 @@ -2719,8 +2726,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
623    cat conftest.err >&5
624    echo "$as_me:$LINENO: \$? = $ac_status" >&5
625    (exit $ac_status); } &&
626 -        { ac_try='test -z "$ac_c_werror_flag"
627 -                        || test ! -s conftest.err'
628 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
629    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
630    (eval $ac_try) 2>&5
631    ac_status=$?
632 @@ -2836,8 +2842,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
633    cat conftest.err >&5
634    echo "$as_me:$LINENO: \$? = $ac_status" >&5
635    (exit $ac_status); } &&
636 -        { ac_try='test -z "$ac_c_werror_flag"
637 -                        || test ! -s conftest.err'
638 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
639    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
640    (eval $ac_try) 2>&5
641    ac_status=$?
642 @@ -2891,8 +2896,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
643    cat conftest.err >&5
644    echo "$as_me:$LINENO: \$? = $ac_status" >&5
645    (exit $ac_status); } &&
646 -        { ac_try='test -z "$ac_c_werror_flag"
647 -                        || test ! -s conftest.err'
648 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
649    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
650    (eval $ac_try) 2>&5
651    ac_status=$?
652 @@ -2937,8 +2941,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
653    cat conftest.err >&5
654    echo "$as_me:$LINENO: \$? = $ac_status" >&5
655    (exit $ac_status); } &&
656 -        { ac_try='test -z "$ac_c_werror_flag"
657 -                        || test ! -s conftest.err'
658 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
659    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
660    (eval $ac_try) 2>&5
661    ac_status=$?
662 @@ -2982,8 +2985,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
663    cat conftest.err >&5
664    echo "$as_me:$LINENO: \$? = $ac_status" >&5
665    (exit $ac_status); } &&
666 -        { ac_try='test -z "$ac_c_werror_flag"
667 -                        || test ! -s conftest.err'
668 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
669    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
670    (eval $ac_try) 2>&5
671    ac_status=$?
672 @@ -3721,8 +3723,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
673    cat conftest.err >&5
674    echo "$as_me:$LINENO: \$? = $ac_status" >&5
675    (exit $ac_status); } &&
676 -        { ac_try='test -z "$ac_c_werror_flag"
677 -                        || test ! -s conftest.err'
678 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
679    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
680    (eval $ac_try) 2>&5
681    ac_status=$?
682 @@ -3786,8 +3787,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
683    cat conftest.err >&5
684    echo "$as_me:$LINENO: \$? = $ac_status" >&5
685    (exit $ac_status); } &&
686 -        { ac_try='test -z "$ac_c_werror_flag"
687 -                        || test ! -s conftest.err'
688 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
689    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
690    (eval $ac_try) 2>&5
691    ac_status=$?
692 @@ -3959,8 +3959,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
693    cat conftest.err >&5
694    echo "$as_me:$LINENO: \$? = $ac_status" >&5
695    (exit $ac_status); } &&
696 -        { ac_try='test -z "$ac_c_werror_flag"
697 -                        || test ! -s conftest.err'
698 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
699    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
700    (eval $ac_try) 2>&5
701    ac_status=$?
702 @@ -4032,8 +4031,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
703    cat conftest.err >&5
704    echo "$as_me:$LINENO: \$? = $ac_status" >&5
705    (exit $ac_status); } &&
706 -        { ac_try='test -z "$ac_c_werror_flag"
707 -                        || test ! -s conftest.err'
708 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
709    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
710    (eval $ac_try) 2>&5
711    ac_status=$?
712 @@ -4087,8 +4085,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
713    cat conftest.err >&5
714    echo "$as_me:$LINENO: \$? = $ac_status" >&5
715    (exit $ac_status); } &&
716 -        { ac_try='test -z "$ac_c_werror_flag"
717 -                        || test ! -s conftest.err'
718 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
719    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
720    (eval $ac_try) 2>&5
721    ac_status=$?
722 @@ -4159,8 +4156,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
723    cat conftest.err >&5
724    echo "$as_me:$LINENO: \$? = $ac_status" >&5
725    (exit $ac_status); } &&
726 -        { ac_try='test -z "$ac_c_werror_flag"
727 -                        || test ! -s conftest.err'
728 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
729    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
730    (eval $ac_try) 2>&5
731    ac_status=$?
732 @@ -4214,8 +4210,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
733    cat conftest.err >&5
734    echo "$as_me:$LINENO: \$? = $ac_status" >&5
735    (exit $ac_status); } &&
736 -        { ac_try='test -z "$ac_c_werror_flag"
737 -                        || test ! -s conftest.err'
738 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
739    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
740    (eval $ac_try) 2>&5
741    ac_status=$?
742 @@ -4345,8 +4340,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
743    cat conftest.err >&5
744    echo "$as_me:$LINENO: \$? = $ac_status" >&5
745    (exit $ac_status); } &&
746 -        { ac_try='test -z "$ac_c_werror_flag"
747 -                        || test ! -s conftest.err'
748 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
749    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
750    (eval $ac_try) 2>&5
751    ac_status=$?
752 @@ -4410,8 +4404,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
753    cat conftest.err >&5
754    echo "$as_me:$LINENO: \$? = $ac_status" >&5
755    (exit $ac_status); } &&
756 -        { ac_try='test -z "$ac_c_werror_flag"
757 -                        || test ! -s conftest.err'
758 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
759    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
760    (eval $ac_try) 2>&5
761    ac_status=$?
762 @@ -4454,8 +4447,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
763    cat conftest.err >&5
764    echo "$as_me:$LINENO: \$? = $ac_status" >&5
765    (exit $ac_status); } &&
766 -        { ac_try='test -z "$ac_c_werror_flag"
767 -                        || test ! -s conftest.err'
768 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
769    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
770    (eval $ac_try) 2>&5
771    ac_status=$?
772 @@ -4519,8 +4511,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
773    cat conftest.err >&5
774    echo "$as_me:$LINENO: \$? = $ac_status" >&5
775    (exit $ac_status); } &&
776 -        { ac_try='test -z "$ac_c_werror_flag"
777 -                        || test ! -s conftest.err'
778 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
779    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
780    (eval $ac_try) 2>&5
781    ac_status=$?
782 @@ -4563,8 +4554,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
783    cat conftest.err >&5
784    echo "$as_me:$LINENO: \$? = $ac_status" >&5
785    (exit $ac_status); } &&
786 -        { ac_try='test -z "$ac_c_werror_flag"
787 -                        || test ! -s conftest.err'
788 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
789    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
790    (eval $ac_try) 2>&5
791    ac_status=$?
792 @@ -4628,8 +4618,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
793    cat conftest.err >&5
794    echo "$as_me:$LINENO: \$? = $ac_status" >&5
795    (exit $ac_status); } &&
796 -        { ac_try='test -z "$ac_c_werror_flag"
797 -                        || test ! -s conftest.err'
798 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
799    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
800    (eval $ac_try) 2>&5
801    ac_status=$?
802 @@ -4672,8 +4661,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
803    cat conftest.err >&5
804    echo "$as_me:$LINENO: \$? = $ac_status" >&5
805    (exit $ac_status); } &&
806 -        { ac_try='test -z "$ac_c_werror_flag"
807 -                        || test ! -s conftest.err'
808 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
809    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
810    (eval $ac_try) 2>&5
811    ac_status=$?
812 @@ -4737,8 +4725,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
813    cat conftest.err >&5
814    echo "$as_me:$LINENO: \$? = $ac_status" >&5
815    (exit $ac_status); } &&
816 -        { ac_try='test -z "$ac_c_werror_flag"
817 -                        || test ! -s conftest.err'
818 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
819    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
820    (eval $ac_try) 2>&5
821    ac_status=$?
822 @@ -4781,8 +4768,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
823    cat conftest.err >&5
824    echo "$as_me:$LINENO: \$? = $ac_status" >&5
825    (exit $ac_status); } &&
826 -        { ac_try='test -z "$ac_c_werror_flag"
827 -                        || test ! -s conftest.err'
828 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
829    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
830    (eval $ac_try) 2>&5
831    ac_status=$?
832 @@ -4846,8 +4832,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
833    cat conftest.err >&5
834    echo "$as_me:$LINENO: \$? = $ac_status" >&5
835    (exit $ac_status); } &&
836 -        { ac_try='test -z "$ac_c_werror_flag"
837 -                        || test ! -s conftest.err'
838 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
839    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
840    (eval $ac_try) 2>&5
841    ac_status=$?
842 @@ -4890,8 +4875,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
843    cat conftest.err >&5
844    echo "$as_me:$LINENO: \$? = $ac_status" >&5
845    (exit $ac_status); } &&
846 -        { ac_try='test -z "$ac_c_werror_flag"
847 -                        || test ! -s conftest.err'
848 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
849    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
850    (eval $ac_try) 2>&5
851    ac_status=$?
852 @@ -4955,8 +4939,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
853    cat conftest.err >&5
854    echo "$as_me:$LINENO: \$? = $ac_status" >&5
855    (exit $ac_status); } &&
856 -        { ac_try='test -z "$ac_c_werror_flag"
857 -                        || test ! -s conftest.err'
858 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
859    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
860    (eval $ac_try) 2>&5
861    ac_status=$?
862 @@ -4999,8 +4982,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
863    cat conftest.err >&5
864    echo "$as_me:$LINENO: \$? = $ac_status" >&5
865    (exit $ac_status); } &&
866 -        { ac_try='test -z "$ac_c_werror_flag"
867 -                        || test ! -s conftest.err'
868 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
869    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
870    (eval $ac_try) 2>&5
871    ac_status=$?
872 @@ -5064,8 +5046,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
873    cat conftest.err >&5
874    echo "$as_me:$LINENO: \$? = $ac_status" >&5
875    (exit $ac_status); } &&
876 -        { ac_try='test -z "$ac_c_werror_flag"
877 -                        || test ! -s conftest.err'
878 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
879    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
880    (eval $ac_try) 2>&5
881    ac_status=$?
882 @@ -5108,8 +5089,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
883    cat conftest.err >&5
884    echo "$as_me:$LINENO: \$? = $ac_status" >&5
885    (exit $ac_status); } &&
886 -        { ac_try='test -z "$ac_c_werror_flag"
887 -                        || test ! -s conftest.err'
888 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
889    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
890    (eval $ac_try) 2>&5
891    ac_status=$?
892 @@ -5173,8 +5153,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
893    cat conftest.err >&5
894    echo "$as_me:$LINENO: \$? = $ac_status" >&5
895    (exit $ac_status); } &&
896 -        { ac_try='test -z "$ac_c_werror_flag"
897 -                        || test ! -s conftest.err'
898 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
899    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
900    (eval $ac_try) 2>&5
901    ac_status=$?
902 @@ -5217,8 +5196,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
903    cat conftest.err >&5
904    echo "$as_me:$LINENO: \$? = $ac_status" >&5
905    (exit $ac_status); } &&
906 -        { ac_try='test -z "$ac_c_werror_flag"
907 -                        || test ! -s conftest.err'
908 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
909    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
910    (eval $ac_try) 2>&5
911    ac_status=$?
912 @@ -5286,8 +5264,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
913    cat conftest.err >&5
914    echo "$as_me:$LINENO: \$? = $ac_status" >&5
915    (exit $ac_status); } &&
916 -        { ac_try='test -z "$ac_c_werror_flag"
917 -                        || test ! -s conftest.err'
918 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
919    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
920    (eval $ac_try) 2>&5
921    ac_status=$?
922 @@ -5360,8 +5337,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
923    cat conftest.err >&5
924    echo "$as_me:$LINENO: \$? = $ac_status" >&5
925    (exit $ac_status); } &&
926 -        { ac_try='test -z "$ac_c_werror_flag"
927 -                        || test ! -s conftest.err'
928 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
929    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
930    (eval $ac_try) 2>&5
931    ac_status=$?
932 @@ -5460,8 +5436,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
933    cat conftest.err >&5
934    echo "$as_me:$LINENO: \$? = $ac_status" >&5
935    (exit $ac_status); } &&
936 -        { ac_try='test -z "$ac_c_werror_flag"
937 -                        || test ! -s conftest.err'
938 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
939    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
940    (eval $ac_try) 2>&5
941    ac_status=$?
942 @@ -5610,8 +5585,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
943    cat conftest.err >&5
944    echo "$as_me:$LINENO: \$? = $ac_status" >&5
945    (exit $ac_status); } &&
946 -        { ac_try='test -z "$ac_c_werror_flag"
947 -                        || test ! -s conftest.err'
948 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
949    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
950    (eval $ac_try) 2>&5
951    ac_status=$?
952 @@ -5668,8 +5642,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
953    cat conftest.err >&5
954    echo "$as_me:$LINENO: \$? = $ac_status" >&5
955    (exit $ac_status); } &&
956 -        { ac_try='test -z "$ac_c_werror_flag"
957 -                        || test ! -s conftest.err'
958 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
959    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
960    (eval $ac_try) 2>&5
961    ac_status=$?
962 @@ -5816,8 +5789,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
963    cat conftest.err >&5
964    echo "$as_me:$LINENO: \$? = $ac_status" >&5
965    (exit $ac_status); } &&
966 -        { ac_try='test -z "$ac_c_werror_flag"
967 -                        || test ! -s conftest.err'
968 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
969    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
970    (eval $ac_try) 2>&5
971    ac_status=$?
972 @@ -5968,8 +5940,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
973    cat conftest.err >&5
974    echo "$as_me:$LINENO: \$? = $ac_status" >&5
975    (exit $ac_status); } &&
976 -        { ac_try='test -z "$ac_c_werror_flag"
977 -                        || test ! -s conftest.err'
978 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
979    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
980    (eval $ac_try) 2>&5
981    ac_status=$?
982 @@ -6033,8 +6004,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
983    cat conftest.err >&5
984    echo "$as_me:$LINENO: \$? = $ac_status" >&5
985    (exit $ac_status); } &&
986 -        { ac_try='test -z "$ac_c_werror_flag"
987 -                        || test ! -s conftest.err'
988 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
989    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
990    (eval $ac_try) 2>&5
991    ac_status=$?
992 @@ -6100,8 +6070,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
993    cat conftest.err >&5
994    echo "$as_me:$LINENO: \$? = $ac_status" >&5
995    (exit $ac_status); } &&
996 -        { ac_try='test -z "$ac_c_werror_flag"
997 -                        || test ! -s conftest.err'
998 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
999    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1000    (eval $ac_try) 2>&5
1001    ac_status=$?
1002 @@ -6147,8 +6116,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1003    cat conftest.err >&5
1004    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1005    (exit $ac_status); } &&
1006 -        { ac_try='test -z "$ac_c_werror_flag"
1007 -                        || test ! -s conftest.err'
1008 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1009    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1010    (eval $ac_try) 2>&5
1011    ac_status=$?
1012 @@ -6214,8 +6182,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1013    cat conftest.err >&5
1014    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1015    (exit $ac_status); } &&
1016 -        { ac_try='test -z "$ac_c_werror_flag"
1017 -                        || test ! -s conftest.err'
1018 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1019    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1020    (eval $ac_try) 2>&5
1021    ac_status=$?
1022 @@ -6466,8 +6433,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1023    cat conftest.err >&5
1024    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1025    (exit $ac_status); } &&
1026 -        { ac_try='test -z "$ac_c_werror_flag"
1027 -                        || test ! -s conftest.err'
1028 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1029    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1030    (eval $ac_try) 2>&5
1031    ac_status=$?
1032 @@ -6532,8 +6498,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1033    cat conftest.err >&5
1034    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1035    (exit $ac_status); } &&
1036 -        { ac_try='test -z "$ac_c_werror_flag"
1037 -                        || test ! -s conftest.err'
1038 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1039    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1040    (eval $ac_try) 2>&5
1041    ac_status=$?
1042 @@ -6600,8 +6565,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
1043    cat conftest.err >&5
1044    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1045    (exit $ac_status); } &&
1046 -        { ac_try='test -z "$ac_c_werror_flag"
1047 -                        || test ! -s conftest.err'
1048 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1049    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1050    (eval $ac_try) 2>&5
1051    ac_status=$?
1052 @@ -6717,8 +6681,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
1053    cat conftest.err >&5
1054    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1055    (exit $ac_status); } &&
1056 -        { ac_try='test -z "$ac_c_werror_flag"
1057 -                        || test ! -s conftest.err'
1058 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1059    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1060    (eval $ac_try) 2>&5
1061    ac_status=$?
1062 @@ -6811,8 +6774,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1063    cat conftest.err >&5
1064    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1065    (exit $ac_status); } &&
1066 -        { ac_try='test -z "$ac_c_werror_flag"
1067 -                        || test ! -s conftest.err'
1068 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1069    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1070    (eval $ac_try) 2>&5
1071    ac_status=$?
1072 @@ -6958,8 +6920,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1073    cat conftest.err >&5
1074    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1075    (exit $ac_status); } &&
1076 -        { ac_try='test -z "$ac_c_werror_flag"
1077 -                        || test ! -s conftest.err'
1078 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1079    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1080    (eval $ac_try) 2>&5
1081    ac_status=$?
1082 @@ -7019,8 +6980,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1083    cat conftest.err >&5
1084    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1085    (exit $ac_status); } &&
1086 -        { ac_try='test -z "$ac_c_werror_flag"
1087 -                        || test ! -s conftest.err'
1088 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1089    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1090    (eval $ac_try) 2>&5
1091    ac_status=$?
1092 @@ -7081,8 +7041,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1093    cat conftest.err >&5
1094    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1095    (exit $ac_status); } &&
1096 -        { ac_try='test -z "$ac_c_werror_flag"
1097 -                        || test ! -s conftest.err'
1098 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1099    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1100    (eval $ac_try) 2>&5
1101    ac_status=$?
1102 @@ -7355,8 +7314,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1103    cat conftest.err >&5
1104    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1105    (exit $ac_status); } &&
1106 -        { ac_try='test -z "$ac_c_werror_flag"
1107 -                        || test ! -s conftest.err'
1108 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1109    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1110    (eval $ac_try) 2>&5
1111    ac_status=$?
1112 @@ -7400,8 +7358,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1113    cat conftest.err >&5
1114    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1115    (exit $ac_status); } &&
1116 -        { ac_try='test -z "$ac_c_werror_flag"
1117 -                        || test ! -s conftest.err'
1118 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1119    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1120    (eval $ac_try) 2>&5
1121    ac_status=$?
1122 @@ -7470,8 +7427,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1123    cat conftest.err >&5
1124    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1125    (exit $ac_status); } &&
1126 -        { ac_try='test -z "$ac_c_werror_flag"
1127 -                        || test ! -s conftest.err'
1128 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1129    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1130    (eval $ac_try) 2>&5
1131    ac_status=$?
1132 @@ -7538,8 +7494,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1133    cat conftest.err >&5
1134    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1135    (exit $ac_status); } &&
1136 -        { ac_try='test -z "$ac_c_werror_flag"
1137 -                        || test ! -s conftest.err'
1138 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1139    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1140    (eval $ac_try) 2>&5
1141    ac_status=$?
1142 @@ -7584,8 +7539,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1143    cat conftest.err >&5
1144    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1145    (exit $ac_status); } &&
1146 -        { ac_try='test -z "$ac_c_werror_flag"
1147 -                        || test ! -s conftest.err'
1148 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1149    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1150    (eval $ac_try) 2>&5
1151    ac_status=$?
1152 @@ -7651,8 +7605,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1153    cat conftest.err >&5
1154    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1155    (exit $ac_status); } &&
1156 -        { ac_try='test -z "$ac_c_werror_flag"
1157 -                        || test ! -s conftest.err'
1158 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1159    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1160    (eval $ac_try) 2>&5
1161    ac_status=$?
1162 @@ -7697,8 +7650,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1163    cat conftest.err >&5
1164    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1165    (exit $ac_status); } &&
1166 -        { ac_try='test -z "$ac_c_werror_flag"
1167 -                        || test ! -s conftest.err'
1168 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1169    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1170    (eval $ac_try) 2>&5
1171    ac_status=$?
1172 @@ -7766,8 +7718,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1173    cat conftest.err >&5
1174    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1175    (exit $ac_status); } &&
1176 -        { ac_try='test -z "$ac_c_werror_flag"
1177 -                        || test ! -s conftest.err'
1178 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1179    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1180    (eval $ac_try) 2>&5
1181    ac_status=$?
1182 @@ -7833,8 +7784,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1183    cat conftest.err >&5
1184    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1185    (exit $ac_status); } &&
1186 -        { ac_try='test -z "$ac_c_werror_flag"
1187 -                        || test ! -s conftest.err'
1188 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1189    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1190    (eval $ac_try) 2>&5
1191    ac_status=$?
1192 @@ -7898,8 +7848,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1193    cat conftest.err >&5
1194    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1195    (exit $ac_status); } &&
1196 -        { ac_try='test -z "$ac_c_werror_flag"
1197 -                        || test ! -s conftest.err'
1198 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1199    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1200    (eval $ac_try) 2>&5
1201    ac_status=$?
1202 @@ -7965,8 +7914,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1203    cat conftest.err >&5
1204    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1205    (exit $ac_status); } &&
1206 -        { ac_try='test -z "$ac_c_werror_flag"
1207 -                        || test ! -s conftest.err'
1208 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1209    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1210    (eval $ac_try) 2>&5
1211    ac_status=$?
1212 @@ -8031,8 +7979,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1213    cat conftest.err >&5
1214    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1215    (exit $ac_status); } &&
1216 -        { ac_try='test -z "$ac_c_werror_flag"
1217 -                        || test ! -s conftest.err'
1218 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1219    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1220    (eval $ac_try) 2>&5
1221    ac_status=$?
1222 @@ -8076,8 +8023,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1223    cat conftest.err >&5
1224    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1225    (exit $ac_status); } &&
1226 -        { ac_try='test -z "$ac_c_werror_flag"
1227 -                        || test ! -s conftest.err'
1228 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1229    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1230    (eval $ac_try) 2>&5
1231    ac_status=$?
1232 @@ -8144,8 +8090,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1233    cat conftest.err >&5
1234    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1235    (exit $ac_status); } &&
1236 -        { ac_try='test -z "$ac_c_werror_flag"
1237 -                        || test ! -s conftest.err'
1238 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1239    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1240    (eval $ac_try) 2>&5
1241    ac_status=$?
1242 @@ -8217,8 +8162,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1243    cat conftest.err >&5
1244    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1245    (exit $ac_status); } &&
1246 -        { ac_try='test -z "$ac_c_werror_flag"
1247 -                        || test ! -s conftest.err'
1248 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1249    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1250    (eval $ac_try) 2>&5
1251    ac_status=$?
1252 @@ -8288,8 +8232,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
1253    cat conftest.err >&5
1254    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1255    (exit $ac_status); } &&
1256 -        { ac_try='test -z "$ac_c_werror_flag"
1257 -                        || test ! -s conftest.err'
1258 +        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
1259    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1260    (eval $ac_try) 2>&5
1261    ac_status=$?
1262 @@ -9292,11 +9235,6 @@ esac
1263    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
1264    esac
1265  
1266 -  if test x"$ac_file" != x-; then
1267 -    { echo "$as_me:$LINENO: creating $ac_file" >&5
1268 -echo "$as_me: creating $ac_file" >&6;}
1269 -    rm -f "$ac_file"
1270 -  fi
1271    # Let's still pretend it is `configure' which instantiates (i.e., don't
1272    # use $as_me), people would be surprised to read:
1273    #    /* config.h.  Generated by config.status.  */
1274 @@ -9335,6 +9273,12 @@ echo "$as_me: error: cannot find input f
1275          fi;;
1276        esac
1277      done` || { (exit 1); exit 1; }
1278 +
1279 +  if test x"$ac_file" != x-; then
1280 +    { echo "$as_me:$LINENO: creating $ac_file" >&5
1281 +echo "$as_me: creating $ac_file" >&6;}
1282 +    rm -f "$ac_file"
1283 +  fi
1284  _ACEOF
1285  cat >>$CONFIG_STATUS <<_ACEOF
1286    sed "$ac_vpsub
1287 Index: strace-4.5.14-avr32/system.c
1288 ===================================================================
1289 --- strace-4.5.14-avr32.orig/system.c   2006-09-14 17:03:55.000000000 +0200
1290 +++ strace-4.5.14-avr32/system.c        2006-09-14 17:04:44.000000000 +0200
1291 @@ -1578,7 +1578,7 @@ static const struct xlat sysctl_root[] =
1292         { CTL_KERN, "CTL_KERN" },
1293         { CTL_VM, "CTL_VM" },
1294         { CTL_NET, "CTL_NET" },
1295 -       { CTL_PROC, "CTL_PROC" },
1296 +       /* was CTL_PROC */
1297         { CTL_FS, "CTL_FS" },
1298         { CTL_DEBUG, "CTL_DEBUG" },
1299         { CTL_DEV, "CTL_DEV" },
1300 Index: strace-4.5.14-avr32/linux/avr32/ioctlent.h
1301 ===================================================================
1302 --- /dev/null   1970-01-01 00:00:00.000000000 +0000
1303 +++ strace-4.5.14-avr32/linux/avr32/ioctlent.h  2006-09-21 14:34:24.000000000 +0200
1304 @@ -0,0 +1,1268 @@
1305 +{"linux/fs.h", "FIBMAP", 0x1},
1306 +{"linux/fs.h", "FIGETBSZ", 0x2},
1307 +{"linux/fd.h", "FDCLRPRM", 0x241},
1308 +{"linux/fd.h", "FDMSGON", 0x245},
1309 +{"linux/fd.h", "FDMSGOFF", 0x246},
1310 +{"linux/fd.h", "FDFMTBEG", 0x247},
1311 +{"linux/fd.h", "FDFMTEND", 0x249},
1312 +{"linux/fd.h", "FDSETEMSGTRESH", 0x24a},
1313 +{"linux/fd.h", "FDFLUSH", 0x24b},
1314 +{"linux/fd.h", "FDRESET", 0x254},
1315 +{"linux/fd.h", "FDWERRORCLR", 0x256},
1316 +{"linux/fd.h", "FDRAWCMD", 0x258},
1317 +{"linux/fd.h", "FDTWADDLE", 0x259},
1318 +{"linux/fd.h", "FDEJECT", 0x25a},
1319 +{"linux/wireless.h", "IW_POWER_ALL_R", 0x300},
1320 +{"linux/in6.h", "IPV6_PRIORITY_RESERVED1", 0x300},
1321 +{"linux/apm_bios.h", "APM_DEVICE_PARALLEL", 0x300},
1322 +{"linux/hdreg.h", "HDIO_GETGEO", 0x301},
1323 +{"linux/ps2esdi.h", "HDIO_GETGEO", 0x301},
1324 +{"linux/hdreg.h", "HDIO_GET_UNMASKINTR", 0x302},
1325 +{"linux/hdreg.h", "HDIO_GET_MULTCOUNT", 0x304},
1326 +{"linux/hdreg.h", "HDIO_GET_QDMA", 0x305},
1327 +{"linux/hdreg.h", "HDIO_SET_XFER", 0x306},
1328 +{"linux/hdreg.h", "HDIO_OBSOLETE_IDENTITY", 0x307},
1329 +{"linux/hdreg.h", "HDIO_GET_KEEPSETTINGS", 0x308},
1330 +{"linux/hdreg.h", "HDIO_GET_32BIT", 0x309},
1331 +{"linux/hdreg.h", "HDIO_GET_NOWERR", 0x30a},
1332 +{"linux/hdreg.h", "HDIO_GET_DMA", 0x30b},
1333 +{"linux/hdreg.h", "HDIO_GET_NICE", 0x30c},
1334 +{"linux/hdreg.h", "HDIO_GET_IDENTITY", 0x30d},
1335 +{"linux/hdreg.h", "HDIO_GET_WCACHE", 0x30e},
1336 +{"linux/hdreg.h", "HDIO_GET_ACOUSTIC", 0x30f},
1337 +{"linux/hdreg.h", "HDIO_GET_ADDRESS", 0x310},
1338 +{"linux/hdreg.h", "HDIO_GET_BUSSTATE", 0x31a},
1339 +{"linux/hdreg.h", "HDIO_TRISTATE_HWIF", 0x31b},
1340 +{"linux/hdreg.h", "HDIO_DRIVE_RESET", 0x31c},
1341 +{"linux/hdreg.h", "HDIO_DRIVE_TASKFILE", 0x31d},
1342 +{"linux/hdreg.h", "HDIO_DRIVE_TASK", 0x31e},
1343 +{"linux/hdreg.h", "HDIO_DRIVE_CMD", 0x31f},
1344 +{"linux/hdreg.h", "HDIO_SET_MULTCOUNT", 0x321},
1345 +{"linux/hdreg.h", "HDIO_SET_UNMASKINTR", 0x322},
1346 +{"linux/hdreg.h", "HDIO_SET_KEEPSETTINGS", 0x323},
1347 +{"linux/hdreg.h", "HDIO_SET_32BIT", 0x324},
1348 +{"linux/hdreg.h", "HDIO_SET_NOWERR", 0x325},
1349 +{"linux/hdreg.h", "HDIO_SET_DMA", 0x326},
1350 +{"linux/hdreg.h", "HDIO_SET_PIO_MODE", 0x327},
1351 +{"linux/hdreg.h", "HDIO_SCAN_HWIF", 0x328},
1352 +{"linux/hdreg.h", "HDIO_SET_NICE", 0x329},
1353 +{"linux/hdreg.h", "HDIO_UNREGISTER_HWIF", 0x32a},
1354 +{"linux/hdreg.h", "HDIO_SET_WCACHE", 0x32b},
1355 +{"linux/hdreg.h", "HDIO_SET_ACOUSTIC", 0x32c},
1356 +{"linux/hdreg.h", "HDIO_SET_BUSSTATE", 0x32d},
1357 +{"linux/hdreg.h", "HDIO_SET_QDMA", 0x32e},
1358 +{"linux/hdreg.h", "HDIO_SET_ADDRESS", 0x32f},
1359 +{"linux/zorro_ids.h", "ZORRO_MANUF_CARDCO_1", 0x3ec},
1360 +{"linux/zorro_ids.h", "ZORRO_MANUF_A_SQUARED", 0x3ed},
1361 +{"linux/zorro_ids.h", "ZORRO_MANUF_COMSPEC_COMMUNICATIONS", 0x3ee},
1362 +{"linux/zorro_ids.h", "ZORRO_MANUF_ANAKIN_RESEARCH", 0x3f1},
1363 +{"linux/zorro_ids.h", "ZORRO_MANUF_MICROBOTICS", 0x3f2},
1364 +{"linux/zorro_ids.h", "ZORRO_MANUF_ACCESS_ASSOCIATES_ALEGRA", 0x3f4},
1365 +{"linux/zorro_ids.h", "ZORRO_MANUF_EXPANSION_TECHNOLOGIES", 0x3f6},
1366 +{"linux/zorro_ids.h", "ZORRO_MANUF_ASDG", 0x3ff},
1367 +{"linux/apm_bios.h", "APM_DEVICE_PCMCIA", 0x600},
1368 +{"linux/ixjuser.h", "MIXER_PORT_CD_L", 0x600},
1369 +{"linux/in6.h", "IPV6_PRIORITY_INTERACTIVE", 0x600},
1370 +{"linux/lp.h", "LPCHAR", 0x601},
1371 +{"linux/lp.h", "LPTIME", 0x602},
1372 +{"linux/lp.h", "LPABORT", 0x604},
1373 +{"linux/lp.h", "LPSETIRQ", 0x605},
1374 +{"linux/lp.h", "LPGETIRQ", 0x606},
1375 +{"linux/lp.h", "LPWAIT", 0x608},
1376 +{"linux/lp.h", "LPCAREFUL", 0x609},
1377 +{"linux/lp.h", "LPABORTOPEN", 0x60a},
1378 +{"linux/lp.h", "LPGETSTATUS", 0x60b},
1379 +{"linux/lp.h", "LPRESET", 0x60c},
1380 +{"linux/lp.h", "LPGETSTATS", 0x60d},
1381 +{"linux/lp.h", "LPGETFLAGS", 0x60e},
1382 +{"linux/lp.h", "LPSETTIMEOUT", 0x60f},
1383 +{"linux/som.h", "SOM_LIB_RELOC", 0x619},
1384 +{"linux/zorro_ids.h", "ZORRO_MANUF_GREAT_VALLEY_PRODUCTS_1", 0x6e1},
1385 +{"linux/fs.h", "BLKROSET", 0x125d},
1386 +{"linux/fs.h", "BLKROGET", 0x125e},
1387 +{"linux/fs.h", "BLKRRPART", 0x125f},
1388 +{"linux/fs.h", "BLKGETSIZE", 0x1260},
1389 +{"linux/fs.h", "BLKFLSBUF", 0x1261},
1390 +{"linux/fs.h", "BLKRASET", 0x1262},
1391 +{"linux/fs.h", "BLKRAGET", 0x1263},
1392 +{"linux/fs.h", "BLKFRASET", 0x1264},
1393 +{"linux/fs.h", "BLKFRAGET", 0x1265},
1394 +{"linux/fs.h", "BLKSECTSET", 0x1266},
1395 +{"linux/fs.h", "BLKSECTGET", 0x1267},
1396 +{"linux/fs.h", "BLKSSZGET", 0x1268},
1397 +{"linux/blkpg.h", "BLKPG", 0x1269},
1398 +{"linux/fs.h", "BLKTRACESTART", 0x1274},
1399 +{"linux/fs.h", "BLKTRACESTOP", 0x1275},
1400 +{"linux/fs.h", "BLKTRACETEARDOWN", 0x1276},
1401 +{"linux/zorro_ids.h", "ZORRO_MANUF_APOLLO_2", 0x2200},
1402 +{"scsi/sg.h", "SG_SET_TIMEOUT", 0x2201},
1403 +{"scsi/sg.h", "SG_GET_TIMEOUT", 0x2202},
1404 +{"scsi/sg.h", "SG_EMULATED_HOST", 0x2203},
1405 +{"scsi/sg.h", "SG_SET_TRANSFORM", 0x2204},
1406 +{"scsi/sg.h", "SG_GET_TRANSFORM", 0x2205},
1407 +{"linux/zorro_ids.h", "ZORRO_MANUF_APOLLO_3", 0x2222},
1408 +{"scsi/sg.h", "SG_GET_COMMAND_Q", 0x2270},
1409 +{"scsi/sg.h", "SG_SET_COMMAND_Q", 0x2271},
1410 +{"scsi/sg.h", "SG_GET_RESERVED_SIZE", 0x2272},
1411 +{"scsi/sg.h", "SG_SET_RESERVED_SIZE", 0x2275},
1412 +{"scsi/sg.h", "SG_GET_SCSI_ID", 0x2276},
1413 +{"scsi/sg.h", "SG_SET_FORCE_LOW_DMA", 0x2279},
1414 +{"scsi/sg.h", "SG_GET_LOW_DMA", 0x227a},
1415 +{"scsi/sg.h", "SG_SET_FORCE_PACK_ID", 0x227b},
1416 +{"scsi/sg.h", "SG_GET_PACK_ID", 0x227c},
1417 +{"scsi/sg.h", "SG_GET_NUM_WAITING", 0x227d},
1418 +{"scsi/sg.h", "SG_SET_DEBUG", 0x227e},
1419 +{"scsi/sg.h", "SG_GET_SG_TABLESIZE", 0x227f},
1420 +{"scsi/sg.h", "SG_GET_VERSION_NUM", 0x2282},
1421 +{"scsi/sg.h", "SG_NEXT_CMD_LEN", 0x2283},
1422 +{"scsi/sg.h", "SG_SCSI_RESET", 0x2284},
1423 +{"scsi/sg.h", "SG_IO", 0x2285},
1424 +{"scsi/sg.h", "SG_GET_REQUEST_TABLE", 0x2286},
1425 +{"scsi/sg.h", "SG_SET_KEEP_ORPHAN", 0x2287},
1426 +{"scsi/sg.h", "SG_GET_KEEP_ORPHAN", 0x2288},
1427 +{"linux/apm_bios.h", "APM_IOC_STANDBY", 0x4101},
1428 +{"linux/agpgart.h", "AGPIOC_ACQUIRE", 0x4101},
1429 +{"linux/apm_bios.h", "APM_IOC_SUSPEND", 0x4102},
1430 +{"linux/agpgart.h", "AGPIOC_RELEASE", 0x4102},
1431 +{"linux/pmu.h", "PMU_IOC_SLEEP", 0x4200},
1432 +{"linux/cciss_ioctl.h", "CCISS_REVALIDVOLS", 0x420a},
1433 +{"linux/cciss_ioctl.h", "CCISS_DEREGDISK", 0x420c},
1434 +{"linux/cciss_ioctl.h", "CCISS_REGNEWD", 0x420e},
1435 +{"linux/cciss_ioctl.h", "CCISS_RESCANDISK", 0x4210},
1436 +{"linux/fb.h", "FBIOGET_VSCREENINFO", 0x4600},
1437 +{"linux/fb.h", "FBIOPUT_VSCREENINFO", 0x4601},
1438 +{"linux/ps2esdi.h", "CMD_READ", 0x4601},
1439 +{"linux/fb.h", "FBIOGET_FSCREENINFO", 0x4602},
1440 +{"linux/ps2esdi.h", "CMD_WRITE", 0x4602},
1441 +{"linux/fb.h", "FBIOGETCMAP", 0x4604},
1442 +{"linux/fb.h", "FBIOPUTCMAP", 0x4605},
1443 +{"linux/fb.h", "FBIOPAN_DISPLAY", 0x4606},
1444 +{"linux/fb.h", "FBIOGET_CON2FBMAP", 0x460f},
1445 +{"linux/fb.h", "FBIOPUT_CON2FBMAP", 0x4610},
1446 +{"linux/fb.h", "FBIOBLANK", 0x4611},
1447 +{"linux/fb.h", "FBIO_ALLOC", 0x4613},
1448 +{"linux/fb.h", "FBIO_FREE", 0x4614},
1449 +{"linux/fb.h", "FBIOGET_GLYPH", 0x4615},
1450 +{"linux/fb.h", "FBIOGET_HWCINFO", 0x4616},
1451 +{"linux/fb.h", "FBIOPUT_MODEINFO", 0x4617},
1452 +{"linux/fb.h", "FBIOGET_DISPINFO", 0x4618},
1453 +{"linux/arcfb.h", "FBIO_WAITEVENT", 0x4688},
1454 +{"linux/hiddev.h", "HIDIOCAPPLICATION", 0x4802},
1455 +{"linux/hiddev.h", "HIDIOCINITREPORT", 0x4805},
1456 +{"linux/isdn.h", "IIOCNETAIF", 0x4901},
1457 +{"linux/isdn.h", "IIOCNETDIF", 0x4902},
1458 +{"linux/isdn.h", "IIOCNETSCF", 0x4903},
1459 +{"linux/isdn.h", "IIOCNETGCF", 0x4904},
1460 +{"linux/isdn.h", "IIOCNETANM", 0x4905},
1461 +{"linux/isdn.h", "IIOCNETDNM", 0x4906},
1462 +{"linux/isdn.h", "IIOCNETGNM", 0x4907},
1463 +{"linux/isdn.h", "IIOCGETSET", 0x4908},
1464 +{"linux/isdn.h", "IIOCSETSET", 0x4909},
1465 +{"linux/isdn.h", "IIOCSETVER", 0x490a},
1466 +{"linux/isdn.h", "IIOCNETHUP", 0x490b},
1467 +{"linux/isdn.h", "IIOCSETGST", 0x490c},
1468 +{"linux/isdn.h", "IIOCSETBRJ", 0x490d},
1469 +{"linux/isdn.h", "IIOCSIGPRF", 0x490e},
1470 +{"linux/isdn.h", "IIOCGETPRF", 0x490f},
1471 +{"linux/isdn.h", "IIOCSETPRF", 0x4910},
1472 +{"linux/isdn.h", "IIOCGETMAP", 0x4911},
1473 +{"linux/isdn.h", "IIOCSETMAP", 0x4912},
1474 +{"linux/isdn.h", "IIOCNETASL", 0x4913},
1475 +{"linux/isdn.h", "IIOCNETDIL", 0x4914},
1476 +{"linux/isdn.h", "IIOCGETCPS", 0x4915},
1477 +{"linux/isdn.h", "IIOCGETDVR", 0x4916},
1478 +{"linux/isdn.h", "IIOCNETLCR", 0x4917},
1479 +{"linux/isdn.h", "IIOCNETDWRSET", 0x4918},
1480 +{"linux/isdn.h", "IIOCNETALN", 0x4920},
1481 +{"linux/isdn.h", "IIOCNETDLN", 0x4921},
1482 +{"linux/isdn.h", "IIOCNETGPN", 0x4922},
1483 +{"linux/isdn.h", "IIOCDBGVAR", 0x497f},
1484 +{"linux/isdn.h", "IIOCDRVCTL", 0x4980},
1485 +{"linux/kd.h", "KIOCSOUND", 0x4b2f},
1486 +{"linux/kd.h", "KDMKTONE", 0x4b30},
1487 +{"linux/kd.h", "KDGETLED", 0x4b31},
1488 +{"linux/kd.h", "KDSETLED", 0x4b32},
1489 +{"linux/kd.h", "KDGKBTYPE", 0x4b33},
1490 +{"linux/kd.h", "KDADDIO", 0x4b34},
1491 +{"linux/kd.h", "KDDELIO", 0x4b35},
1492 +{"linux/kd.h", "KDENABIO", 0x4b36},
1493 +{"linux/kd.h", "KDDISABIO", 0x4b37},
1494 +{"linux/kd.h", "KDSETMODE", 0x4b3a},
1495 +{"linux/kd.h", "KDGETMODE", 0x4b3b},
1496 +{"linux/kd.h", "KDMAPDISP", 0x4b3c},
1497 +{"linux/kd.h", "KDUNMAPDISP", 0x4b3d},
1498 +{"linux/kd.h", "GIO_SCRNMAP", 0x4b40},
1499 +{"linux/kd.h", "PIO_SCRNMAP", 0x4b41},
1500 +{"linux/kd.h", "KDGKBMODE", 0x4b44},
1501 +{"linux/kd.h", "KDSKBMODE", 0x4b45},
1502 +{"linux/kd.h", "KDGKBENT", 0x4b46},
1503 +{"linux/kd.h", "KDSKBENT", 0x4b47},
1504 +{"linux/kd.h", "KDGKBSENT", 0x4b48},
1505 +{"linux/kd.h", "KDSKBSENT", 0x4b49},
1506 +{"linux/kd.h", "KDGKBDIACR", 0x4b4a},
1507 +{"linux/kd.h", "KDSKBDIACR", 0x4b4b},
1508 +{"linux/kd.h", "KDGETKEYCODE", 0x4b4c},
1509 +{"linux/kd.h", "KDSETKEYCODE", 0x4b4d},
1510 +{"linux/kd.h", "KDSIGACCEPT", 0x4b4e},
1511 +{"linux/kd.h", "KDKBDREP", 0x4b52},
1512 +{"linux/kd.h", "GIO_FONT", 0x4b60},
1513 +{"linux/kd.h", "PIO_FONT", 0x4b61},
1514 +{"linux/kd.h", "KDGKBMETA", 0x4b62},
1515 +{"linux/kd.h", "KDSKBMETA", 0x4b63},
1516 +{"linux/kd.h", "KDGKBLED", 0x4b64},
1517 +{"linux/kd.h", "KDSKBLED", 0x4b65},
1518 +{"linux/kd.h", "GIO_UNIMAP", 0x4b66},
1519 +{"linux/kd.h", "PIO_UNIMAP", 0x4b67},
1520 +{"linux/kd.h", "PIO_UNIMAPCLR", 0x4b68},
1521 +{"linux/kd.h", "GIO_UNISCRNMAP", 0x4b69},
1522 +{"linux/kd.h", "PIO_UNISCRNMAP", 0x4b6a},
1523 +{"linux/kd.h", "GIO_FONTX", 0x4b6b},
1524 +{"linux/kd.h", "PIO_FONTX", 0x4b6c},
1525 +{"linux/kd.h", "PIO_FONTRESET", 0x4b6d},
1526 +{"linux/kd.h", "GIO_CMAP", 0x4b70},
1527 +{"linux/kd.h", "PIO_CMAP", 0x4b71},
1528 +{"linux/kd.h", "KDFONTOP", 0x4b72},
1529 +{"linux/loop.h", "LOOP_SET_FD", 0x4c00},
1530 +{"linux/loop.h", "LOOP_CLR_FD", 0x4c01},
1531 +{"linux/loop.h", "LOOP_SET_STATUS", 0x4c02},
1532 +{"linux/loop.h", "LOOP_GET_STATUS", 0x4c03},
1533 +{"linux/loop.h", "LOOP_SET_STATUS64", 0x4c04},
1534 +{"linux/loop.h", "LOOP_GET_STATUS64", 0x4c05},
1535 +{"linux/loop.h", "LOOP_CHANGE_FD", 0x4c06},
1536 +{"mtd/mtd-abi.h", "MTDFILEMODE", 0x4d13},
1537 +{"linux/random.h", "RNDZAPENTCNT", 0x5204},
1538 +{"linux/random.h", "RNDCLEARPOOL", 0x5206},
1539 +{"linux/cdrom.h", "CDROMPAUSE", 0x5301},
1540 +{"linux/n_r3964.h", "R3964_ENABLE_SIGNALS", 0x5301},
1541 +{"linux/n_r3964.h", "R3964_SETPRIORITY", 0x5302},
1542 +{"linux/cdrom.h", "CDROMRESUME", 0x5302},
1543 +{"linux/n_r3964.h", "R3964_USE_BCC", 0x5303},
1544 +{"linux/cdrom.h", "CDROMPLAYMSF", 0x5303},
1545 +{"linux/n_r3964.h", "R3964_READ_TELEGRAM", 0x5304},
1546 +{"linux/cdrom.h", "CDROMPLAYTRKIND", 0x5304},
1547 +{"linux/cdrom.h", "CDROMREADTOCHDR", 0x5305},
1548 +{"linux/cdrom.h", "CDROMREADTOCENTRY", 0x5306},
1549 +{"linux/cdrom.h", "CDROMSTOP", 0x5307},
1550 +{"linux/cdrom.h", "CDROMSTART", 0x5308},
1551 +{"linux/cdrom.h", "CDROMEJECT", 0x5309},
1552 +{"linux/cdrom.h", "CDROMVOLCTRL", 0x530a},
1553 +{"linux/cdrom.h", "CDROMSUBCHNL", 0x530b},
1554 +{"linux/cdrom.h", "CDROMREADMODE2", 0x530c},
1555 +{"linux/cdrom.h", "CDROMREADMODE1", 0x530d},
1556 +{"linux/cdrom.h", "CDROMREADAUDIO", 0x530e},
1557 +{"linux/cdrom.h", "CDROMEJECT_SW", 0x530f},
1558 +{"linux/cdrom.h", "CDROMMULTISESSION", 0x5310},
1559 +{"linux/cdrom.h", "CDROM_GET_MCN", 0x5311},
1560 +{"linux/cdrom.h", "CDROMRESET", 0x5312},
1561 +{"linux/cdrom.h", "CDROMVOLREAD", 0x5313},
1562 +{"linux/cdrom.h", "CDROMREADRAW", 0x5314},
1563 +{"linux/cdrom.h", "CDROMREADCOOKED", 0x5315},
1564 +{"linux/cdrom.h", "CDROMSEEK", 0x5316},
1565 +{"linux/cdrom.h", "CDROMPLAYBLK", 0x5317},
1566 +{"linux/cdrom.h", "CDROMREADALL", 0x5318},
1567 +{"linux/cdrom.h", "CDROMCLOSETRAY", 0x5319},
1568 +{"linux/cdrom.h", "CDROMGETSPINDOWN", 0x531d},
1569 +{"linux/cdrom.h", "CDROMSETSPINDOWN", 0x531e},
1570 +{"linux/cdrom.h", "CDROM_SET_OPTIONS", 0x5320},
1571 +{"linux/cdrom.h", "CDROM_CLEAR_OPTIONS", 0x5321},
1572 +{"linux/cdrom.h", "CDROM_SELECT_SPEED", 0x5322},
1573 +{"linux/cdrom.h", "CDROM_SELECT_DISC", 0x5323},
1574 +{"linux/cdrom.h", "CDROM_MEDIA_CHANGED", 0x5325},
1575 +{"linux/cdrom.h", "CDROM_DRIVE_STATUS", 0x5326},
1576 +{"linux/cdrom.h", "CDROM_DISC_STATUS", 0x5327},
1577 +{"linux/cdrom.h", "CDROM_CHANGER_NSLOTS", 0x5328},
1578 +{"linux/cdrom.h", "CDROM_LOCKDOOR", 0x5329},
1579 +{"linux/cdrom.h", "CDROM_DEBUG", 0x5330},
1580 +{"linux/cdrom.h", "CDROM_GET_CAPABILITY", 0x5331},
1581 +{"scsi/scsi_ioctl.h", "SCSI_IOCTL_DOORLOCK", 0x5380},
1582 +{"scsi/scsi_ioctl.h", "SCSI_IOCTL_DOORUNLOCK", 0x5381},
1583 +{"linux/cdrom.h", "CDROMAUDIOBUFSIZ", 0x5382},
1584 +{"scsi/scsi.h", "SCSI_IOCTL_GET_IDLUN", 0x5382},
1585 +{"scsi/scsi.h", "SCSI_IOCTL_TAGGED_ENABLE", 0x5383},
1586 +{"scsi/scsi.h", "SCSI_IOCTL_TAGGED_DISABLE", 0x5384},
1587 +{"scsi/scsi.h", "SCSI_IOCTL_PROBE_HOST", 0x5385},
1588 +{"scsi/scsi.h", "SCSI_IOCTL_GET_BUS_NUMBER", 0x5386},
1589 +{"linux/cdrom.h", "DVD_READ_STRUCT", 0x5390},
1590 +{"linux/cdrom.h", "DVD_WRITE_STRUCT", 0x5391},
1591 +{"linux/cdrom.h", "DVD_AUTH", 0x5392},
1592 +{"linux/cdrom.h", "CDROM_SEND_PACKET", 0x5393},
1593 +{"linux/cdrom.h", "CDROM_NEXT_WRITABLE", 0x5394},
1594 +{"linux/cdrom.h", "CDROM_LAST_WRITTEN", 0x5395},
1595 +{"asm/ioctls.h", "TCGETS", 0x5401},
1596 +{"asm/ioctls.h", "TCSETS", 0x5402},
1597 +{"asm/ioctls.h", "TCSETSW", 0x5403},
1598 +{"asm/ioctls.h", "TCSETSF", 0x5404},
1599 +{"asm/ioctls.h", "TCGETA", 0x5405},
1600 +{"asm/ioctls.h", "TCSETA", 0x5406},
1601 +{"asm/ioctls.h", "TCSETAW", 0x5407},
1602 +{"asm/ioctls.h", "TCSETAF", 0x5408},
1603 +{"asm/ioctls.h", "TCSBRK", 0x5409},
1604 +{"asm/ioctls.h", "TCXONC", 0x540a},
1605 +{"asm/ioctls.h", "TCFLSH", 0x540b},
1606 +{"asm/ioctls.h", "TIOCEXCL", 0x540c},
1607 +{"asm/ioctls.h", "TIOCNXCL", 0x540d},
1608 +{"asm/ioctls.h", "TIOCSCTTY", 0x540e},
1609 +{"asm/ioctls.h", "TIOCGPGRP", 0x540f},
1610 +{"asm/ioctls.h", "TIOCSPGRP", 0x5410},
1611 +{"asm/ioctls.h", "TIOCOUTQ", 0x5411},
1612 +{"asm/ioctls.h", "TIOCSTI", 0x5412},
1613 +{"asm/ioctls.h", "TIOCGWINSZ", 0x5413},
1614 +{"asm/ioctls.h", "TIOCSWINSZ", 0x5414},
1615 +{"asm/ioctls.h", "TIOCMGET", 0x5415},
1616 +{"asm/ioctls.h", "TIOCMBIS", 0x5416},
1617 +{"asm/ioctls.h", "TIOCMBIC", 0x5417},
1618 +{"asm/ioctls.h", "TIOCMSET", 0x5418},
1619 +{"asm/ioctls.h", "TIOCGSOFTCAR", 0x5419},
1620 +{"asm/ioctls.h", "TIOCSSOFTCAR", 0x541a},
1621 +{"asm/ioctls.h", "FIONREAD", 0x541b},
1622 +{"asm/ioctls.h", "TIOCLINUX", 0x541c},
1623 +{"asm/ioctls.h", "TIOCCONS", 0x541d},
1624 +{"asm/ioctls.h", "TIOCGSERIAL", 0x541e},
1625 +{"asm/ioctls.h", "TIOCSSERIAL", 0x541f},
1626 +{"asm/ioctls.h", "TIOCPKT", 0x5420},
1627 +{"asm/ioctls.h", "FIONBIO", 0x5421},
1628 +{"asm/ioctls.h", "TIOCNOTTY", 0x5422},
1629 +{"asm/ioctls.h", "TIOCSETD", 0x5423},
1630 +{"asm/ioctls.h", "TIOCGETD", 0x5424},
1631 +{"asm/ioctls.h", "TCSBRKP", 0x5425},
1632 +{"asm/ioctls.h", "TIOCSBRK", 0x5427},
1633 +{"asm/ioctls.h", "TIOCCBRK", 0x5428},
1634 +{"asm/ioctls.h", "TIOCGSID", 0x5429},
1635 +{"asm/ioctls.h", "FIONCLEX", 0x5450},
1636 +{"asm/ioctls.h", "FIOCLEX", 0x5451},
1637 +{"asm/ioctls.h", "FIOASYNC", 0x5452},
1638 +{"asm/ioctls.h", "TIOCSERCONFIG", 0x5453},
1639 +{"asm/ioctls.h", "TIOCSERGWILD", 0x5454},
1640 +{"asm/ioctls.h", "TIOCSERSWILD", 0x5455},
1641 +{"asm/ioctls.h", "TIOCGLCKTRMIOS", 0x5456},
1642 +{"asm/ioctls.h", "TIOCSLCKTRMIOS", 0x5457},
1643 +{"asm/ioctls.h", "TIOCSERGSTRUCT", 0x5458},
1644 +{"asm/ioctls.h", "TIOCSERGETLSR", 0x5459},
1645 +{"asm/ioctls.h", "TIOCSERGETMULTI", 0x545a},
1646 +{"asm/ioctls.h", "TIOCSERSETMULTI", 0x545b},
1647 +{"asm/ioctls.h", "TIOCMIWAIT", 0x545c},
1648 +{"asm/ioctls.h", "TIOCGICOUNT", 0x545d},
1649 +{"asm/ioctls.h", "TIOCGHAYESESP", 0x545e},
1650 +{"asm/ioctls.h", "TIOCSHAYESESP", 0x545f},
1651 +{"asm/ioctls.h", "FIOQSIZE", 0x5460},
1652 +{"linux/uinput.h", "UI_DEV_CREATE", 0x5501},
1653 +{"linux/uinput.h", "UI_DEV_DESTROY", 0x5502},
1654 +{"linux/vt.h", "VT_OPENQRY", 0x5600},
1655 +{"linux/vt.h", "VT_GETMODE", 0x5601},
1656 +{"linux/videodev2.h", "VIDIOC_RESERVED", 0x5601},
1657 +{"linux/vt.h", "VT_SETMODE", 0x5602},
1658 +{"linux/vt.h", "VT_GETSTATE", 0x5603},
1659 +{"linux/vt.h", "VT_SENDSIG", 0x5604},
1660 +{"linux/vt.h", "VT_RELDISP", 0x5605},
1661 +{"linux/vt.h", "VT_ACTIVATE", 0x5606},
1662 +{"linux/vt.h", "VT_WAITACTIVE", 0x5607},
1663 +{"linux/vt.h", "VT_DISALLOCATE", 0x5608},
1664 +{"linux/vt.h", "VT_RESIZE", 0x5609},
1665 +{"linux/vt.h", "VT_RESIZEX", 0x560a},
1666 +{"linux/vt.h", "VT_LOCKSWITCH", 0x560b},
1667 +{"linux/vt.h", "VT_UNLOCKSWITCH", 0x560c},
1668 +{"linux/vt.h", "VT_GETHIFONTMASK", 0x560d},
1669 +{"linux/videodev2.h", "VIDIOC_LOG_STATUS", 0x5646},
1670 +{"linux/sonet.h", "SONET_SETFRAMING", 0x6115},
1671 +{"linux/atm_nicstar.h", "NS_ADJBUFLEV", 0x6163},
1672 +{"linux/atm_tcp.h", "SIOCSIFATMTCP", 0x6180},
1673 +{"linux/atm_tcp.h", "ATMTCP_CREATE", 0x618e},
1674 +{"linux/atm_tcp.h", "ATMTCP_REMOVE", 0x618f},
1675 +{"linux/atmlec.h", "ATMLEC_CTRL", 0x61d0},
1676 +{"linux/atmlec.h", "ATMLEC_DATA", 0x61d1},
1677 +{"linux/atmlec.h", "ATMLEC_MCAST", 0x61d2},
1678 +{"linux/atmmpc.h", "ATMMPC_CTRL", 0x61d8},
1679 +{"linux/atmmpc.h", "ATMMPC_DATA", 0x61d9},
1680 +{"linux/atmclip.h", "SIOCMKCLIP", 0x61e0},
1681 +{"linux/atmarp.h", "ATMARPD_CTRL", 0x61e1},
1682 +{"linux/atmarp.h", "ATMARP_MKIP", 0x61e2},
1683 +{"linux/atmarp.h", "ATMARP_SETENTRY", 0x61e3},
1684 +{"linux/atmarp.h", "ATMARP_ENCAP", 0x61e5},
1685 +{"linux/atmsvc.h", "ATMSIGD_CTRL", 0x61f0},
1686 +{"linux/cm4000_cs.h", "CM_IOCSRDR", 0x6303},
1687 +{"linux/cm4000_cs.h", "CM_IOCARDOFF", 0x6304},
1688 +{"linux/chio.h", "CHIOINITELEM", 0x6311},
1689 +{"linux/comstats.h", "COM_GETPORTSTATS", 0x631e},
1690 +{"linux/comstats.h", "COM_CLRPORTSTATS", 0x631f},
1691 +{"linux/comstats.h", "COM_GETBRDSTATS", 0x6320},
1692 +{"linux/comstats.h", "COM_READPORT", 0x6328},
1693 +{"linux/comstats.h", "COM_READBOARD", 0x6329},
1694 +{"linux/comstats.h", "COM_READPANEL", 0x632a},
1695 +{"linux/video_decoder.h", "DECODER_DUMP", 0x64c0},
1696 +{"linux/hpet.h", "HPET_IE_ON", 0x6801},
1697 +{"linux/hpet.h", "HPET_IE_OFF", 0x6802},
1698 +{"linux/hpet.h", "HPET_EPI", 0x6804},
1699 +{"linux/hpet.h", "HPET_DPI", 0x6805},
1700 +{"linux/mmtimer.h", "MMTIMER_GETOFFSET", 0x6d00},
1701 +{"linux/synclink.h", "MGSL_IOCSTXIDLE", 0x6d02},
1702 +{"linux/synclink.h", "MGSL_IOCGTXIDLE", 0x6d03},
1703 +{"linux/synclink.h", "MGSL_IOCTXENABLE", 0x6d04},
1704 +{"linux/mmtimer.h", "MMTIMER_GETBITS", 0x6d04},
1705 +{"linux/synclink.h", "MGSL_IOCRXENABLE", 0x6d05},
1706 +{"linux/mmtimer.h", "MMTIMER_MMAPAVAIL", 0x6d06},
1707 +{"linux/synclink.h", "MGSL_IOCTXABORT", 0x6d06},
1708 +{"linux/synclink.h", "MGSL_IOCGSTATS", 0x6d07},
1709 +{"linux/synclink.h", "MGSL_IOCLOOPTXDONE", 0x6d09},
1710 +{"linux/synclink.h", "MGSL_IOCSIF", 0x6d0a},
1711 +{"linux/synclink.h", "MGSL_IOCGIF", 0x6d0b},
1712 +{"linux/synclink.h", "MGSL_IOCCLRMODCOUNT", 0x6d0f},
1713 +{"linux/ncp_fs.h", "NCP_IOC_CONN_LOGGED_IN", 0x6e03},
1714 +{"linux/rtc.h", "RTC_AIE_ON", 0x7001},
1715 +{"linux/rtc.h", "RTC_AIE_OFF", 0x7002},
1716 +{"linux/rtc.h", "RTC_UIE_ON", 0x7003},
1717 +{"linux/rtc.h", "RTC_UIE_OFF", 0x7004},
1718 +{"linux/rtc.h", "RTC_PIE_ON", 0x7005},
1719 +{"linux/rtc.h", "RTC_PIE_OFF", 0x7006},
1720 +{"linux/rtc.h", "RTC_WIE_ON", 0x700f},
1721 +{"linux/rtc.h", "RTC_WIE_OFF", 0x7010},
1722 +{"linux/nvram.h", "NVRAM_INIT", 0x7040},
1723 +{"linux/nvram.h", "NVRAM_SETCKS", 0x7041},
1724 +{"linux/ppdev.h", "PPCLAIM", 0x708b},
1725 +{"linux/ppdev.h", "PPRELEASE", 0x708c},
1726 +{"linux/ppdev.h", "PPYIELD", 0x708d},
1727 +{"linux/ppdev.h", "PPEXCL", 0x708f},
1728 +{"linux/telephony.h", "PHONE_CAPABILITIES", 0x7180},
1729 +{"linux/telephony.h", "PHONE_RING", 0x7183},
1730 +{"linux/telephony.h", "PHONE_HOOKSTATE", 0x7184},
1731 +{"linux/telephony.h", "OLD_PHONE_RING_START", 0x7187},
1732 +{"linux/telephony.h", "PHONE_RING_STOP", 0x7188},
1733 +{"linux/telephony.h", "PHONE_REC_START", 0x718a},
1734 +{"linux/telephony.h", "PHONE_REC_STOP", 0x718b},
1735 +{"linux/telephony.h", "PHONE_REC_LEVEL", 0x718f},
1736 +{"linux/telephony.h", "PHONE_PLAY_START", 0x7191},
1737 +{"linux/telephony.h", "PHONE_PLAY_STOP", 0x7192},
1738 +{"linux/telephony.h", "PHONE_PLAY_LEVEL", 0x7195},
1739 +{"linux/telephony.h", "PHONE_GET_TONE_ON_TIME", 0x719e},
1740 +{"linux/telephony.h", "PHONE_GET_TONE_OFF_TIME", 0x719f},
1741 +{"linux/telephony.h", "PHONE_GET_TONE_STATE", 0x71a0},
1742 +{"linux/telephony.h", "PHONE_BUSY", 0x71a1},
1743 +{"linux/telephony.h", "PHONE_RINGBACK", 0x71a2},
1744 +{"linux/telephony.h", "PHONE_DIALTONE", 0x71a3},
1745 +{"linux/telephony.h", "PHONE_CPT_STOP", 0x71a4},
1746 +{"linux/telephony.h", "PHONE_PSTN_GET_STATE", 0x71a5},
1747 +{"linux/telephony.h", "PHONE_PSTN_LINETEST", 0x71a8},
1748 +{"linux/ixjuser.h", "IXJCTL_DSP_RESET", 0x71c0},
1749 +{"linux/ixjuser.h", "IXJCTL_DSP_IDLE", 0x71c5},
1750 +{"linux/ixjuser.h", "IXJCTL_TESTRAM", 0x71c6},
1751 +{"linux/ixjuser.h", "IXJCTL_AEC_STOP", 0x71cc},
1752 +{"linux/ixjuser.h", "IXJCTL_AEC_GET_LEVEL", 0x71cd},
1753 +{"linux/ixjuser.h", "IXJCTL_PSTN_LINETEST", 0x71d3},
1754 +{"linux/ixjuser.h", "IXJCTL_PLAY_CID", 0x71d7},
1755 +{"linux/ixjuser.h", "IXJCTL_DRYBUFFER_CLEAR", 0x71e7},
1756 +{"linux/cdk.h", "STL_BINTR", 0x7314},
1757 +{"linux/cdk.h", "STL_BSTART", 0x7315},
1758 +{"linux/cdk.h", "STL_BSTOP", 0x7316},
1759 +{"linux/cdk.h", "STL_BRESET", 0x7317},
1760 +{"linux/cdk.h", "STL_GETPFLAG", 0x7350},
1761 +{"linux/cdk.h", "STL_SETPFLAG", 0x7351},
1762 +{"linux/if_ppp.h", "PPPIOCDISCONN", 0x7439},
1763 +{"linux/if_ppp.h", "PPPIOCXFERUNIT", 0x744e},
1764 +{"linux/meye.h", "MEYEIOC_STILLCAPT", 0x76c4},
1765 +{"linux/videotext.h", "VTXIOCPUTPAGE", 0x8108},
1766 +{"linux/videotext.h", "VTXIOCSETDISP", 0x8109},
1767 +{"linux/videotext.h", "VTXIOCPUTSTAT", 0x810a},
1768 +{"linux/videotext.h", "VTXIOCCLRCACHE", 0x810b},
1769 +{"asm/sockios.h", "FIOSETOWN", 0x8901},
1770 +{"asm/sockios.h", "SIOCSPGRP", 0x8902},
1771 +{"asm/sockios.h", "FIOGETOWN", 0x8903},
1772 +{"asm/sockios.h", "SIOCGPGRP", 0x8904},
1773 +{"asm/sockios.h", "SIOCATMARK", 0x8905},
1774 +{"asm/sockios.h", "SIOCGSTAMP", 0x8906},
1775 +{"linux/sockios.h", "SIOCADDRT", 0x890b},
1776 +{"linux/sockios.h", "SIOCDELRT", 0x890c},
1777 +{"linux/sockios.h", "SIOCRTMSG", 0x890d},
1778 +{"linux/sockios.h", "SIOCGIFNAME", 0x8910},
1779 +{"linux/sockios.h", "SIOCSIFLINK", 0x8911},
1780 +{"linux/sockios.h", "SIOCGIFCONF", 0x8912},
1781 +{"linux/sockios.h", "SIOCGIFFLAGS", 0x8913},
1782 +{"linux/sockios.h", "SIOCSIFFLAGS", 0x8914},
1783 +{"linux/sockios.h", "SIOCGIFADDR", 0x8915},
1784 +{"linux/sockios.h", "SIOCSIFADDR", 0x8916},
1785 +{"linux/sockios.h", "SIOCGIFDSTADDR", 0x8917},
1786 +{"linux/sockios.h", "SIOCSIFDSTADDR", 0x8918},
1787 +{"linux/sockios.h", "SIOCGIFBRDADDR", 0x8919},
1788 +{"linux/sockios.h", "SIOCSIFBRDADDR", 0x891a},
1789 +{"linux/sockios.h", "SIOCGIFNETMASK", 0x891b},
1790 +{"linux/sockios.h", "SIOCSIFNETMASK", 0x891c},
1791 +{"linux/sockios.h", "SIOCGIFMETRIC", 0x891d},
1792 +{"linux/sockios.h", "SIOCSIFMETRIC", 0x891e},
1793 +{"linux/sockios.h", "SIOCGIFMEM", 0x891f},
1794 +{"linux/sockios.h", "SIOCSIFMEM", 0x8920},
1795 +{"linux/sockios.h", "SIOCGIFMTU", 0x8921},
1796 +{"linux/sockios.h", "SIOCSIFMTU", 0x8922},
1797 +{"linux/sockios.h", "SIOCSIFNAME", 0x8923},
1798 +{"linux/sockios.h", "SIOCSIFHWADDR", 0x8924},
1799 +{"linux/sockios.h", "SIOCGIFENCAP", 0x8925},
1800 +{"linux/sockios.h", "SIOCSIFENCAP", 0x8926},
1801 +{"linux/sockios.h", "SIOCGIFHWADDR", 0x8927},
1802 +{"linux/sockios.h", "SIOCGIFSLAVE", 0x8929},
1803 +{"linux/sockios.h", "SIOCSIFSLAVE", 0x8930},
1804 +{"linux/sockios.h", "SIOCADDMULTI", 0x8931},
1805 +{"linux/sockios.h", "SIOCDELMULTI", 0x8932},
1806 +{"linux/sockios.h", "SIOCGIFINDEX", 0x8933},
1807 +{"linux/sockios.h", "SIOCSIFPFLAGS", 0x8934},
1808 +{"linux/sockios.h", "SIOCGIFPFLAGS", 0x8935},
1809 +{"linux/sockios.h", "SIOCDIFADDR", 0x8936},
1810 +{"linux/sockios.h", "SIOCSIFHWBROADCAST", 0x8937},
1811 +{"linux/sockios.h", "SIOCGIFCOUNT", 0x8938},
1812 +{"linux/sockios.h", "SIOCGIFBR", 0x8940},
1813 +{"linux/sockios.h", "SIOCSIFBR", 0x8941},
1814 +{"linux/sockios.h", "SIOCGIFTXQLEN", 0x8942},
1815 +{"linux/sockios.h", "SIOCSIFTXQLEN", 0x8943},
1816 +{"linux/sockios.h", "SIOCGIFDIVERT", 0x8944},
1817 +{"linux/sockios.h", "SIOCSIFDIVERT", 0x8945},
1818 +{"linux/sockios.h", "SIOCETHTOOL", 0x8946},
1819 +{"linux/sockios.h", "SIOCGMIIPHY", 0x8947},
1820 +{"linux/sockios.h", "SIOCGMIIREG", 0x8948},
1821 +{"linux/sockios.h", "SIOCSMIIREG", 0x8949},
1822 +{"linux/sockios.h", "SIOCWANDEV", 0x894a},
1823 +{"linux/sockios.h", "SIOCDARP", 0x8953},
1824 +{"linux/sockios.h", "SIOCGARP", 0x8954},
1825 +{"linux/sockios.h", "SIOCSARP", 0x8955},
1826 +{"linux/sockios.h", "SIOCDRARP", 0x8960},
1827 +{"linux/sockios.h", "SIOCGRARP", 0x8961},
1828 +{"linux/sockios.h", "SIOCSRARP", 0x8962},
1829 +{"linux/sockios.h", "SIOCGIFMAP", 0x8970},
1830 +{"linux/sockios.h", "SIOCSIFMAP", 0x8971},
1831 +{"linux/sockios.h", "SIOCADDDLCI", 0x8980},
1832 +{"linux/sockios.h", "SIOCDELDLCI", 0x8981},
1833 +{"linux/sockios.h", "SIOCGIFVLAN", 0x8982},
1834 +{"linux/sockios.h", "SIOCSIFVLAN", 0x8983},
1835 +{"linux/sockios.h", "SIOCBONDENSLAVE", 0x8990},
1836 +{"linux/sockios.h", "SIOCBONDRELEASE", 0x8991},
1837 +{"linux/sockios.h", "SIOCBONDSETHWADDR", 0x8992},
1838 +{"linux/sockios.h", "SIOCBONDSLAVEINFOQUERY", 0x8993},
1839 +{"linux/sockios.h", "SIOCBONDINFOQUERY", 0x8994},
1840 +{"linux/sockios.h", "SIOCBONDCHANGEACTIVE", 0x8995},
1841 +{"linux/sockios.h", "SIOCBRADDBR", 0x89a0},
1842 +{"linux/sockios.h", "SIOCBRDELBR", 0x89a1},
1843 +{"linux/sockios.h", "SIOCBRADDIF", 0x89a2},
1844 +{"linux/sockios.h", "SIOCBRDELIF", 0x89a3},
1845 +{"linux/sockios.h", "SIOCPROTOPRIVATE", 0x89e0},
1846 +{"linux/sockios.h", "SIOCDEVPRIVATE", 0x89f0},
1847 +{"linux/auto_fs.h", "AUTOFS_IOC_READY", 0x9360},
1848 +{"linux/auto_fs.h", "AUTOFS_IOC_FAIL", 0x9361},
1849 +{"linux/auto_fs.h", "AUTOFS_IOC_CATATONIC", 0x9362},
1850 +{"linux/nbd.h", "NBD_SET_SOCK", 0xab00},
1851 +{"linux/nbd.h", "NBD_SET_BLKSIZE", 0xab01},
1852 +{"linux/nbd.h", "NBD_SET_SIZE", 0xab02},
1853 +{"linux/nbd.h", "NBD_DO_IT", 0xab03},
1854 +{"linux/nbd.h", "NBD_CLEAR_SOCK", 0xab04},
1855 +{"linux/nbd.h", "NBD_CLEAR_QUE", 0xab05},
1856 +{"linux/nbd.h", "NBD_PRINT_DEBUG", 0xab06},
1857 +{"linux/nbd.h", "NBD_SET_SIZE_BLOCKS", 0xab07},
1858 +{"linux/nbd.h", "NBD_DISCONNECT", 0xab08},
1859 +{"linux/raw.h", "RAW_SETBIND", 0xac00},
1860 +{"linux/raw.h", "RAW_GETBIND", 0xac01},
1861 +{"linux/if_pppox.h", "PPPOEIOCDFWD", 0xb101},
1862 +{"linux/cyclades.h", "CYGETMON", 0x435901},
1863 +{"linux/cyclades.h", "CYGETTHRESH", 0x435902},
1864 +{"linux/cyclades.h", "CYSETTHRESH", 0x435903},
1865 +{"linux/cyclades.h", "CYGETDEFTHRESH", 0x435904},
1866 +{"linux/cyclades.h", "CYSETDEFTHRESH", 0x435905},
1867 +{"linux/cyclades.h", "CYGETTIMEOUT", 0x435906},
1868 +{"linux/cyclades.h", "CYSETTIMEOUT", 0x435907},
1869 +{"linux/cyclades.h", "CYGETDEFTIMEOUT", 0x435908},
1870 +{"linux/cyclades.h", "CYSETDEFTIMEOUT", 0x435909},
1871 +{"linux/cyclades.h", "CYSETRFLOW", 0x43590a},
1872 +{"linux/cyclades.h", "CYGETRFLOW", 0x43590b},
1873 +{"linux/cyclades.h", "CYSETRTSDTR_INV", 0x43590c},
1874 +{"linux/cyclades.h", "CYGETRTSDTR_INV", 0x43590d},
1875 +{"linux/cyclades.h", "CYZSETPOLLCYCLE", 0x43590e},
1876 +{"linux/cyclades.h", "CYZGETPOLLCYCLE", 0x43590f},
1877 +{"linux/cyclades.h", "CYGETCD1400VER", 0x435910},
1878 +{"linux/cyclades.h", "CYGETCARDINFO", 0x435911},
1879 +{"linux/cyclades.h", "CYSETWAIT", 0x435912},
1880 +{"linux/cyclades.h", "CYGETWAIT", 0x435913},
1881 +{"linux/videodev2.h", "VIDIOC_S_PRIORITY", 0x40015644},
1882 +{"linux/ppdev.h", "PPWCONTROL", 0x40017084},
1883 +{"linux/ppdev.h", "PPWDATA", 0x40017086},
1884 +{"linux/ppdev.h", "PPWCTLONIRQ", 0x40017092},
1885 +{"linux/telephony.h", "PHONE_MAXRINGS", 0x40017185},
1886 +{"linux/telephony.h", "PHONE_PLAY_TONE", 0x4001719b},
1887 +{"linux/sonypi.h", "SONYPI_IOCSBRT", 0x40017600},
1888 +{"linux/sonypi.h", "SONYPI_IOCSBLUE", 0x40017609},
1889 +{"linux/sonypi.h", "SONYPI_IOCSFAN", 0x4001760b},
1890 +{"linux/atmdev.h", "ATM_SETBACKEND", 0x400261f2},
1891 +{"linux/atmdev.h", "ATM_NEWBACKENDIF", 0x400261f3},
1892 +{"linux/ncp_fs.h", "NCP_IOC_GETMOUNTUID", 0x40026e02},
1893 +{"linux/ppdev.h", "PPFCONTROL", 0x4002708e},
1894 +{"linux/telephony.h", "PHONE_RING_CADENCE", 0x40027186},
1895 +{"linux/fs.h", "BLKBSZSET", 0x40041271},
1896 +{"linux/radeonfb.h", "FBIO_RADEON_SET_MIRROR", 0x40044004},
1897 +{"linux/agpgart.h", "AGPIOC_SETUP", 0x40044103},
1898 +{"linux/agpgart.h", "AGPIOC_RESERVE", 0x40044104},
1899 +{"linux/agpgart.h", "AGPIOC_PROTECT", 0x40044105},
1900 +{"linux/agpgart.h", "AGPIOC_DEALLOCATE", 0x40044107},
1901 +{"linux/agpgart.h", "AGPIOC_BIND", 0x40044108},
1902 +{"linux/agpgart.h", "AGPIOC_UNBIND", 0x40044109},
1903 +{"linux/pmu.h", "PMU_IOC_SET_BACKLIGHT", 0x40044202},
1904 +{"linux/cciss_ioctl.h", "CCISS_REGNEWDISK", 0x4004420d},
1905 +{"linux/input.h", "EVIOCRMFF", 0x40044581},
1906 +{"linux/input.h", "EVIOCGRAB", 0x40044590},
1907 +{"linux/matroxfb.h", "FBIO_WAITFORVSYNC", 0x40044620},
1908 +{"linux/hiddev.h", "HIDIOCSFLAG", 0x4004480f},
1909 +{"mtd/mtd-abi.h", "OTPGETREGIONCOUNT", 0x40044d0e},
1910 +{"linux/ticable.h", "IOCTL_TIUSB_TIMEOUT", 0x40044e20},
1911 +{"linux/ticable.h", "IOCTL_TIUSB_RESET_DEVICE", 0x40044e21},
1912 +{"linux/ticable.h", "IOCTL_TIUSB_RESET_PIPES", 0x40044e22},
1913 +{"linux/random.h", "RNDADDTOENTCNT", 0x40045201},
1914 +{"asm/ioctls.h", "TIOCSPTLCK", 0x40045431},
1915 +{"linux/if_tun.h", "TUNSETNOCSUM", 0x400454c8},
1916 +{"linux/if_tun.h", "TUNSETDEBUG", 0x400454c9},
1917 +{"linux/if_tun.h", "TUNSETIFF", 0x400454ca},
1918 +{"linux/if_tun.h", "TUNSETPERSIST", 0x400454cb},
1919 +{"linux/if_tun.h", "TUNSETOWNER", 0x400454cc},
1920 +{"linux/if_tun.h", "TUNSETLINK", 0x400454cd},
1921 +{"linux/uinput.h", "UI_SET_EVBIT", 0x40045564},
1922 +{"linux/uinput.h", "UI_SET_KEYBIT", 0x40045565},
1923 +{"linux/uinput.h", "UI_SET_RELBIT", 0x40045566},
1924 +{"linux/uinput.h", "UI_SET_ABSBIT", 0x40045567},
1925 +{"linux/uinput.h", "UI_SET_MSCBIT", 0x40045568},
1926 +{"linux/uinput.h", "UI_SET_LEDBIT", 0x40045569},
1927 +{"linux/uinput.h", "UI_SET_SNDBIT", 0x4004556a},
1928 +{"linux/uinput.h", "UI_SET_FFBIT", 0x4004556b},
1929 +{"linux/uinput.h", "UI_SET_PHYS", 0x4004556c},
1930 +{"linux/uinput.h", "UI_SET_SWBIT", 0x4004556d},
1931 +{"linux/videodev2.h", "VIDIOC_OVERLAY", 0x4004560e},
1932 +{"linux/videodev2.h", "VIDIOC_STREAMON", 0x40045612},
1933 +{"linux/videodev2.h", "VIDIOC_STREAMOFF", 0x40045613},
1934 +{"linux/atmdev.h", "ATM_SETSC", 0x400461f1},
1935 +{"linux/atmdev.h", "ATM_DROPPARTY", 0x400461f5},
1936 +{"linux/cm4000_cs.h", "CM_IOCSPTS", 0x40046302},
1937 +{"linux/chio.h", "CHIOSPICKER", 0x40046305},
1938 +{"linux/cm4000_cs.h", "CM_IOSDBGLVL", 0x400463fa},
1939 +{"linux/video_decoder.h", "DECODER_SET_NORM", 0x40046403},
1940 +{"linux/video_decoder.h", "DECODER_SET_INPUT", 0x40046404},
1941 +{"linux/video_decoder.h", "DECODER_SET_OUTPUT", 0x40046405},
1942 +{"linux/video_decoder.h", "DECODER_ENABLE_OUTPUT", 0x40046406},
1943 +{"linux/video_decoder.h", "DECODER_SET_GPIO", 0x40046408},
1944 +{"linux/video_decoder.h", "DECODER_SET_VBI_BYPASS", 0x4004640a},
1945 +{"linux/video_encoder.h", "ENCODER_SET_NORM", 0x40046502},
1946 +{"linux/video_encoder.h", "ENCODER_SET_INPUT", 0x40046503},
1947 +{"linux/video_encoder.h", "ENCODER_SET_OUTPUT", 0x40046504},
1948 +{"linux/video_encoder.h", "ENCODER_ENABLE_OUTPUT", 0x40046505},
1949 +{"linux/ext3_fs.h", "EXT3_IOC_SETFLAGS", 0x40046602},
1950 +{"linux/ext2_fs.h", "EXT2_IOC_SETFLAGS", 0x40046602},
1951 +{"linux/iflags.h", "IFLAGS_SET_IOC", 0x40046602},
1952 +{"linux/ext3_fs.h", "EXT3_IOC_SETVERSION", 0x40046604},
1953 +{"linux/ext3_fs.h", "EXT3_IOC_SETRSVSZ", 0x40046606},
1954 +{"linux/ext3_fs.h", "EXT3_IOC_GROUP_EXTEND", 0x40046607},
1955 +{"linux/hpet.h", "HPET_IRQFREQ", 0x40046806},
1956 +{"linux/ncp_fs.h", "NCP_IOC_GETMOUNTUID2", 0x40046e02},
1957 +{"linux/ncp_fs.h", "NCP_IOC_SET_SIGN_WANTED", 0x40046e06},
1958 +{"linux/ncp_fs.h", "NCP_IOC_GETDENTRYTTL", 0x40046e0c},
1959 +{"linux/matroxfb.h", "MATROXFB_SET_OUTPUT_CONNECTION", 0x40046ef8},
1960 +{"linux/matroxfb.h", "MATROXFB_SET_OUTPUT_MODE", 0x40046efa},
1961 +{"linux/rtc.h", "RTC_IRQP_SET", 0x4004700c},
1962 +{"linux/rtc.h", "RTC_EPOCH_SET", 0x4004700e},
1963 +{"linux/ppdev.h", "PPSETMODE", 0x40047080},
1964 +{"linux/ppdev.h", "PPDATADIR", 0x40047090},
1965 +{"linux/ppdev.h", "PPNEGOT", 0x40047091},
1966 +{"linux/ppdev.h", "PPSETPHASE", 0x40047094},
1967 +{"linux/ppdev.h", "PPSETFLAGS", 0x4004709b},
1968 +{"linux/ticable.h", "IOCTL_TISER_DELAY", 0x400470a0},
1969 +{"linux/ticable.h", "IOCTL_TISER_TIMEOUT", 0x400470a1},
1970 +{"linux/ticable.h", "IOCTL_TIPAR_DELAY", 0x400470a8},
1971 +{"linux/ticable.h", "IOCTL_TIPAR_TIMEOUT", 0x400470a9},
1972 +{"linux/serio.h", "SPIOCSTYPE", 0x40047101},
1973 +{"linux/telephony.h", "PHONE_CAPABILITIES_CHECK", 0x40047182},
1974 +{"linux/telephony.h", "PHONE_RING_START", 0x40047187},
1975 +{"linux/telephony.h", "PHONE_REC_CODEC", 0x40047189},
1976 +{"linux/telephony.h", "PHONE_REC_DEPTH", 0x4004718c},
1977 +{"linux/telephony.h", "PHONE_FRAME", 0x4004718d},
1978 +{"linux/telephony.h", "PHONE_REC_VOLUME", 0x4004718e},
1979 +{"linux/telephony.h", "PHONE_PLAY_CODEC", 0x40047190},
1980 +{"linux/telephony.h", "PHONE_PLAY_DEPTH", 0x40047193},
1981 +{"linux/telephony.h", "PHONE_PLAY_VOLUME", 0x40047194},
1982 +{"linux/telephony.h", "PHONE_DTMF_OOB", 0x40047199},
1983 +{"linux/telephony.h", "PHONE_SET_TONE_ON_TIME", 0x4004719c},
1984 +{"linux/telephony.h", "PHONE_SET_TONE_OFF_TIME", 0x4004719d},
1985 +{"linux/telephony.h", "PHONE_PSTN_SET_STATE", 0x400471a4},
1986 +{"linux/telephony.h", "PHONE_WINK_DURATION", 0x400471a6},
1987 +{"linux/telephony.h", "PHONE_VAD", 0x400471a9},
1988 +{"linux/telephony.h", "PHONE_WINK", 0x400471aa},
1989 +{"linux/ixjuser.h", "IXJCTL_SET_FILTER", 0x400471c7},
1990 +{"linux/ixjuser.h", "IXJCTL_GET_FILTER_HIST", 0x400471c8},
1991 +{"linux/ixjuser.h", "IXJCTL_INIT_TONE", 0x400471c9},
1992 +{"linux/ixjuser.h", "IXJCTL_TONE_CADENCE", 0x400471ca},
1993 +{"linux/ixjuser.h", "IXJCTL_AEC_START", 0x400471cb},
1994 +{"linux/ixjuser.h", "IXJCTL_SET_LED", 0x400471ce},
1995 +{"linux/ixjuser.h", "IXJCTL_MIXER", 0x400471cf},
1996 +{"linux/ixjuser.h", "IXJCTL_DAA_COEFF_SET", 0x400471d0},
1997 +{"linux/ixjuser.h", "IXJCTL_PORT", 0x400471d1},
1998 +{"linux/ixjuser.h", "IXJCTL_DAA_AGAIN", 0x400471d2},
1999 +{"linux/ixjuser.h", "IXJCTL_POTS_PSTN", 0x400471d5},
2000 +{"linux/ixjuser.h", "IXJCTL_FILTER_CADENCE", 0x400471d6},
2001 +{"linux/ixjuser.h", "IXJCTL_CIDCW", 0x400471d9},
2002 +{"linux/telephony.h", "PHONE_REC_VOLUME_LINEAR", 0x400471db},
2003 +{"linux/telephony.h", "PHONE_PLAY_VOLUME_LINEAR", 0x400471dc},
2004 +{"linux/ixjuser.h", "IXJCTL_SET_FILTER_RAW", 0x400471dd},
2005 +{"linux/ixjuser.h", "IXJCTL_HZ", 0x400471e0},
2006 +{"linux/ixjuser.h", "IXJCTL_RATE", 0x400471e1},
2007 +{"linux/ixjuser.h", "IXJCTL_DTMF_PRESCALE", 0x400471e8},
2008 +{"linux/ixjuser.h", "IXJCTL_SIGCTL", 0x400471e9},
2009 +{"linux/ixjuser.h", "IXJCTL_SC_RXG", 0x400471ea},
2010 +{"linux/ixjuser.h", "IXJCTL_SC_TXG", 0x400471eb},
2011 +{"linux/ixjuser.h", "IXJCTL_INTERCOM_START", 0x400471fd},
2012 +{"linux/ixjuser.h", "IXJCTL_INTERCOM_STOP", 0x400471fe},
2013 +{"linux/msdos_fs.h", "FAT_IOCTL_SET_ATTRIBUTES", 0x40047211},
2014 +{"linux/if_ppp.h", "PPPIOCATTCHAN", 0x40047438},
2015 +{"linux/if_ppp.h", "PPPIOCCONNECT", 0x4004743a},
2016 +{"linux/if_ppp.h", "PPPIOCSMRRU", 0x4004743b},
2017 +{"linux/if_ppp.h", "PPPIOCDETACH", 0x4004743c},
2018 +{"linux/if_ppp.h", "PPPIOCATTACH", 0x4004743d},
2019 +{"linux/if_ppp.h", "PPPIOCSDEBUG", 0x40047440},
2020 +{"linux/if_ppp.h", "PPPIOCSMAXCID", 0x40047451},
2021 +{"linux/if_ppp.h", "PPPIOCSMRU", 0x40047452},
2022 +{"linux/if_ppp.h", "PPPIOCSRASYNCMAP", 0x40047454},
2023 +{"linux/if_ppp.h", "PPPIOCSASYNCMAP", 0x40047457},
2024 +{"linux/if_ppp.h", "PPPIOCSFLAGS", 0x40047459},
2025 +{"linux/isdn_ppp.h", "PPPIOCBUNDLE", 0x40047481},
2026 +{"linux/isdn_ppp.h", "PPPIOCSMPFLAGS", 0x40047483},
2027 +{"linux/isdn_ppp.h", "PPPIOCSMPMTU", 0x40047484},
2028 +{"linux/isdn_ppp.h", "PPPIOCSMPMRU", 0x40047485},
2029 +{"linux/isdn_ppp.h", "PPPIOCSCOMPRESSOR", 0x40047487},
2030 +{"linux/ext2_fs.h", "EXT2_IOC_SETVERSION", 0x40047602},
2031 +{"linux/ext3_fs.h", "EXT3_IOC_SETVERSION_OLD", 0x40047602},
2032 +{"linux/videodev.h", "VIDIOCCAPTURE", 0x40047608},
2033 +{"linux/videodev.h", "VIDIOCSFREQ", 0x4004760f},
2034 +{"linux/videodev.h", "VIDIOCSYNC", 0x40047612},
2035 +{"linux/videodev.h", "VIDIOCSWRITEMODE", 0x40047619},
2036 +{"linux/meye.h", "MEYEIOC_QBUF_CAPT", 0x400476c2},
2037 +{"linux/videotext.h", "VTXIOCSETVIRT", 0x4004810c},
2038 +{"linux/dn.h", "OSIOCSNETADDR", 0x400489e0},
2039 +{"linux/dn.h", "SIOCSNETADDR", 0x400489e0},
2040 +{"linux/auto_fs4.h", "AUTOFS_IOC_EXPIRE_MULTI", 0x40049366},
2041 +{"linux/if_pppox.h", "PPPOEIOCSFWD", 0x4004b100},
2042 +{"linux/gigaset_dev.h", "GIGASET_BRKCHARS", 0x40064702},
2043 +{"linux/meye.h", "MEYEIOC_S_PARAMS", 0x400676c1},
2044 +{"linux/cciss_ioctl.h", "CCISS_SETINTINFO", 0x40084203},
2045 +{"linux/input.h", "EVIOCSREP", 0x40084503},
2046 +{"linux/input.h", "EVIOCSKEYCODE", 0x40084504},
2047 +{"mtd/mtd-abi.h", "MEMERASE", 0x40084d02},
2048 +{"mtd/mtd-abi.h", "MEMLOCK", 0x40084d05},
2049 +{"mtd/mtd-abi.h", "MEMUNLOCK", 0x40084d06},
2050 +{"mtd/mtd-abi.h", "MEMGETBADBLOCK", 0x40084d0b},
2051 +{"mtd/mtd-abi.h", "MEMSETBADBLOCK", 0x40084d0c},
2052 +{"linux/random.h", "RNDADDENTROPY", 0x40085203},
2053 +{"linux/videodev2.h", "VIDIOC_S_STD", 0x40085618},
2054 +{"linux/videodev2.h", "VIDIOC_S_CTRL_OLD", 0x4008561c},
2055 +{"linux/atmdev.h", "ATM_GETNAMES", 0x40086183},
2056 +{"linux/atmdev.h", "ATM_ADDPARTY", 0x400861f4},
2057 +{"linux/chio.h", "CHIOGSTATUS", 0x40086308},
2058 +{"linux/video_decoder.h", "DECODER_INIT", 0x40086409},
2059 +{"linux/mtio.h", "MTIOCTOP", 0x40086d01},
2060 +{"linux/ppdev.h", "PPSETTIME", 0x40087096},
2061 +{"linux/if_ppp.h", "PPPIOCSACTIVE", 0x40087446},
2062 +{"linux/if_ppp.h", "PPPIOCSPASS", 0x40087447},
2063 +{"linux/if_ppp.h", "PPPIOCSNPMODE", 0x4008744b},
2064 +{"linux/fd.h", "FDFMTTRK", 0x400c0248},
2065 +{"linux/capi.h", "CAPI_REGISTER", 0x400c4301},
2066 +{"linux/hiddev.h", "HIDIOCGREPORT", 0x400c4807},
2067 +{"linux/hiddev.h", "HIDIOCSREPORT", 0x400c4808},
2068 +{"mtd/mtd-abi.h", "OTPGETREGIONINFO", 0x400c4d0f},
2069 +{"linux/uinput.h", "UI_END_FF_ERASE", 0x400c55cb},
2070 +{"linux/ite_gpio.h", "ITE_GPIO_OUT", 0x400c5a01},
2071 +{"linux/ite_gpio.h", "ITE_GPIO_INT_CTRL", 0x400c5a02},
2072 +{"linux/ite_gpio.h", "ITE_GPIO_IN_STATUS", 0x400c5a03},
2073 +{"linux/ite_gpio.h", "ITE_GPIO_OUT_STATUS", 0x400c5a04},
2074 +{"linux/ite_gpio.h", "ITE_GPIO_GEN_CTRL", 0x400c5a05},
2075 +{"linux/ite_gpio.h", "ITE_GPIO_INT_WAIT", 0x400c5a06},
2076 +{"linux/atm_idt77105.h", "IDT77105_GETSTAT", 0x400c6132},
2077 +{"linux/atm_idt77105.h", "IDT77105_GETSTATZ", 0x400c6133},
2078 +{"linux/atmdev.h", "ATM_GETSTAT", 0x400c6150},
2079 +{"linux/atmdev.h", "ATM_GETSTATZ", 0x400c6151},
2080 +{"linux/atmdev.h", "ATM_GETLOOP", 0x400c6152},
2081 +{"linux/atmdev.h", "ATM_SETLOOP", 0x400c6153},
2082 +{"linux/atmdev.h", "ATM_QUERYLOOP", 0x400c6154},
2083 +{"linux/atm_eni.h", "ENI_MEMDUMP", 0x400c6160},
2084 +{"linux/atm_he.h", "HE_GET_REG", 0x400c6160},
2085 +{"linux/atm_zatm.h", "ZATM_GETPOOL", 0x400c6161},
2086 +{"linux/atm_zatm.h", "ZATM_GETPOOLZ", 0x400c6162},
2087 +{"linux/atm_nicstar.h", "NS_SETBUFLEV", 0x400c6162},
2088 +{"linux/atm_zatm.h", "ZATM_SETPOOL", 0x400c6163},
2089 +{"linux/atm_eni.h", "ENI_SETMULT", 0x400c6167},
2090 +{"linux/atmdev.h", "ATM_GETLINKRATE", 0x400c6181},
2091 +{"linux/atmdev.h", "ATM_GETTYPE", 0x400c6184},
2092 +{"linux/atmdev.h", "ATM_GETESI", 0x400c6185},
2093 +{"linux/atmdev.h", "ATM_GETADDR", 0x400c6186},
2094 +{"linux/atmdev.h", "ATM_RSTADDR", 0x400c6187},
2095 +{"linux/atmdev.h", "ATM_ADDADDR", 0x400c6188},
2096 +{"linux/atmdev.h", "ATM_DELADDR", 0x400c6189},
2097 +{"linux/atmdev.h", "ATM_GETCIRANGE", 0x400c618a},
2098 +{"linux/atmdev.h", "ATM_SETCIRANGE", 0x400c618b},
2099 +{"linux/atmdev.h", "ATM_SETESI", 0x400c618c},
2100 +{"linux/atmdev.h", "ATM_SETESIF", 0x400c618d},
2101 +{"linux/atmdev.h", "ATM_ADDLECSADDR", 0x400c618e},
2102 +{"linux/atmdev.h", "ATM_DELLECSADDR", 0x400c618f},
2103 +{"linux/atmdev.h", "ATM_GETLECSADDR", 0x400c6190},
2104 +{"linux/chio.h", "CHIOPOSITION", 0x400c6303},
2105 +{"linux/i2o-dev.h", "I2OEVTREG", 0x400c690a},
2106 +{"linux/ncp_fs.h", "NCP_IOC_GETROOT", 0x400c6e08},
2107 +{"linux/if_ppp.h", "PPPIOCSCOMPRESS", 0x400c744d},
2108 +{"linux/videodev.h", "VIDIOCSPLAYMODE", 0x400c7618},
2109 +{"linux/video_decoder.h", "DECODER_SET_PICTURE", 0x400e6407},
2110 +{"linux/videodev.h", "VIDIOCSPICT", 0x400e7607},
2111 +{"linux/cciss_ioctl.h", "CCISS_SETNODENAME", 0x40104205},
2112 +{"linux/synclink.h", "MGSL_IOCSGPIO", 0x40106d10},
2113 +{"linux/videodev.h", "VIDIOCMCAPTURE", 0x40107613},
2114 +{"linux/fd.h", "FDSETMAXERRS", 0x4014024c},
2115 +{"linux/videodev2.h", "VIDIOC_S_CROP", 0x4014563c},
2116 +{"linux/chio.h", "CHIOMOVE", 0x40146301},
2117 +{"linux/videodev.h", "VIDIOCSFBUF", 0x4014760c},
2118 +{"linux/videodev.h", "VIDIOCSCAPTURE", 0x40147617},
2119 +{"linux/hiddev.h", "HIDIOCSUSAGE", 0x4018480c},
2120 +{"linux/hiddev.h", "HIDIOCGCOLLECTIONINDEX", 0x40184810},
2121 +{"linux/ext3_fs.h", "EXT3_IOC_GROUP_ADD", 0x40186608},
2122 +{"linux/videodev.h", "VIDIOCSMICROCODE", 0x4018761b},
2123 +{"linux/fd.h", "FDSETPRM", 0x401c0242},
2124 +{"linux/fd.h", "FDDEFPRM", 0x401c0243},
2125 +{"linux/atmbr2684.h", "BR2684_SETFILT", 0x401c6190},
2126 +{"linux/chio.h", "CHIOEXCHANGE", 0x401c6302},
2127 +{"linux/rtc.h", "RTC_PLL_SET", 0x401c7012},
2128 +{"linux/synclink.h", "MGSL_IOCSPARAMS", 0x40206d00},
2129 +{"linux/if_ppp.h", "PPPIOCSXASYNCMAP", 0x4020744f},
2130 +{"linux/videodev.h", "VIDIOCSWIN", 0x4020760a},
2131 +{"linux/videodev.h", "VIDIOCSVBIFMT", 0x4020761d},
2132 +{"linux/videotext.h", "VTXIOCCLRPAGE", 0x40208102},
2133 +{"linux/videotext.h", "VTXIOCCLRFOUND", 0x40208103},
2134 +{"linux/videotext.h", "VTXIOCPAGEREQ", 0x40208104},
2135 +{"linux/videotext.h", "VTXIOCGETSTAT", 0x40208105},
2136 +{"linux/videotext.h", "VTXIOCGETPAGE", 0x40208106},
2137 +{"linux/videotext.h", "VTXIOCSTOPDAU", 0x40208107},
2138 +{"linux/joystick.h", "JSIOCSCORR", 0x40246a21},
2139 +{"linux/rtc.h", "RTC_ALM_SET", 0x40247007},
2140 +{"linux/rtc.h", "RTC_SET_TIME", 0x4024700a},
2141 +{"linux/rtc.h", "RTC_WKALM_SET", 0x4028700f},
2142 +{"linux/smb_fs.h", "SMB_IOC_NEWCONN", 0x40287502},
2143 +{"linux/videodev.h", "VIDIOCSAUDIO", 0x40287611},
2144 +{"linux/videodev2.h", "VIDIOC_S_FBUF", 0x402c560b},
2145 +{"linux/videodev2.h", "VIDIOC_S_FREQUENCY", 0x402c5639},
2146 +{"linux/chio.h", "CHIOSVOLTAG", 0x40306312},
2147 +{"linux/videodev.h", "VIDIOCSCHAN", 0x40307603},
2148 +{"linux/uinput.h", "UI_END_FF_UPLOAD", 0x403455c9},
2149 +{"linux/videodev2.h", "VIDIOC_S_AUDIO", 0x40345622},
2150 +{"linux/videodev2.h", "VIDIOC_S_AUDOUT", 0x40345632},
2151 +{"linux/videodev.h", "VIDIOCSTUNER", 0x40347605},
2152 +{"linux/joystick.h", "JSIOCSAXMAP", 0x40406a31},
2153 +{"linux/videodev2.h", "VIDIOC_S_MODULATOR", 0x40445637},
2154 +{"linux/videodev2.h", "VIDIOC_S_TUNER", 0x4054561e},
2155 +{"linux/fd.h", "FDSETDRVPRM", 0x40580290},
2156 +{"linux/chio.h", "CHIOGELEM", 0x406c6310},
2157 +{"linux/videodev2.h", "VIDIOC_S_JPEGCOMP", 0x408c563e},
2158 +{"mtd/mtd-abi.h", "MEMSETOOBSEL", 0x40c84d09},
2159 +{"linux/videodev2.h", "VIDIOC_S_PARM_OLD", 0x40cc5616},
2160 +{"linux/joystick.h", "JSIOCSBTNMAP", 0x42006a33},
2161 +{"linux/hiddev.h", "HIDIOCSUSAGES", 0x501c4814},
2162 +{"linux/videodev2.h", "VIDIOC_G_PRIORITY", 0x80015643},
2163 +{"linux/joystick.h", "JSIOCGAXES", 0x80016a11},
2164 +{"linux/joystick.h", "JSIOCGBUTTONS", 0x80016a12},
2165 +{"linux/ppdev.h", "PPRSTATUS", 0x80017081},
2166 +{"linux/ppdev.h", "PPRCONTROL", 0x80017083},
2167 +{"linux/ppdev.h", "PPRDATA", 0x80017085},
2168 +{"linux/sonypi.h", "SONYPI_IOCGBRT", 0x80017600},
2169 +{"linux/sonypi.h", "SONYPI_IOCGBATFLAGS", 0x80017607},
2170 +{"linux/sonypi.h", "SONYPI_IOCGBLUE", 0x80017608},
2171 +{"linux/sonypi.h", "SONYPI_IOCGFAN", 0x8001760a},
2172 +{"linux/sonypi.h", "SONYPI_IOCGTEMP", 0x8001760c},
2173 +{"linux/capi.h", "CAPI_GET_ERRCODE", 0x80024321},
2174 +{"linux/capi.h", "CAPI_INSTALLED", 0x80024322},
2175 +{"linux/ipmi.h", "IPMICTL_REGISTER_FOR_CMD", 0x8002690e},
2176 +{"linux/ipmi.h", "IPMICTL_UNREGISTER_FOR_CMD", 0x8002690f},
2177 +{"linux/smb_fs.h", "SMB_IOC_GETMOUNTUID", 0x80027501},
2178 +{"linux/sonypi.h", "SONYPI_IOCGBAT1CAP", 0x80027602},
2179 +{"linux/sonypi.h", "SONYPI_IOCGBAT1REM", 0x80027603},
2180 +{"linux/sonypi.h", "SONYPI_IOCGBAT2CAP", 0x80027604},
2181 +{"linux/sonypi.h", "SONYPI_IOCGBAT2REM", 0x80027605},
2182 +{"linux/fs.h", "BLKBSZGET", 0x80041270},
2183 +{"linux/fs.h", "BLKGETSIZE64", 0x80041272},
2184 +{"linux/radeonfb.h", "FBIO_RADEON_GET_MIRROR", 0x80044003},
2185 +{"linux/agpgart.h", "AGPIOC_INFO", 0x80044100},
2186 +{"linux/pmu.h", "PMU_IOC_GET_BACKLIGHT", 0x80044201},
2187 +{"linux/pmu.h", "PMU_IOC_GET_MODEL", 0x80044203},
2188 +{"linux/pmu.h", "PMU_IOC_HAS_ADB", 0x80044204},
2189 +{"linux/pmu.h", "PMU_IOC_CAN_SLEEP", 0x80044205},
2190 +{"linux/pmu.h", "PMU_IOC_GRAB_BACKLIGHT", 0x80044206},
2191 +{"linux/cciss_ioctl.h", "CCISS_GETHEARTBEAT", 0x80044206},
2192 +{"linux/cciss_ioctl.h", "CCISS_GETBUSTYPES", 0x80044207},
2193 +{"linux/cciss_ioctl.h", "CCISS_GETFIRMVER", 0x80044208},
2194 +{"linux/cciss_ioctl.h", "CCISS_GETDRIVVER", 0x80044209},
2195 +{"linux/capi.h", "CAPI_GET_FLAGS", 0x80044323},
2196 +{"linux/capi.h", "CAPI_SET_FLAGS", 0x80044324},
2197 +{"linux/capi.h", "CAPI_CLR_FLAGS", 0x80044325},
2198 +{"linux/capi.h", "CAPI_NCCI_OPENCOUNT", 0x80044326},
2199 +{"linux/capi.h", "CAPI_NCCI_GETUNIT", 0x80044327},
2200 +{"linux/input.h", "EVIOCGVERSION", 0x80044501},
2201 +{"linux/input.h", "EVIOCGEFFECTS", 0x80044584},
2202 +{"linux/arcfb.h", "FBIO_GETCONTROL2", 0x80044689},
2203 +{"linux/hiddev.h", "HIDIOCGVERSION", 0x80044801},
2204 +{"linux/hiddev.h", "HIDIOCGFLAG", 0x8004480e},
2205 +{"linux/soundcard.h", "SOUND_MIXER_READ_VOLUME", 0x80044d00},
2206 +{"linux/soundcard.h", "SOUND_MIXER_READ_BASS", 0x80044d01},
2207 +{"linux/soundcard.h", "SOUND_MIXER_READ_TREBLE", 0x80044d02},
2208 +{"linux/soundcard.h", "SOUND_MIXER_READ_SYNTH", 0x80044d03},
2209 +{"linux/soundcard.h", "SOUND_MIXER_READ_PCM", 0x80044d04},
2210 +{"linux/soundcard.h", "SOUND_MIXER_READ_SPEAKER", 0x80044d05},
2211 +{"linux/soundcard.h", "SOUND_MIXER_READ_LINE", 0x80044d06},
2212 +{"linux/soundcard.h", "SOUND_MIXER_READ_MIC", 0x80044d07},
2213 +{"mtd/mtd-abi.h", "MEMGETREGIONCOUNT", 0x80044d07},
2214 +{"linux/soundcard.h", "SOUND_MIXER_READ_CD", 0x80044d08},
2215 +{"linux/soundcard.h", "SOUND_MIXER_READ_IMIX", 0x80044d09},
2216 +{"linux/soundcard.h", "SOUND_MIXER_READ_ALTPCM", 0x80044d0a},
2217 +{"linux/soundcard.h", "SOUND_MIXER_READ_RECLEV", 0x80044d0b},
2218 +{"linux/soundcard.h", "SOUND_MIXER_READ_IGAIN", 0x80044d0c},
2219 +{"linux/soundcard.h", "SOUND_MIXER_READ_OGAIN", 0x80044d0d},
2220 +{"mtd/mtd-abi.h", "OTPSELECT", 0x80044d0d},
2221 +{"linux/soundcard.h", "SOUND_MIXER_READ_LINE1", 0x80044d0e},
2222 +{"linux/soundcard.h", "SOUND_MIXER_READ_LINE2", 0x80044d0f},
2223 +{"linux/soundcard.h", "SOUND_MIXER_READ_LINE3", 0x80044d10},
2224 +{"linux/soundcard.h", "SOUND_MIXER_READ_LOUD", 0x80044d1f},
2225 +{"linux/soundcard.h", "SOUND_MIXER_READ_ENHANCE", 0x80044d1f},
2226 +{"linux/soundcard.h", "SOUND_MIXER_READ_MUTE", 0x80044d1f},
2227 +{"linux/soundcard.h", "SOUND_MIXER_READ_STEREODEVS", 0x80044dfb},
2228 +{"linux/soundcard.h", "SOUND_MIXER_READ_CAPS", 0x80044dfc},
2229 +{"linux/soundcard.h", "SOUND_MIXER_READ_RECMASK", 0x80044dfd},
2230 +{"linux/soundcard.h", "SOUND_MIXER_READ_DEVMASK", 0x80044dfe},
2231 +{"linux/soundcard.h", "SOUND_MIXER_READ_RECSRC", 0x80044dff},
2232 +{"linux/ticable.h", "IOCTL_TIUSB_GET_MAXPS", 0x80044e23},
2233 +{"linux/ticable.h", "IOCTL_TIUSB_GET_DEVID", 0x80044e24},
2234 +{"linux/random.h", "RNDGETENTCNT", 0x80045200},
2235 +{"asm/ioctls.h", "TIOCGPTN", 0x80045430},
2236 +{"linux/videodev2.h", "VIDIOC_G_INPUT", 0x80045626},
2237 +{"linux/videodev2.h", "VIDIOC_G_OUTPUT", 0x8004562e},
2238 +{"linux/watchdog.h", "WDIOC_GETSTATUS", 0x80045701},
2239 +{"linux/watchdog.h", "WDIOC_GETBOOTSTATUS", 0x80045702},
2240 +{"linux/watchdog.h", "WDIOC_GETTEMP", 0x80045703},
2241 +{"linux/watchdog.h", "WDIOC_SETOPTIONS", 0x80045704},
2242 +{"linux/watchdog.h", "WDIOC_KEEPALIVE", 0x80045705},
2243 +{"linux/watchdog.h", "WDIOC_GETTIMEOUT", 0x80045707},
2244 +{"linux/watchdog.h", "WDIOC_GETPRETIMEOUT", 0x80045709},
2245 +{"linux/watchdog.h", "WDIOC_GETTIMELEFT", 0x8004570a},
2246 +{"linux/sonet.h", "SONET_GETDIAG", 0x80046114},
2247 +{"linux/sonet.h", "SONET_GETFRAMING", 0x80046116},
2248 +{"linux/cm4000_cs.h", "CM_IOCGSTATUS", 0x80046300},
2249 +{"linux/chio.h", "CHIOGPICKER", 0x80046304},
2250 +{"linux/video_decoder.h", "DECODER_GET_STATUS", 0x80046402},
2251 +{"linux/iflags.h", "IFLAGS_GET_IOC", 0x80046601},
2252 +{"linux/ext3_fs.h", "EXT3_IOC_GETFLAGS", 0x80046601},
2253 +{"linux/ext2_fs.h", "EXT2_IOC_GETFLAGS", 0x80046601},
2254 +{"linux/ext3_fs.h", "EXT3_IOC_GETVERSION", 0x80046603},
2255 +{"linux/ext3_fs.h", "EXT3_IOC_GETRSVSZ", 0x80046605},
2256 +{"linux/ext3_fs.h", "EXT3_IOC_WAIT_FOR_READONLY", 0x80046663},
2257 +{"linux/i2o-dev.h", "I2OVALIDATE", 0x80046908},
2258 +{"linux/ipmi.h", "IPMICTL_SET_GETS_EVENTS_CMD", 0x80046910},
2259 +{"linux/ipmi.h", "IPMICTL_SET_MY_ADDRESS_CMD", 0x80046911},
2260 +{"linux/ipmi.h", "IPMICTL_GET_MY_ADDRESS_CMD", 0x80046912},
2261 +{"linux/ipmi.h", "IPMICTL_SET_MY_LUN_CMD", 0x80046913},
2262 +{"linux/ipmi.h", "IPMICTL_GET_MY_LUN_CMD", 0x80046914},
2263 +{"linux/ipmi.h", "IPMICTL_SET_MY_CHANNEL_ADDRESS_CMD", 0x80046918},
2264 +{"linux/ipmi.h", "IPMICTL_GET_MY_CHANNEL_ADDRESS_CMD", 0x80046919},
2265 +{"linux/ipmi.h", "IPMICTL_SET_MY_CHANNEL_LUN_CMD", 0x8004691a},
2266 +{"linux/ipmi.h", "IPMICTL_GET_MY_CHANNEL_LUN_CMD", 0x8004691b},
2267 +{"linux/i8k.h", "I8K_BIOS_VERSION", 0x80046980},
2268 +{"linux/i8k.h", "I8K_MACHINE_ID", 0x80046981},
2269 +{"linux/i8k.h", "I8K_POWER_STATUS", 0x80046982},
2270 +{"linux/i8k.h", "I8K_FN_STATUS", 0x80046983},
2271 +{"linux/i8k.h", "I8K_GET_TEMP", 0x80046984},
2272 +{"linux/joystick.h", "JSIOCGVERSION", 0x80046a01},
2273 +{"linux/udf_fs_i.h", "UDF_GETEASIZE", 0x80046c40},
2274 +{"linux/udf_fs_i.h", "UDF_GETEABLOCK", 0x80046c41},
2275 +{"linux/udf_fs_i.h", "UDF_GETVOLIDENT", 0x80046c42},
2276 +{"linux/mmtimer.h", "MMTIMER_GETRES", 0x80046d01},
2277 +{"linux/mmtimer.h", "MMTIMER_GETFREQ", 0x80046d02},
2278 +{"linux/mtio.h", "MTIOCPOS", 0x80046d03},
2279 +{"linux/mmtimer.h", "MMTIMER_GETCOUNTER", 0x80046d09},
2280 +{"linux/zftape.h", "MTIOC_ZFTAPE_GETBLKSZ", 0x80046d68},
2281 +{"linux/ncp_fs.h", "NCP_IOC_SIGN_WANTED", 0x80046e06},
2282 +{"linux/ncp_fs.h", "NCP_IOC_SETDENTRYTTL", 0x80046e0c},
2283 +{"linux/matroxfb.h", "MATROXFB_GET_OUTPUT_CONNECTION", 0x80046ef8},
2284 +{"linux/matroxfb.h", "MATROXFB_GET_AVAILABLE_OUTPUTS", 0x80046ef9},
2285 +{"linux/matroxfb.h", "MATROXFB_GET_ALL_OUTPUTS", 0x80046efb},
2286 +{"linux/rtc.h", "RTC_IRQP_READ", 0x8004700b},
2287 +{"linux/rtc.h", "RTC_EPOCH_READ", 0x8004700d},
2288 +{"linux/ppdev.h", "PPCLRIRQ", 0x80047093},
2289 +{"linux/ppdev.h", "PPGETMODES", 0x80047097},
2290 +{"linux/ppdev.h", "PPGETMODE", 0x80047098},
2291 +{"linux/ppdev.h", "PPGETPHASE", 0x80047099},
2292 +{"linux/ppdev.h", "PPGETFLAGS", 0x8004709a},
2293 +{"linux/telephony.h", "PHONE_CAPABILITIES_LIST", 0x80047181},
2294 +{"linux/telephony.h", "PHONE_DTMF_READY", 0x80047196},
2295 +{"linux/telephony.h", "PHONE_GET_DTMF", 0x80047197},
2296 +{"linux/telephony.h", "PHONE_GET_DTMF_ASCII", 0x80047198},
2297 +{"linux/telephony.h", "PHONE_EXCEPTION", 0x8004719a},
2298 +{"linux/ixjuser.h", "IXJCTL_CARDTYPE", 0x800471c1},
2299 +{"linux/ixjuser.h", "IXJCTL_SERIAL", 0x800471c2},
2300 +{"linux/ixjuser.h", "IXJCTL_DSP_TYPE", 0x800471c3},
2301 +{"linux/ixjuser.h", "IXJCTL_DSP_VERSION", 0x800471c4},
2302 +{"linux/ixjuser.h", "IXJCTL_CID", 0x800471d4},
2303 +{"linux/ixjuser.h", "IXJCTL_VMWI", 0x800471d8},
2304 +{"linux/ixjuser.h", "IXJCTL_VERSION", 0x800471da},
2305 +{"linux/ixjuser.h", "IXJCTL_FRAMES_READ", 0x800471e2},
2306 +{"linux/ixjuser.h", "IXJCTL_FRAMES_WRITTEN", 0x800471e3},
2307 +{"linux/ixjuser.h", "IXJCTL_READ_WAIT", 0x800471e4},
2308 +{"linux/ixjuser.h", "IXJCTL_WRITE_WAIT", 0x800471e5},
2309 +{"linux/ixjuser.h", "IXJCTL_DRYBUFFER_READ", 0x800471e6},
2310 +{"linux/msdos_fs.h", "FAT_IOCTL_GET_ATTRIBUTES", 0x80047210},
2311 +{"linux/if_ppp.h", "PPPIOCGCHAN", 0x80047437},
2312 +{"linux/if_ppp.h", "PPPIOCGDEBUG", 0x80047441},
2313 +{"linux/if_ppp.h", "PPPIOCGMRU", 0x80047453},
2314 +{"linux/if_ppp.h", "PPPIOCGRASYNCMAP", 0x80047455},
2315 +{"linux/if_ppp.h", "PPPIOCGUNIT", 0x80047456},
2316 +{"linux/if_ppp.h", "PPPIOCGASYNCMAP", 0x80047458},
2317 +{"linux/if_ppp.h", "PPPIOCGFLAGS", 0x8004745a},
2318 +{"linux/isdn_ppp.h", "PPPIOCGMPFLAGS", 0x80047482},
2319 +{"linux/smb_fs.h", "SMB_IOC_GETMOUNTUID32", 0x80047503},
2320 +{"linux/ext2_fs.h", "EXT2_IOC_GETVERSION", 0x80047601},
2321 +{"linux/ext3_fs.h", "EXT3_IOC_GETVERSION_OLD", 0x80047601},
2322 +{"linux/videodev.h", "VIDIOCGFREQ", 0x8004760e},
2323 +{"linux/meye.h", "MEYEIOC_STILLJCAPT", 0x800476c5},
2324 +{"linux/dn.h", "SIOCGNETADDR", 0x800489e1},
2325 +{"linux/dn.h", "OSIOCGNETADDR", 0x800489e1},
2326 +{"linux/auto_fs.h", "AUTOFS_IOC_PROTOVER", 0x80049363},
2327 +{"linux/auto_fs4.h", "AUTOFS_IOC_PROTOSUBVER", 0x80049367},
2328 +{"linux/auto_fs4.h", "AUTOFS_IOC_ASKREGHOST", 0x80049368},
2329 +{"linux/auto_fs4.h", "AUTOFS_IOC_TOGGLEREGHOST", 0x80049369},
2330 +{"linux/auto_fs4.h", "AUTOFS_IOC_ASKUMOUNT", 0x80049370},
2331 +{"linux/sonet.h", "SONET_GETFRSENSE", 0x80066117},
2332 +{"linux/meye.h", "MEYEIOC_G_PARAMS", 0x800676c0},
2333 +{"linux/cciss_ioctl.h", "CCISS_GETPCIINFO", 0x80084201},
2334 +{"linux/cciss_ioctl.h", "CCISS_GETINTINFO", 0x80084202},
2335 +{"linux/input.h", "EVIOCGID", 0x80084502},
2336 +{"linux/input.h", "EVIOCGREP", 0x80084503},
2337 +{"linux/input.h", "EVIOCGKEYCODE", 0x80084504},
2338 +{"linux/random.h", "RNDGETPOOL", 0x80085202},
2339 +{"linux/videodev2.h", "VIDIOC_G_STD", 0x80085617},
2340 +{"linux/videodev2.h", "VIDIOC_QUERYSTD", 0x8008563f},
2341 +{"linux/i2o-dev.h", "I2OPASSTHRU", 0x8008690c},
2342 +{"linux/i2o-dev.h", "I2OPASSTHRU32", 0x8008690c},
2343 +{"linux/ipmi.h", "IPMICTL_SET_TIMING_PARMS_CMD", 0x80086916},
2344 +{"linux/ipmi.h", "IPMICTL_GET_TIMING_PARMS_CMD", 0x80086917},
2345 +{"linux/mtio.h", "MTIOCGETSIZE", 0x80086d09},
2346 +{"linux/ncp_fs.h", "NCP_IOC_SETPRIVATEDATA", 0x80086e0a},
2347 +{"linux/ppdev.h", "PPGETTIME", 0x80087095},
2348 +{"linux/if_ppp.h", "PPPIOCGIDLE", 0x8008743f},
2349 +{"linux/cciss_ioctl.h", "CCISS_GETLUNINFO", 0x800c4211},
2350 +{"mtd/mtd-abi.h", "OTPLOCK", 0x800c4d10},
2351 +{"linux/video_decoder.h", "DECODER_GET_CAPABILITIES", 0x800c6401},
2352 +{"linux/video_encoder.h", "ENCODER_GET_CAPABILITIES", 0x800c6501},
2353 +{"linux/hpet.h", "HPET_INFO", 0x800c6803},
2354 +{"linux/ncp_fs.h", "NCP_IOC_NCPREQUEST", 0x800c6e01},
2355 +{"linux/ncp_fs.h", "NCP_IOC_SETROOT", 0x800c6e08},
2356 +{"linux/ncp_fs.h", "NCP_IOC_SETOBJECTNAME", 0x800c6e09},
2357 +{"linux/videodev.h", "VIDIOCKEY", 0x800c760d},
2358 +{"linux/videodev.h", "VIDIOCGPICT", 0x800e7606},
2359 +{"linux/fd.h", "FDGETDRVTYP", 0x8010020f},
2360 +{"linux/cciss_ioctl.h", "CCISS_GETNODENAME", 0x80104204},
2361 +{"mtd/mtd-abi.h", "ECCGETSTATS", 0x80104d12},
2362 +{"linux/synclink.h", "MGSL_IOCGGPIO", 0x80106d11},
2363 +{"linux/isdn_ppp.h", "PPPIOCGIFNAME", 0x80107488},
2364 +{"linux/videotext.h", "VTXIOCGETINFO", 0x80108101},
2365 +{"linux/fd.h", "FDGETMAXERRS", 0x8014020e},
2366 +{"linux/chio.h", "CHIOGPARAMS", 0x80146306},
2367 +{"linux/ipmi.h", "IPMICTL_SEND_COMMAND", 0x8014690d},
2368 +{"linux/mtio.h", "MTIOCVOLINFO", 0x80146d08},
2369 +{"linux/ncp_fs.h", "NCP_IOC_LOCKUNLOCK", 0x80146e07},
2370 +{"linux/videodev.h", "VIDIOCGFBUF", 0x8014760b},
2371 +{"linux/videodev.h", "VIDIOCGUNIT", 0x80147615},
2372 +{"linux/videodev.h", "VIDIOCGCAPTURE", 0x80147616},
2373 +{"linux/fd.h", "FDWERRORGET", 0x80180217},
2374 +{"linux/ncp_fs.h", "NCP_IOC_SIGN_INIT", 0x80186e05},
2375 +{"linux/fd.h", "FDGETPRM", 0x801c0204},
2376 +{"linux/hiddev.h", "HIDIOCGDEVINFO", 0x801c4803},
2377 +{"linux/ipmi.h", "IPMICTL_SEND_COMMAND_SETTIME", 0x801c6915},
2378 +{"linux/mtio.h", "MTIOCGET", 0x801c6d02},
2379 +{"linux/rtc.h", "RTC_PLL_GET", 0x801c7011},
2380 +{"linux/fd.h", "FDGETFDCSTAT", 0x80200215},
2381 +{"linux/fb.h", "FBIOGET_VBLANK", 0x80204612},
2382 +{"mtd/mtd-abi.h", "MEMGETINFO", 0x80204d01},
2383 +{"linux/i2o-dev.h", "I2OGETIOPS", 0x80206900},
2384 +{"linux/synclink.h", "MGSL_IOCGPARAMS", 0x80206d01},
2385 +{"linux/if_ppp.h", "PPPIOCGXASYNCMAP", 0x80207450},
2386 +{"linux/isdn_ppp.h", "PPPIOCGCOMPRESSORS", 0x80207486},
2387 +{"linux/videodev.h", "VIDIOCGWIN", 0x80207609},
2388 +{"linux/videodev.h", "VIDIOCGVBIFMT", 0x8020761c},
2389 +{"linux/sonet.h", "SONET_GETSTAT", 0x80246110},
2390 +{"linux/sonet.h", "SONET_GETSTATZ", 0x80246111},
2391 +{"linux/joystick.h", "JSIOCGCORR", 0x80246a22},
2392 +{"linux/rtc.h", "RTC_ALM_READ", 0x80247008},
2393 +{"linux/rtc.h", "RTC_RD_TIME", 0x80247009},
2394 +{"linux/watchdog.h", "WDIOC_GETSUPPORT", 0x80285700},
2395 +{"linux/rtc.h", "RTC_WKALM_RD", 0x80287010},
2396 +{"linux/videodev.h", "VIDIOCGAUDIO", 0x80287610},
2397 +{"linux/ncp_fs.h", "NCP_IOC_SETCHARSETS", 0x802a6e0b},
2398 +{"linux/videodev2.h", "VIDIOC_G_FBUF", 0x802c560a},
2399 +{"linux/videodev2.h", "VIDIOC_CROPCAP_OLD", 0x802c563a},
2400 +{"linux/fd.h", "FDGETDRVSTAT", 0x80340212},
2401 +{"linux/fd.h", "FDPOLLDRVSTAT", 0x80340213},
2402 +{"linux/videodev2.h", "VIDIOC_G_AUDIO", 0x80345621},
2403 +{"linux/videodev2.h", "VIDIOC_G_AUDOUT", 0x80345631},
2404 +{"linux/videodev.h", "VIDIOCGCAP", 0x803c7601},
2405 +{"linux/joystick.h", "JSIOCGAXMAP", 0x80406a32},
2406 +{"linux/fd.h", "FDGETDRVPRM", 0x80580211},
2407 +{"linux/videodev2.h", "VIDIOC_QUERYCAP", 0x80685600},
2408 +{"linux/i2o-dev.h", "I2OEVTGET", 0x8068690b},
2409 +{"linux/chio.h", "CHIOGVPARAMS", 0x80706313},
2410 +{"linux/videodev2.h", "VIDIOC_G_SLICED_VBI_CAP", 0x80745645},
2411 +{"linux/videodev.h", "VIDIOCGMBUF", 0x80887614},
2412 +{"linux/videodev2.h", "VIDIOC_G_JPEGCOMP", 0x808c563d},
2413 +{"mtd/mtd-abi.h", "MEMGETOOBSEL", 0x80c84d0a},
2414 +{"linux/hiddev.h", "HIDIOCGSTRING", 0x81044804},
2415 +{"linux/auto_fs.h", "AUTOFS_IOC_EXPIRE", 0x810c9365},
2416 +{"linux/videodev.h", "VIDIOCGPLAYINFO", 0x8118761a},
2417 +{"mtd/mtd-abi.h", "ECCGETLAYOUT", 0x81484d11},
2418 +{"linux/joystick.h", "JSIOCGBTNMAP", 0x82006a34},
2419 +{"linux/msdos_fs.h", "VFAT_IOCTL_READDIR_BOTH", 0x82187201},
2420 +{"linux/msdos_fs.h", "VFAT_IOCTL_READDIR_SHORT", 0x82187202},
2421 +{"linux/agpgart.h", "AGPIOC_ALLOCATE", 0xc0044106},
2422 +{"linux/capi.h", "CAPI_GET_MANUFACTURER", 0xc0044306},
2423 +{"linux/capi.h", "CAPI_GET_SERIAL", 0xc0044308},
2424 +{"linux/gigaset_dev.h", "GIGASET_REDIR", 0xc0044700},
2425 +{"linux/gigaset_dev.h", "GIGASET_CONFIG", 0xc0044701},
2426 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_VOLUME", 0xc0044d00},
2427 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_BASS", 0xc0044d01},
2428 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_TREBLE", 0xc0044d02},
2429 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_SYNTH", 0xc0044d03},
2430 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_PCM", 0xc0044d04},
2431 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_SPEAKER", 0xc0044d05},
2432 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_LINE", 0xc0044d06},
2433 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_MIC", 0xc0044d07},
2434 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_CD", 0xc0044d08},
2435 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_IMIX", 0xc0044d09},
2436 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_ALTPCM", 0xc0044d0a},
2437 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_RECLEV", 0xc0044d0b},
2438 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_IGAIN", 0xc0044d0c},
2439 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_OGAIN", 0xc0044d0d},
2440 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_LINE1", 0xc0044d0e},
2441 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_LINE2", 0xc0044d0f},
2442 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_LINE3", 0xc0044d10},
2443 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_ENHANCE", 0xc0044d1f},
2444 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_LOUD", 0xc0044d1f},
2445 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_MUTE", 0xc0044d1f},
2446 +{"linux/soundcard.h", "SOUND_MIXER_WRITE_RECSRC", 0xc0044dff},
2447 +{"linux/videodev2.h", "VIDIOC_OVERLAY_OLD", 0xc004560e},
2448 +{"linux/videodev2.h", "VIDIOC_S_INPUT", 0xc0045627},
2449 +{"linux/videodev2.h", "VIDIOC_S_OUTPUT", 0xc004562f},
2450 +{"linux/watchdog.h", "WDIOC_SETTIMEOUT", 0xc0045706},
2451 +{"linux/watchdog.h", "WDIOC_SETPRETIMEOUT", 0xc0045708},
2452 +{"linux/sonet.h", "SONET_SETDIAG", 0xc0046112},
2453 +{"linux/sonet.h", "SONET_CLRDIAG", 0xc0046113},
2454 +{"linux/cm4000_cs.h", "CM_IOCGATR", 0xc0046301},
2455 +{"linux/coda.h", "CIOC_KERNEL_VERSION", 0xc004630a},
2456 +{"linux/i8k.h", "I8K_GET_SPEED", 0xc0046985},
2457 +{"linux/i8k.h", "I8K_GET_FAN", 0xc0046986},
2458 +{"linux/i8k.h", "I8K_SET_FAN", 0xc0046987},
2459 +{"linux/udf_fs_i.h", "UDF_RELOCATE_BLOCKS", 0xc0046c43},
2460 +{"linux/synclink.h", "MGSL_IOCWAITEVENT", 0xc0046d08},
2461 +{"linux/matroxfb.h", "MATROXFB_GET_OUTPUT_MODE", 0xc0046efa},
2462 +{"linux/telephony.h", "PHONE_QUERY_CODEC", 0xc00471a7},
2463 +{"linux/if_ppp.h", "PPPIOCNEWUNIT", 0xc004743e},
2464 +{"linux/toshiba.h", "TOSH_SMM", 0xc0047490},
2465 +{"linux/meye.h", "MEYEIOC_SYNC", 0xc00476c3},
2466 +{"linux/auto_fs.h", "AUTOFS_IOC_SETTIMEOUT", 0xc0049364},
2467 +{"linux/capi.h", "CAPI_MANUFACTURER_CMD", 0xc0084320},
2468 +{"linux/videodev2.h", "VIDIOC_G_CTRL", 0xc008561b},
2469 +{"linux/videodev2.h", "VIDIOC_S_CTRL", 0xc008561c},
2470 +{"linux/ncp_fs.h", "NCP_IOC_GETPRIVATEDATA", 0xc0086e0a},
2471 +{"linux/if_ppp.h", "PPPIOCGNPMODE", 0xc008744c},
2472 +{"linux/hiddev.h", "HIDIOCGREPORTINFO", 0xc00c4809},
2473 +{"mtd/mtd-abi.h", "MEMWRITEOOB", 0xc00c4d03},
2474 +{"mtd/mtd-abi.h", "MEMREADOOB", 0xc00c4d04},
2475 +{"linux/uinput.h", "UI_BEGIN_FF_ERASE", 0xc00c55ca},
2476 +{"linux/ite_gpio.h", "ITE_GPIO_IN", 0xc00c5a00},
2477 +{"linux/atm_nicstar.h", "NS_GETPSTAT", 0xc00c6161},
2478 +{"linux/i2o-dev.h", "I2OHRTGET", 0xc00c6901},
2479 +{"linux/i2o-dev.h", "I2OLCTGET", 0xc00c6902},
2480 +{"linux/mtio.h", "MTIOCFTFORMAT", 0xc00c6d0a},
2481 +{"linux/ncp_fs.h", "NCP_IOC_GETOBJECTNAME", 0xc00c6e09},
2482 +{"linux/capi.h", "CAPI_GET_VERSION", 0xc0104307},
2483 +{"linux/gigaset_dev.h", "GIGASET_VERSION", 0xc0104703},
2484 +{"linux/hiddev.h", "HIDIOCGCOLLECTIONINFO", 0xc0104811},
2485 +{"mtd/mtd-abi.h", "MEMGETREGIONINFO", 0xc0104d08},
2486 +{"linux/videodev2.h", "VIDIOC_REQBUFS", 0xc0105608},
2487 +{"linux/mtio.h", "MTIOCRDFTSEG", 0xc0106d06},
2488 +{"linux/mtio.h", "MTIOCWRFTSEG", 0xc0106d07},
2489 +{"linux/synclink.h", "MGSL_IOCWAITGPIO", 0xc0106d12},
2490 +{"linux/videodev2.h", "VIDIOC_G_CROP", 0xc014563b},
2491 +{"linux/hiddev.h", "HIDIOCGUSAGE", 0xc018480b},
2492 +{"linux/hiddev.h", "HIDIOCGUCODE", 0xc018480d},
2493 +{"linux/videodev2.h", "VIDIOC_G_EXT_CTRLS", 0xc0185647},
2494 +{"linux/videodev2.h", "VIDIOC_S_EXT_CTRLS", 0xc0185648},
2495 +{"linux/videodev2.h", "VIDIOC_TRY_EXT_CTRLS", 0xc0185649},
2496 +{"linux/pktcdvd.h", "PACKET_CTRL_CMD", 0xc0185801},
2497 +{"linux/i2o-dev.h", "I2OPARMSET", 0xc0186903},
2498 +{"linux/i2o-dev.h", "I2OPARMGET", 0xc0186904},
2499 +{"linux/ipmi.h", "IPMICTL_RECEIVE_MSG_TRUNC", 0xc018690b},
2500 +{"linux/ipmi.h", "IPMICTL_RECEIVE_MSG", 0xc018690c},
2501 +{"linux/i2o-dev.h", "I2OSWDL", 0xc01c6905},
2502 +{"linux/i2o-dev.h", "I2OSWUL", 0xc01c6906},
2503 +{"linux/i2o-dev.h", "I2OSWDEL", 0xc01c6907},
2504 +{"linux/i2o-dev.h", "I2OHTML", 0xc01c6909},
2505 +{"linux/mtio.h", "MTIOCFTCMD", 0xc0206d0b},
2506 +{"linux/ncp_fs.h", "NCP_IOC_GET_FS_INFO_V2", 0xc0246e04},
2507 +{"linux/ncp_fs.h", "NCP_IOC_GET_FS_INFO", 0xc0286e04},
2508 +{"linux/ncp_fs.h", "NCP_IOC_GETCHARSETS", 0xc02a6e0b},
2509 +{"linux/videodev2.h", "VIDIOC_QUERYMENU", 0xc02c5625},
2510 +{"linux/videodev2.h", "VIDIOC_G_FREQUENCY", 0xc02c5638},
2511 +{"linux/videodev2.h", "VIDIOC_CROPCAP", 0xc02c563a},
2512 +{"linux/videodev.h", "VIDIOCGCHAN", 0xc0307602},
2513 +{"linux/uinput.h", "UI_BEGIN_FF_UPLOAD", 0xc03455c8},
2514 +{"linux/videodev2.h", "VIDIOC_G_AUDIO_OLD", 0xc0345621},
2515 +{"linux/videodev2.h", "VIDIOC_G_AUDOUT_OLD", 0xc0345631},
2516 +{"linux/videodev2.h", "VIDIOC_ENUMAUDIO", 0xc0345641},
2517 +{"linux/videodev2.h", "VIDIOC_ENUMAUDOUT", 0xc0345642},
2518 +{"linux/videodev.h", "VIDIOCGTUNER", 0xc0347604},
2519 +{"linux/hiddev.h", "HIDIOCGFIELDINFO", 0xc038480a},
2520 +{"linux/capi.h", "CAPI_GET_PROFILE", 0xc0404309},
2521 +{"linux/videodev2.h", "VIDIOC_ENUM_FMT", 0xc0405602},
2522 +{"linux/videodev2.h", "VIDIOC_ENUMSTD", 0xc0405619},
2523 +{"linux/videodev2.h", "VIDIOC_QUERYBUF", 0xc0445609},
2524 +{"linux/videodev2.h", "VIDIOC_QBUF", 0xc044560f},
2525 +{"linux/videodev2.h", "VIDIOC_DQBUF", 0xc0445611},
2526 +{"linux/videodev2.h", "VIDIOC_QUERYCTRL", 0xc0445624},
2527 +{"linux/videodev2.h", "VIDIOC_G_MODULATOR", 0xc0445636},
2528 +{"linux/fb.h", "FBIO_CURSOR", 0xc0484608},
2529 +{"linux/videodev2.h", "VIDIOC_ENUMOUTPUT", 0xc0485630},
2530 +{"linux/videodev2.h", "VIDIOC_ENUMINPUT", 0xc04c561a},
2531 +{"linux/cciss_ioctl.h", "CCISS_PASSTHRU", 0xc054420b},
2532 +{"linux/videodev2.h", "VIDIOC_G_TUNER", 0xc054561d},
2533 +{"linux/cciss_ioctl.h", "CCISS_BIG_PASSTHRU", 0xc0584212},
2534 +{"linux/isdn_ppp.h", "PPPIOCGCALLINFO", 0xc0887480},
2535 +{"linux/videodev2.h", "VIDIOC_G_FMT", 0xc0cc5604},
2536 +{"linux/videodev2.h", "VIDIOC_S_FMT", 0xc0cc5605},
2537 +{"linux/videodev2.h", "VIDIOC_G_PARM", 0xc0cc5615},
2538 +{"linux/videodev2.h", "VIDIOC_S_PARM", 0xc0cc5616},
2539 +{"linux/videodev2.h", "VIDIOC_TRY_FMT", 0xc0cc5640},
2540 +{"linux/dm-ioctl.h", "DM_VERSION", 0xc134fd00},
2541 +{"linux/dm-ioctl.h", "DM_VERSION_32", 0xc134fd00},
2542 +{"linux/dm-ioctl.h", "DM_REMOVE_ALL_32", 0xc134fd01},
2543 +{"linux/dm-ioctl.h", "DM_REMOVE_ALL", 0xc134fd01},
2544 +{"linux/dm-ioctl.h", "DM_LIST_DEVICES_32", 0xc134fd02},
2545 +{"linux/dm-ioctl.h", "DM_LIST_DEVICES", 0xc134fd02},
2546 +{"linux/dm-ioctl.h", "DM_DEV_CREATE_32", 0xc134fd03},
2547 +{"linux/dm-ioctl.h", "DM_DEV_CREATE", 0xc134fd03},
2548 +{"linux/dm-ioctl.h", "DM_DEV_REMOVE", 0xc134fd04},
2549 +{"linux/dm-ioctl.h", "DM_DEV_REMOVE_32", 0xc134fd04},
2550 +{"linux/dm-ioctl.h", "DM_DEV_RENAME_32", 0xc134fd05},
2551 +{"linux/dm-ioctl.h", "DM_DEV_RENAME", 0xc134fd05},
2552 +{"linux/dm-ioctl.h", "DM_DEV_SUSPEND_32", 0xc134fd06},
2553 +{"linux/dm-ioctl.h", "DM_DEV_SUSPEND", 0xc134fd06},
2554 +{"linux/dm-ioctl.h", "DM_DEV_STATUS", 0xc134fd07},
2555 +{"linux/dm-ioctl.h", "DM_DEV_STATUS_32", 0xc134fd07},
2556 +{"linux/dm-ioctl.h", "DM_DEV_WAIT", 0xc134fd08},
2557 +{"linux/dm-ioctl.h", "DM_DEV_WAIT_32", 0xc134fd08},
2558 +{"linux/dm-ioctl.h", "DM_TABLE_LOAD", 0xc134fd09},
2559 +{"linux/dm-ioctl.h", "DM_TABLE_LOAD_32", 0xc134fd09},
2560 +{"linux/dm-ioctl.h", "DM_TABLE_CLEAR_32", 0xc134fd0a},
2561 +{"linux/dm-ioctl.h", "DM_TABLE_CLEAR", 0xc134fd0a},
2562 +{"linux/dm-ioctl.h", "DM_TABLE_DEPS_32", 0xc134fd0b},
2563 +{"linux/dm-ioctl.h", "DM_TABLE_DEPS", 0xc134fd0b},
2564 +{"linux/dm-ioctl.h", "DM_TABLE_STATUS", 0xc134fd0c},
2565 +{"linux/dm-ioctl.h", "DM_TABLE_STATUS_32", 0xc134fd0c},
2566 +{"linux/dm-ioctl.h", "DM_LIST_VERSIONS", 0xc134fd0d},
2567 +{"linux/dm-ioctl.h", "DM_LIST_VERSIONS_32", 0xc134fd0d},
2568 +{"linux/dm-ioctl.h", "DM_TARGET_MSG", 0xc134fd0e},
2569 +{"linux/dm-ioctl.h", "DM_TARGET_MSG_32", 0xc134fd0e},
2570 +{"linux/dm-ioctl.h", "DM_DEV_SET_GEOMETRY_32", 0xc134fd0f},
2571 +{"linux/dm-ioctl.h", "DM_DEV_SET_GEOMETRY", 0xc134fd0f},
2572 +{"linux/hiddev.h", "HIDIOCGUSAGES", 0xd01c4813},
2573 Index: strace-4.5.14-avr32/linux/avr32/ioctlent.sh
2574 ===================================================================
2575 --- /dev/null   1970-01-01 00:00:00.000000000 +0000
2576 +++ strace-4.5.14-avr32/linux/avr32/ioctlent.sh 2006-09-21 14:45:12.000000000 +0200
2577 @@ -0,0 +1,124 @@
2578 +#!/bin/sh
2579 +# Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
2580 +# All rights reserved.
2581 +#
2582 +# Copyright (c) 1995, 1996 Michael Elizabeth Chastain <mec@duracef.shout.net>
2583 +# All rights reserved.
2584 +#
2585 +# Redistribution and use in source and binary forms, with or without
2586 +# modification, are permitted provided that the following conditions
2587 +# are met:
2588 +# 1. Redistributions of source code must retain the above copyright
2589 +#    notice, this list of conditions and the following disclaimer.
2590 +# 2. Redistributions in binary form must reproduce the above copyright
2591 +#    notice, this list of conditions and the following disclaimer in the
2592 +#    documentation and/or other materials provided with the distribution.
2593 +# 3. The name of the author may not be used to endorse or promote products
2594 +#    derived from this software without specific prior written permission.
2595 +#
2596 +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2597 +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2598 +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2599 +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2600 +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2601 +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2602 +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2603 +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2604 +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2605 +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2606 +
2607 +# Files to find.
2608 +file_find='asm/*.h linux/*.h scsi/*.h mtd/*.h'
2609 +
2610 +# Files to stop.
2611 +file_stop='asm/byteorder.h linux/config.h linux/elf-em.h linux/pci_ids.h linux/xd.h linux/reiserfs_fs.h linux/usbdevice_fs.h'
2612 +
2613 +# Defs to find.
2614 +# Work on the kernel source to convert all to df_iowr.
2615 +# Don't know how to find low-numbered ioctls in linux/mc146818rtc.h.
2616 +df_name='^[     ]*#[    ]*define[       ]+[A-Z_][A-Z0-9_]*[     ]+'
2617 +df_iowr='_IO|_IOR|_IOW|_IOWR'
2618 +df_NNNN='0[Xx](03|06|22|46|4B|4C|53|54|56|89|90)[0-9A-Fa-f][0-9A-Fa-f]'
2619 +df_4359='0[Xx]4359[0-9A-Fa-f][0-9A-Fa-f]'      # linux/cyclades.h
2620 +df_470N='470[0-9]'                             # linux/fs.h        (only in 1.2.13)
2621 +df_smix='MIXER_READ|MIXER_WRITE'               # linux/soundcard.h
2622 +df_12NN='12[3-4][0-9]'                         # linux/umsdos_fs.h (only in 1.2.13)
2623 +df_tail='([()   ]|$)'
2624 +def_find="$df_name($df_iowr|$df_NNNN|$df_4359|$df_470N|$df_smix|$df_12NN)$df_tail"
2625 +
2626 +# Defs to stop.
2627 +ds_tail='_MAGIC|_PATCH'
2628 +ds_fdmp='FD(DEF|GET|SET)MEDIAPRM'              # linux/fd.h aliases (only in 1.2.13)
2629 +ds_mtio='MTIOC(GET|SET)CONFIG'                 # linux/mtio.h needs config (only in 1.2.13)
2630 +ds_soundcard='_SIO(RW?|W)?'
2631 +def_stop="$ds_tail|$ds_fdmp|$ds_mtio|$ds_soundcard"
2632 +
2633 +# Validate arg count.
2634 +if [ $# -ne 1 ]
2635 +then
2636 +       echo "usage: $0 include-directory" >&2
2637 +       exit 1
2638 +fi
2639 +
2640 +# Grep through the files.
2641 +(
2642 +       # Construct list: find files minus stop files.
2643 +       cd $1 || exit
2644 +       file_list=`(ls $file_find $file_stop $file_stop 2>/dev/null) | sort | uniq -u`
2645 +
2646 +       # Grep matching #define lines.
2647 +       # Transform to C structure form.
2648 +       # Filter out stop list.
2649 +       egrep "$def_find" $file_list |
2650 +               sed -n -e 's/^\(.*\):#[  ]*define[       ]*\([A-Z_][A-Z0-9_]*\).*$/     { "\1", "\2",   \2      },/p' |
2651 +               egrep -v "$def_stop"
2652 +) > ioctlent.tmp
2653 +
2654 +# Generate the output file.
2655 +echo '/* This file is automatically generated by ioctlent.sh */'
2656 +echo
2657 +echo '#include <sys/types.h>'
2658 +echo '#include <sys/socket.h>'
2659 +echo '#include <stdint.h>'
2660 +echo
2661 +echo '/* Needed for <linux/baycom.h> */'
2662 +echo '#define BAYCOM_DEBUG'
2663 +echo
2664 +echo '/* Needed for <linux/dm-ioctl.h> */'
2665 +echo '#define CONFIG_COMPAT'
2666 +echo
2667 +echo '/* Needed for <linux/ext3_fs.h> */'
2668 +echo '#define CONFIG_JBD_DEBUG'
2669 +echo
2670 +echo '/* Needed for <linux/lp.h> */'
2671 +echo '#define LP_STATS'
2672 +echo
2673 +echo '/* Needed for <linux/videodev2.h> */'
2674 +echo '#define __OLD_VIDIOC_'
2675 +echo
2676 +echo '/* Needed for <linux/zftape.h> */'
2677 +echo '#define ZFT_OBSOLETE'
2678 +echo
2679 +echo '/* Needed for <linux/auto_fs.h> */'
2680 +echo '#include <linux/limits.h>'
2681 +echo
2682 +echo '/* Needed for <linux/cyclades.h> */'
2683 +echo '#include <linux/termios.h>'
2684 +#echo '#include <linux/tqueue.h>'
2685 +echo
2686 +echo '/* Needed for <linux/if_ppp.h> */'
2687 +echo '#include <linux/ppp_defs.h>'
2688 +echo '#include <linux/filter.h>'
2689 +echo
2690 +echo '/* Needed for <linux/msdos_fs.h> */'
2691 +echo '#include <linux/dirent.h>'
2692 +echo
2693 +awk '{ print "#include <" substr($2, 2, length($2) - 3) ">" }' ioctlent.tmp | sort -u
2694 +echo
2695 +echo 'struct ioctlent ioctlent [] ='
2696 +echo '{'
2697 +cat ioctlent.tmp
2698 +echo '};'
2699 +
2700 +# Clean up.
2701 +rm -f ioctlent.tmp