1
2
3
4#line 19 "include/asm-generic/int-ll64.h"
5typedef signed char __s8;
6#line 20 "include/asm-generic/int-ll64.h"
7typedef unsigned char __u8;
8#line 22 "include/asm-generic/int-ll64.h"
9typedef short __s16;
10#line 23 "include/asm-generic/int-ll64.h"
11typedef unsigned short __u16;
12#line 25 "include/asm-generic/int-ll64.h"
13typedef int __s32;
14#line 26 "include/asm-generic/int-ll64.h"
15typedef unsigned int __u32;
16#line 29 "include/asm-generic/int-ll64.h"
17typedef long long __s64;
18#line 30 "include/asm-generic/int-ll64.h"
19typedef unsigned long long __u64;
20#line 43 "include/asm-generic/int-ll64.h"
21typedef unsigned char u8;
22#line 45 "include/asm-generic/int-ll64.h"
23typedef short s16;
24#line 46 "include/asm-generic/int-ll64.h"
25typedef unsigned short u16;
26#line 48 "include/asm-generic/int-ll64.h"
27typedef int s32;
28#line 49 "include/asm-generic/int-ll64.h"
29typedef unsigned int u32;
30#line 51 "include/asm-generic/int-ll64.h"
31typedef long long s64;
32#line 52 "include/asm-generic/int-ll64.h"
33typedef unsigned long long u64;
34#line 14 "include/asm-generic/posix_types.h"
35typedef long __kernel_long_t;
36#line 15 "include/asm-generic/posix_types.h"
37typedef unsigned long __kernel_ulong_t;
38#line 31 "include/asm-generic/posix_types.h"
39typedef int __kernel_pid_t;
40#line 52 "include/asm-generic/posix_types.h"
41typedef unsigned int __kernel_uid32_t;
42#line 53 "include/asm-generic/posix_types.h"
43typedef unsigned int __kernel_gid32_t;
44#line 75 "include/asm-generic/posix_types.h"
45typedef __kernel_ulong_t __kernel_size_t;
46#line 76 "include/asm-generic/posix_types.h"
47typedef __kernel_long_t __kernel_ssize_t;
48#line 91 "include/asm-generic/posix_types.h"
49typedef long long __kernel_loff_t;
50#line 92 "include/asm-generic/posix_types.h"
51typedef __kernel_long_t __kernel_time_t;
52#line 93 "include/asm-generic/posix_types.h"
53typedef __kernel_long_t __kernel_clock_t;
54#line 94 "include/asm-generic/posix_types.h"
55typedef int __kernel_timer_t;
56#line 95 "include/asm-generic/posix_types.h"
57typedef int __kernel_clockid_t;
58#line 21 "include/linux/types.h"
59typedef __u32 __kernel_dev_t;
60#line 24 "include/linux/types.h"
61typedef __kernel_dev_t dev_t;
62#line 27 "include/linux/types.h"
63typedef unsigned short umode_t;
64#line 30 "include/linux/types.h"
65typedef __kernel_pid_t pid_t;
66#line 35 "include/linux/types.h"
67typedef __kernel_clockid_t clockid_t;
68#line 38 "include/linux/types.h"
69typedef _Bool bool;
70#line 40 "include/linux/types.h"
71typedef __kernel_uid32_t uid_t;
72#line 41 "include/linux/types.h"
73typedef __kernel_gid32_t gid_t;
74#line 54 "include/linux/types.h"
75typedef __kernel_loff_t loff_t;
76#line 63 "include/linux/types.h"
77typedef __kernel_size_t size_t;
78#line 68 "include/linux/types.h"
79typedef __kernel_ssize_t ssize_t;
80#line 78 "include/linux/types.h"
81typedef __kernel_time_t time_t;
82#line 111 "include/linux/types.h"
83typedef __s32 int32_t;
84#line 117 "include/linux/types.h"
85typedef __u32 uint32_t;
86#line 142 "include/linux/types.h"
87typedef unsigned long sector_t;
88#line 143 "include/linux/types.h"
89typedef unsigned long blkcnt_t;
90#line 202 "include/linux/types.h"
91typedef unsigned int gfp_t;
92#line 203 "include/linux/types.h"
93typedef unsigned int fmode_t;
94#line 221 "include/linux/types.h"
95struct __anonstruct_atomic_t_6 {
96 int counter ;
97};
98#line 221 "include/linux/types.h"
99typedef struct __anonstruct_atomic_t_6 atomic_t;
100#line 226 "include/linux/types.h"
101struct __anonstruct_atomic64_t_7 {
102 long counter ;
103};
104#line 226 "include/linux/types.h"
105typedef struct __anonstruct_atomic64_t_7 atomic64_t;
106#line 227 "include/linux/types.h"
107struct list_head {
108 struct list_head *next ;
109 struct list_head *prev ;
110};
111#line 232
112struct hlist_node;
113#line 232 "include/linux/types.h"
114struct hlist_head {
115 struct hlist_node *first ;
116};
117#line 236 "include/linux/types.h"
118struct hlist_node {
119 struct hlist_node *next ;
120 struct hlist_node **pprev ;
121};
122#line 247 "include/linux/types.h"
123struct rcu_head {
124 struct rcu_head *next ;
125 void (*func)(struct rcu_head * ) ;
126};
127#line 55 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/alternative.h"
128struct module;
129#line 55
130struct module;
131#line 146 "include/linux/init.h"
132typedef void (*ctor_fn_t)(void);
133#line 46 "include/linux/dynamic_debug.h"
134struct device;
135#line 46
136struct device;
137#line 57
138struct completion;
139#line 57
140struct completion;
141#line 58
142struct pt_regs;
143#line 58
144struct pt_regs;
145#line 348 "include/linux/kernel.h"
146struct pid;
147#line 348
148struct pid;
149#line 112 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/stat.h"
150struct timespec;
151#line 112
152struct timespec;
153#line 58 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/page_types.h"
154struct page;
155#line 58
156struct page;
157#line 26 "include/asm-generic/getorder.h"
158struct task_struct;
159#line 26
160struct task_struct;
161#line 28
162struct mm_struct;
163#line 28
164struct mm_struct;
165#line 268 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/segment.h"
166struct pt_regs {
167 unsigned long r15 ;
168 unsigned long r14 ;
169 unsigned long r13 ;
170 unsigned long r12 ;
171 unsigned long bp ;
172 unsigned long bx ;
173 unsigned long r11 ;
174 unsigned long r10 ;
175 unsigned long r9 ;
176 unsigned long r8 ;
177 unsigned long ax ;
178 unsigned long cx ;
179 unsigned long dx ;
180 unsigned long si ;
181 unsigned long di ;
182 unsigned long orig_ax ;
183 unsigned long ip ;
184 unsigned long cs ;
185 unsigned long flags ;
186 unsigned long sp ;
187 unsigned long ss ;
188};
189#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
190struct __anonstruct_ldv_2180_13 {
191 unsigned int a ;
192 unsigned int b ;
193};
194#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
195struct __anonstruct_ldv_2195_14 {
196 u16 limit0 ;
197 u16 base0 ;
198 unsigned char base1 ;
199 unsigned char type : 4 ;
200 unsigned char s : 1 ;
201 unsigned char dpl : 2 ;
202 unsigned char p : 1 ;
203 unsigned char limit : 4 ;
204 unsigned char avl : 1 ;
205 unsigned char l : 1 ;
206 unsigned char d : 1 ;
207 unsigned char g : 1 ;
208 unsigned char base2 ;
209};
210#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
211union __anonunion_ldv_2196_12 {
212 struct __anonstruct_ldv_2180_13 ldv_2180 ;
213 struct __anonstruct_ldv_2195_14 ldv_2195 ;
214};
215#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
216struct desc_struct {
217 union __anonunion_ldv_2196_12 ldv_2196 ;
218};
219#line 13 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
220typedef unsigned long pgdval_t;
221#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
222typedef unsigned long pgprotval_t;
223#line 18 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
224struct pgprot {
225 pgprotval_t pgprot ;
226};
227#line 192 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
228typedef struct pgprot pgprot_t;
229#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
230struct __anonstruct_pgd_t_16 {
231 pgdval_t pgd ;
232};
233#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
234typedef struct __anonstruct_pgd_t_16 pgd_t;
235#line 282 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
236typedef struct page *pgtable_t;
237#line 290
238struct file;
239#line 290
240struct file;
241#line 305
242struct seq_file;
243#line 305
244struct seq_file;
245#line 337
246struct thread_struct;
247#line 337
248struct thread_struct;
249#line 339
250struct cpumask;
251#line 339
252struct cpumask;
253#line 327 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt_types.h"
254struct arch_spinlock;
255#line 327
256struct arch_spinlock;
257#line 300 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
258struct kernel_vm86_regs {
259 struct pt_regs pt ;
260 unsigned short es ;
261 unsigned short __esh ;
262 unsigned short ds ;
263 unsigned short __dsh ;
264 unsigned short fs ;
265 unsigned short __fsh ;
266 unsigned short gs ;
267 unsigned short __gsh ;
268};
269#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
270union __anonunion_ldv_2824_19 {
271 struct pt_regs *regs ;
272 struct kernel_vm86_regs *vm86 ;
273};
274#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
275struct math_emu_info {
276 long ___orig_eip ;
277 union __anonunion_ldv_2824_19 ldv_2824 ;
278};
279#line 306 "include/linux/bitmap.h"
280struct bug_entry {
281 int bug_addr_disp ;
282 int file_disp ;
283 unsigned short line ;
284 unsigned short flags ;
285};
286#line 89 "include/linux/bug.h"
287struct cpumask {
288 unsigned long bits[64U] ;
289};
290#line 14 "include/linux/cpumask.h"
291typedef struct cpumask cpumask_t;
292#line 637 "include/linux/cpumask.h"
293typedef struct cpumask *cpumask_var_t;
294#line 234 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt.h"
295struct static_key;
296#line 234
297struct static_key;
298#line 287 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
299struct i387_fsave_struct {
300 u32 cwd ;
301 u32 swd ;
302 u32 twd ;
303 u32 fip ;
304 u32 fcs ;
305 u32 foo ;
306 u32 fos ;
307 u32 st_space[20U] ;
308 u32 status ;
309};
310#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
311struct __anonstruct_ldv_5180_24 {
312 u64 rip ;
313 u64 rdp ;
314};
315#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
316struct __anonstruct_ldv_5186_25 {
317 u32 fip ;
318 u32 fcs ;
319 u32 foo ;
320 u32 fos ;
321};
322#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
323union __anonunion_ldv_5187_23 {
324 struct __anonstruct_ldv_5180_24 ldv_5180 ;
325 struct __anonstruct_ldv_5186_25 ldv_5186 ;
326};
327#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
328union __anonunion_ldv_5196_26 {
329 u32 padding1[12U] ;
330 u32 sw_reserved[12U] ;
331};
332#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
333struct i387_fxsave_struct {
334 u16 cwd ;
335 u16 swd ;
336 u16 twd ;
337 u16 fop ;
338 union __anonunion_ldv_5187_23 ldv_5187 ;
339 u32 mxcsr ;
340 u32 mxcsr_mask ;
341 u32 st_space[32U] ;
342 u32 xmm_space[64U] ;
343 u32 padding[12U] ;
344 union __anonunion_ldv_5196_26 ldv_5196 ;
345};
346#line 339 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
347struct i387_soft_struct {
348 u32 cwd ;
349 u32 swd ;
350 u32 twd ;
351 u32 fip ;
352 u32 fcs ;
353 u32 foo ;
354 u32 fos ;
355 u32 st_space[20U] ;
356 u8 ftop ;
357 u8 changed ;
358 u8 lookahead ;
359 u8 no_update ;
360 u8 rm ;
361 u8 alimit ;
362 struct math_emu_info *info ;
363 u32 entry_eip ;
364};
365#line 360 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
366struct ymmh_struct {
367 u32 ymmh_space[64U] ;
368};
369#line 365 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
370struct xsave_hdr_struct {
371 u64 xstate_bv ;
372 u64 reserved1[2U] ;
373 u64 reserved2[5U] ;
374};
375#line 371 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
376struct xsave_struct {
377 struct i387_fxsave_struct i387 ;
378 struct xsave_hdr_struct xsave_hdr ;
379 struct ymmh_struct ymmh ;
380};
381#line 377 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
382union thread_xstate {
383 struct i387_fsave_struct fsave ;
384 struct i387_fxsave_struct fxsave ;
385 struct i387_soft_struct soft ;
386 struct xsave_struct xsave ;
387};
388#line 385 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
389struct fpu {
390 unsigned int last_cpu ;
391 unsigned int has_fpu ;
392 union thread_xstate *state ;
393};
394#line 433
395struct kmem_cache;
396#line 434
397struct perf_event;
398#line 434
399struct perf_event;
400#line 435 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
401struct thread_struct {
402 struct desc_struct tls_array[3U] ;
403 unsigned long sp0 ;
404 unsigned long sp ;
405 unsigned long usersp ;
406 unsigned short es ;
407 unsigned short ds ;
408 unsigned short fsindex ;
409 unsigned short gsindex ;
410 unsigned long fs ;
411 unsigned long gs ;
412 struct perf_event *ptrace_bps[4U] ;
413 unsigned long debugreg6 ;
414 unsigned long ptrace_dr7 ;
415 unsigned long cr2 ;
416 unsigned long trap_nr ;
417 unsigned long error_code ;
418 struct fpu fpu ;
419 unsigned long *io_bitmap_ptr ;
420 unsigned long iopl ;
421 unsigned int io_bitmap_max ;
422};
423#line 23 "include/asm-generic/atomic-long.h"
424typedef atomic64_t atomic_long_t;
425#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
426typedef u16 __ticket_t;
427#line 15 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
428typedef u32 __ticketpair_t;
429#line 16 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
430struct __raw_tickets {
431 __ticket_t head ;
432 __ticket_t tail ;
433};
434#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
435union __anonunion_ldv_5907_29 {
436 __ticketpair_t head_tail ;
437 struct __raw_tickets tickets ;
438};
439#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
440struct arch_spinlock {
441 union __anonunion_ldv_5907_29 ldv_5907 ;
442};
443#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
444typedef struct arch_spinlock arch_spinlock_t;
445#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
446struct __anonstruct_ldv_5914_31 {
447 u32 read ;
448 s32 write ;
449};
450#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
451union __anonunion_arch_rwlock_t_30 {
452 s64 lock ;
453 struct __anonstruct_ldv_5914_31 ldv_5914 ;
454};
455#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
456typedef union __anonunion_arch_rwlock_t_30 arch_rwlock_t;
457#line 34
458struct lockdep_map;
459#line 34
460struct lockdep_map;
461#line 55 "include/linux/debug_locks.h"
462struct stack_trace {
463 unsigned int nr_entries ;
464 unsigned int max_entries ;
465 unsigned long *entries ;
466 int skip ;
467};
468#line 26 "include/linux/stacktrace.h"
469struct lockdep_subclass_key {
470 char __one_byte ;
471};
472#line 53 "include/linux/lockdep.h"
473struct lock_class_key {
474 struct lockdep_subclass_key subkeys[8U] ;
475};
476#line 59 "include/linux/lockdep.h"
477struct lock_class {
478 struct list_head hash_entry ;
479 struct list_head lock_entry ;
480 struct lockdep_subclass_key *key ;
481 unsigned int subclass ;
482 unsigned int dep_gen_id ;
483 unsigned long usage_mask ;
484 struct stack_trace usage_traces[13U] ;
485 struct list_head locks_after ;
486 struct list_head locks_before ;
487 unsigned int version ;
488 unsigned long ops ;
489 char const *name ;
490 int name_version ;
491 unsigned long contention_point[4U] ;
492 unsigned long contending_point[4U] ;
493};
494#line 144 "include/linux/lockdep.h"
495struct lockdep_map {
496 struct lock_class_key *key ;
497 struct lock_class *class_cache[2U] ;
498 char const *name ;
499 int cpu ;
500 unsigned long ip ;
501};
502#line 187 "include/linux/lockdep.h"
503struct held_lock {
504 u64 prev_chain_key ;
505 unsigned long acquire_ip ;
506 struct lockdep_map *instance ;
507 struct lockdep_map *nest_lock ;
508 u64 waittime_stamp ;
509 u64 holdtime_stamp ;
510 unsigned short class_idx : 13 ;
511 unsigned char irq_context : 2 ;
512 unsigned char trylock : 1 ;
513 unsigned char read : 2 ;
514 unsigned char check : 2 ;
515 unsigned char hardirqs_off : 1 ;
516 unsigned short references : 11 ;
517};
518#line 556 "include/linux/lockdep.h"
519struct raw_spinlock {
520 arch_spinlock_t raw_lock ;
521 unsigned int magic ;
522 unsigned int owner_cpu ;
523 void *owner ;
524 struct lockdep_map dep_map ;
525};
526#line 32 "include/linux/spinlock_types.h"
527typedef struct raw_spinlock raw_spinlock_t;
528#line 33 "include/linux/spinlock_types.h"
529struct __anonstruct_ldv_6122_33 {
530 u8 __padding[24U] ;
531 struct lockdep_map dep_map ;
532};
533#line 33 "include/linux/spinlock_types.h"
534union __anonunion_ldv_6123_32 {
535 struct raw_spinlock rlock ;
536 struct __anonstruct_ldv_6122_33 ldv_6122 ;
537};
538#line 33 "include/linux/spinlock_types.h"
539struct spinlock {
540 union __anonunion_ldv_6123_32 ldv_6123 ;
541};
542#line 76 "include/linux/spinlock_types.h"
543typedef struct spinlock spinlock_t;
544#line 23 "include/linux/rwlock_types.h"
545struct __anonstruct_rwlock_t_34 {
546 arch_rwlock_t raw_lock ;
547 unsigned int magic ;
548 unsigned int owner_cpu ;
549 void *owner ;
550 struct lockdep_map dep_map ;
551};
552#line 23 "include/linux/rwlock_types.h"
553typedef struct __anonstruct_rwlock_t_34 rwlock_t;
554#line 110 "include/linux/seqlock.h"
555struct seqcount {
556 unsigned int sequence ;
557};
558#line 121 "include/linux/seqlock.h"
559typedef struct seqcount seqcount_t;
560#line 254 "include/linux/seqlock.h"
561struct timespec {
562 __kernel_time_t tv_sec ;
563 long tv_nsec ;
564};
565#line 286 "include/linux/time.h"
566struct kstat {
567 u64 ino ;
568 dev_t dev ;
569 umode_t mode ;
570 unsigned int nlink ;
571 uid_t uid ;
572 gid_t gid ;
573 dev_t rdev ;
574 loff_t size ;
575 struct timespec atime ;
576 struct timespec mtime ;
577 struct timespec ctime ;
578 unsigned long blksize ;
579 unsigned long long blocks ;
580};
581#line 48 "include/linux/wait.h"
582struct __wait_queue_head {
583 spinlock_t lock ;
584 struct list_head task_list ;
585};
586#line 53 "include/linux/wait.h"
587typedef struct __wait_queue_head wait_queue_head_t;
588#line 98 "include/linux/nodemask.h"
589struct __anonstruct_nodemask_t_36 {
590 unsigned long bits[16U] ;
591};
592#line 98 "include/linux/nodemask.h"
593typedef struct __anonstruct_nodemask_t_36 nodemask_t;
594#line 670 "include/linux/mmzone.h"
595struct mutex {
596 atomic_t count ;
597 spinlock_t wait_lock ;
598 struct list_head wait_list ;
599 struct task_struct *owner ;
600 char const *name ;
601 void *magic ;
602 struct lockdep_map dep_map ;
603};
604#line 63 "include/linux/mutex.h"
605struct mutex_waiter {
606 struct list_head list ;
607 struct task_struct *task ;
608 void *magic ;
609};
610#line 171
611struct rw_semaphore;
612#line 171
613struct rw_semaphore;
614#line 172 "include/linux/mutex.h"
615struct rw_semaphore {
616 long count ;
617 raw_spinlock_t wait_lock ;
618 struct list_head wait_list ;
619 struct lockdep_map dep_map ;
620};
621#line 128 "include/linux/rwsem.h"
622struct completion {
623 unsigned int done ;
624 wait_queue_head_t wait ;
625};
626#line 312 "include/linux/jiffies.h"
627union ktime {
628 s64 tv64 ;
629};
630#line 59 "include/linux/ktime.h"
631typedef union ktime ktime_t;
632#line 341
633struct tvec_base;
634#line 341
635struct tvec_base;
636#line 342 "include/linux/ktime.h"
637struct timer_list {
638 struct list_head entry ;
639 unsigned long expires ;
640 struct tvec_base *base ;
641 void (*function)(unsigned long ) ;
642 unsigned long data ;
643 int slack ;
644 int start_pid ;
645 void *start_site ;
646 char start_comm[16U] ;
647 struct lockdep_map lockdep_map ;
648};
649#line 289 "include/linux/timer.h"
650struct hrtimer;
651#line 289
652struct hrtimer;
653#line 290
654enum hrtimer_restart;
655#line 302
656struct work_struct;
657#line 302
658struct work_struct;
659#line 45 "include/linux/workqueue.h"
660struct work_struct {
661 atomic_long_t data ;
662 struct list_head entry ;
663 void (*func)(struct work_struct * ) ;
664 struct lockdep_map lockdep_map ;
665};
666#line 86 "include/linux/workqueue.h"
667struct delayed_work {
668 struct work_struct work ;
669 struct timer_list timer ;
670};
671#line 46 "include/linux/pm.h"
672struct pm_message {
673 int event ;
674};
675#line 52 "include/linux/pm.h"
676typedef struct pm_message pm_message_t;
677#line 53 "include/linux/pm.h"
678struct dev_pm_ops {
679 int (*prepare)(struct device * ) ;
680 void (*complete)(struct device * ) ;
681 int (*suspend)(struct device * ) ;
682 int (*resume)(struct device * ) ;
683 int (*freeze)(struct device * ) ;
684 int (*thaw)(struct device * ) ;
685 int (*poweroff)(struct device * ) ;
686 int (*restore)(struct device * ) ;
687 int (*suspend_late)(struct device * ) ;
688 int (*resume_early)(struct device * ) ;
689 int (*freeze_late)(struct device * ) ;
690 int (*thaw_early)(struct device * ) ;
691 int (*poweroff_late)(struct device * ) ;
692 int (*restore_early)(struct device * ) ;
693 int (*suspend_noirq)(struct device * ) ;
694 int (*resume_noirq)(struct device * ) ;
695 int (*freeze_noirq)(struct device * ) ;
696 int (*thaw_noirq)(struct device * ) ;
697 int (*poweroff_noirq)(struct device * ) ;
698 int (*restore_noirq)(struct device * ) ;
699 int (*runtime_suspend)(struct device * ) ;
700 int (*runtime_resume)(struct device * ) ;
701 int (*runtime_idle)(struct device * ) ;
702};
703#line 289
704enum rpm_status {
705 RPM_ACTIVE = 0,
706 RPM_RESUMING = 1,
707 RPM_SUSPENDED = 2,
708 RPM_SUSPENDING = 3
709} ;
710#line 296
711enum rpm_request {
712 RPM_REQ_NONE = 0,
713 RPM_REQ_IDLE = 1,
714 RPM_REQ_SUSPEND = 2,
715 RPM_REQ_AUTOSUSPEND = 3,
716 RPM_REQ_RESUME = 4
717} ;
718#line 304
719struct wakeup_source;
720#line 304
721struct wakeup_source;
722#line 494 "include/linux/pm.h"
723struct pm_subsys_data {
724 spinlock_t lock ;
725 unsigned int refcount ;
726};
727#line 499
728struct dev_pm_qos_request;
729#line 499
730struct pm_qos_constraints;
731#line 499 "include/linux/pm.h"
732struct dev_pm_info {
733 pm_message_t power_state ;
734 unsigned char can_wakeup : 1 ;
735 unsigned char async_suspend : 1 ;
736 bool is_prepared ;
737 bool is_suspended ;
738 bool ignore_children ;
739 spinlock_t lock ;
740 struct list_head entry ;
741 struct completion completion ;
742 struct wakeup_source *wakeup ;
743 bool wakeup_path ;
744 struct timer_list suspend_timer ;
745 unsigned long timer_expires ;
746 struct work_struct work ;
747 wait_queue_head_t wait_queue ;
748 atomic_t usage_count ;
749 atomic_t child_count ;
750 unsigned char disable_depth : 3 ;
751 unsigned char idle_notification : 1 ;
752 unsigned char request_pending : 1 ;
753 unsigned char deferred_resume : 1 ;
754 unsigned char run_wake : 1 ;
755 unsigned char runtime_auto : 1 ;
756 unsigned char no_callbacks : 1 ;
757 unsigned char irq_safe : 1 ;
758 unsigned char use_autosuspend : 1 ;
759 unsigned char timer_autosuspends : 1 ;
760 enum rpm_request request ;
761 enum rpm_status runtime_status ;
762 int runtime_error ;
763 int autosuspend_delay ;
764 unsigned long last_busy ;
765 unsigned long active_jiffies ;
766 unsigned long suspended_jiffies ;
767 unsigned long accounting_timestamp ;
768 ktime_t suspend_time ;
769 s64 max_time_suspended_ns ;
770 struct dev_pm_qos_request *pq_req ;
771 struct pm_subsys_data *subsys_data ;
772 struct pm_qos_constraints *constraints ;
773};
774#line 558 "include/linux/pm.h"
775struct dev_pm_domain {
776 struct dev_pm_ops ops ;
777};
778#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
779struct __anonstruct_mm_context_t_101 {
780 void *ldt ;
781 int size ;
782 unsigned short ia32_compat ;
783 struct mutex lock ;
784 void *vdso ;
785};
786#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
787typedef struct __anonstruct_mm_context_t_101 mm_context_t;
788#line 18 "include/asm-generic/pci_iomap.h"
789struct vm_area_struct;
790#line 18
791struct vm_area_struct;
792#line 835 "include/linux/sysctl.h"
793struct rb_node {
794 unsigned long rb_parent_color ;
795 struct rb_node *rb_right ;
796 struct rb_node *rb_left ;
797};
798#line 108 "include/linux/rbtree.h"
799struct rb_root {
800 struct rb_node *rb_node ;
801};
802#line 176
803struct nsproxy;
804#line 176
805struct nsproxy;
806#line 37 "include/linux/kmod.h"
807struct cred;
808#line 37
809struct cred;
810#line 18 "include/linux/elf.h"
811typedef __u64 Elf64_Addr;
812#line 19 "include/linux/elf.h"
813typedef __u16 Elf64_Half;
814#line 23 "include/linux/elf.h"
815typedef __u32 Elf64_Word;
816#line 24 "include/linux/elf.h"
817typedef __u64 Elf64_Xword;
818#line 193 "include/linux/elf.h"
819struct elf64_sym {
820 Elf64_Word st_name ;
821 unsigned char st_info ;
822 unsigned char st_other ;
823 Elf64_Half st_shndx ;
824 Elf64_Addr st_value ;
825 Elf64_Xword st_size ;
826};
827#line 201 "include/linux/elf.h"
828typedef struct elf64_sym Elf64_Sym;
829#line 445
830struct sock;
831#line 445
832struct sock;
833#line 446
834struct kobject;
835#line 446
836struct kobject;
837#line 447
838enum kobj_ns_type {
839 KOBJ_NS_TYPE_NONE = 0,
840 KOBJ_NS_TYPE_NET = 1,
841 KOBJ_NS_TYPES = 2
842} ;
843#line 453 "include/linux/elf.h"
844struct kobj_ns_type_operations {
845 enum kobj_ns_type type ;
846 void *(*grab_current_ns)(void) ;
847 void const *(*netlink_ns)(struct sock * ) ;
848 void const *(*initial_ns)(void) ;
849 void (*drop_ns)(void * ) ;
850};
851#line 57 "include/linux/kobject_ns.h"
852struct attribute {
853 char const *name ;
854 umode_t mode ;
855 struct lock_class_key *key ;
856 struct lock_class_key skey ;
857};
858#line 33 "include/linux/sysfs.h"
859struct attribute_group {
860 char const *name ;
861 umode_t (*is_visible)(struct kobject * , struct attribute * , int ) ;
862 struct attribute **attrs ;
863};
864#line 62 "include/linux/sysfs.h"
865struct bin_attribute {
866 struct attribute attr ;
867 size_t size ;
868 void *private ;
869 ssize_t (*read)(struct file * , struct kobject * , struct bin_attribute * , char * ,
870 loff_t , size_t ) ;
871 ssize_t (*write)(struct file * , struct kobject * , struct bin_attribute * , char * ,
872 loff_t , size_t ) ;
873 int (*mmap)(struct file * , struct kobject * , struct bin_attribute * , struct vm_area_struct * ) ;
874};
875#line 98 "include/linux/sysfs.h"
876struct sysfs_ops {
877 ssize_t (*show)(struct kobject * , struct attribute * , char * ) ;
878 ssize_t (*store)(struct kobject * , struct attribute * , char const * , size_t ) ;
879 void const *(*namespace)(struct kobject * , struct attribute const * ) ;
880};
881#line 117
882struct sysfs_dirent;
883#line 117
884struct sysfs_dirent;
885#line 182 "include/linux/sysfs.h"
886struct kref {
887 atomic_t refcount ;
888};
889#line 49 "include/linux/kobject.h"
890struct kset;
891#line 49
892struct kobj_type;
893#line 49 "include/linux/kobject.h"
894struct kobject {
895 char const *name ;
896 struct list_head entry ;
897 struct kobject *parent ;
898 struct kset *kset ;
899 struct kobj_type *ktype ;
900 struct sysfs_dirent *sd ;
901 struct kref kref ;
902 unsigned char state_initialized : 1 ;
903 unsigned char state_in_sysfs : 1 ;
904 unsigned char state_add_uevent_sent : 1 ;
905 unsigned char state_remove_uevent_sent : 1 ;
906 unsigned char uevent_suppress : 1 ;
907};
908#line 107 "include/linux/kobject.h"
909struct kobj_type {
910 void (*release)(struct kobject * ) ;
911 struct sysfs_ops const *sysfs_ops ;
912 struct attribute **default_attrs ;
913 struct kobj_ns_type_operations const *(*child_ns_type)(struct kobject * ) ;
914 void const *(*namespace)(struct kobject * ) ;
915};
916#line 115 "include/linux/kobject.h"
917struct kobj_uevent_env {
918 char *envp[32U] ;
919 int envp_idx ;
920 char buf[2048U] ;
921 int buflen ;
922};
923#line 122 "include/linux/kobject.h"
924struct kset_uevent_ops {
925 int (* const filter)(struct kset * , struct kobject * ) ;
926 char const *(* const name)(struct kset * , struct kobject * ) ;
927 int (* const uevent)(struct kset * , struct kobject * , struct kobj_uevent_env * ) ;
928};
929#line 139 "include/linux/kobject.h"
930struct kset {
931 struct list_head list ;
932 spinlock_t list_lock ;
933 struct kobject kobj ;
934 struct kset_uevent_ops const *uevent_ops ;
935};
936#line 215
937struct kernel_param;
938#line 215
939struct kernel_param;
940#line 216 "include/linux/kobject.h"
941struct kernel_param_ops {
942 int (*set)(char const * , struct kernel_param const * ) ;
943 int (*get)(char * , struct kernel_param const * ) ;
944 void (*free)(void * ) ;
945};
946#line 49 "include/linux/moduleparam.h"
947struct kparam_string;
948#line 49
949struct kparam_array;
950#line 49 "include/linux/moduleparam.h"
951union __anonunion_ldv_13363_134 {
952 void *arg ;
953 struct kparam_string const *str ;
954 struct kparam_array const *arr ;
955};
956#line 49 "include/linux/moduleparam.h"
957struct kernel_param {
958 char const *name ;
959 struct kernel_param_ops const *ops ;
960 u16 perm ;
961 s16 level ;
962 union __anonunion_ldv_13363_134 ldv_13363 ;
963};
964#line 61 "include/linux/moduleparam.h"
965struct kparam_string {
966 unsigned int maxlen ;
967 char *string ;
968};
969#line 67 "include/linux/moduleparam.h"
970struct kparam_array {
971 unsigned int max ;
972 unsigned int elemsize ;
973 unsigned int *num ;
974 struct kernel_param_ops const *ops ;
975 void *elem ;
976};
977#line 458 "include/linux/moduleparam.h"
978struct static_key {
979 atomic_t enabled ;
980};
981#line 225 "include/linux/jump_label.h"
982struct tracepoint;
983#line 225
984struct tracepoint;
985#line 226 "include/linux/jump_label.h"
986struct tracepoint_func {
987 void *func ;
988 void *data ;
989};
990#line 29 "include/linux/tracepoint.h"
991struct tracepoint {
992 char const *name ;
993 struct static_key key ;
994 void (*regfunc)(void) ;
995 void (*unregfunc)(void) ;
996 struct tracepoint_func *funcs ;
997};
998#line 86 "include/linux/tracepoint.h"
999struct kernel_symbol {
1000 unsigned long value ;
1001 char const *name ;
1002};
1003#line 27 "include/linux/export.h"
1004struct mod_arch_specific {
1005
1006};
1007#line 34 "include/linux/module.h"
1008struct module_param_attrs;
1009#line 34 "include/linux/module.h"
1010struct module_kobject {
1011 struct kobject kobj ;
1012 struct module *mod ;
1013 struct kobject *drivers_dir ;
1014 struct module_param_attrs *mp ;
1015};
1016#line 43 "include/linux/module.h"
1017struct module_attribute {
1018 struct attribute attr ;
1019 ssize_t (*show)(struct module_attribute * , struct module_kobject * , char * ) ;
1020 ssize_t (*store)(struct module_attribute * , struct module_kobject * , char const * ,
1021 size_t ) ;
1022 void (*setup)(struct module * , char const * ) ;
1023 int (*test)(struct module * ) ;
1024 void (*free)(struct module * ) ;
1025};
1026#line 69
1027struct exception_table_entry;
1028#line 69
1029struct exception_table_entry;
1030#line 198
1031enum module_state {
1032 MODULE_STATE_LIVE = 0,
1033 MODULE_STATE_COMING = 1,
1034 MODULE_STATE_GOING = 2
1035} ;
1036#line 204 "include/linux/module.h"
1037struct module_ref {
1038 unsigned long incs ;
1039 unsigned long decs ;
1040};
1041#line 219
1042struct module_sect_attrs;
1043#line 219
1044struct module_notes_attrs;
1045#line 219
1046struct ftrace_event_call;
1047#line 219 "include/linux/module.h"
1048struct module {
1049 enum module_state state ;
1050 struct list_head list ;
1051 char name[56U] ;
1052 struct module_kobject mkobj ;
1053 struct module_attribute *modinfo_attrs ;
1054 char const *version ;
1055 char const *srcversion ;
1056 struct kobject *holders_dir ;
1057 struct kernel_symbol const *syms ;
1058 unsigned long const *crcs ;
1059 unsigned int num_syms ;
1060 struct kernel_param *kp ;
1061 unsigned int num_kp ;
1062 unsigned int num_gpl_syms ;
1063 struct kernel_symbol const *gpl_syms ;
1064 unsigned long const *gpl_crcs ;
1065 struct kernel_symbol const *unused_syms ;
1066 unsigned long const *unused_crcs ;
1067 unsigned int num_unused_syms ;
1068 unsigned int num_unused_gpl_syms ;
1069 struct kernel_symbol const *unused_gpl_syms ;
1070 unsigned long const *unused_gpl_crcs ;
1071 struct kernel_symbol const *gpl_future_syms ;
1072 unsigned long const *gpl_future_crcs ;
1073 unsigned int num_gpl_future_syms ;
1074 unsigned int num_exentries ;
1075 struct exception_table_entry *extable ;
1076 int (*init)(void) ;
1077 void *module_init ;
1078 void *module_core ;
1079 unsigned int init_size ;
1080 unsigned int core_size ;
1081 unsigned int init_text_size ;
1082 unsigned int core_text_size ;
1083 unsigned int init_ro_size ;
1084 unsigned int core_ro_size ;
1085 struct mod_arch_specific arch ;
1086 unsigned int taints ;
1087 unsigned int num_bugs ;
1088 struct list_head bug_list ;
1089 struct bug_entry *bug_table ;
1090 Elf64_Sym *symtab ;
1091 Elf64_Sym *core_symtab ;
1092 unsigned int num_symtab ;
1093 unsigned int core_num_syms ;
1094 char *strtab ;
1095 char *core_strtab ;
1096 struct module_sect_attrs *sect_attrs ;
1097 struct module_notes_attrs *notes_attrs ;
1098 char *args ;
1099 void *percpu ;
1100 unsigned int percpu_size ;
1101 unsigned int num_tracepoints ;
1102 struct tracepoint * const *tracepoints_ptrs ;
1103 unsigned int num_trace_bprintk_fmt ;
1104 char const **trace_bprintk_fmt_start ;
1105 struct ftrace_event_call **trace_events ;
1106 unsigned int num_trace_events ;
1107 struct list_head source_list ;
1108 struct list_head target_list ;
1109 struct task_struct *waiter ;
1110 void (*exit)(void) ;
1111 struct module_ref *refptr ;
1112 ctor_fn_t (**ctors)(void) ;
1113 unsigned int num_ctors ;
1114};
1115#line 88 "include/linux/kmemleak.h"
1116struct kmem_cache_cpu {
1117 void **freelist ;
1118 unsigned long tid ;
1119 struct page *page ;
1120 struct page *partial ;
1121 int node ;
1122 unsigned int stat[26U] ;
1123};
1124#line 55 "include/linux/slub_def.h"
1125struct kmem_cache_node {
1126 spinlock_t list_lock ;
1127 unsigned long nr_partial ;
1128 struct list_head partial ;
1129 atomic_long_t nr_slabs ;
1130 atomic_long_t total_objects ;
1131 struct list_head full ;
1132};
1133#line 66 "include/linux/slub_def.h"
1134struct kmem_cache_order_objects {
1135 unsigned long x ;
1136};
1137#line 76 "include/linux/slub_def.h"
1138struct kmem_cache {
1139 struct kmem_cache_cpu *cpu_slab ;
1140 unsigned long flags ;
1141 unsigned long min_partial ;
1142 int size ;
1143 int objsize ;
1144 int offset ;
1145 int cpu_partial ;
1146 struct kmem_cache_order_objects oo ;
1147 struct kmem_cache_order_objects max ;
1148 struct kmem_cache_order_objects min ;
1149 gfp_t allocflags ;
1150 int refcount ;
1151 void (*ctor)(void * ) ;
1152 int inuse ;
1153 int align ;
1154 int reserved ;
1155 char const *name ;
1156 struct list_head list ;
1157 struct kobject kobj ;
1158 int remote_node_defrag_ratio ;
1159 struct kmem_cache_node *node[1024U] ;
1160};
1161#line 15 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
1162enum fe_type {
1163 FE_QPSK = 0,
1164 FE_QAM = 1,
1165 FE_OFDM = 2,
1166 FE_ATSC = 3
1167} ;
1168#line 36 "include/linux/dvb/frontend.h"
1169typedef enum fe_type fe_type_t;
1170#line 37
1171enum fe_caps {
1172 FE_IS_STUPID = 0,
1173 FE_CAN_INVERSION_AUTO = 1,
1174 FE_CAN_FEC_1_2 = 2,
1175 FE_CAN_FEC_2_3 = 4,
1176 FE_CAN_FEC_3_4 = 8,
1177 FE_CAN_FEC_4_5 = 16,
1178 FE_CAN_FEC_5_6 = 32,
1179 FE_CAN_FEC_6_7 = 64,
1180 FE_CAN_FEC_7_8 = 128,
1181 FE_CAN_FEC_8_9 = 256,
1182 FE_CAN_FEC_AUTO = 512,
1183 FE_CAN_QPSK = 1024,
1184 FE_CAN_QAM_16 = 2048,
1185 FE_CAN_QAM_32 = 4096,
1186 FE_CAN_QAM_64 = 8192,
1187 FE_CAN_QAM_128 = 16384,
1188 FE_CAN_QAM_256 = 32768,
1189 FE_CAN_QAM_AUTO = 65536,
1190 FE_CAN_TRANSMISSION_MODE_AUTO = 131072,
1191 FE_CAN_BANDWIDTH_AUTO = 262144,
1192 FE_CAN_GUARD_INTERVAL_AUTO = 524288,
1193 FE_CAN_HIERARCHY_AUTO = 1048576,
1194 FE_CAN_8VSB = 2097152,
1195 FE_CAN_16VSB = 4194304,
1196 FE_HAS_EXTENDED_CAPS = 8388608,
1197 FE_CAN_TURBO_FEC = 134217728,
1198 FE_CAN_2G_MODULATION = 268435456,
1199 FE_NEEDS_BENDING = 536870912,
1200 FE_CAN_RECOVER = 1073741824,
1201 FE_CAN_MUTE_TS = (-0x7FFFFFFF-1)
1202} ;
1203#line 70 "include/linux/dvb/frontend.h"
1204typedef enum fe_caps fe_caps_t;
1205#line 71 "include/linux/dvb/frontend.h"
1206struct dvb_frontend_info {
1207 char name[128U] ;
1208 fe_type_t type ;
1209 __u32 frequency_min ;
1210 __u32 frequency_max ;
1211 __u32 frequency_stepsize ;
1212 __u32 frequency_tolerance ;
1213 __u32 symbol_rate_min ;
1214 __u32 symbol_rate_max ;
1215 __u32 symbol_rate_tolerance ;
1216 __u32 notifier_delay ;
1217 fe_caps_t caps ;
1218};
1219#line 86 "include/linux/dvb/frontend.h"
1220struct dvb_diseqc_master_cmd {
1221 __u8 msg[6U] ;
1222 __u8 msg_len ;
1223};
1224#line 96 "include/linux/dvb/frontend.h"
1225struct dvb_diseqc_slave_reply {
1226 __u8 msg[4U] ;
1227 __u8 msg_len ;
1228 int timeout ;
1229};
1230#line 103
1231enum fe_sec_voltage {
1232 SEC_VOLTAGE_13 = 0,
1233 SEC_VOLTAGE_18 = 1,
1234 SEC_VOLTAGE_OFF = 2
1235} ;
1236#line 109 "include/linux/dvb/frontend.h"
1237typedef enum fe_sec_voltage fe_sec_voltage_t;
1238#line 110
1239enum fe_sec_tone_mode {
1240 SEC_TONE_ON = 0,
1241 SEC_TONE_OFF = 1
1242} ;
1243#line 115 "include/linux/dvb/frontend.h"
1244typedef enum fe_sec_tone_mode fe_sec_tone_mode_t;
1245#line 116
1246enum fe_sec_mini_cmd {
1247 SEC_MINI_A = 0,
1248 SEC_MINI_B = 1
1249} ;
1250#line 121 "include/linux/dvb/frontend.h"
1251typedef enum fe_sec_mini_cmd fe_sec_mini_cmd_t;
1252#line 122
1253enum fe_status {
1254 FE_HAS_SIGNAL = 1,
1255 FE_HAS_CARRIER = 2,
1256 FE_HAS_VITERBI = 4,
1257 FE_HAS_SYNC = 8,
1258 FE_HAS_LOCK = 16,
1259 FE_TIMEDOUT = 32,
1260 FE_REINIT = 64
1261} ;
1262#line 132 "include/linux/dvb/frontend.h"
1263typedef enum fe_status fe_status_t;
1264#line 133
1265enum fe_spectral_inversion {
1266 INVERSION_OFF = 0,
1267 INVERSION_ON = 1,
1268 INVERSION_AUTO = 2
1269} ;
1270#line 139 "include/linux/dvb/frontend.h"
1271typedef enum fe_spectral_inversion fe_spectral_inversion_t;
1272#line 140
1273enum fe_code_rate {
1274 FEC_NONE = 0,
1275 FEC_1_2 = 1,
1276 FEC_2_3 = 2,
1277 FEC_3_4 = 3,
1278 FEC_4_5 = 4,
1279 FEC_5_6 = 5,
1280 FEC_6_7 = 6,
1281 FEC_7_8 = 7,
1282 FEC_8_9 = 8,
1283 FEC_AUTO = 9,
1284 FEC_3_5 = 10,
1285 FEC_9_10 = 11
1286} ;
1287#line 155 "include/linux/dvb/frontend.h"
1288typedef enum fe_code_rate fe_code_rate_t;
1289#line 156
1290enum fe_modulation {
1291 QPSK = 0,
1292 QAM_16 = 1,
1293 QAM_32 = 2,
1294 QAM_64 = 3,
1295 QAM_128 = 4,
1296 QAM_256 = 5,
1297 QAM_AUTO = 6,
1298 VSB_8 = 7,
1299 VSB_16 = 8,
1300 PSK_8 = 9,
1301 APSK_16 = 10,
1302 APSK_32 = 11,
1303 DQPSK = 12
1304} ;
1305#line 172 "include/linux/dvb/frontend.h"
1306typedef enum fe_modulation fe_modulation_t;
1307#line 173
1308enum fe_transmit_mode {
1309 TRANSMISSION_MODE_2K = 0,
1310 TRANSMISSION_MODE_8K = 1,
1311 TRANSMISSION_MODE_AUTO = 2,
1312 TRANSMISSION_MODE_4K = 3,
1313 TRANSMISSION_MODE_1K = 4,
1314 TRANSMISSION_MODE_16K = 5,
1315 TRANSMISSION_MODE_32K = 6
1316} ;
1317#line 182 "include/linux/dvb/frontend.h"
1318typedef enum fe_transmit_mode fe_transmit_mode_t;
1319#line 183
1320enum fe_guard_interval {
1321 GUARD_INTERVAL_1_32 = 0,
1322 GUARD_INTERVAL_1_16 = 1,
1323 GUARD_INTERVAL_1_8 = 2,
1324 GUARD_INTERVAL_1_4 = 3,
1325 GUARD_INTERVAL_AUTO = 4,
1326 GUARD_INTERVAL_1_128 = 5,
1327 GUARD_INTERVAL_19_128 = 6,
1328 GUARD_INTERVAL_19_256 = 7
1329} ;
1330#line 205 "include/linux/dvb/frontend.h"
1331typedef enum fe_guard_interval fe_guard_interval_t;
1332#line 206
1333enum fe_hierarchy {
1334 HIERARCHY_NONE = 0,
1335 HIERARCHY_1 = 1,
1336 HIERARCHY_2 = 2,
1337 HIERARCHY_4 = 3,
1338 HIERARCHY_AUTO = 4
1339} ;
1340#line 214 "include/linux/dvb/frontend.h"
1341typedef enum fe_hierarchy fe_hierarchy_t;
1342#line 215
1343enum fe_pilot {
1344 PILOT_ON = 0,
1345 PILOT_OFF = 1,
1346 PILOT_AUTO = 2
1347} ;
1348#line 329 "include/linux/dvb/frontend.h"
1349typedef enum fe_pilot fe_pilot_t;
1350#line 330
1351enum fe_rolloff {
1352 ROLLOFF_35 = 0,
1353 ROLLOFF_20 = 1,
1354 ROLLOFF_25 = 2,
1355 ROLLOFF_AUTO = 3
1356} ;
1357#line 336 "include/linux/dvb/frontend.h"
1358typedef enum fe_rolloff fe_rolloff_t;
1359#line 337
1360enum fe_delivery_system {
1361 SYS_UNDEFINED = 0,
1362 SYS_DVBC_ANNEX_A = 1,
1363 SYS_DVBC_ANNEX_B = 2,
1364 SYS_DVBT = 3,
1365 SYS_DSS = 4,
1366 SYS_DVBS = 5,
1367 SYS_DVBS2 = 6,
1368 SYS_DVBH = 7,
1369 SYS_ISDBT = 8,
1370 SYS_ISDBS = 9,
1371 SYS_ISDBC = 10,
1372 SYS_ATSC = 11,
1373 SYS_ATSCMH = 12,
1374 SYS_DMBTH = 13,
1375 SYS_CMMB = 14,
1376 SYS_DAB = 15,
1377 SYS_DVBT2 = 16,
1378 SYS_TURBO = 17,
1379 SYS_DVBC_ANNEX_C = 18
1380} ;
1381#line 358 "include/linux/dvb/frontend.h"
1382typedef enum fe_delivery_system fe_delivery_system_t;
1383#line 374 "include/linux/dvb/frontend.h"
1384struct __anonstruct_buffer_136 {
1385 __u8 data[32U] ;
1386 __u32 len ;
1387 __u32 reserved1[3U] ;
1388 void *reserved2 ;
1389};
1390#line 374 "include/linux/dvb/frontend.h"
1391union __anonunion_u_135 {
1392 __u32 data ;
1393 struct __anonstruct_buffer_136 buffer ;
1394};
1395#line 374 "include/linux/dvb/frontend.h"
1396struct dtv_property {
1397 __u32 cmd ;
1398 __u32 reserved[3U] ;
1399 union __anonunion_u_135 u ;
1400 int result ;
1401};
1402#line 215 "include/linux/mod_devicetable.h"
1403struct of_device_id {
1404 char name[32U] ;
1405 char type[32U] ;
1406 char compatible[128U] ;
1407 void *data ;
1408};
1409#line 584
1410struct klist_node;
1411#line 584
1412struct klist_node;
1413#line 37 "include/linux/klist.h"
1414struct klist_node {
1415 void *n_klist ;
1416 struct list_head n_node ;
1417 struct kref n_ref ;
1418};
1419#line 67
1420struct dma_map_ops;
1421#line 67 "include/linux/klist.h"
1422struct dev_archdata {
1423 void *acpi_handle ;
1424 struct dma_map_ops *dma_ops ;
1425 void *iommu ;
1426};
1427#line 17 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1428struct device_private;
1429#line 17
1430struct device_private;
1431#line 18
1432struct device_driver;
1433#line 18
1434struct device_driver;
1435#line 19
1436struct driver_private;
1437#line 19
1438struct driver_private;
1439#line 20
1440struct class;
1441#line 20
1442struct class;
1443#line 21
1444struct subsys_private;
1445#line 21
1446struct subsys_private;
1447#line 22
1448struct bus_type;
1449#line 22
1450struct bus_type;
1451#line 23
1452struct device_node;
1453#line 23
1454struct device_node;
1455#line 24
1456struct iommu_ops;
1457#line 24
1458struct iommu_ops;
1459#line 25 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1460struct bus_attribute {
1461 struct attribute attr ;
1462 ssize_t (*show)(struct bus_type * , char * ) ;
1463 ssize_t (*store)(struct bus_type * , char const * , size_t ) ;
1464};
1465#line 51 "include/linux/device.h"
1466struct device_attribute;
1467#line 51
1468struct driver_attribute;
1469#line 51 "include/linux/device.h"
1470struct bus_type {
1471 char const *name ;
1472 char const *dev_name ;
1473 struct device *dev_root ;
1474 struct bus_attribute *bus_attrs ;
1475 struct device_attribute *dev_attrs ;
1476 struct driver_attribute *drv_attrs ;
1477 int (*match)(struct device * , struct device_driver * ) ;
1478 int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1479 int (*probe)(struct device * ) ;
1480 int (*remove)(struct device * ) ;
1481 void (*shutdown)(struct device * ) ;
1482 int (*suspend)(struct device * , pm_message_t ) ;
1483 int (*resume)(struct device * ) ;
1484 struct dev_pm_ops const *pm ;
1485 struct iommu_ops *iommu_ops ;
1486 struct subsys_private *p ;
1487};
1488#line 125
1489struct device_type;
1490#line 182 "include/linux/device.h"
1491struct device_driver {
1492 char const *name ;
1493 struct bus_type *bus ;
1494 struct module *owner ;
1495 char const *mod_name ;
1496 bool suppress_bind_attrs ;
1497 struct of_device_id const *of_match_table ;
1498 int (*probe)(struct device * ) ;
1499 int (*remove)(struct device * ) ;
1500 void (*shutdown)(struct device * ) ;
1501 int (*suspend)(struct device * , pm_message_t ) ;
1502 int (*resume)(struct device * ) ;
1503 struct attribute_group const **groups ;
1504 struct dev_pm_ops const *pm ;
1505 struct driver_private *p ;
1506};
1507#line 245 "include/linux/device.h"
1508struct driver_attribute {
1509 struct attribute attr ;
1510 ssize_t (*show)(struct device_driver * , char * ) ;
1511 ssize_t (*store)(struct device_driver * , char const * , size_t ) ;
1512};
1513#line 299
1514struct class_attribute;
1515#line 299 "include/linux/device.h"
1516struct class {
1517 char const *name ;
1518 struct module *owner ;
1519 struct class_attribute *class_attrs ;
1520 struct device_attribute *dev_attrs ;
1521 struct bin_attribute *dev_bin_attrs ;
1522 struct kobject *dev_kobj ;
1523 int (*dev_uevent)(struct device * , struct kobj_uevent_env * ) ;
1524 char *(*devnode)(struct device * , umode_t * ) ;
1525 void (*class_release)(struct class * ) ;
1526 void (*dev_release)(struct device * ) ;
1527 int (*suspend)(struct device * , pm_message_t ) ;
1528 int (*resume)(struct device * ) ;
1529 struct kobj_ns_type_operations const *ns_type ;
1530 void const *(*namespace)(struct device * ) ;
1531 struct dev_pm_ops const *pm ;
1532 struct subsys_private *p ;
1533};
1534#line 394 "include/linux/device.h"
1535struct class_attribute {
1536 struct attribute attr ;
1537 ssize_t (*show)(struct class * , struct class_attribute * , char * ) ;
1538 ssize_t (*store)(struct class * , struct class_attribute * , char const * , size_t ) ;
1539 void const *(*namespace)(struct class * , struct class_attribute const * ) ;
1540};
1541#line 447 "include/linux/device.h"
1542struct device_type {
1543 char const *name ;
1544 struct attribute_group const **groups ;
1545 int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1546 char *(*devnode)(struct device * , umode_t * ) ;
1547 void (*release)(struct device * ) ;
1548 struct dev_pm_ops const *pm ;
1549};
1550#line 474 "include/linux/device.h"
1551struct device_attribute {
1552 struct attribute attr ;
1553 ssize_t (*show)(struct device * , struct device_attribute * , char * ) ;
1554 ssize_t (*store)(struct device * , struct device_attribute * , char const * ,
1555 size_t ) ;
1556};
1557#line 557 "include/linux/device.h"
1558struct device_dma_parameters {
1559 unsigned int max_segment_size ;
1560 unsigned long segment_boundary_mask ;
1561};
1562#line 567
1563struct dma_coherent_mem;
1564#line 567 "include/linux/device.h"
1565struct device {
1566 struct device *parent ;
1567 struct device_private *p ;
1568 struct kobject kobj ;
1569 char const *init_name ;
1570 struct device_type const *type ;
1571 struct mutex mutex ;
1572 struct bus_type *bus ;
1573 struct device_driver *driver ;
1574 void *platform_data ;
1575 struct dev_pm_info power ;
1576 struct dev_pm_domain *pm_domain ;
1577 int numa_node ;
1578 u64 *dma_mask ;
1579 u64 coherent_dma_mask ;
1580 struct device_dma_parameters *dma_parms ;
1581 struct list_head dma_pools ;
1582 struct dma_coherent_mem *dma_mem ;
1583 struct dev_archdata archdata ;
1584 struct device_node *of_node ;
1585 dev_t devt ;
1586 u32 id ;
1587 spinlock_t devres_lock ;
1588 struct list_head devres_head ;
1589 struct klist_node knode_class ;
1590 struct class *class ;
1591 struct attribute_group const **groups ;
1592 void (*release)(struct device * ) ;
1593};
1594#line 681 "include/linux/device.h"
1595struct wakeup_source {
1596 char const *name ;
1597 struct list_head entry ;
1598 spinlock_t lock ;
1599 struct timer_list timer ;
1600 unsigned long timer_expires ;
1601 ktime_t total_time ;
1602 ktime_t max_time ;
1603 ktime_t last_time ;
1604 unsigned long event_count ;
1605 unsigned long active_count ;
1606 unsigned long relax_count ;
1607 unsigned long hit_count ;
1608 unsigned char active : 1 ;
1609};
1610#line 93 "include/linux/capability.h"
1611struct kernel_cap_struct {
1612 __u32 cap[2U] ;
1613};
1614#line 96 "include/linux/capability.h"
1615typedef struct kernel_cap_struct kernel_cap_t;
1616#line 104
1617struct dentry;
1618#line 104
1619struct dentry;
1620#line 105
1621struct user_namespace;
1622#line 105
1623struct user_namespace;
1624#line 554
1625struct prio_tree_node;
1626#line 554 "include/linux/capability.h"
1627struct raw_prio_tree_node {
1628 struct prio_tree_node *left ;
1629 struct prio_tree_node *right ;
1630 struct prio_tree_node *parent ;
1631};
1632#line 19 "include/linux/prio_tree.h"
1633struct prio_tree_node {
1634 struct prio_tree_node *left ;
1635 struct prio_tree_node *right ;
1636 struct prio_tree_node *parent ;
1637 unsigned long start ;
1638 unsigned long last ;
1639};
1640#line 27 "include/linux/prio_tree.h"
1641struct prio_tree_root {
1642 struct prio_tree_node *prio_tree_node ;
1643 unsigned short index_bits ;
1644 unsigned short raw ;
1645};
1646#line 116
1647struct address_space;
1648#line 116
1649struct address_space;
1650#line 117 "include/linux/prio_tree.h"
1651union __anonunion_ldv_15492_140 {
1652 unsigned long index ;
1653 void *freelist ;
1654};
1655#line 117 "include/linux/prio_tree.h"
1656struct __anonstruct_ldv_15502_144 {
1657 unsigned short inuse ;
1658 unsigned short objects : 15 ;
1659 unsigned char frozen : 1 ;
1660};
1661#line 117 "include/linux/prio_tree.h"
1662union __anonunion_ldv_15503_143 {
1663 atomic_t _mapcount ;
1664 struct __anonstruct_ldv_15502_144 ldv_15502 ;
1665};
1666#line 117 "include/linux/prio_tree.h"
1667struct __anonstruct_ldv_15505_142 {
1668 union __anonunion_ldv_15503_143 ldv_15503 ;
1669 atomic_t _count ;
1670};
1671#line 117 "include/linux/prio_tree.h"
1672union __anonunion_ldv_15506_141 {
1673 unsigned long counters ;
1674 struct __anonstruct_ldv_15505_142 ldv_15505 ;
1675};
1676#line 117 "include/linux/prio_tree.h"
1677struct __anonstruct_ldv_15507_139 {
1678 union __anonunion_ldv_15492_140 ldv_15492 ;
1679 union __anonunion_ldv_15506_141 ldv_15506 ;
1680};
1681#line 117 "include/linux/prio_tree.h"
1682struct __anonstruct_ldv_15514_146 {
1683 struct page *next ;
1684 int pages ;
1685 int pobjects ;
1686};
1687#line 117 "include/linux/prio_tree.h"
1688union __anonunion_ldv_15515_145 {
1689 struct list_head lru ;
1690 struct __anonstruct_ldv_15514_146 ldv_15514 ;
1691};
1692#line 117 "include/linux/prio_tree.h"
1693union __anonunion_ldv_15520_147 {
1694 unsigned long private ;
1695 struct kmem_cache *slab ;
1696 struct page *first_page ;
1697};
1698#line 117 "include/linux/prio_tree.h"
1699struct page {
1700 unsigned long flags ;
1701 struct address_space *mapping ;
1702 struct __anonstruct_ldv_15507_139 ldv_15507 ;
1703 union __anonunion_ldv_15515_145 ldv_15515 ;
1704 union __anonunion_ldv_15520_147 ldv_15520 ;
1705 unsigned long debug_flags ;
1706};
1707#line 192 "include/linux/mm_types.h"
1708struct __anonstruct_vm_set_149 {
1709 struct list_head list ;
1710 void *parent ;
1711 struct vm_area_struct *head ;
1712};
1713#line 192 "include/linux/mm_types.h"
1714union __anonunion_shared_148 {
1715 struct __anonstruct_vm_set_149 vm_set ;
1716 struct raw_prio_tree_node prio_tree_node ;
1717};
1718#line 192
1719struct anon_vma;
1720#line 192
1721struct vm_operations_struct;
1722#line 192
1723struct mempolicy;
1724#line 192 "include/linux/mm_types.h"
1725struct vm_area_struct {
1726 struct mm_struct *vm_mm ;
1727 unsigned long vm_start ;
1728 unsigned long vm_end ;
1729 struct vm_area_struct *vm_next ;
1730 struct vm_area_struct *vm_prev ;
1731 pgprot_t vm_page_prot ;
1732 unsigned long vm_flags ;
1733 struct rb_node vm_rb ;
1734 union __anonunion_shared_148 shared ;
1735 struct list_head anon_vma_chain ;
1736 struct anon_vma *anon_vma ;
1737 struct vm_operations_struct const *vm_ops ;
1738 unsigned long vm_pgoff ;
1739 struct file *vm_file ;
1740 void *vm_private_data ;
1741 struct mempolicy *vm_policy ;
1742};
1743#line 255 "include/linux/mm_types.h"
1744struct core_thread {
1745 struct task_struct *task ;
1746 struct core_thread *next ;
1747};
1748#line 261 "include/linux/mm_types.h"
1749struct core_state {
1750 atomic_t nr_threads ;
1751 struct core_thread dumper ;
1752 struct completion startup ;
1753};
1754#line 274 "include/linux/mm_types.h"
1755struct mm_rss_stat {
1756 atomic_long_t count[3U] ;
1757};
1758#line 287
1759struct linux_binfmt;
1760#line 287
1761struct mmu_notifier_mm;
1762#line 287 "include/linux/mm_types.h"
1763struct mm_struct {
1764 struct vm_area_struct *mmap ;
1765 struct rb_root mm_rb ;
1766 struct vm_area_struct *mmap_cache ;
1767 unsigned long (*get_unmapped_area)(struct file * , unsigned long , unsigned long ,
1768 unsigned long , unsigned long ) ;
1769 void (*unmap_area)(struct mm_struct * , unsigned long ) ;
1770 unsigned long mmap_base ;
1771 unsigned long task_size ;
1772 unsigned long cached_hole_size ;
1773 unsigned long free_area_cache ;
1774 pgd_t *pgd ;
1775 atomic_t mm_users ;
1776 atomic_t mm_count ;
1777 int map_count ;
1778 spinlock_t page_table_lock ;
1779 struct rw_semaphore mmap_sem ;
1780 struct list_head mmlist ;
1781 unsigned long hiwater_rss ;
1782 unsigned long hiwater_vm ;
1783 unsigned long total_vm ;
1784 unsigned long locked_vm ;
1785 unsigned long pinned_vm ;
1786 unsigned long shared_vm ;
1787 unsigned long exec_vm ;
1788 unsigned long stack_vm ;
1789 unsigned long reserved_vm ;
1790 unsigned long def_flags ;
1791 unsigned long nr_ptes ;
1792 unsigned long start_code ;
1793 unsigned long end_code ;
1794 unsigned long start_data ;
1795 unsigned long end_data ;
1796 unsigned long start_brk ;
1797 unsigned long brk ;
1798 unsigned long start_stack ;
1799 unsigned long arg_start ;
1800 unsigned long arg_end ;
1801 unsigned long env_start ;
1802 unsigned long env_end ;
1803 unsigned long saved_auxv[44U] ;
1804 struct mm_rss_stat rss_stat ;
1805 struct linux_binfmt *binfmt ;
1806 cpumask_var_t cpu_vm_mask_var ;
1807 mm_context_t context ;
1808 unsigned int faultstamp ;
1809 unsigned int token_priority ;
1810 unsigned int last_interval ;
1811 unsigned long flags ;
1812 struct core_state *core_state ;
1813 spinlock_t ioctx_lock ;
1814 struct hlist_head ioctx_list ;
1815 struct task_struct *owner ;
1816 struct file *exe_file ;
1817 unsigned long num_exe_file_vmas ;
1818 struct mmu_notifier_mm *mmu_notifier_mm ;
1819 pgtable_t pmd_huge_pte ;
1820 struct cpumask cpumask_allocation ;
1821};
1822#line 7 "include/asm-generic/cputime.h"
1823typedef unsigned long cputime_t;
1824#line 98 "include/linux/sem.h"
1825struct sem_undo_list;
1826#line 98 "include/linux/sem.h"
1827struct sysv_sem {
1828 struct sem_undo_list *undo_list ;
1829};
1830#line 107
1831struct siginfo;
1832#line 107
1833struct siginfo;
1834#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
1835struct __anonstruct_sigset_t_150 {
1836 unsigned long sig[1U] ;
1837};
1838#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
1839typedef struct __anonstruct_sigset_t_150 sigset_t;
1840#line 17 "include/asm-generic/signal-defs.h"
1841typedef void __signalfn_t(int );
1842#line 18 "include/asm-generic/signal-defs.h"
1843typedef __signalfn_t *__sighandler_t;
1844#line 20 "include/asm-generic/signal-defs.h"
1845typedef void __restorefn_t(void);
1846#line 21 "include/asm-generic/signal-defs.h"
1847typedef __restorefn_t *__sigrestore_t;
1848#line 126 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
1849struct sigaction {
1850 __sighandler_t sa_handler ;
1851 unsigned long sa_flags ;
1852 __sigrestore_t sa_restorer ;
1853 sigset_t sa_mask ;
1854};
1855#line 173 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
1856struct k_sigaction {
1857 struct sigaction sa ;
1858};
1859#line 185 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
1860union sigval {
1861 int sival_int ;
1862 void *sival_ptr ;
1863};
1864#line 10 "include/asm-generic/siginfo.h"
1865typedef union sigval sigval_t;
1866#line 11 "include/asm-generic/siginfo.h"
1867struct __anonstruct__kill_152 {
1868 __kernel_pid_t _pid ;
1869 __kernel_uid32_t _uid ;
1870};
1871#line 11 "include/asm-generic/siginfo.h"
1872struct __anonstruct__timer_153 {
1873 __kernel_timer_t _tid ;
1874 int _overrun ;
1875 char _pad[0U] ;
1876 sigval_t _sigval ;
1877 int _sys_private ;
1878};
1879#line 11 "include/asm-generic/siginfo.h"
1880struct __anonstruct__rt_154 {
1881 __kernel_pid_t _pid ;
1882 __kernel_uid32_t _uid ;
1883 sigval_t _sigval ;
1884};
1885#line 11 "include/asm-generic/siginfo.h"
1886struct __anonstruct__sigchld_155 {
1887 __kernel_pid_t _pid ;
1888 __kernel_uid32_t _uid ;
1889 int _status ;
1890 __kernel_clock_t _utime ;
1891 __kernel_clock_t _stime ;
1892};
1893#line 11 "include/asm-generic/siginfo.h"
1894struct __anonstruct__sigfault_156 {
1895 void *_addr ;
1896 short _addr_lsb ;
1897};
1898#line 11 "include/asm-generic/siginfo.h"
1899struct __anonstruct__sigpoll_157 {
1900 long _band ;
1901 int _fd ;
1902};
1903#line 11 "include/asm-generic/siginfo.h"
1904union __anonunion__sifields_151 {
1905 int _pad[28U] ;
1906 struct __anonstruct__kill_152 _kill ;
1907 struct __anonstruct__timer_153 _timer ;
1908 struct __anonstruct__rt_154 _rt ;
1909 struct __anonstruct__sigchld_155 _sigchld ;
1910 struct __anonstruct__sigfault_156 _sigfault ;
1911 struct __anonstruct__sigpoll_157 _sigpoll ;
1912};
1913#line 11 "include/asm-generic/siginfo.h"
1914struct siginfo {
1915 int si_signo ;
1916 int si_errno ;
1917 int si_code ;
1918 union __anonunion__sifields_151 _sifields ;
1919};
1920#line 102 "include/asm-generic/siginfo.h"
1921typedef struct siginfo siginfo_t;
1922#line 14 "include/linux/signal.h"
1923struct user_struct;
1924#line 24 "include/linux/signal.h"
1925struct sigpending {
1926 struct list_head list ;
1927 sigset_t signal ;
1928};
1929#line 388
1930enum pid_type {
1931 PIDTYPE_PID = 0,
1932 PIDTYPE_PGID = 1,
1933 PIDTYPE_SID = 2,
1934 PIDTYPE_MAX = 3
1935} ;
1936#line 395
1937struct pid_namespace;
1938#line 395 "include/linux/signal.h"
1939struct upid {
1940 int nr ;
1941 struct pid_namespace *ns ;
1942 struct hlist_node pid_chain ;
1943};
1944#line 56 "include/linux/pid.h"
1945struct pid {
1946 atomic_t count ;
1947 unsigned int level ;
1948 struct hlist_head tasks[3U] ;
1949 struct rcu_head rcu ;
1950 struct upid numbers[1U] ;
1951};
1952#line 68 "include/linux/pid.h"
1953struct pid_link {
1954 struct hlist_node node ;
1955 struct pid *pid ;
1956};
1957#line 10 "include/linux/seccomp.h"
1958struct __anonstruct_seccomp_t_160 {
1959 int mode ;
1960};
1961#line 10 "include/linux/seccomp.h"
1962typedef struct __anonstruct_seccomp_t_160 seccomp_t;
1963#line 427 "include/linux/rculist.h"
1964struct plist_head {
1965 struct list_head node_list ;
1966};
1967#line 84 "include/linux/plist.h"
1968struct plist_node {
1969 int prio ;
1970 struct list_head prio_list ;
1971 struct list_head node_list ;
1972};
1973#line 20 "include/linux/rtmutex.h"
1974struct rt_mutex {
1975 raw_spinlock_t wait_lock ;
1976 struct plist_head wait_list ;
1977 struct task_struct *owner ;
1978 int save_state ;
1979 char const *name ;
1980 char const *file ;
1981 int line ;
1982 void *magic ;
1983};
1984#line 38
1985struct rt_mutex_waiter;
1986#line 38
1987struct rt_mutex_waiter;
1988#line 41 "include/linux/resource.h"
1989struct rlimit {
1990 unsigned long rlim_cur ;
1991 unsigned long rlim_max ;
1992};
1993#line 85 "include/linux/resource.h"
1994struct timerqueue_node {
1995 struct rb_node node ;
1996 ktime_t expires ;
1997};
1998#line 12 "include/linux/timerqueue.h"
1999struct timerqueue_head {
2000 struct rb_root head ;
2001 struct timerqueue_node *next ;
2002};
2003#line 50
2004struct hrtimer_clock_base;
2005#line 50
2006struct hrtimer_clock_base;
2007#line 51
2008struct hrtimer_cpu_base;
2009#line 51
2010struct hrtimer_cpu_base;
2011#line 60
2012enum hrtimer_restart {
2013 HRTIMER_NORESTART = 0,
2014 HRTIMER_RESTART = 1
2015} ;
2016#line 65 "include/linux/timerqueue.h"
2017struct hrtimer {
2018 struct timerqueue_node node ;
2019 ktime_t _softexpires ;
2020 enum hrtimer_restart (*function)(struct hrtimer * ) ;
2021 struct hrtimer_clock_base *base ;
2022 unsigned long state ;
2023 int start_pid ;
2024 void *start_site ;
2025 char start_comm[16U] ;
2026};
2027#line 132 "include/linux/hrtimer.h"
2028struct hrtimer_clock_base {
2029 struct hrtimer_cpu_base *cpu_base ;
2030 int index ;
2031 clockid_t clockid ;
2032 struct timerqueue_head active ;
2033 ktime_t resolution ;
2034 ktime_t (*get_time)(void) ;
2035 ktime_t softirq_time ;
2036 ktime_t offset ;
2037};
2038#line 162 "include/linux/hrtimer.h"
2039struct hrtimer_cpu_base {
2040 raw_spinlock_t lock ;
2041 unsigned long active_bases ;
2042 ktime_t expires_next ;
2043 int hres_active ;
2044 int hang_detected ;
2045 unsigned long nr_events ;
2046 unsigned long nr_retries ;
2047 unsigned long nr_hangs ;
2048 ktime_t max_hang_time ;
2049 struct hrtimer_clock_base clock_base[3U] ;
2050};
2051#line 452 "include/linux/hrtimer.h"
2052struct task_io_accounting {
2053 u64 rchar ;
2054 u64 wchar ;
2055 u64 syscr ;
2056 u64 syscw ;
2057 u64 read_bytes ;
2058 u64 write_bytes ;
2059 u64 cancelled_write_bytes ;
2060};
2061#line 45 "include/linux/task_io_accounting.h"
2062struct latency_record {
2063 unsigned long backtrace[12U] ;
2064 unsigned int count ;
2065 unsigned long time ;
2066 unsigned long max ;
2067};
2068#line 29 "include/linux/key.h"
2069typedef int32_t key_serial_t;
2070#line 32 "include/linux/key.h"
2071typedef uint32_t key_perm_t;
2072#line 33
2073struct key;
2074#line 33
2075struct key;
2076#line 34
2077struct signal_struct;
2078#line 34
2079struct signal_struct;
2080#line 35
2081struct key_type;
2082#line 35
2083struct key_type;
2084#line 37
2085struct keyring_list;
2086#line 37
2087struct keyring_list;
2088#line 115
2089struct key_user;
2090#line 115 "include/linux/key.h"
2091union __anonunion_ldv_16756_161 {
2092 time_t expiry ;
2093 time_t revoked_at ;
2094};
2095#line 115 "include/linux/key.h"
2096union __anonunion_type_data_162 {
2097 struct list_head link ;
2098 unsigned long x[2U] ;
2099 void *p[2U] ;
2100 int reject_error ;
2101};
2102#line 115 "include/linux/key.h"
2103union __anonunion_payload_163 {
2104 unsigned long value ;
2105 void *rcudata ;
2106 void *data ;
2107 struct keyring_list *subscriptions ;
2108};
2109#line 115 "include/linux/key.h"
2110struct key {
2111 atomic_t usage ;
2112 key_serial_t serial ;
2113 struct rb_node serial_node ;
2114 struct key_type *type ;
2115 struct rw_semaphore sem ;
2116 struct key_user *user ;
2117 void *security ;
2118 union __anonunion_ldv_16756_161 ldv_16756 ;
2119 uid_t uid ;
2120 gid_t gid ;
2121 key_perm_t perm ;
2122 unsigned short quotalen ;
2123 unsigned short datalen ;
2124 unsigned long flags ;
2125 char *description ;
2126 union __anonunion_type_data_162 type_data ;
2127 union __anonunion_payload_163 payload ;
2128};
2129#line 316
2130struct audit_context;
2131#line 316
2132struct audit_context;
2133#line 27 "include/linux/selinux.h"
2134struct inode;
2135#line 27
2136struct inode;
2137#line 28 "include/linux/selinux.h"
2138struct group_info {
2139 atomic_t usage ;
2140 int ngroups ;
2141 int nblocks ;
2142 gid_t small_block[32U] ;
2143 gid_t *blocks[0U] ;
2144};
2145#line 77 "include/linux/cred.h"
2146struct thread_group_cred {
2147 atomic_t usage ;
2148 pid_t tgid ;
2149 spinlock_t lock ;
2150 struct key *session_keyring ;
2151 struct key *process_keyring ;
2152 struct rcu_head rcu ;
2153};
2154#line 91 "include/linux/cred.h"
2155struct cred {
2156 atomic_t usage ;
2157 atomic_t subscribers ;
2158 void *put_addr ;
2159 unsigned int magic ;
2160 uid_t uid ;
2161 gid_t gid ;
2162 uid_t suid ;
2163 gid_t sgid ;
2164 uid_t euid ;
2165 gid_t egid ;
2166 uid_t fsuid ;
2167 gid_t fsgid ;
2168 unsigned int securebits ;
2169 kernel_cap_t cap_inheritable ;
2170 kernel_cap_t cap_permitted ;
2171 kernel_cap_t cap_effective ;
2172 kernel_cap_t cap_bset ;
2173 unsigned char jit_keyring ;
2174 struct key *thread_keyring ;
2175 struct key *request_key_auth ;
2176 struct thread_group_cred *tgcred ;
2177 void *security ;
2178 struct user_struct *user ;
2179 struct user_namespace *user_ns ;
2180 struct group_info *group_info ;
2181 struct rcu_head rcu ;
2182};
2183#line 264
2184struct llist_node;
2185#line 64 "include/linux/llist.h"
2186struct llist_node {
2187 struct llist_node *next ;
2188};
2189#line 185
2190struct futex_pi_state;
2191#line 185
2192struct futex_pi_state;
2193#line 186
2194struct robust_list_head;
2195#line 186
2196struct robust_list_head;
2197#line 187
2198struct bio_list;
2199#line 187
2200struct bio_list;
2201#line 188
2202struct fs_struct;
2203#line 188
2204struct fs_struct;
2205#line 189
2206struct perf_event_context;
2207#line 189
2208struct perf_event_context;
2209#line 190
2210struct blk_plug;
2211#line 190
2212struct blk_plug;
2213#line 149 "include/linux/sched.h"
2214struct cfs_rq;
2215#line 149
2216struct cfs_rq;
2217#line 44 "include/linux/aio_abi.h"
2218struct io_event {
2219 __u64 data ;
2220 __u64 obj ;
2221 __s64 res ;
2222 __s64 res2 ;
2223};
2224#line 106 "include/linux/aio_abi.h"
2225struct iovec {
2226 void *iov_base ;
2227 __kernel_size_t iov_len ;
2228};
2229#line 54 "include/linux/uio.h"
2230struct kioctx;
2231#line 54
2232struct kioctx;
2233#line 55 "include/linux/uio.h"
2234union __anonunion_ki_obj_164 {
2235 void *user ;
2236 struct task_struct *tsk ;
2237};
2238#line 55
2239struct eventfd_ctx;
2240#line 55 "include/linux/uio.h"
2241struct kiocb {
2242 struct list_head ki_run_list ;
2243 unsigned long ki_flags ;
2244 int ki_users ;
2245 unsigned int ki_key ;
2246 struct file *ki_filp ;
2247 struct kioctx *ki_ctx ;
2248 int (*ki_cancel)(struct kiocb * , struct io_event * ) ;
2249 ssize_t (*ki_retry)(struct kiocb * ) ;
2250 void (*ki_dtor)(struct kiocb * ) ;
2251 union __anonunion_ki_obj_164 ki_obj ;
2252 __u64 ki_user_data ;
2253 loff_t ki_pos ;
2254 void *private ;
2255 unsigned short ki_opcode ;
2256 size_t ki_nbytes ;
2257 char *ki_buf ;
2258 size_t ki_left ;
2259 struct iovec ki_inline_vec ;
2260 struct iovec *ki_iovec ;
2261 unsigned long ki_nr_segs ;
2262 unsigned long ki_cur_seg ;
2263 struct list_head ki_list ;
2264 struct list_head ki_batch ;
2265 struct eventfd_ctx *ki_eventfd ;
2266};
2267#line 162 "include/linux/aio.h"
2268struct aio_ring_info {
2269 unsigned long mmap_base ;
2270 unsigned long mmap_size ;
2271 struct page **ring_pages ;
2272 spinlock_t ring_lock ;
2273 long nr_pages ;
2274 unsigned int nr ;
2275 unsigned int tail ;
2276 struct page *internal_pages[8U] ;
2277};
2278#line 178 "include/linux/aio.h"
2279struct kioctx {
2280 atomic_t users ;
2281 int dead ;
2282 struct mm_struct *mm ;
2283 unsigned long user_id ;
2284 struct hlist_node list ;
2285 wait_queue_head_t wait ;
2286 spinlock_t ctx_lock ;
2287 int reqs_active ;
2288 struct list_head active_reqs ;
2289 struct list_head run_list ;
2290 unsigned int max_reqs ;
2291 struct aio_ring_info ring_info ;
2292 struct delayed_work wq ;
2293 struct rcu_head rcu_head ;
2294};
2295#line 406 "include/linux/sched.h"
2296struct sighand_struct {
2297 atomic_t count ;
2298 struct k_sigaction action[64U] ;
2299 spinlock_t siglock ;
2300 wait_queue_head_t signalfd_wqh ;
2301};
2302#line 449 "include/linux/sched.h"
2303struct pacct_struct {
2304 int ac_flag ;
2305 long ac_exitcode ;
2306 unsigned long ac_mem ;
2307 cputime_t ac_utime ;
2308 cputime_t ac_stime ;
2309 unsigned long ac_minflt ;
2310 unsigned long ac_majflt ;
2311};
2312#line 457 "include/linux/sched.h"
2313struct cpu_itimer {
2314 cputime_t expires ;
2315 cputime_t incr ;
2316 u32 error ;
2317 u32 incr_error ;
2318};
2319#line 464 "include/linux/sched.h"
2320struct task_cputime {
2321 cputime_t utime ;
2322 cputime_t stime ;
2323 unsigned long long sum_exec_runtime ;
2324};
2325#line 481 "include/linux/sched.h"
2326struct thread_group_cputimer {
2327 struct task_cputime cputime ;
2328 int running ;
2329 raw_spinlock_t lock ;
2330};
2331#line 517
2332struct autogroup;
2333#line 517
2334struct autogroup;
2335#line 518
2336struct tty_struct;
2337#line 518
2338struct taskstats;
2339#line 518
2340struct tty_audit_buf;
2341#line 518 "include/linux/sched.h"
2342struct signal_struct {
2343 atomic_t sigcnt ;
2344 atomic_t live ;
2345 int nr_threads ;
2346 wait_queue_head_t wait_chldexit ;
2347 struct task_struct *curr_target ;
2348 struct sigpending shared_pending ;
2349 int group_exit_code ;
2350 int notify_count ;
2351 struct task_struct *group_exit_task ;
2352 int group_stop_count ;
2353 unsigned int flags ;
2354 unsigned char is_child_subreaper : 1 ;
2355 unsigned char has_child_subreaper : 1 ;
2356 struct list_head posix_timers ;
2357 struct hrtimer real_timer ;
2358 struct pid *leader_pid ;
2359 ktime_t it_real_incr ;
2360 struct cpu_itimer it[2U] ;
2361 struct thread_group_cputimer cputimer ;
2362 struct task_cputime cputime_expires ;
2363 struct list_head cpu_timers[3U] ;
2364 struct pid *tty_old_pgrp ;
2365 int leader ;
2366 struct tty_struct *tty ;
2367 struct autogroup *autogroup ;
2368 cputime_t utime ;
2369 cputime_t stime ;
2370 cputime_t cutime ;
2371 cputime_t cstime ;
2372 cputime_t gtime ;
2373 cputime_t cgtime ;
2374 cputime_t prev_utime ;
2375 cputime_t prev_stime ;
2376 unsigned long nvcsw ;
2377 unsigned long nivcsw ;
2378 unsigned long cnvcsw ;
2379 unsigned long cnivcsw ;
2380 unsigned long min_flt ;
2381 unsigned long maj_flt ;
2382 unsigned long cmin_flt ;
2383 unsigned long cmaj_flt ;
2384 unsigned long inblock ;
2385 unsigned long oublock ;
2386 unsigned long cinblock ;
2387 unsigned long coublock ;
2388 unsigned long maxrss ;
2389 unsigned long cmaxrss ;
2390 struct task_io_accounting ioac ;
2391 unsigned long long sum_sched_runtime ;
2392 struct rlimit rlim[16U] ;
2393 struct pacct_struct pacct ;
2394 struct taskstats *stats ;
2395 unsigned int audit_tty ;
2396 struct tty_audit_buf *tty_audit_buf ;
2397 struct rw_semaphore group_rwsem ;
2398 int oom_adj ;
2399 int oom_score_adj ;
2400 int oom_score_adj_min ;
2401 struct mutex cred_guard_mutex ;
2402};
2403#line 699 "include/linux/sched.h"
2404struct user_struct {
2405 atomic_t __count ;
2406 atomic_t processes ;
2407 atomic_t files ;
2408 atomic_t sigpending ;
2409 atomic_t inotify_watches ;
2410 atomic_t inotify_devs ;
2411 atomic_t fanotify_listeners ;
2412 atomic_long_t epoll_watches ;
2413 unsigned long mq_bytes ;
2414 unsigned long locked_shm ;
2415 struct key *uid_keyring ;
2416 struct key *session_keyring ;
2417 struct hlist_node uidhash_node ;
2418 uid_t uid ;
2419 struct user_namespace *user_ns ;
2420 atomic_long_t locked_vm ;
2421};
2422#line 744
2423struct backing_dev_info;
2424#line 744
2425struct backing_dev_info;
2426#line 745
2427struct reclaim_state;
2428#line 745
2429struct reclaim_state;
2430#line 746 "include/linux/sched.h"
2431struct sched_info {
2432 unsigned long pcount ;
2433 unsigned long long run_delay ;
2434 unsigned long long last_arrival ;
2435 unsigned long long last_queued ;
2436};
2437#line 760 "include/linux/sched.h"
2438struct task_delay_info {
2439 spinlock_t lock ;
2440 unsigned int flags ;
2441 struct timespec blkio_start ;
2442 struct timespec blkio_end ;
2443 u64 blkio_delay ;
2444 u64 swapin_delay ;
2445 u32 blkio_count ;
2446 u32 swapin_count ;
2447 struct timespec freepages_start ;
2448 struct timespec freepages_end ;
2449 u64 freepages_delay ;
2450 u32 freepages_count ;
2451};
2452#line 1069
2453struct io_context;
2454#line 1069
2455struct io_context;
2456#line 1097
2457struct pipe_inode_info;
2458#line 1097
2459struct pipe_inode_info;
2460#line 1099
2461struct rq;
2462#line 1099
2463struct rq;
2464#line 1100 "include/linux/sched.h"
2465struct sched_class {
2466 struct sched_class const *next ;
2467 void (*enqueue_task)(struct rq * , struct task_struct * , int ) ;
2468 void (*dequeue_task)(struct rq * , struct task_struct * , int ) ;
2469 void (*yield_task)(struct rq * ) ;
2470 bool (*yield_to_task)(struct rq * , struct task_struct * , bool ) ;
2471 void (*check_preempt_curr)(struct rq * , struct task_struct * , int ) ;
2472 struct task_struct *(*pick_next_task)(struct rq * ) ;
2473 void (*put_prev_task)(struct rq * , struct task_struct * ) ;
2474 int (*select_task_rq)(struct task_struct * , int , int ) ;
2475 void (*pre_schedule)(struct rq * , struct task_struct * ) ;
2476 void (*post_schedule)(struct rq * ) ;
2477 void (*task_waking)(struct task_struct * ) ;
2478 void (*task_woken)(struct rq * , struct task_struct * ) ;
2479 void (*set_cpus_allowed)(struct task_struct * , struct cpumask const * ) ;
2480 void (*rq_online)(struct rq * ) ;
2481 void (*rq_offline)(struct rq * ) ;
2482 void (*set_curr_task)(struct rq * ) ;
2483 void (*task_tick)(struct rq * , struct task_struct * , int ) ;
2484 void (*task_fork)(struct task_struct * ) ;
2485 void (*switched_from)(struct rq * , struct task_struct * ) ;
2486 void (*switched_to)(struct rq * , struct task_struct * ) ;
2487 void (*prio_changed)(struct rq * , struct task_struct * , int ) ;
2488 unsigned int (*get_rr_interval)(struct rq * , struct task_struct * ) ;
2489 void (*task_move_group)(struct task_struct * , int ) ;
2490};
2491#line 1165 "include/linux/sched.h"
2492struct load_weight {
2493 unsigned long weight ;
2494 unsigned long inv_weight ;
2495};
2496#line 1170 "include/linux/sched.h"
2497struct sched_statistics {
2498 u64 wait_start ;
2499 u64 wait_max ;
2500 u64 wait_count ;
2501 u64 wait_sum ;
2502 u64 iowait_count ;
2503 u64 iowait_sum ;
2504 u64 sleep_start ;
2505 u64 sleep_max ;
2506 s64 sum_sleep_runtime ;
2507 u64 block_start ;
2508 u64 block_max ;
2509 u64 exec_max ;
2510 u64 slice_max ;
2511 u64 nr_migrations_cold ;
2512 u64 nr_failed_migrations_affine ;
2513 u64 nr_failed_migrations_running ;
2514 u64 nr_failed_migrations_hot ;
2515 u64 nr_forced_migrations ;
2516 u64 nr_wakeups ;
2517 u64 nr_wakeups_sync ;
2518 u64 nr_wakeups_migrate ;
2519 u64 nr_wakeups_local ;
2520 u64 nr_wakeups_remote ;
2521 u64 nr_wakeups_affine ;
2522 u64 nr_wakeups_affine_attempts ;
2523 u64 nr_wakeups_passive ;
2524 u64 nr_wakeups_idle ;
2525};
2526#line 1205 "include/linux/sched.h"
2527struct sched_entity {
2528 struct load_weight load ;
2529 struct rb_node run_node ;
2530 struct list_head group_node ;
2531 unsigned int on_rq ;
2532 u64 exec_start ;
2533 u64 sum_exec_runtime ;
2534 u64 vruntime ;
2535 u64 prev_sum_exec_runtime ;
2536 u64 nr_migrations ;
2537 struct sched_statistics statistics ;
2538 struct sched_entity *parent ;
2539 struct cfs_rq *cfs_rq ;
2540 struct cfs_rq *my_q ;
2541};
2542#line 1231
2543struct rt_rq;
2544#line 1231 "include/linux/sched.h"
2545struct sched_rt_entity {
2546 struct list_head run_list ;
2547 unsigned long timeout ;
2548 unsigned int time_slice ;
2549 int nr_cpus_allowed ;
2550 struct sched_rt_entity *back ;
2551 struct sched_rt_entity *parent ;
2552 struct rt_rq *rt_rq ;
2553 struct rt_rq *my_q ;
2554};
2555#line 1255
2556struct mem_cgroup;
2557#line 1255 "include/linux/sched.h"
2558struct memcg_batch_info {
2559 int do_batch ;
2560 struct mem_cgroup *memcg ;
2561 unsigned long nr_pages ;
2562 unsigned long memsw_nr_pages ;
2563};
2564#line 1616
2565struct files_struct;
2566#line 1616
2567struct css_set;
2568#line 1616
2569struct compat_robust_list_head;
2570#line 1616 "include/linux/sched.h"
2571struct task_struct {
2572 long volatile state ;
2573 void *stack ;
2574 atomic_t usage ;
2575 unsigned int flags ;
2576 unsigned int ptrace ;
2577 struct llist_node wake_entry ;
2578 int on_cpu ;
2579 int on_rq ;
2580 int prio ;
2581 int static_prio ;
2582 int normal_prio ;
2583 unsigned int rt_priority ;
2584 struct sched_class const *sched_class ;
2585 struct sched_entity se ;
2586 struct sched_rt_entity rt ;
2587 struct hlist_head preempt_notifiers ;
2588 unsigned char fpu_counter ;
2589 unsigned int policy ;
2590 cpumask_t cpus_allowed ;
2591 struct sched_info sched_info ;
2592 struct list_head tasks ;
2593 struct plist_node pushable_tasks ;
2594 struct mm_struct *mm ;
2595 struct mm_struct *active_mm ;
2596 unsigned char brk_randomized : 1 ;
2597 int exit_state ;
2598 int exit_code ;
2599 int exit_signal ;
2600 int pdeath_signal ;
2601 unsigned int jobctl ;
2602 unsigned int personality ;
2603 unsigned char did_exec : 1 ;
2604 unsigned char in_execve : 1 ;
2605 unsigned char in_iowait : 1 ;
2606 unsigned char sched_reset_on_fork : 1 ;
2607 unsigned char sched_contributes_to_load : 1 ;
2608 unsigned char irq_thread : 1 ;
2609 pid_t pid ;
2610 pid_t tgid ;
2611 unsigned long stack_canary ;
2612 struct task_struct *real_parent ;
2613 struct task_struct *parent ;
2614 struct list_head children ;
2615 struct list_head sibling ;
2616 struct task_struct *group_leader ;
2617 struct list_head ptraced ;
2618 struct list_head ptrace_entry ;
2619 struct pid_link pids[3U] ;
2620 struct list_head thread_group ;
2621 struct completion *vfork_done ;
2622 int *set_child_tid ;
2623 int *clear_child_tid ;
2624 cputime_t utime ;
2625 cputime_t stime ;
2626 cputime_t utimescaled ;
2627 cputime_t stimescaled ;
2628 cputime_t gtime ;
2629 cputime_t prev_utime ;
2630 cputime_t prev_stime ;
2631 unsigned long nvcsw ;
2632 unsigned long nivcsw ;
2633 struct timespec start_time ;
2634 struct timespec real_start_time ;
2635 unsigned long min_flt ;
2636 unsigned long maj_flt ;
2637 struct task_cputime cputime_expires ;
2638 struct list_head cpu_timers[3U] ;
2639 struct cred const *real_cred ;
2640 struct cred const *cred ;
2641 struct cred *replacement_session_keyring ;
2642 char comm[16U] ;
2643 int link_count ;
2644 int total_link_count ;
2645 struct sysv_sem sysvsem ;
2646 unsigned long last_switch_count ;
2647 struct thread_struct thread ;
2648 struct fs_struct *fs ;
2649 struct files_struct *files ;
2650 struct nsproxy *nsproxy ;
2651 struct signal_struct *signal ;
2652 struct sighand_struct *sighand ;
2653 sigset_t blocked ;
2654 sigset_t real_blocked ;
2655 sigset_t saved_sigmask ;
2656 struct sigpending pending ;
2657 unsigned long sas_ss_sp ;
2658 size_t sas_ss_size ;
2659 int (*notifier)(void * ) ;
2660 void *notifier_data ;
2661 sigset_t *notifier_mask ;
2662 struct audit_context *audit_context ;
2663 uid_t loginuid ;
2664 unsigned int sessionid ;
2665 seccomp_t seccomp ;
2666 u32 parent_exec_id ;
2667 u32 self_exec_id ;
2668 spinlock_t alloc_lock ;
2669 raw_spinlock_t pi_lock ;
2670 struct plist_head pi_waiters ;
2671 struct rt_mutex_waiter *pi_blocked_on ;
2672 struct mutex_waiter *blocked_on ;
2673 unsigned int irq_events ;
2674 unsigned long hardirq_enable_ip ;
2675 unsigned long hardirq_disable_ip ;
2676 unsigned int hardirq_enable_event ;
2677 unsigned int hardirq_disable_event ;
2678 int hardirqs_enabled ;
2679 int hardirq_context ;
2680 unsigned long softirq_disable_ip ;
2681 unsigned long softirq_enable_ip ;
2682 unsigned int softirq_disable_event ;
2683 unsigned int softirq_enable_event ;
2684 int softirqs_enabled ;
2685 int softirq_context ;
2686 u64 curr_chain_key ;
2687 int lockdep_depth ;
2688 unsigned int lockdep_recursion ;
2689 struct held_lock held_locks[48U] ;
2690 gfp_t lockdep_reclaim_gfp ;
2691 void *journal_info ;
2692 struct bio_list *bio_list ;
2693 struct blk_plug *plug ;
2694 struct reclaim_state *reclaim_state ;
2695 struct backing_dev_info *backing_dev_info ;
2696 struct io_context *io_context ;
2697 unsigned long ptrace_message ;
2698 siginfo_t *last_siginfo ;
2699 struct task_io_accounting ioac ;
2700 u64 acct_rss_mem1 ;
2701 u64 acct_vm_mem1 ;
2702 cputime_t acct_timexpd ;
2703 nodemask_t mems_allowed ;
2704 seqcount_t mems_allowed_seq ;
2705 int cpuset_mem_spread_rotor ;
2706 int cpuset_slab_spread_rotor ;
2707 struct css_set *cgroups ;
2708 struct list_head cg_list ;
2709 struct robust_list_head *robust_list ;
2710 struct compat_robust_list_head *compat_robust_list ;
2711 struct list_head pi_state_list ;
2712 struct futex_pi_state *pi_state_cache ;
2713 struct perf_event_context *perf_event_ctxp[2U] ;
2714 struct mutex perf_event_mutex ;
2715 struct list_head perf_event_list ;
2716 struct mempolicy *mempolicy ;
2717 short il_next ;
2718 short pref_node_fork ;
2719 struct rcu_head rcu ;
2720 struct pipe_inode_info *splice_pipe ;
2721 struct task_delay_info *delays ;
2722 int make_it_fail ;
2723 int nr_dirtied ;
2724 int nr_dirtied_pause ;
2725 unsigned long dirty_paused_when ;
2726 int latency_record_count ;
2727 struct latency_record latency_record[32U] ;
2728 unsigned long timer_slack_ns ;
2729 unsigned long default_timer_slack_ns ;
2730 struct list_head *scm_work_list ;
2731 unsigned long trace ;
2732 unsigned long trace_recursion ;
2733 struct memcg_batch_info memcg_batch ;
2734 atomic_t ptrace_bp_refcnt ;
2735};
2736#line 28 "include/linux/of.h"
2737typedef u32 phandle;
2738#line 30 "include/linux/of.h"
2739struct property {
2740 char *name ;
2741 int length ;
2742 void *value ;
2743 struct property *next ;
2744 unsigned long _flags ;
2745 unsigned int unique_id ;
2746};
2747#line 39
2748struct proc_dir_entry;
2749#line 39 "include/linux/of.h"
2750struct device_node {
2751 char const *name ;
2752 char const *type ;
2753 phandle phandle ;
2754 char *full_name ;
2755 struct property *properties ;
2756 struct property *deadprops ;
2757 struct device_node *parent ;
2758 struct device_node *child ;
2759 struct device_node *sibling ;
2760 struct device_node *next ;
2761 struct device_node *allnext ;
2762 struct proc_dir_entry *pde ;
2763 struct kref kref ;
2764 unsigned long _flags ;
2765 void *data ;
2766};
2767#line 41 "include/linux/i2c.h"
2768struct i2c_msg;
2769#line 41
2770struct i2c_msg;
2771#line 42
2772struct i2c_algorithm;
2773#line 42
2774struct i2c_algorithm;
2775#line 43
2776struct i2c_adapter;
2777#line 43
2778struct i2c_adapter;
2779#line 46
2780union i2c_smbus_data;
2781#line 46
2782union i2c_smbus_data;
2783#line 336 "include/linux/i2c.h"
2784struct i2c_algorithm {
2785 int (*master_xfer)(struct i2c_adapter * , struct i2c_msg * , int ) ;
2786 int (*smbus_xfer)(struct i2c_adapter * , u16 , unsigned short , char , u8 ,
2787 int , union i2c_smbus_data * ) ;
2788 u32 (*functionality)(struct i2c_adapter * ) ;
2789};
2790#line 368 "include/linux/i2c.h"
2791struct i2c_adapter {
2792 struct module *owner ;
2793 unsigned int class ;
2794 struct i2c_algorithm const *algo ;
2795 void *algo_data ;
2796 struct rt_mutex bus_lock ;
2797 int timeout ;
2798 int retries ;
2799 struct device dev ;
2800 int nr ;
2801 char name[48U] ;
2802 struct completion dev_released ;
2803 struct mutex userspace_clients_lock ;
2804 struct list_head userspace_clients ;
2805};
2806#line 486 "include/linux/i2c.h"
2807struct i2c_msg {
2808 __u16 addr ;
2809 __u16 flags ;
2810 __u16 len ;
2811 __u8 *buf ;
2812};
2813#line 551 "include/linux/i2c.h"
2814union i2c_smbus_data {
2815 __u8 byte ;
2816 __u16 word ;
2817 __u8 block[34U] ;
2818};
2819#line 41 "include/asm-generic/poll.h"
2820struct block_device;
2821#line 41
2822struct block_device;
2823#line 93 "include/linux/bit_spinlock.h"
2824struct hlist_bl_node;
2825#line 93 "include/linux/bit_spinlock.h"
2826struct hlist_bl_head {
2827 struct hlist_bl_node *first ;
2828};
2829#line 36 "include/linux/list_bl.h"
2830struct hlist_bl_node {
2831 struct hlist_bl_node *next ;
2832 struct hlist_bl_node **pprev ;
2833};
2834#line 114 "include/linux/rculist_bl.h"
2835struct nameidata;
2836#line 114
2837struct nameidata;
2838#line 115
2839struct path;
2840#line 115
2841struct path;
2842#line 116
2843struct vfsmount;
2844#line 116
2845struct vfsmount;
2846#line 117 "include/linux/rculist_bl.h"
2847struct qstr {
2848 unsigned int hash ;
2849 unsigned int len ;
2850 unsigned char const *name ;
2851};
2852#line 72 "include/linux/dcache.h"
2853struct dentry_operations;
2854#line 72
2855struct super_block;
2856#line 72 "include/linux/dcache.h"
2857union __anonunion_d_u_166 {
2858 struct list_head d_child ;
2859 struct rcu_head d_rcu ;
2860};
2861#line 72 "include/linux/dcache.h"
2862struct dentry {
2863 unsigned int d_flags ;
2864 seqcount_t d_seq ;
2865 struct hlist_bl_node d_hash ;
2866 struct dentry *d_parent ;
2867 struct qstr d_name ;
2868 struct inode *d_inode ;
2869 unsigned char d_iname[32U] ;
2870 unsigned int d_count ;
2871 spinlock_t d_lock ;
2872 struct dentry_operations const *d_op ;
2873 struct super_block *d_sb ;
2874 unsigned long d_time ;
2875 void *d_fsdata ;
2876 struct list_head d_lru ;
2877 union __anonunion_d_u_166 d_u ;
2878 struct list_head d_subdirs ;
2879 struct list_head d_alias ;
2880};
2881#line 123 "include/linux/dcache.h"
2882struct dentry_operations {
2883 int (*d_revalidate)(struct dentry * , struct nameidata * ) ;
2884 int (*d_hash)(struct dentry const * , struct inode const * , struct qstr * ) ;
2885 int (*d_compare)(struct dentry const * , struct inode const * , struct dentry const * ,
2886 struct inode const * , unsigned int , char const * , struct qstr const * ) ;
2887 int (*d_delete)(struct dentry const * ) ;
2888 void (*d_release)(struct dentry * ) ;
2889 void (*d_prune)(struct dentry * ) ;
2890 void (*d_iput)(struct dentry * , struct inode * ) ;
2891 char *(*d_dname)(struct dentry * , char * , int ) ;
2892 struct vfsmount *(*d_automount)(struct path * ) ;
2893 int (*d_manage)(struct dentry * , bool ) ;
2894};
2895#line 402 "include/linux/dcache.h"
2896struct path {
2897 struct vfsmount *mnt ;
2898 struct dentry *dentry ;
2899};
2900#line 58 "include/linux/radix-tree.h"
2901struct radix_tree_node;
2902#line 58 "include/linux/radix-tree.h"
2903struct radix_tree_root {
2904 unsigned int height ;
2905 gfp_t gfp_mask ;
2906 struct radix_tree_node *rnode ;
2907};
2908#line 45 "include/linux/semaphore.h"
2909struct fiemap_extent {
2910 __u64 fe_logical ;
2911 __u64 fe_physical ;
2912 __u64 fe_length ;
2913 __u64 fe_reserved64[2U] ;
2914 __u32 fe_flags ;
2915 __u32 fe_reserved[3U] ;
2916};
2917#line 38 "include/linux/fiemap.h"
2918struct shrink_control {
2919 gfp_t gfp_mask ;
2920 unsigned long nr_to_scan ;
2921};
2922#line 14 "include/linux/shrinker.h"
2923struct shrinker {
2924 int (*shrink)(struct shrinker * , struct shrink_control * ) ;
2925 int seeks ;
2926 long batch ;
2927 struct list_head list ;
2928 atomic_long_t nr_in_batch ;
2929};
2930#line 43
2931enum migrate_mode {
2932 MIGRATE_ASYNC = 0,
2933 MIGRATE_SYNC_LIGHT = 1,
2934 MIGRATE_SYNC = 2
2935} ;
2936#line 49
2937struct export_operations;
2938#line 49
2939struct export_operations;
2940#line 51
2941struct poll_table_struct;
2942#line 51
2943struct poll_table_struct;
2944#line 52
2945struct kstatfs;
2946#line 52
2947struct kstatfs;
2948#line 435 "include/linux/fs.h"
2949struct iattr {
2950 unsigned int ia_valid ;
2951 umode_t ia_mode ;
2952 uid_t ia_uid ;
2953 gid_t ia_gid ;
2954 loff_t ia_size ;
2955 struct timespec ia_atime ;
2956 struct timespec ia_mtime ;
2957 struct timespec ia_ctime ;
2958 struct file *ia_file ;
2959};
2960#line 119 "include/linux/quota.h"
2961struct if_dqinfo {
2962 __u64 dqi_bgrace ;
2963 __u64 dqi_igrace ;
2964 __u32 dqi_flags ;
2965 __u32 dqi_valid ;
2966};
2967#line 152 "include/linux/quota.h"
2968struct fs_disk_quota {
2969 __s8 d_version ;
2970 __s8 d_flags ;
2971 __u16 d_fieldmask ;
2972 __u32 d_id ;
2973 __u64 d_blk_hardlimit ;
2974 __u64 d_blk_softlimit ;
2975 __u64 d_ino_hardlimit ;
2976 __u64 d_ino_softlimit ;
2977 __u64 d_bcount ;
2978 __u64 d_icount ;
2979 __s32 d_itimer ;
2980 __s32 d_btimer ;
2981 __u16 d_iwarns ;
2982 __u16 d_bwarns ;
2983 __s32 d_padding2 ;
2984 __u64 d_rtb_hardlimit ;
2985 __u64 d_rtb_softlimit ;
2986 __u64 d_rtbcount ;
2987 __s32 d_rtbtimer ;
2988 __u16 d_rtbwarns ;
2989 __s16 d_padding3 ;
2990 char d_padding4[8U] ;
2991};
2992#line 75 "include/linux/dqblk_xfs.h"
2993struct fs_qfilestat {
2994 __u64 qfs_ino ;
2995 __u64 qfs_nblks ;
2996 __u32 qfs_nextents ;
2997};
2998#line 150 "include/linux/dqblk_xfs.h"
2999typedef struct fs_qfilestat fs_qfilestat_t;
3000#line 151 "include/linux/dqblk_xfs.h"
3001struct fs_quota_stat {
3002 __s8 qs_version ;
3003 __u16 qs_flags ;
3004 __s8 qs_pad ;
3005 fs_qfilestat_t qs_uquota ;
3006 fs_qfilestat_t qs_gquota ;
3007 __u32 qs_incoredqs ;
3008 __s32 qs_btimelimit ;
3009 __s32 qs_itimelimit ;
3010 __s32 qs_rtbtimelimit ;
3011 __u16 qs_bwarnlimit ;
3012 __u16 qs_iwarnlimit ;
3013};
3014#line 165
3015struct dquot;
3016#line 165
3017struct dquot;
3018#line 185 "include/linux/quota.h"
3019typedef __kernel_uid32_t qid_t;
3020#line 186 "include/linux/quota.h"
3021typedef long long qsize_t;
3022#line 189 "include/linux/quota.h"
3023struct mem_dqblk {
3024 qsize_t dqb_bhardlimit ;
3025 qsize_t dqb_bsoftlimit ;
3026 qsize_t dqb_curspace ;
3027 qsize_t dqb_rsvspace ;
3028 qsize_t dqb_ihardlimit ;
3029 qsize_t dqb_isoftlimit ;
3030 qsize_t dqb_curinodes ;
3031 time_t dqb_btime ;
3032 time_t dqb_itime ;
3033};
3034#line 211
3035struct quota_format_type;
3036#line 211
3037struct quota_format_type;
3038#line 212 "include/linux/quota.h"
3039struct mem_dqinfo {
3040 struct quota_format_type *dqi_format ;
3041 int dqi_fmt_id ;
3042 struct list_head dqi_dirty_list ;
3043 unsigned long dqi_flags ;
3044 unsigned int dqi_bgrace ;
3045 unsigned int dqi_igrace ;
3046 qsize_t dqi_maxblimit ;
3047 qsize_t dqi_maxilimit ;
3048 void *dqi_priv ;
3049};
3050#line 275 "include/linux/quota.h"
3051struct dquot {
3052 struct hlist_node dq_hash ;
3053 struct list_head dq_inuse ;
3054 struct list_head dq_free ;
3055 struct list_head dq_dirty ;
3056 struct mutex dq_lock ;
3057 atomic_t dq_count ;
3058 wait_queue_head_t dq_wait_unused ;
3059 struct super_block *dq_sb ;
3060 unsigned int dq_id ;
3061 loff_t dq_off ;
3062 unsigned long dq_flags ;
3063 short dq_type ;
3064 struct mem_dqblk dq_dqb ;
3065};
3066#line 303 "include/linux/quota.h"
3067struct quota_format_ops {
3068 int (*check_quota_file)(struct super_block * , int ) ;
3069 int (*read_file_info)(struct super_block * , int ) ;
3070 int (*write_file_info)(struct super_block * , int ) ;
3071 int (*free_file_info)(struct super_block * , int ) ;
3072 int (*read_dqblk)(struct dquot * ) ;
3073 int (*commit_dqblk)(struct dquot * ) ;
3074 int (*release_dqblk)(struct dquot * ) ;
3075};
3076#line 314 "include/linux/quota.h"
3077struct dquot_operations {
3078 int (*write_dquot)(struct dquot * ) ;
3079 struct dquot *(*alloc_dquot)(struct super_block * , int ) ;
3080 void (*destroy_dquot)(struct dquot * ) ;
3081 int (*acquire_dquot)(struct dquot * ) ;
3082 int (*release_dquot)(struct dquot * ) ;
3083 int (*mark_dirty)(struct dquot * ) ;
3084 int (*write_info)(struct super_block * , int ) ;
3085 qsize_t *(*get_reserved_space)(struct inode * ) ;
3086};
3087#line 328 "include/linux/quota.h"
3088struct quotactl_ops {
3089 int (*quota_on)(struct super_block * , int , int , struct path * ) ;
3090 int (*quota_on_meta)(struct super_block * , int , int ) ;
3091 int (*quota_off)(struct super_block * , int ) ;
3092 int (*quota_sync)(struct super_block * , int , int ) ;
3093 int (*get_info)(struct super_block * , int , struct if_dqinfo * ) ;
3094 int (*set_info)(struct super_block * , int , struct if_dqinfo * ) ;
3095 int (*get_dqblk)(struct super_block * , int , qid_t , struct fs_disk_quota * ) ;
3096 int (*set_dqblk)(struct super_block * , int , qid_t , struct fs_disk_quota * ) ;
3097 int (*get_xstate)(struct super_block * , struct fs_quota_stat * ) ;
3098 int (*set_xstate)(struct super_block * , unsigned int , int ) ;
3099};
3100#line 344 "include/linux/quota.h"
3101struct quota_format_type {
3102 int qf_fmt_id ;
3103 struct quota_format_ops const *qf_ops ;
3104 struct module *qf_owner ;
3105 struct quota_format_type *qf_next ;
3106};
3107#line 390 "include/linux/quota.h"
3108struct quota_info {
3109 unsigned int flags ;
3110 struct mutex dqio_mutex ;
3111 struct mutex dqonoff_mutex ;
3112 struct rw_semaphore dqptr_sem ;
3113 struct inode *files[2U] ;
3114 struct mem_dqinfo info[2U] ;
3115 struct quota_format_ops const *ops[2U] ;
3116};
3117#line 421
3118struct writeback_control;
3119#line 421
3120struct writeback_control;
3121#line 585 "include/linux/fs.h"
3122union __anonunion_arg_168 {
3123 char *buf ;
3124 void *data ;
3125};
3126#line 585 "include/linux/fs.h"
3127struct __anonstruct_read_descriptor_t_167 {
3128 size_t written ;
3129 size_t count ;
3130 union __anonunion_arg_168 arg ;
3131 int error ;
3132};
3133#line 585 "include/linux/fs.h"
3134typedef struct __anonstruct_read_descriptor_t_167 read_descriptor_t;
3135#line 588 "include/linux/fs.h"
3136struct address_space_operations {
3137 int (*writepage)(struct page * , struct writeback_control * ) ;
3138 int (*readpage)(struct file * , struct page * ) ;
3139 int (*writepages)(struct address_space * , struct writeback_control * ) ;
3140 int (*set_page_dirty)(struct page * ) ;
3141 int (*readpages)(struct file * , struct address_space * , struct list_head * ,
3142 unsigned int ) ;
3143 int (*write_begin)(struct file * , struct address_space * , loff_t , unsigned int ,
3144 unsigned int , struct page ** , void ** ) ;
3145 int (*write_end)(struct file * , struct address_space * , loff_t , unsigned int ,
3146 unsigned int , struct page * , void * ) ;
3147 sector_t (*bmap)(struct address_space * , sector_t ) ;
3148 void (*invalidatepage)(struct page * , unsigned long ) ;
3149 int (*releasepage)(struct page * , gfp_t ) ;
3150 void (*freepage)(struct page * ) ;
3151 ssize_t (*direct_IO)(int , struct kiocb * , struct iovec const * , loff_t ,
3152 unsigned long ) ;
3153 int (*get_xip_mem)(struct address_space * , unsigned long , int , void ** , unsigned long * ) ;
3154 int (*migratepage)(struct address_space * , struct page * , struct page * , enum migrate_mode ) ;
3155 int (*launder_page)(struct page * ) ;
3156 int (*is_partially_uptodate)(struct page * , read_descriptor_t * , unsigned long ) ;
3157 int (*error_remove_page)(struct address_space * , struct page * ) ;
3158};
3159#line 642 "include/linux/fs.h"
3160struct address_space {
3161 struct inode *host ;
3162 struct radix_tree_root page_tree ;
3163 spinlock_t tree_lock ;
3164 unsigned int i_mmap_writable ;
3165 struct prio_tree_root i_mmap ;
3166 struct list_head i_mmap_nonlinear ;
3167 struct mutex i_mmap_mutex ;
3168 unsigned long nrpages ;
3169 unsigned long writeback_index ;
3170 struct address_space_operations const *a_ops ;
3171 unsigned long flags ;
3172 struct backing_dev_info *backing_dev_info ;
3173 spinlock_t private_lock ;
3174 struct list_head private_list ;
3175 struct address_space *assoc_mapping ;
3176};
3177#line 664
3178struct request_queue;
3179#line 664
3180struct request_queue;
3181#line 665
3182struct hd_struct;
3183#line 665
3184struct gendisk;
3185#line 665 "include/linux/fs.h"
3186struct block_device {
3187 dev_t bd_dev ;
3188 int bd_openers ;
3189 struct inode *bd_inode ;
3190 struct super_block *bd_super ;
3191 struct mutex bd_mutex ;
3192 struct list_head bd_inodes ;
3193 void *bd_claiming ;
3194 void *bd_holder ;
3195 int bd_holders ;
3196 bool bd_write_holder ;
3197 struct list_head bd_holder_disks ;
3198 struct block_device *bd_contains ;
3199 unsigned int bd_block_size ;
3200 struct hd_struct *bd_part ;
3201 unsigned int bd_part_count ;
3202 int bd_invalidated ;
3203 struct gendisk *bd_disk ;
3204 struct request_queue *bd_queue ;
3205 struct list_head bd_list ;
3206 unsigned long bd_private ;
3207 int bd_fsfreeze_count ;
3208 struct mutex bd_fsfreeze_mutex ;
3209};
3210#line 737
3211struct posix_acl;
3212#line 737
3213struct posix_acl;
3214#line 738
3215struct inode_operations;
3216#line 738 "include/linux/fs.h"
3217union __anonunion_ldv_20195_169 {
3218 unsigned int const i_nlink ;
3219 unsigned int __i_nlink ;
3220};
3221#line 738 "include/linux/fs.h"
3222union __anonunion_ldv_20214_170 {
3223 struct list_head i_dentry ;
3224 struct rcu_head i_rcu ;
3225};
3226#line 738
3227struct file_operations;
3228#line 738
3229struct file_lock;
3230#line 738
3231struct cdev;
3232#line 738 "include/linux/fs.h"
3233union __anonunion_ldv_20232_171 {
3234 struct pipe_inode_info *i_pipe ;
3235 struct block_device *i_bdev ;
3236 struct cdev *i_cdev ;
3237};
3238#line 738 "include/linux/fs.h"
3239struct inode {
3240 umode_t i_mode ;
3241 unsigned short i_opflags ;
3242 uid_t i_uid ;
3243 gid_t i_gid ;
3244 unsigned int i_flags ;
3245 struct posix_acl *i_acl ;
3246 struct posix_acl *i_default_acl ;
3247 struct inode_operations const *i_op ;
3248 struct super_block *i_sb ;
3249 struct address_space *i_mapping ;
3250 void *i_security ;
3251 unsigned long i_ino ;
3252 union __anonunion_ldv_20195_169 ldv_20195 ;
3253 dev_t i_rdev ;
3254 struct timespec i_atime ;
3255 struct timespec i_mtime ;
3256 struct timespec i_ctime ;
3257 spinlock_t i_lock ;
3258 unsigned short i_bytes ;
3259 blkcnt_t i_blocks ;
3260 loff_t i_size ;
3261 unsigned long i_state ;
3262 struct mutex i_mutex ;
3263 unsigned long dirtied_when ;
3264 struct hlist_node i_hash ;
3265 struct list_head i_wb_list ;
3266 struct list_head i_lru ;
3267 struct list_head i_sb_list ;
3268 union __anonunion_ldv_20214_170 ldv_20214 ;
3269 atomic_t i_count ;
3270 unsigned int i_blkbits ;
3271 u64 i_version ;
3272 atomic_t i_dio_count ;
3273 atomic_t i_writecount ;
3274 struct file_operations const *i_fop ;
3275 struct file_lock *i_flock ;
3276 struct address_space i_data ;
3277 struct dquot *i_dquot[2U] ;
3278 struct list_head i_devices ;
3279 union __anonunion_ldv_20232_171 ldv_20232 ;
3280 __u32 i_generation ;
3281 __u32 i_fsnotify_mask ;
3282 struct hlist_head i_fsnotify_marks ;
3283 atomic_t i_readcount ;
3284 void *i_private ;
3285};
3286#line 941 "include/linux/fs.h"
3287struct fown_struct {
3288 rwlock_t lock ;
3289 struct pid *pid ;
3290 enum pid_type pid_type ;
3291 uid_t uid ;
3292 uid_t euid ;
3293 int signum ;
3294};
3295#line 949 "include/linux/fs.h"
3296struct file_ra_state {
3297 unsigned long start ;
3298 unsigned int size ;
3299 unsigned int async_size ;
3300 unsigned int ra_pages ;
3301 unsigned int mmap_miss ;
3302 loff_t prev_pos ;
3303};
3304#line 972 "include/linux/fs.h"
3305union __anonunion_f_u_172 {
3306 struct list_head fu_list ;
3307 struct rcu_head fu_rcuhead ;
3308};
3309#line 972 "include/linux/fs.h"
3310struct file {
3311 union __anonunion_f_u_172 f_u ;
3312 struct path f_path ;
3313 struct file_operations const *f_op ;
3314 spinlock_t f_lock ;
3315 int f_sb_list_cpu ;
3316 atomic_long_t f_count ;
3317 unsigned int f_flags ;
3318 fmode_t f_mode ;
3319 loff_t f_pos ;
3320 struct fown_struct f_owner ;
3321 struct cred const *f_cred ;
3322 struct file_ra_state f_ra ;
3323 u64 f_version ;
3324 void *f_security ;
3325 void *private_data ;
3326 struct list_head f_ep_links ;
3327 struct list_head f_tfile_llink ;
3328 struct address_space *f_mapping ;
3329 unsigned long f_mnt_write_state ;
3330};
3331#line 1111 "include/linux/fs.h"
3332typedef struct files_struct *fl_owner_t;
3333#line 1112 "include/linux/fs.h"
3334struct file_lock_operations {
3335 void (*fl_copy_lock)(struct file_lock * , struct file_lock * ) ;
3336 void (*fl_release_private)(struct file_lock * ) ;
3337};
3338#line 1117 "include/linux/fs.h"
3339struct lock_manager_operations {
3340 int (*lm_compare_owner)(struct file_lock * , struct file_lock * ) ;
3341 void (*lm_notify)(struct file_lock * ) ;
3342 int (*lm_grant)(struct file_lock * , struct file_lock * , int ) ;
3343 void (*lm_release_private)(struct file_lock * ) ;
3344 void (*lm_break)(struct file_lock * ) ;
3345 int (*lm_change)(struct file_lock ** , int ) ;
3346};
3347#line 1134
3348struct nlm_lockowner;
3349#line 1134
3350struct nlm_lockowner;
3351#line 1135 "include/linux/fs.h"
3352struct nfs_lock_info {
3353 u32 state ;
3354 struct nlm_lockowner *owner ;
3355 struct list_head list ;
3356};
3357#line 14 "include/linux/nfs_fs_i.h"
3358struct nfs4_lock_state;
3359#line 14
3360struct nfs4_lock_state;
3361#line 15 "include/linux/nfs_fs_i.h"
3362struct nfs4_lock_info {
3363 struct nfs4_lock_state *owner ;
3364};
3365#line 19
3366struct fasync_struct;
3367#line 19 "include/linux/nfs_fs_i.h"
3368struct __anonstruct_afs_174 {
3369 struct list_head link ;
3370 int state ;
3371};
3372#line 19 "include/linux/nfs_fs_i.h"
3373union __anonunion_fl_u_173 {
3374 struct nfs_lock_info nfs_fl ;
3375 struct nfs4_lock_info nfs4_fl ;
3376 struct __anonstruct_afs_174 afs ;
3377};
3378#line 19 "include/linux/nfs_fs_i.h"
3379struct file_lock {
3380 struct file_lock *fl_next ;
3381 struct list_head fl_link ;
3382 struct list_head fl_block ;
3383 fl_owner_t fl_owner ;
3384 unsigned int fl_flags ;
3385 unsigned char fl_type ;
3386 unsigned int fl_pid ;
3387 struct pid *fl_nspid ;
3388 wait_queue_head_t fl_wait ;
3389 struct file *fl_file ;
3390 loff_t fl_start ;
3391 loff_t fl_end ;
3392 struct fasync_struct *fl_fasync ;
3393 unsigned long fl_break_time ;
3394 unsigned long fl_downgrade_time ;
3395 struct file_lock_operations const *fl_ops ;
3396 struct lock_manager_operations const *fl_lmops ;
3397 union __anonunion_fl_u_173 fl_u ;
3398};
3399#line 1221 "include/linux/fs.h"
3400struct fasync_struct {
3401 spinlock_t fa_lock ;
3402 int magic ;
3403 int fa_fd ;
3404 struct fasync_struct *fa_next ;
3405 struct file *fa_file ;
3406 struct rcu_head fa_rcu ;
3407};
3408#line 1417
3409struct file_system_type;
3410#line 1417
3411struct super_operations;
3412#line 1417
3413struct xattr_handler;
3414#line 1417
3415struct mtd_info;
3416#line 1417 "include/linux/fs.h"
3417struct super_block {
3418 struct list_head s_list ;
3419 dev_t s_dev ;
3420 unsigned char s_dirt ;
3421 unsigned char s_blocksize_bits ;
3422 unsigned long s_blocksize ;
3423 loff_t s_maxbytes ;
3424 struct file_system_type *s_type ;
3425 struct super_operations const *s_op ;
3426 struct dquot_operations const *dq_op ;
3427 struct quotactl_ops const *s_qcop ;
3428 struct export_operations const *s_export_op ;
3429 unsigned long s_flags ;
3430 unsigned long s_magic ;
3431 struct dentry *s_root ;
3432 struct rw_semaphore s_umount ;
3433 struct mutex s_lock ;
3434 int s_count ;
3435 atomic_t s_active ;
3436 void *s_security ;
3437 struct xattr_handler const **s_xattr ;
3438 struct list_head s_inodes ;
3439 struct hlist_bl_head s_anon ;
3440 struct list_head *s_files ;
3441 struct list_head s_mounts ;
3442 struct list_head s_dentry_lru ;
3443 int s_nr_dentry_unused ;
3444 spinlock_t s_inode_lru_lock ;
3445 struct list_head s_inode_lru ;
3446 int s_nr_inodes_unused ;
3447 struct block_device *s_bdev ;
3448 struct backing_dev_info *s_bdi ;
3449 struct mtd_info *s_mtd ;
3450 struct hlist_node s_instances ;
3451 struct quota_info s_dquot ;
3452 int s_frozen ;
3453 wait_queue_head_t s_wait_unfrozen ;
3454 char s_id[32U] ;
3455 u8 s_uuid[16U] ;
3456 void *s_fs_info ;
3457 unsigned int s_max_links ;
3458 fmode_t s_mode ;
3459 u32 s_time_gran ;
3460 struct mutex s_vfs_rename_mutex ;
3461 char *s_subtype ;
3462 char *s_options ;
3463 struct dentry_operations const *s_d_op ;
3464 int cleancache_poolid ;
3465 struct shrinker s_shrink ;
3466 atomic_long_t s_remove_count ;
3467 int s_readonly_remount ;
3468};
3469#line 1563 "include/linux/fs.h"
3470struct fiemap_extent_info {
3471 unsigned int fi_flags ;
3472 unsigned int fi_extents_mapped ;
3473 unsigned int fi_extents_max ;
3474 struct fiemap_extent *fi_extents_start ;
3475};
3476#line 1602 "include/linux/fs.h"
3477struct file_operations {
3478 struct module *owner ;
3479 loff_t (*llseek)(struct file * , loff_t , int ) ;
3480 ssize_t (*read)(struct file * , char * , size_t , loff_t * ) ;
3481 ssize_t (*write)(struct file * , char const * , size_t , loff_t * ) ;
3482 ssize_t (*aio_read)(struct kiocb * , struct iovec const * , unsigned long ,
3483 loff_t ) ;
3484 ssize_t (*aio_write)(struct kiocb * , struct iovec const * , unsigned long ,
3485 loff_t ) ;
3486 int (*readdir)(struct file * , void * , int (*)(void * , char const * , int ,
3487 loff_t , u64 , unsigned int ) ) ;
3488 unsigned int (*poll)(struct file * , struct poll_table_struct * ) ;
3489 long (*unlocked_ioctl)(struct file * , unsigned int , unsigned long ) ;
3490 long (*compat_ioctl)(struct file * , unsigned int , unsigned long ) ;
3491 int (*mmap)(struct file * , struct vm_area_struct * ) ;
3492 int (*open)(struct inode * , struct file * ) ;
3493 int (*flush)(struct file * , fl_owner_t ) ;
3494 int (*release)(struct inode * , struct file * ) ;
3495 int (*fsync)(struct file * , loff_t , loff_t , int ) ;
3496 int (*aio_fsync)(struct kiocb * , int ) ;
3497 int (*fasync)(int , struct file * , int ) ;
3498 int (*lock)(struct file * , int , struct file_lock * ) ;
3499 ssize_t (*sendpage)(struct file * , struct page * , int , size_t , loff_t * ,
3500 int ) ;
3501 unsigned long (*get_unmapped_area)(struct file * , unsigned long , unsigned long ,
3502 unsigned long , unsigned long ) ;
3503 int (*check_flags)(int ) ;
3504 int (*flock)(struct file * , int , struct file_lock * ) ;
3505 ssize_t (*splice_write)(struct pipe_inode_info * , struct file * , loff_t * , size_t ,
3506 unsigned int ) ;
3507 ssize_t (*splice_read)(struct file * , loff_t * , struct pipe_inode_info * , size_t ,
3508 unsigned int ) ;
3509 int (*setlease)(struct file * , long , struct file_lock ** ) ;
3510 long (*fallocate)(struct file * , int , loff_t , loff_t ) ;
3511};
3512#line 1637 "include/linux/fs.h"
3513struct inode_operations {
3514 struct dentry *(*lookup)(struct inode * , struct dentry * , struct nameidata * ) ;
3515 void *(*follow_link)(struct dentry * , struct nameidata * ) ;
3516 int (*permission)(struct inode * , int ) ;
3517 struct posix_acl *(*get_acl)(struct inode * , int ) ;
3518 int (*readlink)(struct dentry * , char * , int ) ;
3519 void (*put_link)(struct dentry * , struct nameidata * , void * ) ;
3520 int (*create)(struct inode * , struct dentry * , umode_t , struct nameidata * ) ;
3521 int (*link)(struct dentry * , struct inode * , struct dentry * ) ;
3522 int (*unlink)(struct inode * , struct dentry * ) ;
3523 int (*symlink)(struct inode * , struct dentry * , char const * ) ;
3524 int (*mkdir)(struct inode * , struct dentry * , umode_t ) ;
3525 int (*rmdir)(struct inode * , struct dentry * ) ;
3526 int (*mknod)(struct inode * , struct dentry * , umode_t , dev_t ) ;
3527 int (*rename)(struct inode * , struct dentry * , struct inode * , struct dentry * ) ;
3528 void (*truncate)(struct inode * ) ;
3529 int (*setattr)(struct dentry * , struct iattr * ) ;
3530 int (*getattr)(struct vfsmount * , struct dentry * , struct kstat * ) ;
3531 int (*setxattr)(struct dentry * , char const * , void const * , size_t , int ) ;
3532 ssize_t (*getxattr)(struct dentry * , char const * , void * , size_t ) ;
3533 ssize_t (*listxattr)(struct dentry * , char * , size_t ) ;
3534 int (*removexattr)(struct dentry * , char const * ) ;
3535 void (*truncate_range)(struct inode * , loff_t , loff_t ) ;
3536 int (*fiemap)(struct inode * , struct fiemap_extent_info * , u64 , u64 ) ;
3537};
3538#line 1682 "include/linux/fs.h"
3539struct super_operations {
3540 struct inode *(*alloc_inode)(struct super_block * ) ;
3541 void (*destroy_inode)(struct inode * ) ;
3542 void (*dirty_inode)(struct inode * , int ) ;
3543 int (*write_inode)(struct inode * , struct writeback_control * ) ;
3544 int (*drop_inode)(struct inode * ) ;
3545 void (*evict_inode)(struct inode * ) ;
3546 void (*put_super)(struct super_block * ) ;
3547 void (*write_super)(struct super_block * ) ;
3548 int (*sync_fs)(struct super_block * , int ) ;
3549 int (*freeze_fs)(struct super_block * ) ;
3550 int (*unfreeze_fs)(struct super_block * ) ;
3551 int (*statfs)(struct dentry * , struct kstatfs * ) ;
3552 int (*remount_fs)(struct super_block * , int * , char * ) ;
3553 void (*umount_begin)(struct super_block * ) ;
3554 int (*show_options)(struct seq_file * , struct dentry * ) ;
3555 int (*show_devname)(struct seq_file * , struct dentry * ) ;
3556 int (*show_path)(struct seq_file * , struct dentry * ) ;
3557 int (*show_stats)(struct seq_file * , struct dentry * ) ;
3558 ssize_t (*quota_read)(struct super_block * , int , char * , size_t , loff_t ) ;
3559 ssize_t (*quota_write)(struct super_block * , int , char const * , size_t ,
3560 loff_t ) ;
3561 int (*bdev_try_to_free_page)(struct super_block * , struct page * , gfp_t ) ;
3562 int (*nr_cached_objects)(struct super_block * ) ;
3563 void (*free_cached_objects)(struct super_block * , int ) ;
3564};
3565#line 1834 "include/linux/fs.h"
3566struct file_system_type {
3567 char const *name ;
3568 int fs_flags ;
3569 struct dentry *(*mount)(struct file_system_type * , int , char const * , void * ) ;
3570 void (*kill_sb)(struct super_block * ) ;
3571 struct module *owner ;
3572 struct file_system_type *next ;
3573 struct hlist_head fs_supers ;
3574 struct lock_class_key s_lock_key ;
3575 struct lock_class_key s_umount_key ;
3576 struct lock_class_key s_vfs_rename_key ;
3577 struct lock_class_key i_lock_key ;
3578 struct lock_class_key i_mutex_key ;
3579 struct lock_class_key i_mutex_dir_key ;
3580};
3581#line 2674 "include/linux/fs.h"
3582struct exception_table_entry {
3583 unsigned long insn ;
3584 unsigned long fixup ;
3585};
3586#line 34 "include/linux/poll.h"
3587struct poll_table_struct {
3588 void (*_qproc)(struct file * , wait_queue_head_t * , struct poll_table_struct * ) ;
3589 unsigned long _key ;
3590};
3591#line 165
3592struct dvb_frontend;
3593#line 165
3594struct dvb_frontend;
3595#line 166
3596struct dvb_device;
3597#line 166 "include/linux/poll.h"
3598struct dvb_adapter {
3599 int num ;
3600 struct list_head list_head ;
3601 struct list_head device_list ;
3602 char const *name ;
3603 u8 proposed_mac[6U] ;
3604 void *priv ;
3605 struct device *device ;
3606 struct module *module ;
3607 int mfe_shared ;
3608 struct dvb_device *mfe_dvbdev ;
3609 struct mutex mfe_lock ;
3610 int (*fe_ioctl_override)(struct dvb_frontend * , unsigned int , void * , unsigned int ) ;
3611};
3612#line 99 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvbdev.h"
3613struct dvb_device {
3614 struct list_head list_head ;
3615 struct file_operations const *fops ;
3616 struct dvb_adapter *adapter ;
3617 int type ;
3618 int minor ;
3619 u32 id ;
3620 int readers ;
3621 int writers ;
3622 int users ;
3623 wait_queue_head_t wait_queue ;
3624 int (*kernel_ioctl)(struct file * , unsigned int , void * ) ;
3625 void *priv ;
3626};
3627#line 148 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvbdev.h"
3628struct dvb_frontend_tune_settings {
3629 int min_delay_ms ;
3630 int step_size ;
3631 int max_drift ;
3632};
3633#line 56 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3634struct dvb_tuner_info {
3635 char name[128U] ;
3636 u32 frequency_min ;
3637 u32 frequency_max ;
3638 u32 frequency_step ;
3639 u32 bandwidth_min ;
3640 u32 bandwidth_max ;
3641 u32 bandwidth_step ;
3642};
3643#line 70 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3644struct analog_parameters {
3645 unsigned int frequency ;
3646 unsigned int mode ;
3647 unsigned int audmode ;
3648 u64 std ;
3649};
3650#line 113
3651enum tuner_param {
3652 DVBFE_TUNER_FREQUENCY = 1,
3653 DVBFE_TUNER_TUNERSTEP = 2,
3654 DVBFE_TUNER_IFFREQ = 4,
3655 DVBFE_TUNER_BANDWIDTH = 8,
3656 DVBFE_TUNER_REFCLOCK = 16,
3657 DVBFE_TUNER_IQSENSE = 32,
3658 DVBFE_TUNER_DUMMY = (-0x7FFFFFFF-1)
3659} ;
3660#line 123
3661enum dvbfe_algo {
3662 DVBFE_ALGO_HW = 1,
3663 DVBFE_ALGO_SW = 2,
3664 DVBFE_ALGO_CUSTOM = 4,
3665 DVBFE_ALGO_RECOVERY = (-0x7FFFFFFF-1)
3666} ;
3667#line 130 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3668struct tuner_state {
3669 u32 frequency ;
3670 u32 tunerstep ;
3671 u32 ifreq ;
3672 u32 bandwidth ;
3673 u32 iqsense ;
3674 u32 refclock ;
3675};
3676#line 164
3677enum dvbfe_search {
3678 DVBFE_ALGO_SEARCH_SUCCESS = 1,
3679 DVBFE_ALGO_SEARCH_ASLEEP = 2,
3680 DVBFE_ALGO_SEARCH_FAILED = 4,
3681 DVBFE_ALGO_SEARCH_INVALID = 8,
3682 DVBFE_ALGO_SEARCH_AGAIN = 16,
3683 DVBFE_ALGO_SEARCH_ERROR = (-0x7FFFFFFF-1)
3684} ;
3685#line 173 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3686struct dvb_tuner_ops {
3687 struct dvb_tuner_info info ;
3688 int (*release)(struct dvb_frontend * ) ;
3689 int (*init)(struct dvb_frontend * ) ;
3690 int (*sleep)(struct dvb_frontend * ) ;
3691 int (*set_params)(struct dvb_frontend * ) ;
3692 int (*set_analog_params)(struct dvb_frontend * , struct analog_parameters * ) ;
3693 int (*calc_regs)(struct dvb_frontend * , u8 * , int ) ;
3694 int (*set_config)(struct dvb_frontend * , void * ) ;
3695 int (*get_frequency)(struct dvb_frontend * , u32 * ) ;
3696 int (*get_bandwidth)(struct dvb_frontend * , u32 * ) ;
3697 int (*get_if_frequency)(struct dvb_frontend * , u32 * ) ;
3698 int (*get_status)(struct dvb_frontend * , u32 * ) ;
3699 int (*get_rf_strength)(struct dvb_frontend * , u16 * ) ;
3700 int (*set_frequency)(struct dvb_frontend * , u32 ) ;
3701 int (*set_bandwidth)(struct dvb_frontend * , u32 ) ;
3702 int (*set_state)(struct dvb_frontend * , enum tuner_param , struct tuner_state * ) ;
3703 int (*get_state)(struct dvb_frontend * , enum tuner_param , struct tuner_state * ) ;
3704};
3705#line 236 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3706struct analog_demod_info {
3707 char *name ;
3708};
3709#line 240 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3710struct analog_demod_ops {
3711 struct analog_demod_info info ;
3712 void (*set_params)(struct dvb_frontend * , struct analog_parameters * ) ;
3713 int (*has_signal)(struct dvb_frontend * ) ;
3714 int (*get_afc)(struct dvb_frontend * ) ;
3715 void (*tuner_status)(struct dvb_frontend * ) ;
3716 void (*standby)(struct dvb_frontend * ) ;
3717 void (*release)(struct dvb_frontend * ) ;
3718 int (*i2c_gate_ctrl)(struct dvb_frontend * , int ) ;
3719 int (*set_config)(struct dvb_frontend * , void * ) ;
3720};
3721#line 257
3722struct dtv_frontend_properties;
3723#line 257
3724struct dtv_frontend_properties;
3725#line 258 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3726struct dvb_frontend_ops {
3727 struct dvb_frontend_info info ;
3728 u8 delsys[8U] ;
3729 void (*release)(struct dvb_frontend * ) ;
3730 void (*release_sec)(struct dvb_frontend * ) ;
3731 int (*init)(struct dvb_frontend * ) ;
3732 int (*sleep)(struct dvb_frontend * ) ;
3733 int (*write)(struct dvb_frontend * , u8 const * , int ) ;
3734 int (*tune)(struct dvb_frontend * , bool , unsigned int , unsigned int * , fe_status_t * ) ;
3735 enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend * ) ;
3736 int (*set_frontend)(struct dvb_frontend * ) ;
3737 int (*get_tune_settings)(struct dvb_frontend * , struct dvb_frontend_tune_settings * ) ;
3738 int (*get_frontend)(struct dvb_frontend * ) ;
3739 int (*read_status)(struct dvb_frontend * , fe_status_t * ) ;
3740 int (*read_ber)(struct dvb_frontend * , u32 * ) ;
3741 int (*read_signal_strength)(struct dvb_frontend * , u16 * ) ;
3742 int (*read_snr)(struct dvb_frontend * , u16 * ) ;
3743 int (*read_ucblocks)(struct dvb_frontend * , u32 * ) ;
3744 int (*diseqc_reset_overload)(struct dvb_frontend * ) ;
3745 int (*diseqc_send_master_cmd)(struct dvb_frontend * , struct dvb_diseqc_master_cmd * ) ;
3746 int (*diseqc_recv_slave_reply)(struct dvb_frontend * , struct dvb_diseqc_slave_reply * ) ;
3747 int (*diseqc_send_burst)(struct dvb_frontend * , fe_sec_mini_cmd_t ) ;
3748 int (*set_tone)(struct dvb_frontend * , fe_sec_tone_mode_t ) ;
3749 int (*set_voltage)(struct dvb_frontend * , fe_sec_voltage_t ) ;
3750 int (*enable_high_lnb_voltage)(struct dvb_frontend * , long ) ;
3751 int (*dishnetwork_send_legacy_command)(struct dvb_frontend * , unsigned long ) ;
3752 int (*i2c_gate_ctrl)(struct dvb_frontend * , int ) ;
3753 int (*ts_bus_ctrl)(struct dvb_frontend * , int ) ;
3754 enum dvbfe_search (*search)(struct dvb_frontend * ) ;
3755 struct dvb_tuner_ops tuner_ops ;
3756 struct analog_demod_ops analog_ops ;
3757 int (*set_property)(struct dvb_frontend * , struct dtv_property * ) ;
3758 int (*get_property)(struct dvb_frontend * , struct dtv_property * ) ;
3759};
3760#line 317 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3761struct __anonstruct_layer_176 {
3762 u8 segment_count ;
3763 fe_code_rate_t fec ;
3764 fe_modulation_t modulation ;
3765 u8 interleaving ;
3766};
3767#line 317 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3768struct dtv_frontend_properties {
3769 u32 state ;
3770 u32 frequency ;
3771 fe_modulation_t modulation ;
3772 fe_sec_voltage_t voltage ;
3773 fe_sec_tone_mode_t sectone ;
3774 fe_spectral_inversion_t inversion ;
3775 fe_code_rate_t fec_inner ;
3776 fe_transmit_mode_t transmission_mode ;
3777 u32 bandwidth_hz ;
3778 fe_guard_interval_t guard_interval ;
3779 fe_hierarchy_t hierarchy ;
3780 u32 symbol_rate ;
3781 fe_code_rate_t code_rate_HP ;
3782 fe_code_rate_t code_rate_LP ;
3783 fe_pilot_t pilot ;
3784 fe_rolloff_t rolloff ;
3785 fe_delivery_system_t delivery_system ;
3786 u8 isdbt_partial_reception ;
3787 u8 isdbt_sb_mode ;
3788 u8 isdbt_sb_subchannel ;
3789 u32 isdbt_sb_segment_idx ;
3790 u32 isdbt_sb_segment_count ;
3791 u8 isdbt_layer_enabled ;
3792 struct __anonstruct_layer_176 layer[3U] ;
3793 u32 isdbs_ts_id ;
3794 u32 dvbt2_plp_id ;
3795};
3796#line 376 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
3797struct dvb_frontend {
3798 struct dvb_frontend_ops ops ;
3799 struct dvb_adapter *dvb ;
3800 void *demodulator_priv ;
3801 void *tuner_priv ;
3802 void *frontend_priv ;
3803 void *sec_priv ;
3804 void *analog_demod_priv ;
3805 struct dtv_frontend_properties dtv_property_cache ;
3806 int (*callback)(void * , int , int , int ) ;
3807 int id ;
3808};
3809#line 46 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
3810struct tda826x_priv {
3811 int i2c_address ;
3812 struct i2c_adapter *i2c ;
3813 unsigned char has_loopthrough : 1 ;
3814 u32 frequency ;
3815};
3816#line 1 "<compiler builtins>"
3817
3818#line 2 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
3819void ldv_spin_lock(void) ;
3820#line 3
3821void ldv_spin_unlock(void) ;
3822#line 4
3823int ldv_spin_trylock(void) ;
3824#line 101 "include/linux/printk.h"
3825extern int printk(char const * , ...) ;
3826#line 34 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/string_64.h"
3827extern void *__memcpy(void * , void const * , size_t ) ;
3828#line 161 "include/linux/slab.h"
3829extern void kfree(void const * ) ;
3830#line 220 "include/linux/slub_def.h"
3831extern void *kmem_cache_alloc(struct kmem_cache * , gfp_t ) ;
3832#line 223
3833void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
3834#line 353 "include/linux/slab.h"
3835__inline static void *kzalloc(size_t size , gfp_t flags ) ;
3836#line 10 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
3837extern void *__VERIFIER_nondet_pointer(void) ;
3838#line 11
3839void ldv_check_alloc_flags(gfp_t flags ) ;
3840#line 12
3841void ldv_check_alloc_nonatomic(void) ;
3842#line 14
3843struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) ;
3844#line 69 "include/linux/i2c.h"
3845extern int i2c_transfer(struct i2c_adapter * , struct i2c_msg * , int ) ;
3846#line 39 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/frontends/tda826x.h"
3847struct dvb_frontend *tda826x_attach(struct dvb_frontend *fe , int addr , struct i2c_adapter *i2c ,
3848 int has_loopthrough ) ;
3849#line 45 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
3850static int debug ;
3851#line 59 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
3852static int tda826x_release(struct dvb_frontend *fe )
3853{ unsigned long __cil_tmp2 ;
3854 unsigned long __cil_tmp3 ;
3855 void *__cil_tmp4 ;
3856 void const *__cil_tmp5 ;
3857 unsigned long __cil_tmp6 ;
3858 unsigned long __cil_tmp7 ;
3859
3860 {
3861 {
3862#line 61
3863 __cil_tmp2 = (unsigned long )fe;
3864#line 61
3865 __cil_tmp3 = __cil_tmp2 + 768;
3866#line 61
3867 __cil_tmp4 = *((void **)__cil_tmp3);
3868#line 61
3869 __cil_tmp5 = (void const *)__cil_tmp4;
3870#line 61
3871 kfree(__cil_tmp5);
3872#line 62
3873 __cil_tmp6 = (unsigned long )fe;
3874#line 62
3875 __cil_tmp7 = __cil_tmp6 + 768;
3876#line 62
3877 *((void **)__cil_tmp7) = (void *)0;
3878 }
3879#line 63
3880 return (0);
3881}
3882}
3883#line 66 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
3884static int tda826x_sleep(struct dvb_frontend *fe )
3885{ struct tda826x_priv *priv ;
3886 int ret ;
3887 u8 buf[2U] ;
3888 struct i2c_msg msg ;
3889 int tmp ;
3890 unsigned long __cil_tmp7 ;
3891 unsigned long __cil_tmp8 ;
3892 void *__cil_tmp9 ;
3893 unsigned long __cil_tmp10 ;
3894 unsigned long __cil_tmp11 ;
3895 unsigned long __cil_tmp12 ;
3896 unsigned long __cil_tmp13 ;
3897 struct i2c_msg *__cil_tmp14 ;
3898 int __cil_tmp15 ;
3899 unsigned long __cil_tmp16 ;
3900 unsigned long __cil_tmp17 ;
3901 unsigned long __cil_tmp18 ;
3902 int *__cil_tmp19 ;
3903 int __cil_tmp20 ;
3904 unsigned char *__cil_tmp21 ;
3905 unsigned char *__cil_tmp22 ;
3906 unsigned char __cil_tmp23 ;
3907 unsigned int __cil_tmp24 ;
3908 unsigned long __cil_tmp25 ;
3909 unsigned long __cil_tmp26 ;
3910 int (*__cil_tmp27)(struct dvb_frontend * , int ) ;
3911 unsigned long __cil_tmp28 ;
3912 unsigned long __cil_tmp29 ;
3913 unsigned long __cil_tmp30 ;
3914 unsigned long __cil_tmp31 ;
3915 int (*__cil_tmp32)(struct dvb_frontend * , int ) ;
3916 unsigned long __cil_tmp33 ;
3917 unsigned long __cil_tmp34 ;
3918 unsigned long __cil_tmp35 ;
3919 unsigned long __cil_tmp36 ;
3920 int (*__cil_tmp37)(struct dvb_frontend * , int ) ;
3921 unsigned long __cil_tmp38 ;
3922 unsigned long __cil_tmp39 ;
3923 struct i2c_adapter *__cil_tmp40 ;
3924 int *__cil_tmp41 ;
3925 int __cil_tmp42 ;
3926 int (*__cil_tmp43)(struct dvb_frontend * , int ) ;
3927 unsigned long __cil_tmp44 ;
3928 unsigned long __cil_tmp45 ;
3929 unsigned long __cil_tmp46 ;
3930 unsigned long __cil_tmp47 ;
3931 int (*__cil_tmp48)(struct dvb_frontend * , int ) ;
3932 unsigned long __cil_tmp49 ;
3933 unsigned long __cil_tmp50 ;
3934 unsigned long __cil_tmp51 ;
3935 unsigned long __cil_tmp52 ;
3936 int (*__cil_tmp53)(struct dvb_frontend * , int ) ;
3937
3938 {
3939#line 68
3940 __cil_tmp7 = (unsigned long )fe;
3941#line 68
3942 __cil_tmp8 = __cil_tmp7 + 768;
3943#line 68
3944 __cil_tmp9 = *((void **)__cil_tmp8);
3945#line 68
3946 priv = (struct tda826x_priv *)__cil_tmp9;
3947#line 70
3948 __cil_tmp10 = 0 * 1UL;
3949#line 70
3950 __cil_tmp11 = (unsigned long )(buf) + __cil_tmp10;
3951#line 70
3952 *((u8 *)__cil_tmp11) = (u8 )0U;
3953#line 70
3954 __cil_tmp12 = 1 * 1UL;
3955#line 70
3956 __cil_tmp13 = (unsigned long )(buf) + __cil_tmp12;
3957#line 70
3958 *((u8 *)__cil_tmp13) = (u8 )141U;
3959#line 71
3960 __cil_tmp14 = & msg;
3961#line 71
3962 __cil_tmp15 = *((int *)priv);
3963#line 71
3964 *((__u16 *)__cil_tmp14) = (unsigned short )__cil_tmp15;
3965#line 71
3966 __cil_tmp16 = (unsigned long )(& msg) + 2;
3967#line 71
3968 *((__u16 *)__cil_tmp16) = (__u16 )0U;
3969#line 71
3970 __cil_tmp17 = (unsigned long )(& msg) + 4;
3971#line 71
3972 *((__u16 *)__cil_tmp17) = (__u16 )2U;
3973#line 71
3974 __cil_tmp18 = (unsigned long )(& msg) + 8;
3975#line 71
3976 *((__u8 **)__cil_tmp18) = (__u8 *)(& buf);
3977 {
3978#line 73
3979 __cil_tmp19 = & debug;
3980#line 73
3981 __cil_tmp20 = *__cil_tmp19;
3982#line 73
3983 if (__cil_tmp20 != 0) {
3984 {
3985#line 73
3986 printk("<7>tda826x: %s:\n", "tda826x_sleep");
3987 }
3988 } else {
3989
3990 }
3991 }
3992 {
3993#line 75
3994 __cil_tmp21 = (unsigned char *)priv;
3995#line 75
3996 __cil_tmp22 = __cil_tmp21 + 16UL;
3997#line 75
3998 __cil_tmp23 = *__cil_tmp22;
3999#line 75
4000 __cil_tmp24 = (unsigned int )__cil_tmp23;
4001#line 75
4002 if (__cil_tmp24 == 0U) {
4003#line 76
4004 __cil_tmp25 = 1 * 1UL;
4005#line 76
4006 __cil_tmp26 = (unsigned long )(buf) + __cil_tmp25;
4007#line 76
4008 *((u8 *)__cil_tmp26) = (u8 )173U;
4009 } else {
4010
4011 }
4012 }
4013 {
4014#line 78
4015 __cil_tmp27 = (int (*)(struct dvb_frontend * , int ))0;
4016#line 78
4017 __cil_tmp28 = (unsigned long )__cil_tmp27;
4018#line 78
4019 __cil_tmp29 = 0 + 360;
4020#line 78
4021 __cil_tmp30 = (unsigned long )fe;
4022#line 78
4023 __cil_tmp31 = __cil_tmp30 + __cil_tmp29;
4024#line 78
4025 __cil_tmp32 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp31);
4026#line 78
4027 __cil_tmp33 = (unsigned long )__cil_tmp32;
4028#line 78
4029 if (__cil_tmp33 != __cil_tmp28) {
4030 {
4031#line 79
4032 __cil_tmp34 = 0 + 360;
4033#line 79
4034 __cil_tmp35 = (unsigned long )fe;
4035#line 79
4036 __cil_tmp36 = __cil_tmp35 + __cil_tmp34;
4037#line 79
4038 __cil_tmp37 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp36);
4039#line 79
4040 (*__cil_tmp37)(fe, 1);
4041 }
4042 } else {
4043
4044 }
4045 }
4046 {
4047#line 80
4048 __cil_tmp38 = (unsigned long )priv;
4049#line 80
4050 __cil_tmp39 = __cil_tmp38 + 8;
4051#line 80
4052 __cil_tmp40 = *((struct i2c_adapter **)__cil_tmp39);
4053#line 80
4054 ret = i2c_transfer(__cil_tmp40, & msg, 1);
4055 }
4056#line 80
4057 if (ret != 1) {
4058 {
4059#line 81
4060 __cil_tmp41 = & debug;
4061#line 81
4062 __cil_tmp42 = *__cil_tmp41;
4063#line 81
4064 if (__cil_tmp42 != 0) {
4065 {
4066#line 81
4067 printk("<7>tda826x: %s: i2c error\n", "tda826x_sleep");
4068 }
4069 } else {
4070
4071 }
4072 }
4073 } else {
4074
4075 }
4076 {
4077#line 83
4078 __cil_tmp43 = (int (*)(struct dvb_frontend * , int ))0;
4079#line 83
4080 __cil_tmp44 = (unsigned long )__cil_tmp43;
4081#line 83
4082 __cil_tmp45 = 0 + 360;
4083#line 83
4084 __cil_tmp46 = (unsigned long )fe;
4085#line 83
4086 __cil_tmp47 = __cil_tmp46 + __cil_tmp45;
4087#line 83
4088 __cil_tmp48 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp47);
4089#line 83
4090 __cil_tmp49 = (unsigned long )__cil_tmp48;
4091#line 83
4092 if (__cil_tmp49 != __cil_tmp44) {
4093 {
4094#line 84
4095 __cil_tmp50 = 0 + 360;
4096#line 84
4097 __cil_tmp51 = (unsigned long )fe;
4098#line 84
4099 __cil_tmp52 = __cil_tmp51 + __cil_tmp50;
4100#line 84
4101 __cil_tmp53 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp52);
4102#line 84
4103 (*__cil_tmp53)(fe, 0);
4104 }
4105 } else {
4106
4107 }
4108 }
4109#line 86
4110 if (ret != 1) {
4111#line 86
4112 tmp = ret;
4113 } else {
4114#line 86
4115 tmp = 0;
4116 }
4117#line 86
4118 return (tmp);
4119}
4120}
4121#line 89 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
4122static int tda826x_set_params(struct dvb_frontend *fe )
4123{ struct dtv_frontend_properties *p ;
4124 struct tda826x_priv *priv ;
4125 int ret ;
4126 u32 div ;
4127 u32 ksyms ;
4128 u32 bandwidth ;
4129 u8 buf[11U] ;
4130 struct i2c_msg msg ;
4131 int tmp ;
4132 unsigned long __cil_tmp11 ;
4133 unsigned long __cil_tmp12 ;
4134 unsigned long __cil_tmp13 ;
4135 unsigned long __cil_tmp14 ;
4136 void *__cil_tmp15 ;
4137 struct i2c_msg *__cil_tmp16 ;
4138 int __cil_tmp17 ;
4139 unsigned long __cil_tmp18 ;
4140 unsigned long __cil_tmp19 ;
4141 unsigned long __cil_tmp20 ;
4142 int *__cil_tmp21 ;
4143 int __cil_tmp22 ;
4144 unsigned long __cil_tmp23 ;
4145 unsigned long __cil_tmp24 ;
4146 u32 __cil_tmp25 ;
4147 u32 __cil_tmp26 ;
4148 unsigned long __cil_tmp27 ;
4149 unsigned long __cil_tmp28 ;
4150 u32 __cil_tmp29 ;
4151 u32 __cil_tmp30 ;
4152 u32 __cil_tmp31 ;
4153 u32 __cil_tmp32 ;
4154 unsigned long __cil_tmp33 ;
4155 unsigned long __cil_tmp34 ;
4156 unsigned long __cil_tmp35 ;
4157 unsigned long __cil_tmp36 ;
4158 unsigned char *__cil_tmp37 ;
4159 unsigned char *__cil_tmp38 ;
4160 unsigned char __cil_tmp39 ;
4161 unsigned int __cil_tmp40 ;
4162 unsigned long __cil_tmp41 ;
4163 unsigned long __cil_tmp42 ;
4164 unsigned long __cil_tmp43 ;
4165 unsigned long __cil_tmp44 ;
4166 u8 __cil_tmp45 ;
4167 unsigned int __cil_tmp46 ;
4168 unsigned int __cil_tmp47 ;
4169 unsigned long __cil_tmp48 ;
4170 unsigned long __cil_tmp49 ;
4171 unsigned long __cil_tmp50 ;
4172 unsigned long __cil_tmp51 ;
4173 u32 __cil_tmp52 ;
4174 unsigned long __cil_tmp53 ;
4175 unsigned long __cil_tmp54 ;
4176 u8 __cil_tmp55 ;
4177 int __cil_tmp56 ;
4178 int __cil_tmp57 ;
4179 unsigned long __cil_tmp58 ;
4180 unsigned long __cil_tmp59 ;
4181 u8 __cil_tmp60 ;
4182 unsigned int __cil_tmp61 ;
4183 unsigned int __cil_tmp62 ;
4184 unsigned int __cil_tmp63 ;
4185 unsigned int __cil_tmp64 ;
4186 unsigned long __cil_tmp65 ;
4187 unsigned long __cil_tmp66 ;
4188 unsigned long __cil_tmp67 ;
4189 unsigned long __cil_tmp68 ;
4190 unsigned long __cil_tmp69 ;
4191 unsigned long __cil_tmp70 ;
4192 unsigned long __cil_tmp71 ;
4193 unsigned long __cil_tmp72 ;
4194 unsigned long __cil_tmp73 ;
4195 unsigned long __cil_tmp74 ;
4196 int (*__cil_tmp75)(struct dvb_frontend * , int ) ;
4197 unsigned long __cil_tmp76 ;
4198 unsigned long __cil_tmp77 ;
4199 unsigned long __cil_tmp78 ;
4200 unsigned long __cil_tmp79 ;
4201 int (*__cil_tmp80)(struct dvb_frontend * , int ) ;
4202 unsigned long __cil_tmp81 ;
4203 unsigned long __cil_tmp82 ;
4204 unsigned long __cil_tmp83 ;
4205 unsigned long __cil_tmp84 ;
4206 int (*__cil_tmp85)(struct dvb_frontend * , int ) ;
4207 unsigned long __cil_tmp86 ;
4208 unsigned long __cil_tmp87 ;
4209 struct i2c_adapter *__cil_tmp88 ;
4210 int *__cil_tmp89 ;
4211 int __cil_tmp90 ;
4212 int (*__cil_tmp91)(struct dvb_frontend * , int ) ;
4213 unsigned long __cil_tmp92 ;
4214 unsigned long __cil_tmp93 ;
4215 unsigned long __cil_tmp94 ;
4216 unsigned long __cil_tmp95 ;
4217 int (*__cil_tmp96)(struct dvb_frontend * , int ) ;
4218 unsigned long __cil_tmp97 ;
4219 unsigned long __cil_tmp98 ;
4220 unsigned long __cil_tmp99 ;
4221 unsigned long __cil_tmp100 ;
4222 int (*__cil_tmp101)(struct dvb_frontend * , int ) ;
4223 unsigned long __cil_tmp102 ;
4224 unsigned long __cil_tmp103 ;
4225
4226 {
4227#line 91
4228 __cil_tmp11 = (unsigned long )fe;
4229#line 91
4230 __cil_tmp12 = __cil_tmp11 + 800;
4231#line 91
4232 p = (struct dtv_frontend_properties *)__cil_tmp12;
4233#line 92
4234 __cil_tmp13 = (unsigned long )fe;
4235#line 92
4236 __cil_tmp14 = __cil_tmp13 + 768;
4237#line 92
4238 __cil_tmp15 = *((void **)__cil_tmp14);
4239#line 92
4240 priv = (struct tda826x_priv *)__cil_tmp15;
4241#line 98
4242 __cil_tmp16 = & msg;
4243#line 98
4244 __cil_tmp17 = *((int *)priv);
4245#line 98
4246 *((__u16 *)__cil_tmp16) = (unsigned short )__cil_tmp17;
4247#line 98
4248 __cil_tmp18 = (unsigned long )(& msg) + 2;
4249#line 98
4250 *((__u16 *)__cil_tmp18) = (__u16 )0U;
4251#line 98
4252 __cil_tmp19 = (unsigned long )(& msg) + 4;
4253#line 98
4254 *((__u16 *)__cil_tmp19) = (__u16 )11U;
4255#line 98
4256 __cil_tmp20 = (unsigned long )(& msg) + 8;
4257#line 98
4258 *((__u8 **)__cil_tmp20) = (__u8 *)(& buf);
4259 {
4260#line 100
4261 __cil_tmp21 = & debug;
4262#line 100
4263 __cil_tmp22 = *__cil_tmp21;
4264#line 100
4265 if (__cil_tmp22 != 0) {
4266 {
4267#line 100
4268 printk("<7>tda826x: %s:\n", "tda826x_set_params");
4269 }
4270 } else {
4271
4272 }
4273 }
4274#line 102
4275 __cil_tmp23 = (unsigned long )p;
4276#line 102
4277 __cil_tmp24 = __cil_tmp23 + 4;
4278#line 102
4279 __cil_tmp25 = *((u32 *)__cil_tmp24);
4280#line 102
4281 __cil_tmp26 = __cil_tmp25 + 999U;
4282#line 102
4283 div = __cil_tmp26 / 1000U;
4284#line 106
4285 __cil_tmp27 = (unsigned long )p;
4286#line 106
4287 __cil_tmp28 = __cil_tmp27 + 44;
4288#line 106
4289 __cil_tmp29 = *((u32 *)__cil_tmp28);
4290#line 106
4291 ksyms = __cil_tmp29 / 1000U;
4292#line 107
4293 __cil_tmp30 = ksyms * 878U;
4294#line 107
4295 __cil_tmp31 = __cil_tmp30 + 6500000U;
4296#line 107
4297 __cil_tmp32 = __cil_tmp31 / 1000000U;
4298#line 107
4299 bandwidth = __cil_tmp32 + 1U;
4300#line 108
4301 if (bandwidth <= 4U) {
4302#line 109
4303 bandwidth = 5U;
4304 } else
4305#line 110
4306 if (bandwidth > 36U) {
4307#line 111
4308 bandwidth = 36U;
4309 } else {
4310
4311 }
4312#line 113
4313 __cil_tmp33 = 0 * 1UL;
4314#line 113
4315 __cil_tmp34 = (unsigned long )(buf) + __cil_tmp33;
4316#line 113
4317 *((u8 *)__cil_tmp34) = (u8 )0U;
4318#line 114
4319 __cil_tmp35 = 1 * 1UL;
4320#line 114
4321 __cil_tmp36 = (unsigned long )(buf) + __cil_tmp35;
4322#line 114
4323 *((u8 *)__cil_tmp36) = (u8 )9U;
4324 {
4325#line 115
4326 __cil_tmp37 = (unsigned char *)priv;
4327#line 115
4328 __cil_tmp38 = __cil_tmp37 + 16UL;
4329#line 115
4330 __cil_tmp39 = *__cil_tmp38;
4331#line 115
4332 __cil_tmp40 = (unsigned int )__cil_tmp39;
4333#line 115
4334 if (__cil_tmp40 == 0U) {
4335#line 116
4336 __cil_tmp41 = 1 * 1UL;
4337#line 116
4338 __cil_tmp42 = (unsigned long )(buf) + __cil_tmp41;
4339#line 116
4340 __cil_tmp43 = 1 * 1UL;
4341#line 116
4342 __cil_tmp44 = (unsigned long )(buf) + __cil_tmp43;
4343#line 116
4344 __cil_tmp45 = *((u8 *)__cil_tmp44);
4345#line 116
4346 __cil_tmp46 = (unsigned int )__cil_tmp45;
4347#line 116
4348 __cil_tmp47 = __cil_tmp46 | 32U;
4349#line 116
4350 *((u8 *)__cil_tmp42) = (u8 )__cil_tmp47;
4351 } else {
4352
4353 }
4354 }
4355#line 117
4356 __cil_tmp48 = 2 * 1UL;
4357#line 117
4358 __cil_tmp49 = (unsigned long )(buf) + __cil_tmp48;
4359#line 117
4360 *((u8 *)__cil_tmp49) = (u8 )43U;
4361#line 118
4362 __cil_tmp50 = 3 * 1UL;
4363#line 118
4364 __cil_tmp51 = (unsigned long )(buf) + __cil_tmp50;
4365#line 118
4366 __cil_tmp52 = div >> 7;
4367#line 118
4368 *((u8 *)__cil_tmp51) = (u8 )__cil_tmp52;
4369#line 119
4370 __cil_tmp53 = 4 * 1UL;
4371#line 119
4372 __cil_tmp54 = (unsigned long )(buf) + __cil_tmp53;
4373#line 119
4374 __cil_tmp55 = (u8 )div;
4375#line 119
4376 __cil_tmp56 = (int )__cil_tmp55;
4377#line 119
4378 __cil_tmp57 = __cil_tmp56 << 1U;
4379#line 119
4380 *((u8 *)__cil_tmp54) = (u8 )__cil_tmp57;
4381#line 120
4382 __cil_tmp58 = 5 * 1UL;
4383#line 120
4384 __cil_tmp59 = (unsigned long )(buf) + __cil_tmp58;
4385#line 120
4386 __cil_tmp60 = (u8 )bandwidth;
4387#line 120
4388 __cil_tmp61 = (unsigned int )__cil_tmp60;
4389#line 120
4390 __cil_tmp62 = __cil_tmp61 - 5U;
4391#line 120
4392 __cil_tmp63 = __cil_tmp62 << 3U;
4393#line 120
4394 __cil_tmp64 = __cil_tmp63 | 7U;
4395#line 120
4396 *((u8 *)__cil_tmp59) = (u8 )__cil_tmp64;
4397#line 121
4398 __cil_tmp65 = 6 * 1UL;
4399#line 121
4400 __cil_tmp66 = (unsigned long )(buf) + __cil_tmp65;
4401#line 121
4402 *((u8 *)__cil_tmp66) = (u8 )254U;
4403#line 122
4404 __cil_tmp67 = 7 * 1UL;
4405#line 122
4406 __cil_tmp68 = (unsigned long )(buf) + __cil_tmp67;
4407#line 122
4408 *((u8 *)__cil_tmp68) = (u8 )131U;
4409#line 123
4410 __cil_tmp69 = 8 * 1UL;
4411#line 123
4412 __cil_tmp70 = (unsigned long )(buf) + __cil_tmp69;
4413#line 123
4414 *((u8 *)__cil_tmp70) = (u8 )128U;
4415#line 124
4416 __cil_tmp71 = 9 * 1UL;
4417#line 124
4418 __cil_tmp72 = (unsigned long )(buf) + __cil_tmp71;
4419#line 124
4420 *((u8 *)__cil_tmp72) = (u8 )26U;
4421#line 125
4422 __cil_tmp73 = 10 * 1UL;
4423#line 125
4424 __cil_tmp74 = (unsigned long )(buf) + __cil_tmp73;
4425#line 125
4426 *((u8 *)__cil_tmp74) = (u8 )212U;
4427 {
4428#line 127
4429 __cil_tmp75 = (int (*)(struct dvb_frontend * , int ))0;
4430#line 127
4431 __cil_tmp76 = (unsigned long )__cil_tmp75;
4432#line 127
4433 __cil_tmp77 = 0 + 360;
4434#line 127
4435 __cil_tmp78 = (unsigned long )fe;
4436#line 127
4437 __cil_tmp79 = __cil_tmp78 + __cil_tmp77;
4438#line 127
4439 __cil_tmp80 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp79);
4440#line 127
4441 __cil_tmp81 = (unsigned long )__cil_tmp80;
4442#line 127
4443 if (__cil_tmp81 != __cil_tmp76) {
4444 {
4445#line 128
4446 __cil_tmp82 = 0 + 360;
4447#line 128
4448 __cil_tmp83 = (unsigned long )fe;
4449#line 128
4450 __cil_tmp84 = __cil_tmp83 + __cil_tmp82;
4451#line 128
4452 __cil_tmp85 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp84);
4453#line 128
4454 (*__cil_tmp85)(fe, 1);
4455 }
4456 } else {
4457
4458 }
4459 }
4460 {
4461#line 129
4462 __cil_tmp86 = (unsigned long )priv;
4463#line 129
4464 __cil_tmp87 = __cil_tmp86 + 8;
4465#line 129
4466 __cil_tmp88 = *((struct i2c_adapter **)__cil_tmp87);
4467#line 129
4468 ret = i2c_transfer(__cil_tmp88, & msg, 1);
4469 }
4470#line 129
4471 if (ret != 1) {
4472 {
4473#line 130
4474 __cil_tmp89 = & debug;
4475#line 130
4476 __cil_tmp90 = *__cil_tmp89;
4477#line 130
4478 if (__cil_tmp90 != 0) {
4479 {
4480#line 130
4481 printk("<7>tda826x: %s: i2c error\n", "tda826x_set_params");
4482 }
4483 } else {
4484
4485 }
4486 }
4487 } else {
4488
4489 }
4490 {
4491#line 132
4492 __cil_tmp91 = (int (*)(struct dvb_frontend * , int ))0;
4493#line 132
4494 __cil_tmp92 = (unsigned long )__cil_tmp91;
4495#line 132
4496 __cil_tmp93 = 0 + 360;
4497#line 132
4498 __cil_tmp94 = (unsigned long )fe;
4499#line 132
4500 __cil_tmp95 = __cil_tmp94 + __cil_tmp93;
4501#line 132
4502 __cil_tmp96 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp95);
4503#line 132
4504 __cil_tmp97 = (unsigned long )__cil_tmp96;
4505#line 132
4506 if (__cil_tmp97 != __cil_tmp92) {
4507 {
4508#line 133
4509 __cil_tmp98 = 0 + 360;
4510#line 133
4511 __cil_tmp99 = (unsigned long )fe;
4512#line 133
4513 __cil_tmp100 = __cil_tmp99 + __cil_tmp98;
4514#line 133
4515 __cil_tmp101 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp100);
4516#line 133
4517 (*__cil_tmp101)(fe, 0);
4518 }
4519 } else {
4520
4521 }
4522 }
4523#line 135
4524 __cil_tmp102 = (unsigned long )priv;
4525#line 135
4526 __cil_tmp103 = __cil_tmp102 + 20;
4527#line 135
4528 *((u32 *)__cil_tmp103) = div * 1000U;
4529#line 137
4530 if (ret != 1) {
4531#line 137
4532 tmp = ret;
4533 } else {
4534#line 137
4535 tmp = 0;
4536 }
4537#line 137
4538 return (tmp);
4539}
4540}
4541#line 140 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
4542static int tda826x_get_frequency(struct dvb_frontend *fe , u32 *frequency )
4543{ struct tda826x_priv *priv ;
4544 unsigned long __cil_tmp4 ;
4545 unsigned long __cil_tmp5 ;
4546 void *__cil_tmp6 ;
4547 unsigned long __cil_tmp7 ;
4548 unsigned long __cil_tmp8 ;
4549
4550 {
4551#line 142
4552 __cil_tmp4 = (unsigned long )fe;
4553#line 142
4554 __cil_tmp5 = __cil_tmp4 + 768;
4555#line 142
4556 __cil_tmp6 = *((void **)__cil_tmp5);
4557#line 142
4558 priv = (struct tda826x_priv *)__cil_tmp6;
4559#line 143
4560 __cil_tmp7 = (unsigned long )priv;
4561#line 143
4562 __cil_tmp8 = __cil_tmp7 + 20;
4563#line 143
4564 *frequency = *((u32 *)__cil_tmp8);
4565#line 144
4566 return (0);
4567}
4568}
4569#line 147 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
4570static struct dvb_tuner_ops tda826x_tuner_ops =
4571#line 147
4572 {{{(char )'P', (char )'h', (char )'i', (char )'l', (char )'i', (char )'p', (char )'s',
4573 (char )' ', (char )'T', (char )'D', (char )'A', (char )'8', (char )'2', (char )'6',
4574 (char )'X', (char )'\000'}, 950000U, 2175000U, 0U, 0U, 0U, 0U}, & tda826x_release,
4575 (int (*)(struct dvb_frontend * ))0, & tda826x_sleep, & tda826x_set_params, (int (*)(struct dvb_frontend * ,
4576 struct analog_parameters * ))0,
4577 (int (*)(struct dvb_frontend * , u8 * , int ))0, (int (*)(struct dvb_frontend * ,
4578 void * ))0, & tda826x_get_frequency,
4579 (int (*)(struct dvb_frontend * , u32 * ))0, (int (*)(struct dvb_frontend * , u32 * ))0,
4580 (int (*)(struct dvb_frontend * , u32 * ))0, (int (*)(struct dvb_frontend * , u16 * ))0,
4581 (int (*)(struct dvb_frontend * , u32 ))0, (int (*)(struct dvb_frontend * , u32 ))0,
4582 (int (*)(struct dvb_frontend * , enum tuner_param , struct tuner_state * ))0,
4583 (int (*)(struct dvb_frontend * , enum tuner_param , struct tuner_state * ))0};
4584#line 159 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
4585struct dvb_frontend *tda826x_attach(struct dvb_frontend *fe , int addr , struct i2c_adapter *i2c ,
4586 int has_loopthrough )
4587{ struct tda826x_priv *priv ;
4588 u8 b1[2U] ;
4589 struct i2c_msg msg[2U] ;
4590 int ret ;
4591 void *tmp ;
4592 size_t __len ;
4593 void *__ret ;
4594 unsigned long __cil_tmp12 ;
4595 unsigned long __cil_tmp13 ;
4596 unsigned long __cil_tmp14 ;
4597 unsigned long __cil_tmp15 ;
4598 unsigned long __cil_tmp16 ;
4599 unsigned long __cil_tmp17 ;
4600 unsigned long __cil_tmp18 ;
4601 unsigned long __cil_tmp19 ;
4602 unsigned long __cil_tmp20 ;
4603 unsigned long __cil_tmp21 ;
4604 unsigned long __cil_tmp22 ;
4605 unsigned long __cil_tmp23 ;
4606 unsigned long __cil_tmp24 ;
4607 unsigned long __cil_tmp25 ;
4608 unsigned long __cil_tmp26 ;
4609 unsigned long __cil_tmp27 ;
4610 unsigned long __cil_tmp28 ;
4611 unsigned long __cil_tmp29 ;
4612 unsigned long __cil_tmp30 ;
4613 unsigned long __cil_tmp31 ;
4614 unsigned long __cil_tmp32 ;
4615 unsigned long __cil_tmp33 ;
4616 unsigned long __cil_tmp34 ;
4617 unsigned long __cil_tmp35 ;
4618 unsigned long __cil_tmp36 ;
4619 unsigned long __cil_tmp37 ;
4620 int *__cil_tmp38 ;
4621 int __cil_tmp39 ;
4622 int (*__cil_tmp40)(struct dvb_frontend * , int ) ;
4623 unsigned long __cil_tmp41 ;
4624 unsigned long __cil_tmp42 ;
4625 unsigned long __cil_tmp43 ;
4626 unsigned long __cil_tmp44 ;
4627 int (*__cil_tmp45)(struct dvb_frontend * , int ) ;
4628 unsigned long __cil_tmp46 ;
4629 unsigned long __cil_tmp47 ;
4630 unsigned long __cil_tmp48 ;
4631 unsigned long __cil_tmp49 ;
4632 int (*__cil_tmp50)(struct dvb_frontend * , int ) ;
4633 struct i2c_msg *__cil_tmp51 ;
4634 int (*__cil_tmp52)(struct dvb_frontend * , int ) ;
4635 unsigned long __cil_tmp53 ;
4636 unsigned long __cil_tmp54 ;
4637 unsigned long __cil_tmp55 ;
4638 unsigned long __cil_tmp56 ;
4639 int (*__cil_tmp57)(struct dvb_frontend * , int ) ;
4640 unsigned long __cil_tmp58 ;
4641 unsigned long __cil_tmp59 ;
4642 unsigned long __cil_tmp60 ;
4643 unsigned long __cil_tmp61 ;
4644 int (*__cil_tmp62)(struct dvb_frontend * , int ) ;
4645 unsigned long __cil_tmp63 ;
4646 unsigned long __cil_tmp64 ;
4647 u8 __cil_tmp65 ;
4648 signed char __cil_tmp66 ;
4649 int __cil_tmp67 ;
4650 struct tda826x_priv *__cil_tmp68 ;
4651 unsigned long __cil_tmp69 ;
4652 unsigned long __cil_tmp70 ;
4653 unsigned long __cil_tmp71 ;
4654 unsigned long __cil_tmp72 ;
4655 unsigned long __cil_tmp73 ;
4656 unsigned long __cil_tmp74 ;
4657 unsigned long __cil_tmp75 ;
4658 unsigned long __cil_tmp76 ;
4659 unsigned long __cil_tmp77 ;
4660 struct dvb_tuner_ops *__cil_tmp78 ;
4661 void *__cil_tmp79 ;
4662 void const *__cil_tmp80 ;
4663 unsigned long __cil_tmp81 ;
4664 unsigned long __cil_tmp82 ;
4665 unsigned long __cil_tmp83 ;
4666 struct dvb_tuner_ops *__cil_tmp84 ;
4667 void *__cil_tmp85 ;
4668 void const *__cil_tmp86 ;
4669 unsigned long __cil_tmp87 ;
4670 unsigned long __cil_tmp88 ;
4671
4672 {
4673#line 161
4674 priv = (struct tda826x_priv *)0;
4675#line 162
4676 __cil_tmp12 = 0 * 1UL;
4677#line 162
4678 __cil_tmp13 = (unsigned long )(b1) + __cil_tmp12;
4679#line 162
4680 *((u8 *)__cil_tmp13) = (u8 )0U;
4681#line 162
4682 __cil_tmp14 = 1 * 1UL;
4683#line 162
4684 __cil_tmp15 = (unsigned long )(b1) + __cil_tmp14;
4685#line 162
4686 *((u8 *)__cil_tmp15) = (u8 )0U;
4687#line 163
4688 __cil_tmp16 = 0 * 16UL;
4689#line 163
4690 __cil_tmp17 = (unsigned long )(msg) + __cil_tmp16;
4691#line 163
4692 *((__u16 *)__cil_tmp17) = (unsigned short )addr;
4693#line 163
4694 __cil_tmp18 = 0 * 16UL;
4695#line 163
4696 __cil_tmp19 = __cil_tmp18 + 2;
4697#line 163
4698 __cil_tmp20 = (unsigned long )(msg) + __cil_tmp19;
4699#line 163
4700 *((__u16 *)__cil_tmp20) = (__u16 )0U;
4701#line 163
4702 __cil_tmp21 = 0 * 16UL;
4703#line 163
4704 __cil_tmp22 = __cil_tmp21 + 4;
4705#line 163
4706 __cil_tmp23 = (unsigned long )(msg) + __cil_tmp22;
4707#line 163
4708 *((__u16 *)__cil_tmp23) = (__u16 )0U;
4709#line 163
4710 __cil_tmp24 = 0 * 16UL;
4711#line 163
4712 __cil_tmp25 = __cil_tmp24 + 8;
4713#line 163
4714 __cil_tmp26 = (unsigned long )(msg) + __cil_tmp25;
4715#line 163
4716 *((__u8 **)__cil_tmp26) = (__u8 *)0;
4717#line 163
4718 __cil_tmp27 = 1 * 16UL;
4719#line 163
4720 __cil_tmp28 = (unsigned long )(msg) + __cil_tmp27;
4721#line 163
4722 *((__u16 *)__cil_tmp28) = (unsigned short )addr;
4723#line 163
4724 __cil_tmp29 = 1 * 16UL;
4725#line 163
4726 __cil_tmp30 = __cil_tmp29 + 2;
4727#line 163
4728 __cil_tmp31 = (unsigned long )(msg) + __cil_tmp30;
4729#line 163
4730 *((__u16 *)__cil_tmp31) = (__u16 )1U;
4731#line 163
4732 __cil_tmp32 = 1 * 16UL;
4733#line 163
4734 __cil_tmp33 = __cil_tmp32 + 4;
4735#line 163
4736 __cil_tmp34 = (unsigned long )(msg) + __cil_tmp33;
4737#line 163
4738 *((__u16 *)__cil_tmp34) = (__u16 )2U;
4739#line 163
4740 __cil_tmp35 = 1 * 16UL;
4741#line 163
4742 __cil_tmp36 = __cil_tmp35 + 8;
4743#line 163
4744 __cil_tmp37 = (unsigned long )(msg) + __cil_tmp36;
4745#line 163
4746 *((__u8 **)__cil_tmp37) = (__u8 *)(& b1);
4747 {
4748#line 169
4749 __cil_tmp38 = & debug;
4750#line 169
4751 __cil_tmp39 = *__cil_tmp38;
4752#line 169
4753 if (__cil_tmp39 != 0) {
4754 {
4755#line 169
4756 printk("<7>tda826x: %s:\n", "tda826x_attach");
4757 }
4758 } else {
4759
4760 }
4761 }
4762 {
4763#line 171
4764 __cil_tmp40 = (int (*)(struct dvb_frontend * , int ))0;
4765#line 171
4766 __cil_tmp41 = (unsigned long )__cil_tmp40;
4767#line 171
4768 __cil_tmp42 = 0 + 360;
4769#line 171
4770 __cil_tmp43 = (unsigned long )fe;
4771#line 171
4772 __cil_tmp44 = __cil_tmp43 + __cil_tmp42;
4773#line 171
4774 __cil_tmp45 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp44);
4775#line 171
4776 __cil_tmp46 = (unsigned long )__cil_tmp45;
4777#line 171
4778 if (__cil_tmp46 != __cil_tmp41) {
4779 {
4780#line 172
4781 __cil_tmp47 = 0 + 360;
4782#line 172
4783 __cil_tmp48 = (unsigned long )fe;
4784#line 172
4785 __cil_tmp49 = __cil_tmp48 + __cil_tmp47;
4786#line 172
4787 __cil_tmp50 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp49);
4788#line 172
4789 (*__cil_tmp50)(fe, 1);
4790 }
4791 } else {
4792
4793 }
4794 }
4795 {
4796#line 173
4797 __cil_tmp51 = (struct i2c_msg *)(& msg);
4798#line 173
4799 ret = i2c_transfer(i2c, __cil_tmp51, 2);
4800 }
4801 {
4802#line 174
4803 __cil_tmp52 = (int (*)(struct dvb_frontend * , int ))0;
4804#line 174
4805 __cil_tmp53 = (unsigned long )__cil_tmp52;
4806#line 174
4807 __cil_tmp54 = 0 + 360;
4808#line 174
4809 __cil_tmp55 = (unsigned long )fe;
4810#line 174
4811 __cil_tmp56 = __cil_tmp55 + __cil_tmp54;
4812#line 174
4813 __cil_tmp57 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp56);
4814#line 174
4815 __cil_tmp58 = (unsigned long )__cil_tmp57;
4816#line 174
4817 if (__cil_tmp58 != __cil_tmp53) {
4818 {
4819#line 175
4820 __cil_tmp59 = 0 + 360;
4821#line 175
4822 __cil_tmp60 = (unsigned long )fe;
4823#line 175
4824 __cil_tmp61 = __cil_tmp60 + __cil_tmp59;
4825#line 175
4826 __cil_tmp62 = *((int (**)(struct dvb_frontend * , int ))__cil_tmp61);
4827#line 175
4828 (*__cil_tmp62)(fe, 0);
4829 }
4830 } else {
4831
4832 }
4833 }
4834#line 177
4835 if (ret != 2) {
4836#line 178
4837 return ((struct dvb_frontend *)0);
4838 } else {
4839
4840 }
4841 {
4842#line 179
4843 __cil_tmp63 = 1 * 1UL;
4844#line 179
4845 __cil_tmp64 = (unsigned long )(b1) + __cil_tmp63;
4846#line 179
4847 __cil_tmp65 = *((u8 *)__cil_tmp64);
4848#line 179
4849 __cil_tmp66 = (signed char )__cil_tmp65;
4850#line 179
4851 __cil_tmp67 = (int )__cil_tmp66;
4852#line 179
4853 if (__cil_tmp67 >= 0) {
4854#line 180
4855 return ((struct dvb_frontend *)0);
4856 } else {
4857
4858 }
4859 }
4860 {
4861#line 182
4862 tmp = kzalloc(24UL, 208U);
4863#line 182
4864 priv = (struct tda826x_priv *)tmp;
4865 }
4866 {
4867#line 183
4868 __cil_tmp68 = (struct tda826x_priv *)0;
4869#line 183
4870 __cil_tmp69 = (unsigned long )__cil_tmp68;
4871#line 183
4872 __cil_tmp70 = (unsigned long )priv;
4873#line 183
4874 if (__cil_tmp70 == __cil_tmp69) {
4875#line 184
4876 return ((struct dvb_frontend *)0);
4877 } else {
4878
4879 }
4880 }
4881#line 186
4882 *((int *)priv) = addr;
4883#line 187
4884 __cil_tmp71 = (unsigned long )priv;
4885#line 187
4886 __cil_tmp72 = __cil_tmp71 + 8;
4887#line 187
4888 *((struct i2c_adapter **)__cil_tmp72) = i2c;
4889#line 188
4890 __cil_tmp73 = (unsigned long )priv;
4891#line 188
4892 __cil_tmp74 = __cil_tmp73 + 16;
4893#line 188
4894 *((unsigned char *)__cil_tmp74) = (unsigned char )has_loopthrough;
4895#line 190
4896 __len = 280UL;
4897#line 190
4898 if (__len > 63UL) {
4899 {
4900#line 190
4901 __cil_tmp75 = 0 + 384;
4902#line 190
4903 __cil_tmp76 = (unsigned long )fe;
4904#line 190
4905 __cil_tmp77 = __cil_tmp76 + __cil_tmp75;
4906#line 190
4907 __cil_tmp78 = (struct dvb_tuner_ops *)__cil_tmp77;
4908#line 190
4909 __cil_tmp79 = (void *)__cil_tmp78;
4910#line 190
4911 __cil_tmp80 = (void const *)(& tda826x_tuner_ops);
4912#line 190
4913 __ret = __memcpy(__cil_tmp79, __cil_tmp80, __len);
4914 }
4915 } else {
4916 {
4917#line 190
4918 __cil_tmp81 = 0 + 384;
4919#line 190
4920 __cil_tmp82 = (unsigned long )fe;
4921#line 190
4922 __cil_tmp83 = __cil_tmp82 + __cil_tmp81;
4923#line 190
4924 __cil_tmp84 = (struct dvb_tuner_ops *)__cil_tmp83;
4925#line 190
4926 __cil_tmp85 = (void *)__cil_tmp84;
4927#line 190
4928 __cil_tmp86 = (void const *)(& tda826x_tuner_ops);
4929#line 190
4930 __ret = __builtin_memcpy(__cil_tmp85, __cil_tmp86, __len);
4931 }
4932 }
4933#line 192
4934 __cil_tmp87 = (unsigned long )fe;
4935#line 192
4936 __cil_tmp88 = __cil_tmp87 + 768;
4937#line 192
4938 *((void **)__cil_tmp88) = (void *)priv;
4939#line 194
4940 return (fe);
4941}
4942}
4943#line 221
4944extern void ldv_check_final_state(void) ;
4945#line 227
4946extern void ldv_initialize(void) ;
4947#line 230
4948extern int __VERIFIER_nondet_int(void) ;
4949#line 233 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
4950int LDV_IN_INTERRUPT ;
4951#line 236 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
4952void main(void)
4953{ struct dvb_frontend *var_group1 ;
4954 u32 *var_tda826x_get_frequency_3_p1 ;
4955 int ldv_s_tda826x_tuner_ops_dvb_tuner_ops ;
4956 int tmp ;
4957 int tmp___0 ;
4958
4959 {
4960 {
4961#line 292
4962 ldv_s_tda826x_tuner_ops_dvb_tuner_ops = 0;
4963#line 282
4964 LDV_IN_INTERRUPT = 1;
4965#line 291
4966 ldv_initialize();
4967 }
4968#line 296
4969 goto ldv_22832;
4970 ldv_22831:
4971 {
4972#line 300
4973 tmp = __VERIFIER_nondet_int();
4974 }
4975#line 302
4976 if (tmp == 0) {
4977#line 302
4978 goto case_0;
4979 } else
4980#line 323
4981 if (tmp == 1) {
4982#line 323
4983 goto case_1;
4984 } else
4985#line 344
4986 if (tmp == 2) {
4987#line 344
4988 goto case_2;
4989 } else
4990#line 365
4991 if (tmp == 3) {
4992#line 365
4993 goto case_3;
4994 } else {
4995 {
4996#line 386
4997 goto switch_default;
4998#line 300
4999 if (0) {
5000 case_0: ;
5001#line 305
5002 if (ldv_s_tda826x_tuner_ops_dvb_tuner_ops == 0) {
5003 {
5004#line 315
5005 tda826x_release(var_group1);
5006#line 316
5007 ldv_s_tda826x_tuner_ops_dvb_tuner_ops = 0;
5008 }
5009 } else {
5010
5011 }
5012#line 322
5013 goto ldv_22826;
5014 case_1:
5015 {
5016#line 336
5017 tda826x_sleep(var_group1);
5018 }
5019#line 343
5020 goto ldv_22826;
5021 case_2:
5022 {
5023#line 357
5024 tda826x_set_params(var_group1);
5025 }
5026#line 364
5027 goto ldv_22826;
5028 case_3:
5029 {
5030#line 378
5031 tda826x_get_frequency(var_group1, var_tda826x_get_frequency_3_p1);
5032 }
5033#line 385
5034 goto ldv_22826;
5035 switch_default: ;
5036#line 386
5037 goto ldv_22826;
5038 } else {
5039 switch_break: ;
5040 }
5041 }
5042 }
5043 ldv_22826: ;
5044 ldv_22832:
5045 {
5046#line 296
5047 tmp___0 = __VERIFIER_nondet_int();
5048 }
5049#line 296
5050 if (tmp___0 != 0) {
5051#line 298
5052 goto ldv_22831;
5053 } else
5054#line 296
5055 if (ldv_s_tda826x_tuner_ops_dvb_tuner_ops != 0) {
5056#line 298
5057 goto ldv_22831;
5058 } else {
5059#line 300
5060 goto ldv_22833;
5061 }
5062 ldv_22833: ;
5063
5064 {
5065#line 395
5066 ldv_check_final_state();
5067 }
5068#line 398
5069 return;
5070}
5071}
5072#line 5 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast-assert.h"
5073void ldv_blast_assert(void)
5074{
5075
5076 {
5077 ERROR: ;
5078#line 6
5079 goto ERROR;
5080}
5081}
5082#line 6 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast.h"
5083extern int __VERIFIER_nondet_int(void) ;
5084#line 419 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
5085int ldv_spin = 0;
5086#line 423 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
5087void ldv_check_alloc_flags(gfp_t flags )
5088{
5089
5090 {
5091#line 426
5092 if (ldv_spin != 0) {
5093#line 426
5094 if (flags != 32U) {
5095 {
5096#line 426
5097 ldv_blast_assert();
5098 }
5099 } else {
5100
5101 }
5102 } else {
5103
5104 }
5105#line 429
5106 return;
5107}
5108}
5109#line 429
5110extern struct page *ldv_some_page(void) ;
5111#line 432 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
5112struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags )
5113{ struct page *tmp ;
5114
5115 {
5116#line 435
5117 if (ldv_spin != 0) {
5118#line 435
5119 if (flags != 32U) {
5120 {
5121#line 435
5122 ldv_blast_assert();
5123 }
5124 } else {
5125
5126 }
5127 } else {
5128
5129 }
5130 {
5131#line 437
5132 tmp = ldv_some_page();
5133 }
5134#line 437
5135 return (tmp);
5136}
5137}
5138#line 441 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
5139void ldv_check_alloc_nonatomic(void)
5140{
5141
5142 {
5143#line 444
5144 if (ldv_spin != 0) {
5145 {
5146#line 444
5147 ldv_blast_assert();
5148 }
5149 } else {
5150
5151 }
5152#line 447
5153 return;
5154}
5155}
5156#line 448 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
5157void ldv_spin_lock(void)
5158{
5159
5160 {
5161#line 451
5162 ldv_spin = 1;
5163#line 452
5164 return;
5165}
5166}
5167#line 455 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
5168void ldv_spin_unlock(void)
5169{
5170
5171 {
5172#line 458
5173 ldv_spin = 0;
5174#line 459
5175 return;
5176}
5177}
5178#line 462 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
5179int ldv_spin_trylock(void)
5180{ int is_lock ;
5181
5182 {
5183 {
5184#line 467
5185 is_lock = __VERIFIER_nondet_int();
5186 }
5187#line 469
5188 if (is_lock != 0) {
5189#line 472
5190 return (0);
5191 } else {
5192#line 477
5193 ldv_spin = 1;
5194#line 479
5195 return (1);
5196 }
5197}
5198}
5199#line 646 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
5200void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 )
5201{
5202
5203 {
5204 {
5205#line 652
5206 ldv_check_alloc_flags(ldv_func_arg2);
5207#line 654
5208 kmem_cache_alloc(ldv_func_arg1, ldv_func_arg2);
5209 }
5210#line 655
5211 return ((void *)0);
5212}
5213}
5214#line 657 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/8478/dscv_tempdir/dscv/ri/43_1a/drivers/media/dvb/frontends/tda826x.c.p"
5215__inline static void *kzalloc(size_t size , gfp_t flags )
5216{ void *tmp ;
5217
5218 {
5219 {
5220#line 663
5221 ldv_check_alloc_flags(flags);
5222#line 664
5223 tmp = __VERIFIER_nondet_pointer();
5224 }
5225#line 664
5226 return (tmp);
5227}
5228}