Showing error 1063

User: Jiri Slaby
Error type: Reachable Error Location
Error type description: A specified error location is reachable in some program path
File location: ldv-linux-3.4/43_1a_cilled_safe_ok_nondet_linux-43_1a-drivers--media--video--gspca--gspca_stv0680.ko-ldv_main0_sequence_infinite_withcheck_stateful.cil.out.c
Line in file: 5930
Project: SV-COMP 2013
Project version: 2.6.28
Tools: Manual Work
Entered: 2013-01-17 16:57:54 UTC


Source:

   1/* Generated by CIL v. 1.3.7 */
   2/* print_CIL_Input is true */
   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 44 "include/asm-generic/posix_types.h"
  41typedef __kernel_long_t __kernel_suseconds_t;
  42#line 52 "include/asm-generic/posix_types.h"
  43typedef unsigned int __kernel_uid32_t;
  44#line 53 "include/asm-generic/posix_types.h"
  45typedef unsigned int __kernel_gid32_t;
  46#line 75 "include/asm-generic/posix_types.h"
  47typedef __kernel_ulong_t __kernel_size_t;
  48#line 76 "include/asm-generic/posix_types.h"
  49typedef __kernel_long_t __kernel_ssize_t;
  50#line 91 "include/asm-generic/posix_types.h"
  51typedef long long __kernel_loff_t;
  52#line 92 "include/asm-generic/posix_types.h"
  53typedef __kernel_long_t __kernel_time_t;
  54#line 93 "include/asm-generic/posix_types.h"
  55typedef __kernel_long_t __kernel_clock_t;
  56#line 94 "include/asm-generic/posix_types.h"
  57typedef int __kernel_timer_t;
  58#line 95 "include/asm-generic/posix_types.h"
  59typedef int __kernel_clockid_t;
  60#line 21 "include/linux/types.h"
  61typedef __u32 __kernel_dev_t;
  62#line 24 "include/linux/types.h"
  63typedef __kernel_dev_t dev_t;
  64#line 27 "include/linux/types.h"
  65typedef unsigned short umode_t;
  66#line 30 "include/linux/types.h"
  67typedef __kernel_pid_t pid_t;
  68#line 35 "include/linux/types.h"
  69typedef __kernel_clockid_t clockid_t;
  70#line 38 "include/linux/types.h"
  71typedef _Bool bool;
  72#line 40 "include/linux/types.h"
  73typedef __kernel_uid32_t uid_t;
  74#line 41 "include/linux/types.h"
  75typedef __kernel_gid32_t gid_t;
  76#line 54 "include/linux/types.h"
  77typedef __kernel_loff_t loff_t;
  78#line 63 "include/linux/types.h"
  79typedef __kernel_size_t size_t;
  80#line 68 "include/linux/types.h"
  81typedef __kernel_ssize_t ssize_t;
  82#line 78 "include/linux/types.h"
  83typedef __kernel_time_t time_t;
  84#line 111 "include/linux/types.h"
  85typedef __s32 int32_t;
  86#line 117 "include/linux/types.h"
  87typedef __u32 uint32_t;
  88#line 142 "include/linux/types.h"
  89typedef unsigned long sector_t;
  90#line 143 "include/linux/types.h"
  91typedef unsigned long blkcnt_t;
  92#line 155 "include/linux/types.h"
  93typedef u64 dma_addr_t;
  94#line 178 "include/linux/types.h"
  95typedef __u16 __le16;
  96#line 180 "include/linux/types.h"
  97typedef __u32 __le32;
  98#line 202 "include/linux/types.h"
  99typedef unsigned int gfp_t;
 100#line 203 "include/linux/types.h"
 101typedef unsigned int fmode_t;
 102#line 221 "include/linux/types.h"
 103struct __anonstruct_atomic_t_6 {
 104   int counter ;
 105};
 106#line 221 "include/linux/types.h"
 107typedef struct __anonstruct_atomic_t_6 atomic_t;
 108#line 226 "include/linux/types.h"
 109struct __anonstruct_atomic64_t_7 {
 110   long counter ;
 111};
 112#line 226 "include/linux/types.h"
 113typedef struct __anonstruct_atomic64_t_7 atomic64_t;
 114#line 227 "include/linux/types.h"
 115struct list_head {
 116   struct list_head *next ;
 117   struct list_head *prev ;
 118};
 119#line 232
 120struct hlist_node;
 121#line 232 "include/linux/types.h"
 122struct hlist_head {
 123   struct hlist_node *first ;
 124};
 125#line 236 "include/linux/types.h"
 126struct hlist_node {
 127   struct hlist_node *next ;
 128   struct hlist_node **pprev ;
 129};
 130#line 247 "include/linux/types.h"
 131struct rcu_head {
 132   struct rcu_head *next ;
 133   void (*func)(struct rcu_head * ) ;
 134};
 135#line 55 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/alternative.h"
 136struct module;
 137#line 55
 138struct module;
 139#line 146 "include/linux/init.h"
 140typedef void (*ctor_fn_t)(void);
 141#line 46 "include/linux/dynamic_debug.h"
 142struct device;
 143#line 46
 144struct device;
 145#line 57
 146struct completion;
 147#line 57
 148struct completion;
 149#line 58
 150struct pt_regs;
 151#line 58
 152struct pt_regs;
 153#line 348 "include/linux/kernel.h"
 154struct pid;
 155#line 348
 156struct pid;
 157#line 112 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/stat.h"
 158struct timespec;
 159#line 112
 160struct timespec;
 161#line 58 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/page_types.h"
 162struct page;
 163#line 58
 164struct page;
 165#line 26 "include/asm-generic/getorder.h"
 166struct task_struct;
 167#line 26
 168struct task_struct;
 169#line 28
 170struct mm_struct;
 171#line 28
 172struct mm_struct;
 173#line 268 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/segment.h"
 174struct pt_regs {
 175   unsigned long r15 ;
 176   unsigned long r14 ;
 177   unsigned long r13 ;
 178   unsigned long r12 ;
 179   unsigned long bp ;
 180   unsigned long bx ;
 181   unsigned long r11 ;
 182   unsigned long r10 ;
 183   unsigned long r9 ;
 184   unsigned long r8 ;
 185   unsigned long ax ;
 186   unsigned long cx ;
 187   unsigned long dx ;
 188   unsigned long si ;
 189   unsigned long di ;
 190   unsigned long orig_ax ;
 191   unsigned long ip ;
 192   unsigned long cs ;
 193   unsigned long flags ;
 194   unsigned long sp ;
 195   unsigned long ss ;
 196};
 197#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 198struct __anonstruct_ldv_2180_13 {
 199   unsigned int a ;
 200   unsigned int b ;
 201};
 202#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 203struct __anonstruct_ldv_2195_14 {
 204   u16 limit0 ;
 205   u16 base0 ;
 206   unsigned char base1 ;
 207   unsigned char type : 4 ;
 208   unsigned char s : 1 ;
 209   unsigned char dpl : 2 ;
 210   unsigned char p : 1 ;
 211   unsigned char limit : 4 ;
 212   unsigned char avl : 1 ;
 213   unsigned char l : 1 ;
 214   unsigned char d : 1 ;
 215   unsigned char g : 1 ;
 216   unsigned char base2 ;
 217};
 218#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 219union __anonunion_ldv_2196_12 {
 220   struct __anonstruct_ldv_2180_13 ldv_2180 ;
 221   struct __anonstruct_ldv_2195_14 ldv_2195 ;
 222};
 223#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 224struct desc_struct {
 225   union __anonunion_ldv_2196_12 ldv_2196 ;
 226};
 227#line 13 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 228typedef unsigned long pgdval_t;
 229#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 230typedef unsigned long pgprotval_t;
 231#line 18 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 232struct pgprot {
 233   pgprotval_t pgprot ;
 234};
 235#line 192 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 236typedef struct pgprot pgprot_t;
 237#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 238struct __anonstruct_pgd_t_16 {
 239   pgdval_t pgd ;
 240};
 241#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 242typedef struct __anonstruct_pgd_t_16 pgd_t;
 243#line 282 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 244typedef struct page *pgtable_t;
 245#line 290
 246struct file;
 247#line 290
 248struct file;
 249#line 305
 250struct seq_file;
 251#line 305
 252struct seq_file;
 253#line 337
 254struct thread_struct;
 255#line 337
 256struct thread_struct;
 257#line 339
 258struct cpumask;
 259#line 339
 260struct cpumask;
 261#line 327 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt_types.h"
 262struct arch_spinlock;
 263#line 327
 264struct arch_spinlock;
 265#line 300 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 266struct kernel_vm86_regs {
 267   struct pt_regs pt ;
 268   unsigned short es ;
 269   unsigned short __esh ;
 270   unsigned short ds ;
 271   unsigned short __dsh ;
 272   unsigned short fs ;
 273   unsigned short __fsh ;
 274   unsigned short gs ;
 275   unsigned short __gsh ;
 276};
 277#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
 278union __anonunion_ldv_2824_19 {
 279   struct pt_regs *regs ;
 280   struct kernel_vm86_regs *vm86 ;
 281};
 282#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
 283struct math_emu_info {
 284   long ___orig_eip ;
 285   union __anonunion_ldv_2824_19 ldv_2824 ;
 286};
 287#line 306 "include/linux/bitmap.h"
 288struct bug_entry {
 289   int bug_addr_disp ;
 290   int file_disp ;
 291   unsigned short line ;
 292   unsigned short flags ;
 293};
 294#line 89 "include/linux/bug.h"
 295struct cpumask {
 296   unsigned long bits[64U] ;
 297};
 298#line 14 "include/linux/cpumask.h"
 299typedef struct cpumask cpumask_t;
 300#line 637 "include/linux/cpumask.h"
 301typedef struct cpumask *cpumask_var_t;
 302#line 234 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt.h"
 303struct static_key;
 304#line 234
 305struct static_key;
 306#line 287 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 307struct i387_fsave_struct {
 308   u32 cwd ;
 309   u32 swd ;
 310   u32 twd ;
 311   u32 fip ;
 312   u32 fcs ;
 313   u32 foo ;
 314   u32 fos ;
 315   u32 st_space[20U] ;
 316   u32 status ;
 317};
 318#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 319struct __anonstruct_ldv_5180_24 {
 320   u64 rip ;
 321   u64 rdp ;
 322};
 323#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 324struct __anonstruct_ldv_5186_25 {
 325   u32 fip ;
 326   u32 fcs ;
 327   u32 foo ;
 328   u32 fos ;
 329};
 330#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 331union __anonunion_ldv_5187_23 {
 332   struct __anonstruct_ldv_5180_24 ldv_5180 ;
 333   struct __anonstruct_ldv_5186_25 ldv_5186 ;
 334};
 335#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 336union __anonunion_ldv_5196_26 {
 337   u32 padding1[12U] ;
 338   u32 sw_reserved[12U] ;
 339};
 340#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 341struct i387_fxsave_struct {
 342   u16 cwd ;
 343   u16 swd ;
 344   u16 twd ;
 345   u16 fop ;
 346   union __anonunion_ldv_5187_23 ldv_5187 ;
 347   u32 mxcsr ;
 348   u32 mxcsr_mask ;
 349   u32 st_space[32U] ;
 350   u32 xmm_space[64U] ;
 351   u32 padding[12U] ;
 352   union __anonunion_ldv_5196_26 ldv_5196 ;
 353};
 354#line 339 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 355struct i387_soft_struct {
 356   u32 cwd ;
 357   u32 swd ;
 358   u32 twd ;
 359   u32 fip ;
 360   u32 fcs ;
 361   u32 foo ;
 362   u32 fos ;
 363   u32 st_space[20U] ;
 364   u8 ftop ;
 365   u8 changed ;
 366   u8 lookahead ;
 367   u8 no_update ;
 368   u8 rm ;
 369   u8 alimit ;
 370   struct math_emu_info *info ;
 371   u32 entry_eip ;
 372};
 373#line 360 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 374struct ymmh_struct {
 375   u32 ymmh_space[64U] ;
 376};
 377#line 365 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 378struct xsave_hdr_struct {
 379   u64 xstate_bv ;
 380   u64 reserved1[2U] ;
 381   u64 reserved2[5U] ;
 382};
 383#line 371 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 384struct xsave_struct {
 385   struct i387_fxsave_struct i387 ;
 386   struct xsave_hdr_struct xsave_hdr ;
 387   struct ymmh_struct ymmh ;
 388};
 389#line 377 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 390union thread_xstate {
 391   struct i387_fsave_struct fsave ;
 392   struct i387_fxsave_struct fxsave ;
 393   struct i387_soft_struct soft ;
 394   struct xsave_struct xsave ;
 395};
 396#line 385 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 397struct fpu {
 398   unsigned int last_cpu ;
 399   unsigned int has_fpu ;
 400   union thread_xstate *state ;
 401};
 402#line 433
 403struct kmem_cache;
 404#line 434
 405struct perf_event;
 406#line 434
 407struct perf_event;
 408#line 435 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 409struct thread_struct {
 410   struct desc_struct tls_array[3U] ;
 411   unsigned long sp0 ;
 412   unsigned long sp ;
 413   unsigned long usersp ;
 414   unsigned short es ;
 415   unsigned short ds ;
 416   unsigned short fsindex ;
 417   unsigned short gsindex ;
 418   unsigned long fs ;
 419   unsigned long gs ;
 420   struct perf_event *ptrace_bps[4U] ;
 421   unsigned long debugreg6 ;
 422   unsigned long ptrace_dr7 ;
 423   unsigned long cr2 ;
 424   unsigned long trap_nr ;
 425   unsigned long error_code ;
 426   struct fpu fpu ;
 427   unsigned long *io_bitmap_ptr ;
 428   unsigned long iopl ;
 429   unsigned int io_bitmap_max ;
 430};
 431#line 23 "include/asm-generic/atomic-long.h"
 432typedef atomic64_t atomic_long_t;
 433#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 434typedef u16 __ticket_t;
 435#line 15 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 436typedef u32 __ticketpair_t;
 437#line 16 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 438struct __raw_tickets {
 439   __ticket_t head ;
 440   __ticket_t tail ;
 441};
 442#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 443union __anonunion_ldv_5907_29 {
 444   __ticketpair_t head_tail ;
 445   struct __raw_tickets tickets ;
 446};
 447#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 448struct arch_spinlock {
 449   union __anonunion_ldv_5907_29 ldv_5907 ;
 450};
 451#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 452typedef struct arch_spinlock arch_spinlock_t;
 453#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 454struct __anonstruct_ldv_5914_31 {
 455   u32 read ;
 456   s32 write ;
 457};
 458#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 459union __anonunion_arch_rwlock_t_30 {
 460   s64 lock ;
 461   struct __anonstruct_ldv_5914_31 ldv_5914 ;
 462};
 463#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 464typedef union __anonunion_arch_rwlock_t_30 arch_rwlock_t;
 465#line 34
 466struct lockdep_map;
 467#line 34
 468struct lockdep_map;
 469#line 55 "include/linux/debug_locks.h"
 470struct stack_trace {
 471   unsigned int nr_entries ;
 472   unsigned int max_entries ;
 473   unsigned long *entries ;
 474   int skip ;
 475};
 476#line 26 "include/linux/stacktrace.h"
 477struct lockdep_subclass_key {
 478   char __one_byte ;
 479};
 480#line 53 "include/linux/lockdep.h"
 481struct lock_class_key {
 482   struct lockdep_subclass_key subkeys[8U] ;
 483};
 484#line 59 "include/linux/lockdep.h"
 485struct lock_class {
 486   struct list_head hash_entry ;
 487   struct list_head lock_entry ;
 488   struct lockdep_subclass_key *key ;
 489   unsigned int subclass ;
 490   unsigned int dep_gen_id ;
 491   unsigned long usage_mask ;
 492   struct stack_trace usage_traces[13U] ;
 493   struct list_head locks_after ;
 494   struct list_head locks_before ;
 495   unsigned int version ;
 496   unsigned long ops ;
 497   char const   *name ;
 498   int name_version ;
 499   unsigned long contention_point[4U] ;
 500   unsigned long contending_point[4U] ;
 501};
 502#line 144 "include/linux/lockdep.h"
 503struct lockdep_map {
 504   struct lock_class_key *key ;
 505   struct lock_class *class_cache[2U] ;
 506   char const   *name ;
 507   int cpu ;
 508   unsigned long ip ;
 509};
 510#line 187 "include/linux/lockdep.h"
 511struct held_lock {
 512   u64 prev_chain_key ;
 513   unsigned long acquire_ip ;
 514   struct lockdep_map *instance ;
 515   struct lockdep_map *nest_lock ;
 516   u64 waittime_stamp ;
 517   u64 holdtime_stamp ;
 518   unsigned short class_idx : 13 ;
 519   unsigned char irq_context : 2 ;
 520   unsigned char trylock : 1 ;
 521   unsigned char read : 2 ;
 522   unsigned char check : 2 ;
 523   unsigned char hardirqs_off : 1 ;
 524   unsigned short references : 11 ;
 525};
 526#line 556 "include/linux/lockdep.h"
 527struct raw_spinlock {
 528   arch_spinlock_t raw_lock ;
 529   unsigned int magic ;
 530   unsigned int owner_cpu ;
 531   void *owner ;
 532   struct lockdep_map dep_map ;
 533};
 534#line 32 "include/linux/spinlock_types.h"
 535typedef struct raw_spinlock raw_spinlock_t;
 536#line 33 "include/linux/spinlock_types.h"
 537struct __anonstruct_ldv_6122_33 {
 538   u8 __padding[24U] ;
 539   struct lockdep_map dep_map ;
 540};
 541#line 33 "include/linux/spinlock_types.h"
 542union __anonunion_ldv_6123_32 {
 543   struct raw_spinlock rlock ;
 544   struct __anonstruct_ldv_6122_33 ldv_6122 ;
 545};
 546#line 33 "include/linux/spinlock_types.h"
 547struct spinlock {
 548   union __anonunion_ldv_6123_32 ldv_6123 ;
 549};
 550#line 76 "include/linux/spinlock_types.h"
 551typedef struct spinlock spinlock_t;
 552#line 23 "include/linux/rwlock_types.h"
 553struct __anonstruct_rwlock_t_34 {
 554   arch_rwlock_t raw_lock ;
 555   unsigned int magic ;
 556   unsigned int owner_cpu ;
 557   void *owner ;
 558   struct lockdep_map dep_map ;
 559};
 560#line 23 "include/linux/rwlock_types.h"
 561typedef struct __anonstruct_rwlock_t_34 rwlock_t;
 562#line 110 "include/linux/seqlock.h"
 563struct seqcount {
 564   unsigned int sequence ;
 565};
 566#line 121 "include/linux/seqlock.h"
 567typedef struct seqcount seqcount_t;
 568#line 254 "include/linux/seqlock.h"
 569struct timespec {
 570   __kernel_time_t tv_sec ;
 571   long tv_nsec ;
 572};
 573#line 18 "include/linux/time.h"
 574struct timeval {
 575   __kernel_time_t tv_sec ;
 576   __kernel_suseconds_t tv_usec ;
 577};
 578#line 286 "include/linux/time.h"
 579struct kstat {
 580   u64 ino ;
 581   dev_t dev ;
 582   umode_t mode ;
 583   unsigned int nlink ;
 584   uid_t uid ;
 585   gid_t gid ;
 586   dev_t rdev ;
 587   loff_t size ;
 588   struct timespec atime ;
 589   struct timespec mtime ;
 590   struct timespec ctime ;
 591   unsigned long blksize ;
 592   unsigned long long blocks ;
 593};
 594#line 48 "include/linux/wait.h"
 595struct __wait_queue_head {
 596   spinlock_t lock ;
 597   struct list_head task_list ;
 598};
 599#line 53 "include/linux/wait.h"
 600typedef struct __wait_queue_head wait_queue_head_t;
 601#line 98 "include/linux/nodemask.h"
 602struct __anonstruct_nodemask_t_36 {
 603   unsigned long bits[16U] ;
 604};
 605#line 98 "include/linux/nodemask.h"
 606typedef struct __anonstruct_nodemask_t_36 nodemask_t;
 607#line 670 "include/linux/mmzone.h"
 608struct mutex {
 609   atomic_t count ;
 610   spinlock_t wait_lock ;
 611   struct list_head wait_list ;
 612   struct task_struct *owner ;
 613   char const   *name ;
 614   void *magic ;
 615   struct lockdep_map dep_map ;
 616};
 617#line 63 "include/linux/mutex.h"
 618struct mutex_waiter {
 619   struct list_head list ;
 620   struct task_struct *task ;
 621   void *magic ;
 622};
 623#line 171
 624struct rw_semaphore;
 625#line 171
 626struct rw_semaphore;
 627#line 172 "include/linux/mutex.h"
 628struct rw_semaphore {
 629   long count ;
 630   raw_spinlock_t wait_lock ;
 631   struct list_head wait_list ;
 632   struct lockdep_map dep_map ;
 633};
 634#line 128 "include/linux/rwsem.h"
 635struct completion {
 636   unsigned int done ;
 637   wait_queue_head_t wait ;
 638};
 639#line 312 "include/linux/jiffies.h"
 640union ktime {
 641   s64 tv64 ;
 642};
 643#line 59 "include/linux/ktime.h"
 644typedef union ktime ktime_t;
 645#line 341
 646struct tvec_base;
 647#line 341
 648struct tvec_base;
 649#line 342 "include/linux/ktime.h"
 650struct timer_list {
 651   struct list_head entry ;
 652   unsigned long expires ;
 653   struct tvec_base *base ;
 654   void (*function)(unsigned long  ) ;
 655   unsigned long data ;
 656   int slack ;
 657   int start_pid ;
 658   void *start_site ;
 659   char start_comm[16U] ;
 660   struct lockdep_map lockdep_map ;
 661};
 662#line 289 "include/linux/timer.h"
 663struct hrtimer;
 664#line 289
 665struct hrtimer;
 666#line 290
 667enum hrtimer_restart;
 668#line 302
 669struct work_struct;
 670#line 302
 671struct work_struct;
 672#line 45 "include/linux/workqueue.h"
 673struct work_struct {
 674   atomic_long_t data ;
 675   struct list_head entry ;
 676   void (*func)(struct work_struct * ) ;
 677   struct lockdep_map lockdep_map ;
 678};
 679#line 86 "include/linux/workqueue.h"
 680struct delayed_work {
 681   struct work_struct work ;
 682   struct timer_list timer ;
 683};
 684#line 46 "include/linux/pm.h"
 685struct pm_message {
 686   int event ;
 687};
 688#line 52 "include/linux/pm.h"
 689typedef struct pm_message pm_message_t;
 690#line 53 "include/linux/pm.h"
 691struct dev_pm_ops {
 692   int (*prepare)(struct device * ) ;
 693   void (*complete)(struct device * ) ;
 694   int (*suspend)(struct device * ) ;
 695   int (*resume)(struct device * ) ;
 696   int (*freeze)(struct device * ) ;
 697   int (*thaw)(struct device * ) ;
 698   int (*poweroff)(struct device * ) ;
 699   int (*restore)(struct device * ) ;
 700   int (*suspend_late)(struct device * ) ;
 701   int (*resume_early)(struct device * ) ;
 702   int (*freeze_late)(struct device * ) ;
 703   int (*thaw_early)(struct device * ) ;
 704   int (*poweroff_late)(struct device * ) ;
 705   int (*restore_early)(struct device * ) ;
 706   int (*suspend_noirq)(struct device * ) ;
 707   int (*resume_noirq)(struct device * ) ;
 708   int (*freeze_noirq)(struct device * ) ;
 709   int (*thaw_noirq)(struct device * ) ;
 710   int (*poweroff_noirq)(struct device * ) ;
 711   int (*restore_noirq)(struct device * ) ;
 712   int (*runtime_suspend)(struct device * ) ;
 713   int (*runtime_resume)(struct device * ) ;
 714   int (*runtime_idle)(struct device * ) ;
 715};
 716#line 289
 717enum rpm_status {
 718    RPM_ACTIVE = 0,
 719    RPM_RESUMING = 1,
 720    RPM_SUSPENDED = 2,
 721    RPM_SUSPENDING = 3
 722} ;
 723#line 296
 724enum rpm_request {
 725    RPM_REQ_NONE = 0,
 726    RPM_REQ_IDLE = 1,
 727    RPM_REQ_SUSPEND = 2,
 728    RPM_REQ_AUTOSUSPEND = 3,
 729    RPM_REQ_RESUME = 4
 730} ;
 731#line 304
 732struct wakeup_source;
 733#line 304
 734struct wakeup_source;
 735#line 494 "include/linux/pm.h"
 736struct pm_subsys_data {
 737   spinlock_t lock ;
 738   unsigned int refcount ;
 739};
 740#line 499
 741struct dev_pm_qos_request;
 742#line 499
 743struct pm_qos_constraints;
 744#line 499 "include/linux/pm.h"
 745struct dev_pm_info {
 746   pm_message_t power_state ;
 747   unsigned char can_wakeup : 1 ;
 748   unsigned char async_suspend : 1 ;
 749   bool is_prepared ;
 750   bool is_suspended ;
 751   bool ignore_children ;
 752   spinlock_t lock ;
 753   struct list_head entry ;
 754   struct completion completion ;
 755   struct wakeup_source *wakeup ;
 756   bool wakeup_path ;
 757   struct timer_list suspend_timer ;
 758   unsigned long timer_expires ;
 759   struct work_struct work ;
 760   wait_queue_head_t wait_queue ;
 761   atomic_t usage_count ;
 762   atomic_t child_count ;
 763   unsigned char disable_depth : 3 ;
 764   unsigned char idle_notification : 1 ;
 765   unsigned char request_pending : 1 ;
 766   unsigned char deferred_resume : 1 ;
 767   unsigned char run_wake : 1 ;
 768   unsigned char runtime_auto : 1 ;
 769   unsigned char no_callbacks : 1 ;
 770   unsigned char irq_safe : 1 ;
 771   unsigned char use_autosuspend : 1 ;
 772   unsigned char timer_autosuspends : 1 ;
 773   enum rpm_request request ;
 774   enum rpm_status runtime_status ;
 775   int runtime_error ;
 776   int autosuspend_delay ;
 777   unsigned long last_busy ;
 778   unsigned long active_jiffies ;
 779   unsigned long suspended_jiffies ;
 780   unsigned long accounting_timestamp ;
 781   ktime_t suspend_time ;
 782   s64 max_time_suspended_ns ;
 783   struct dev_pm_qos_request *pq_req ;
 784   struct pm_subsys_data *subsys_data ;
 785   struct pm_qos_constraints *constraints ;
 786};
 787#line 558 "include/linux/pm.h"
 788struct dev_pm_domain {
 789   struct dev_pm_ops ops ;
 790};
 791#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
 792struct __anonstruct_mm_context_t_101 {
 793   void *ldt ;
 794   int size ;
 795   unsigned short ia32_compat ;
 796   struct mutex lock ;
 797   void *vdso ;
 798};
 799#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
 800typedef struct __anonstruct_mm_context_t_101 mm_context_t;
 801#line 18 "include/asm-generic/pci_iomap.h"
 802struct vm_area_struct;
 803#line 18
 804struct vm_area_struct;
 805#line 835 "include/linux/sysctl.h"
 806struct rb_node {
 807   unsigned long rb_parent_color ;
 808   struct rb_node *rb_right ;
 809   struct rb_node *rb_left ;
 810};
 811#line 108 "include/linux/rbtree.h"
 812struct rb_root {
 813   struct rb_node *rb_node ;
 814};
 815#line 176
 816struct nsproxy;
 817#line 176
 818struct nsproxy;
 819#line 37 "include/linux/kmod.h"
 820struct cred;
 821#line 37
 822struct cred;
 823#line 18 "include/linux/elf.h"
 824typedef __u64 Elf64_Addr;
 825#line 19 "include/linux/elf.h"
 826typedef __u16 Elf64_Half;
 827#line 23 "include/linux/elf.h"
 828typedef __u32 Elf64_Word;
 829#line 24 "include/linux/elf.h"
 830typedef __u64 Elf64_Xword;
 831#line 193 "include/linux/elf.h"
 832struct elf64_sym {
 833   Elf64_Word st_name ;
 834   unsigned char st_info ;
 835   unsigned char st_other ;
 836   Elf64_Half st_shndx ;
 837   Elf64_Addr st_value ;
 838   Elf64_Xword st_size ;
 839};
 840#line 201 "include/linux/elf.h"
 841typedef struct elf64_sym Elf64_Sym;
 842#line 445
 843struct sock;
 844#line 445
 845struct sock;
 846#line 446
 847struct kobject;
 848#line 446
 849struct kobject;
 850#line 447
 851enum kobj_ns_type {
 852    KOBJ_NS_TYPE_NONE = 0,
 853    KOBJ_NS_TYPE_NET = 1,
 854    KOBJ_NS_TYPES = 2
 855} ;
 856#line 453 "include/linux/elf.h"
 857struct kobj_ns_type_operations {
 858   enum kobj_ns_type type ;
 859   void *(*grab_current_ns)(void) ;
 860   void const   *(*netlink_ns)(struct sock * ) ;
 861   void const   *(*initial_ns)(void) ;
 862   void (*drop_ns)(void * ) ;
 863};
 864#line 57 "include/linux/kobject_ns.h"
 865struct attribute {
 866   char const   *name ;
 867   umode_t mode ;
 868   struct lock_class_key *key ;
 869   struct lock_class_key skey ;
 870};
 871#line 33 "include/linux/sysfs.h"
 872struct attribute_group {
 873   char const   *name ;
 874   umode_t (*is_visible)(struct kobject * , struct attribute * , int  ) ;
 875   struct attribute **attrs ;
 876};
 877#line 62 "include/linux/sysfs.h"
 878struct bin_attribute {
 879   struct attribute attr ;
 880   size_t size ;
 881   void *private ;
 882   ssize_t (*read)(struct file * , struct kobject * , struct bin_attribute * , char * ,
 883                   loff_t  , size_t  ) ;
 884   ssize_t (*write)(struct file * , struct kobject * , struct bin_attribute * , char * ,
 885                    loff_t  , size_t  ) ;
 886   int (*mmap)(struct file * , struct kobject * , struct bin_attribute * , struct vm_area_struct * ) ;
 887};
 888#line 98 "include/linux/sysfs.h"
 889struct sysfs_ops {
 890   ssize_t (*show)(struct kobject * , struct attribute * , char * ) ;
 891   ssize_t (*store)(struct kobject * , struct attribute * , char const   * , size_t  ) ;
 892   void const   *(*namespace)(struct kobject * , struct attribute  const  * ) ;
 893};
 894#line 117
 895struct sysfs_dirent;
 896#line 117
 897struct sysfs_dirent;
 898#line 182 "include/linux/sysfs.h"
 899struct kref {
 900   atomic_t refcount ;
 901};
 902#line 49 "include/linux/kobject.h"
 903struct kset;
 904#line 49
 905struct kobj_type;
 906#line 49 "include/linux/kobject.h"
 907struct kobject {
 908   char const   *name ;
 909   struct list_head entry ;
 910   struct kobject *parent ;
 911   struct kset *kset ;
 912   struct kobj_type *ktype ;
 913   struct sysfs_dirent *sd ;
 914   struct kref kref ;
 915   unsigned char state_initialized : 1 ;
 916   unsigned char state_in_sysfs : 1 ;
 917   unsigned char state_add_uevent_sent : 1 ;
 918   unsigned char state_remove_uevent_sent : 1 ;
 919   unsigned char uevent_suppress : 1 ;
 920};
 921#line 107 "include/linux/kobject.h"
 922struct kobj_type {
 923   void (*release)(struct kobject * ) ;
 924   struct sysfs_ops  const  *sysfs_ops ;
 925   struct attribute **default_attrs ;
 926   struct kobj_ns_type_operations  const  *(*child_ns_type)(struct kobject * ) ;
 927   void const   *(*namespace)(struct kobject * ) ;
 928};
 929#line 115 "include/linux/kobject.h"
 930struct kobj_uevent_env {
 931   char *envp[32U] ;
 932   int envp_idx ;
 933   char buf[2048U] ;
 934   int buflen ;
 935};
 936#line 122 "include/linux/kobject.h"
 937struct kset_uevent_ops {
 938   int (* const  filter)(struct kset * , struct kobject * ) ;
 939   char const   *(* const  name)(struct kset * , struct kobject * ) ;
 940   int (* const  uevent)(struct kset * , struct kobject * , struct kobj_uevent_env * ) ;
 941};
 942#line 139 "include/linux/kobject.h"
 943struct kset {
 944   struct list_head list ;
 945   spinlock_t list_lock ;
 946   struct kobject kobj ;
 947   struct kset_uevent_ops  const  *uevent_ops ;
 948};
 949#line 215
 950struct kernel_param;
 951#line 215
 952struct kernel_param;
 953#line 216 "include/linux/kobject.h"
 954struct kernel_param_ops {
 955   int (*set)(char const   * , struct kernel_param  const  * ) ;
 956   int (*get)(char * , struct kernel_param  const  * ) ;
 957   void (*free)(void * ) ;
 958};
 959#line 49 "include/linux/moduleparam.h"
 960struct kparam_string;
 961#line 49
 962struct kparam_array;
 963#line 49 "include/linux/moduleparam.h"
 964union __anonunion_ldv_13363_134 {
 965   void *arg ;
 966   struct kparam_string  const  *str ;
 967   struct kparam_array  const  *arr ;
 968};
 969#line 49 "include/linux/moduleparam.h"
 970struct kernel_param {
 971   char const   *name ;
 972   struct kernel_param_ops  const  *ops ;
 973   u16 perm ;
 974   s16 level ;
 975   union __anonunion_ldv_13363_134 ldv_13363 ;
 976};
 977#line 61 "include/linux/moduleparam.h"
 978struct kparam_string {
 979   unsigned int maxlen ;
 980   char *string ;
 981};
 982#line 67 "include/linux/moduleparam.h"
 983struct kparam_array {
 984   unsigned int max ;
 985   unsigned int elemsize ;
 986   unsigned int *num ;
 987   struct kernel_param_ops  const  *ops ;
 988   void *elem ;
 989};
 990#line 458 "include/linux/moduleparam.h"
 991struct static_key {
 992   atomic_t enabled ;
 993};
 994#line 225 "include/linux/jump_label.h"
 995struct tracepoint;
 996#line 225
 997struct tracepoint;
 998#line 226 "include/linux/jump_label.h"
 999struct tracepoint_func {
1000   void *func ;
1001   void *data ;
1002};
1003#line 29 "include/linux/tracepoint.h"
1004struct tracepoint {
1005   char const   *name ;
1006   struct static_key key ;
1007   void (*regfunc)(void) ;
1008   void (*unregfunc)(void) ;
1009   struct tracepoint_func *funcs ;
1010};
1011#line 86 "include/linux/tracepoint.h"
1012struct kernel_symbol {
1013   unsigned long value ;
1014   char const   *name ;
1015};
1016#line 27 "include/linux/export.h"
1017struct mod_arch_specific {
1018
1019};
1020#line 34 "include/linux/module.h"
1021struct module_param_attrs;
1022#line 34 "include/linux/module.h"
1023struct module_kobject {
1024   struct kobject kobj ;
1025   struct module *mod ;
1026   struct kobject *drivers_dir ;
1027   struct module_param_attrs *mp ;
1028};
1029#line 43 "include/linux/module.h"
1030struct module_attribute {
1031   struct attribute attr ;
1032   ssize_t (*show)(struct module_attribute * , struct module_kobject * , char * ) ;
1033   ssize_t (*store)(struct module_attribute * , struct module_kobject * , char const   * ,
1034                    size_t  ) ;
1035   void (*setup)(struct module * , char const   * ) ;
1036   int (*test)(struct module * ) ;
1037   void (*free)(struct module * ) ;
1038};
1039#line 69
1040struct exception_table_entry;
1041#line 69
1042struct exception_table_entry;
1043#line 198
1044enum module_state {
1045    MODULE_STATE_LIVE = 0,
1046    MODULE_STATE_COMING = 1,
1047    MODULE_STATE_GOING = 2
1048} ;
1049#line 204 "include/linux/module.h"
1050struct module_ref {
1051   unsigned long incs ;
1052   unsigned long decs ;
1053};
1054#line 219
1055struct module_sect_attrs;
1056#line 219
1057struct module_notes_attrs;
1058#line 219
1059struct ftrace_event_call;
1060#line 219 "include/linux/module.h"
1061struct module {
1062   enum module_state state ;
1063   struct list_head list ;
1064   char name[56U] ;
1065   struct module_kobject mkobj ;
1066   struct module_attribute *modinfo_attrs ;
1067   char const   *version ;
1068   char const   *srcversion ;
1069   struct kobject *holders_dir ;
1070   struct kernel_symbol  const  *syms ;
1071   unsigned long const   *crcs ;
1072   unsigned int num_syms ;
1073   struct kernel_param *kp ;
1074   unsigned int num_kp ;
1075   unsigned int num_gpl_syms ;
1076   struct kernel_symbol  const  *gpl_syms ;
1077   unsigned long const   *gpl_crcs ;
1078   struct kernel_symbol  const  *unused_syms ;
1079   unsigned long const   *unused_crcs ;
1080   unsigned int num_unused_syms ;
1081   unsigned int num_unused_gpl_syms ;
1082   struct kernel_symbol  const  *unused_gpl_syms ;
1083   unsigned long const   *unused_gpl_crcs ;
1084   struct kernel_symbol  const  *gpl_future_syms ;
1085   unsigned long const   *gpl_future_crcs ;
1086   unsigned int num_gpl_future_syms ;
1087   unsigned int num_exentries ;
1088   struct exception_table_entry *extable ;
1089   int (*init)(void) ;
1090   void *module_init ;
1091   void *module_core ;
1092   unsigned int init_size ;
1093   unsigned int core_size ;
1094   unsigned int init_text_size ;
1095   unsigned int core_text_size ;
1096   unsigned int init_ro_size ;
1097   unsigned int core_ro_size ;
1098   struct mod_arch_specific arch ;
1099   unsigned int taints ;
1100   unsigned int num_bugs ;
1101   struct list_head bug_list ;
1102   struct bug_entry *bug_table ;
1103   Elf64_Sym *symtab ;
1104   Elf64_Sym *core_symtab ;
1105   unsigned int num_symtab ;
1106   unsigned int core_num_syms ;
1107   char *strtab ;
1108   char *core_strtab ;
1109   struct module_sect_attrs *sect_attrs ;
1110   struct module_notes_attrs *notes_attrs ;
1111   char *args ;
1112   void *percpu ;
1113   unsigned int percpu_size ;
1114   unsigned int num_tracepoints ;
1115   struct tracepoint * const  *tracepoints_ptrs ;
1116   unsigned int num_trace_bprintk_fmt ;
1117   char const   **trace_bprintk_fmt_start ;
1118   struct ftrace_event_call **trace_events ;
1119   unsigned int num_trace_events ;
1120   struct list_head source_list ;
1121   struct list_head target_list ;
1122   struct task_struct *waiter ;
1123   void (*exit)(void) ;
1124   struct module_ref *refptr ;
1125   ctor_fn_t (**ctors)(void) ;
1126   unsigned int num_ctors ;
1127};
1128#line 88 "include/linux/kmemleak.h"
1129struct kmem_cache_cpu {
1130   void **freelist ;
1131   unsigned long tid ;
1132   struct page *page ;
1133   struct page *partial ;
1134   int node ;
1135   unsigned int stat[26U] ;
1136};
1137#line 55 "include/linux/slub_def.h"
1138struct kmem_cache_node {
1139   spinlock_t list_lock ;
1140   unsigned long nr_partial ;
1141   struct list_head partial ;
1142   atomic_long_t nr_slabs ;
1143   atomic_long_t total_objects ;
1144   struct list_head full ;
1145};
1146#line 66 "include/linux/slub_def.h"
1147struct kmem_cache_order_objects {
1148   unsigned long x ;
1149};
1150#line 76 "include/linux/slub_def.h"
1151struct kmem_cache {
1152   struct kmem_cache_cpu *cpu_slab ;
1153   unsigned long flags ;
1154   unsigned long min_partial ;
1155   int size ;
1156   int objsize ;
1157   int offset ;
1158   int cpu_partial ;
1159   struct kmem_cache_order_objects oo ;
1160   struct kmem_cache_order_objects max ;
1161   struct kmem_cache_order_objects min ;
1162   gfp_t allocflags ;
1163   int refcount ;
1164   void (*ctor)(void * ) ;
1165   int inuse ;
1166   int align ;
1167   int reserved ;
1168   char const   *name ;
1169   struct list_head list ;
1170   struct kobject kobj ;
1171   int remote_node_defrag_ratio ;
1172   struct kmem_cache_node *node[1024U] ;
1173};
1174#line 12 "include/linux/mod_devicetable.h"
1175typedef unsigned long kernel_ulong_t;
1176#line 38 "include/linux/mod_devicetable.h"
1177struct usb_device_id {
1178   __u16 match_flags ;
1179   __u16 idVendor ;
1180   __u16 idProduct ;
1181   __u16 bcdDevice_lo ;
1182   __u16 bcdDevice_hi ;
1183   __u8 bDeviceClass ;
1184   __u8 bDeviceSubClass ;
1185   __u8 bDeviceProtocol ;
1186   __u8 bInterfaceClass ;
1187   __u8 bInterfaceSubClass ;
1188   __u8 bInterfaceProtocol ;
1189   kernel_ulong_t driver_info ;
1190};
1191#line 215 "include/linux/mod_devicetable.h"
1192struct of_device_id {
1193   char name[32U] ;
1194   char type[32U] ;
1195   char compatible[128U] ;
1196   void *data ;
1197};
1198#line 245 "include/linux/usb/ch9.h"
1199struct usb_device_descriptor {
1200   __u8 bLength ;
1201   __u8 bDescriptorType ;
1202   __le16 bcdUSB ;
1203   __u8 bDeviceClass ;
1204   __u8 bDeviceSubClass ;
1205   __u8 bDeviceProtocol ;
1206   __u8 bMaxPacketSize0 ;
1207   __le16 idVendor ;
1208   __le16 idProduct ;
1209   __le16 bcdDevice ;
1210   __u8 iManufacturer ;
1211   __u8 iProduct ;
1212   __u8 iSerialNumber ;
1213   __u8 bNumConfigurations ;
1214};
1215#line 267 "include/linux/usb/ch9.h"
1216struct usb_config_descriptor {
1217   __u8 bLength ;
1218   __u8 bDescriptorType ;
1219   __le16 wTotalLength ;
1220   __u8 bNumInterfaces ;
1221   __u8 bConfigurationValue ;
1222   __u8 iConfiguration ;
1223   __u8 bmAttributes ;
1224   __u8 bMaxPower ;
1225};
1226#line 335 "include/linux/usb/ch9.h"
1227struct usb_interface_descriptor {
1228   __u8 bLength ;
1229   __u8 bDescriptorType ;
1230   __u8 bInterfaceNumber ;
1231   __u8 bAlternateSetting ;
1232   __u8 bNumEndpoints ;
1233   __u8 bInterfaceClass ;
1234   __u8 bInterfaceSubClass ;
1235   __u8 bInterfaceProtocol ;
1236   __u8 iInterface ;
1237};
1238#line 355 "include/linux/usb/ch9.h"
1239struct usb_endpoint_descriptor {
1240   __u8 bLength ;
1241   __u8 bDescriptorType ;
1242   __u8 bEndpointAddress ;
1243   __u8 bmAttributes ;
1244   __le16 wMaxPacketSize ;
1245   __u8 bInterval ;
1246   __u8 bRefresh ;
1247   __u8 bSynchAddress ;
1248};
1249#line 594 "include/linux/usb/ch9.h"
1250struct usb_ss_ep_comp_descriptor {
1251   __u8 bLength ;
1252   __u8 bDescriptorType ;
1253   __u8 bMaxBurst ;
1254   __u8 bmAttributes ;
1255   __le16 wBytesPerInterval ;
1256};
1257#line 673 "include/linux/usb/ch9.h"
1258struct usb_interface_assoc_descriptor {
1259   __u8 bLength ;
1260   __u8 bDescriptorType ;
1261   __u8 bFirstInterface ;
1262   __u8 bInterfaceCount ;
1263   __u8 bFunctionClass ;
1264   __u8 bFunctionSubClass ;
1265   __u8 bFunctionProtocol ;
1266   __u8 iFunction ;
1267};
1268#line 732 "include/linux/usb/ch9.h"
1269struct usb_bos_descriptor {
1270   __u8 bLength ;
1271   __u8 bDescriptorType ;
1272   __le16 wTotalLength ;
1273   __u8 bNumDeviceCaps ;
1274};
1275#line 782 "include/linux/usb/ch9.h"
1276struct usb_ext_cap_descriptor {
1277   __u8 bLength ;
1278   __u8 bDescriptorType ;
1279   __u8 bDevCapabilityType ;
1280   __le32 bmAttributes ;
1281};
1282#line 792 "include/linux/usb/ch9.h"
1283struct usb_ss_cap_descriptor {
1284   __u8 bLength ;
1285   __u8 bDescriptorType ;
1286   __u8 bDevCapabilityType ;
1287   __u8 bmAttributes ;
1288   __le16 wSpeedSupported ;
1289   __u8 bFunctionalitySupport ;
1290   __u8 bU1devExitLat ;
1291   __le16 bU2DevExitLat ;
1292};
1293#line 821 "include/linux/usb/ch9.h"
1294struct usb_ss_container_id_descriptor {
1295   __u8 bLength ;
1296   __u8 bDescriptorType ;
1297   __u8 bDevCapabilityType ;
1298   __u8 bReserved ;
1299   __u8 ContainerID[16U] ;
1300};
1301#line 886
1302enum usb_device_speed {
1303    USB_SPEED_UNKNOWN = 0,
1304    USB_SPEED_LOW = 1,
1305    USB_SPEED_FULL = 2,
1306    USB_SPEED_HIGH = 3,
1307    USB_SPEED_WIRELESS = 4,
1308    USB_SPEED_SUPER = 5
1309} ;
1310#line 908
1311enum usb_device_state {
1312    USB_STATE_NOTATTACHED = 0,
1313    USB_STATE_ATTACHED = 1,
1314    USB_STATE_POWERED = 2,
1315    USB_STATE_RECONNECTING = 3,
1316    USB_STATE_UNAUTHENTICATED = 4,
1317    USB_STATE_DEFAULT = 5,
1318    USB_STATE_ADDRESS = 6,
1319    USB_STATE_CONFIGURED = 7,
1320    USB_STATE_SUSPENDED = 8
1321} ;
1322#line 41 "include/asm-generic/sections.h"
1323struct exception_table_entry {
1324   unsigned long insn ;
1325   unsigned long fixup ;
1326};
1327#line 189 "include/linux/hardirq.h"
1328struct timerqueue_node {
1329   struct rb_node node ;
1330   ktime_t expires ;
1331};
1332#line 12 "include/linux/timerqueue.h"
1333struct timerqueue_head {
1334   struct rb_root head ;
1335   struct timerqueue_node *next ;
1336};
1337#line 50
1338struct hrtimer_clock_base;
1339#line 50
1340struct hrtimer_clock_base;
1341#line 51
1342struct hrtimer_cpu_base;
1343#line 51
1344struct hrtimer_cpu_base;
1345#line 60
1346enum hrtimer_restart {
1347    HRTIMER_NORESTART = 0,
1348    HRTIMER_RESTART = 1
1349} ;
1350#line 65 "include/linux/timerqueue.h"
1351struct hrtimer {
1352   struct timerqueue_node node ;
1353   ktime_t _softexpires ;
1354   enum hrtimer_restart (*function)(struct hrtimer * ) ;
1355   struct hrtimer_clock_base *base ;
1356   unsigned long state ;
1357   int start_pid ;
1358   void *start_site ;
1359   char start_comm[16U] ;
1360};
1361#line 132 "include/linux/hrtimer.h"
1362struct hrtimer_clock_base {
1363   struct hrtimer_cpu_base *cpu_base ;
1364   int index ;
1365   clockid_t clockid ;
1366   struct timerqueue_head active ;
1367   ktime_t resolution ;
1368   ktime_t (*get_time)(void) ;
1369   ktime_t softirq_time ;
1370   ktime_t offset ;
1371};
1372#line 162 "include/linux/hrtimer.h"
1373struct hrtimer_cpu_base {
1374   raw_spinlock_t lock ;
1375   unsigned long active_bases ;
1376   ktime_t expires_next ;
1377   int hres_active ;
1378   int hang_detected ;
1379   unsigned long nr_events ;
1380   unsigned long nr_retries ;
1381   unsigned long nr_hangs ;
1382   ktime_t max_hang_time ;
1383   struct hrtimer_clock_base clock_base[3U] ;
1384};
1385#line 702 "include/linux/interrupt.h"
1386struct klist_node;
1387#line 702
1388struct klist_node;
1389#line 37 "include/linux/klist.h"
1390struct klist_node {
1391   void *n_klist ;
1392   struct list_head n_node ;
1393   struct kref n_ref ;
1394};
1395#line 67
1396struct dma_map_ops;
1397#line 67 "include/linux/klist.h"
1398struct dev_archdata {
1399   void *acpi_handle ;
1400   struct dma_map_ops *dma_ops ;
1401   void *iommu ;
1402};
1403#line 17 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1404struct device_private;
1405#line 17
1406struct device_private;
1407#line 18
1408struct device_driver;
1409#line 18
1410struct device_driver;
1411#line 19
1412struct driver_private;
1413#line 19
1414struct driver_private;
1415#line 20
1416struct class;
1417#line 20
1418struct class;
1419#line 21
1420struct subsys_private;
1421#line 21
1422struct subsys_private;
1423#line 22
1424struct bus_type;
1425#line 22
1426struct bus_type;
1427#line 23
1428struct device_node;
1429#line 23
1430struct device_node;
1431#line 24
1432struct iommu_ops;
1433#line 24
1434struct iommu_ops;
1435#line 25 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1436struct bus_attribute {
1437   struct attribute attr ;
1438   ssize_t (*show)(struct bus_type * , char * ) ;
1439   ssize_t (*store)(struct bus_type * , char const   * , size_t  ) ;
1440};
1441#line 51 "include/linux/device.h"
1442struct device_attribute;
1443#line 51
1444struct driver_attribute;
1445#line 51 "include/linux/device.h"
1446struct bus_type {
1447   char const   *name ;
1448   char const   *dev_name ;
1449   struct device *dev_root ;
1450   struct bus_attribute *bus_attrs ;
1451   struct device_attribute *dev_attrs ;
1452   struct driver_attribute *drv_attrs ;
1453   int (*match)(struct device * , struct device_driver * ) ;
1454   int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1455   int (*probe)(struct device * ) ;
1456   int (*remove)(struct device * ) ;
1457   void (*shutdown)(struct device * ) ;
1458   int (*suspend)(struct device * , pm_message_t  ) ;
1459   int (*resume)(struct device * ) ;
1460   struct dev_pm_ops  const  *pm ;
1461   struct iommu_ops *iommu_ops ;
1462   struct subsys_private *p ;
1463};
1464#line 125
1465struct device_type;
1466#line 182 "include/linux/device.h"
1467struct device_driver {
1468   char const   *name ;
1469   struct bus_type *bus ;
1470   struct module *owner ;
1471   char const   *mod_name ;
1472   bool suppress_bind_attrs ;
1473   struct of_device_id  const  *of_match_table ;
1474   int (*probe)(struct device * ) ;
1475   int (*remove)(struct device * ) ;
1476   void (*shutdown)(struct device * ) ;
1477   int (*suspend)(struct device * , pm_message_t  ) ;
1478   int (*resume)(struct device * ) ;
1479   struct attribute_group  const  **groups ;
1480   struct dev_pm_ops  const  *pm ;
1481   struct driver_private *p ;
1482};
1483#line 245 "include/linux/device.h"
1484struct driver_attribute {
1485   struct attribute attr ;
1486   ssize_t (*show)(struct device_driver * , char * ) ;
1487   ssize_t (*store)(struct device_driver * , char const   * , size_t  ) ;
1488};
1489#line 299
1490struct class_attribute;
1491#line 299 "include/linux/device.h"
1492struct class {
1493   char const   *name ;
1494   struct module *owner ;
1495   struct class_attribute *class_attrs ;
1496   struct device_attribute *dev_attrs ;
1497   struct bin_attribute *dev_bin_attrs ;
1498   struct kobject *dev_kobj ;
1499   int (*dev_uevent)(struct device * , struct kobj_uevent_env * ) ;
1500   char *(*devnode)(struct device * , umode_t * ) ;
1501   void (*class_release)(struct class * ) ;
1502   void (*dev_release)(struct device * ) ;
1503   int (*suspend)(struct device * , pm_message_t  ) ;
1504   int (*resume)(struct device * ) ;
1505   struct kobj_ns_type_operations  const  *ns_type ;
1506   void const   *(*namespace)(struct device * ) ;
1507   struct dev_pm_ops  const  *pm ;
1508   struct subsys_private *p ;
1509};
1510#line 394 "include/linux/device.h"
1511struct class_attribute {
1512   struct attribute attr ;
1513   ssize_t (*show)(struct class * , struct class_attribute * , char * ) ;
1514   ssize_t (*store)(struct class * , struct class_attribute * , char const   * , size_t  ) ;
1515   void const   *(*namespace)(struct class * , struct class_attribute  const  * ) ;
1516};
1517#line 447 "include/linux/device.h"
1518struct device_type {
1519   char const   *name ;
1520   struct attribute_group  const  **groups ;
1521   int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1522   char *(*devnode)(struct device * , umode_t * ) ;
1523   void (*release)(struct device * ) ;
1524   struct dev_pm_ops  const  *pm ;
1525};
1526#line 474 "include/linux/device.h"
1527struct device_attribute {
1528   struct attribute attr ;
1529   ssize_t (*show)(struct device * , struct device_attribute * , char * ) ;
1530   ssize_t (*store)(struct device * , struct device_attribute * , char const   * ,
1531                    size_t  ) ;
1532};
1533#line 557 "include/linux/device.h"
1534struct device_dma_parameters {
1535   unsigned int max_segment_size ;
1536   unsigned long segment_boundary_mask ;
1537};
1538#line 567
1539struct dma_coherent_mem;
1540#line 567 "include/linux/device.h"
1541struct device {
1542   struct device *parent ;
1543   struct device_private *p ;
1544   struct kobject kobj ;
1545   char const   *init_name ;
1546   struct device_type  const  *type ;
1547   struct mutex mutex ;
1548   struct bus_type *bus ;
1549   struct device_driver *driver ;
1550   void *platform_data ;
1551   struct dev_pm_info power ;
1552   struct dev_pm_domain *pm_domain ;
1553   int numa_node ;
1554   u64 *dma_mask ;
1555   u64 coherent_dma_mask ;
1556   struct device_dma_parameters *dma_parms ;
1557   struct list_head dma_pools ;
1558   struct dma_coherent_mem *dma_mem ;
1559   struct dev_archdata archdata ;
1560   struct device_node *of_node ;
1561   dev_t devt ;
1562   u32 id ;
1563   spinlock_t devres_lock ;
1564   struct list_head devres_head ;
1565   struct klist_node knode_class ;
1566   struct class *class ;
1567   struct attribute_group  const  **groups ;
1568   void (*release)(struct device * ) ;
1569};
1570#line 681 "include/linux/device.h"
1571struct wakeup_source {
1572   char const   *name ;
1573   struct list_head entry ;
1574   spinlock_t lock ;
1575   struct timer_list timer ;
1576   unsigned long timer_expires ;
1577   ktime_t total_time ;
1578   ktime_t max_time ;
1579   ktime_t last_time ;
1580   unsigned long event_count ;
1581   unsigned long active_count ;
1582   unsigned long relax_count ;
1583   unsigned long hit_count ;
1584   unsigned char active : 1 ;
1585};
1586#line 994
1587struct block_device;
1588#line 994
1589struct block_device;
1590#line 93 "include/linux/bit_spinlock.h"
1591struct hlist_bl_node;
1592#line 93 "include/linux/bit_spinlock.h"
1593struct hlist_bl_head {
1594   struct hlist_bl_node *first ;
1595};
1596#line 36 "include/linux/list_bl.h"
1597struct hlist_bl_node {
1598   struct hlist_bl_node *next ;
1599   struct hlist_bl_node **pprev ;
1600};
1601#line 114 "include/linux/rculist_bl.h"
1602struct nameidata;
1603#line 114
1604struct nameidata;
1605#line 115
1606struct path;
1607#line 115
1608struct path;
1609#line 116
1610struct vfsmount;
1611#line 116
1612struct vfsmount;
1613#line 117 "include/linux/rculist_bl.h"
1614struct qstr {
1615   unsigned int hash ;
1616   unsigned int len ;
1617   unsigned char const   *name ;
1618};
1619#line 72 "include/linux/dcache.h"
1620struct inode;
1621#line 72
1622struct dentry_operations;
1623#line 72
1624struct super_block;
1625#line 72 "include/linux/dcache.h"
1626union __anonunion_d_u_137 {
1627   struct list_head d_child ;
1628   struct rcu_head d_rcu ;
1629};
1630#line 72 "include/linux/dcache.h"
1631struct dentry {
1632   unsigned int d_flags ;
1633   seqcount_t d_seq ;
1634   struct hlist_bl_node d_hash ;
1635   struct dentry *d_parent ;
1636   struct qstr d_name ;
1637   struct inode *d_inode ;
1638   unsigned char d_iname[32U] ;
1639   unsigned int d_count ;
1640   spinlock_t d_lock ;
1641   struct dentry_operations  const  *d_op ;
1642   struct super_block *d_sb ;
1643   unsigned long d_time ;
1644   void *d_fsdata ;
1645   struct list_head d_lru ;
1646   union __anonunion_d_u_137 d_u ;
1647   struct list_head d_subdirs ;
1648   struct list_head d_alias ;
1649};
1650#line 123 "include/linux/dcache.h"
1651struct dentry_operations {
1652   int (*d_revalidate)(struct dentry * , struct nameidata * ) ;
1653   int (*d_hash)(struct dentry  const  * , struct inode  const  * , struct qstr * ) ;
1654   int (*d_compare)(struct dentry  const  * , struct inode  const  * , struct dentry  const  * ,
1655                    struct inode  const  * , unsigned int  , char const   * , struct qstr  const  * ) ;
1656   int (*d_delete)(struct dentry  const  * ) ;
1657   void (*d_release)(struct dentry * ) ;
1658   void (*d_prune)(struct dentry * ) ;
1659   void (*d_iput)(struct dentry * , struct inode * ) ;
1660   char *(*d_dname)(struct dentry * , char * , int  ) ;
1661   struct vfsmount *(*d_automount)(struct path * ) ;
1662   int (*d_manage)(struct dentry * , bool  ) ;
1663};
1664#line 402 "include/linux/dcache.h"
1665struct path {
1666   struct vfsmount *mnt ;
1667   struct dentry *dentry ;
1668};
1669#line 58 "include/linux/radix-tree.h"
1670struct radix_tree_node;
1671#line 58 "include/linux/radix-tree.h"
1672struct radix_tree_root {
1673   unsigned int height ;
1674   gfp_t gfp_mask ;
1675   struct radix_tree_node *rnode ;
1676};
1677#line 377
1678struct prio_tree_node;
1679#line 377 "include/linux/radix-tree.h"
1680struct raw_prio_tree_node {
1681   struct prio_tree_node *left ;
1682   struct prio_tree_node *right ;
1683   struct prio_tree_node *parent ;
1684};
1685#line 19 "include/linux/prio_tree.h"
1686struct prio_tree_node {
1687   struct prio_tree_node *left ;
1688   struct prio_tree_node *right ;
1689   struct prio_tree_node *parent ;
1690   unsigned long start ;
1691   unsigned long last ;
1692};
1693#line 27 "include/linux/prio_tree.h"
1694struct prio_tree_root {
1695   struct prio_tree_node *prio_tree_node ;
1696   unsigned short index_bits ;
1697   unsigned short raw ;
1698};
1699#line 111
1700enum pid_type {
1701    PIDTYPE_PID = 0,
1702    PIDTYPE_PGID = 1,
1703    PIDTYPE_SID = 2,
1704    PIDTYPE_MAX = 3
1705} ;
1706#line 118
1707struct pid_namespace;
1708#line 118 "include/linux/prio_tree.h"
1709struct upid {
1710   int nr ;
1711   struct pid_namespace *ns ;
1712   struct hlist_node pid_chain ;
1713};
1714#line 56 "include/linux/pid.h"
1715struct pid {
1716   atomic_t count ;
1717   unsigned int level ;
1718   struct hlist_head tasks[3U] ;
1719   struct rcu_head rcu ;
1720   struct upid numbers[1U] ;
1721};
1722#line 68 "include/linux/pid.h"
1723struct pid_link {
1724   struct hlist_node node ;
1725   struct pid *pid ;
1726};
1727#line 93 "include/linux/capability.h"
1728struct kernel_cap_struct {
1729   __u32 cap[2U] ;
1730};
1731#line 96 "include/linux/capability.h"
1732typedef struct kernel_cap_struct kernel_cap_t;
1733#line 104
1734struct user_namespace;
1735#line 104
1736struct user_namespace;
1737#line 45 "include/linux/semaphore.h"
1738struct fiemap_extent {
1739   __u64 fe_logical ;
1740   __u64 fe_physical ;
1741   __u64 fe_length ;
1742   __u64 fe_reserved64[2U] ;
1743   __u32 fe_flags ;
1744   __u32 fe_reserved[3U] ;
1745};
1746#line 38 "include/linux/fiemap.h"
1747struct shrink_control {
1748   gfp_t gfp_mask ;
1749   unsigned long nr_to_scan ;
1750};
1751#line 14 "include/linux/shrinker.h"
1752struct shrinker {
1753   int (*shrink)(struct shrinker * , struct shrink_control * ) ;
1754   int seeks ;
1755   long batch ;
1756   struct list_head list ;
1757   atomic_long_t nr_in_batch ;
1758};
1759#line 43
1760enum migrate_mode {
1761    MIGRATE_ASYNC = 0,
1762    MIGRATE_SYNC_LIGHT = 1,
1763    MIGRATE_SYNC = 2
1764} ;
1765#line 49
1766struct export_operations;
1767#line 49
1768struct export_operations;
1769#line 51
1770struct iovec;
1771#line 51
1772struct iovec;
1773#line 52
1774struct kiocb;
1775#line 52
1776struct kiocb;
1777#line 53
1778struct pipe_inode_info;
1779#line 53
1780struct pipe_inode_info;
1781#line 54
1782struct poll_table_struct;
1783#line 54
1784struct poll_table_struct;
1785#line 55
1786struct kstatfs;
1787#line 55
1788struct kstatfs;
1789#line 435 "include/linux/fs.h"
1790struct iattr {
1791   unsigned int ia_valid ;
1792   umode_t ia_mode ;
1793   uid_t ia_uid ;
1794   gid_t ia_gid ;
1795   loff_t ia_size ;
1796   struct timespec ia_atime ;
1797   struct timespec ia_mtime ;
1798   struct timespec ia_ctime ;
1799   struct file *ia_file ;
1800};
1801#line 119 "include/linux/quota.h"
1802struct if_dqinfo {
1803   __u64 dqi_bgrace ;
1804   __u64 dqi_igrace ;
1805   __u32 dqi_flags ;
1806   __u32 dqi_valid ;
1807};
1808#line 176 "include/linux/percpu_counter.h"
1809struct fs_disk_quota {
1810   __s8 d_version ;
1811   __s8 d_flags ;
1812   __u16 d_fieldmask ;
1813   __u32 d_id ;
1814   __u64 d_blk_hardlimit ;
1815   __u64 d_blk_softlimit ;
1816   __u64 d_ino_hardlimit ;
1817   __u64 d_ino_softlimit ;
1818   __u64 d_bcount ;
1819   __u64 d_icount ;
1820   __s32 d_itimer ;
1821   __s32 d_btimer ;
1822   __u16 d_iwarns ;
1823   __u16 d_bwarns ;
1824   __s32 d_padding2 ;
1825   __u64 d_rtb_hardlimit ;
1826   __u64 d_rtb_softlimit ;
1827   __u64 d_rtbcount ;
1828   __s32 d_rtbtimer ;
1829   __u16 d_rtbwarns ;
1830   __s16 d_padding3 ;
1831   char d_padding4[8U] ;
1832};
1833#line 75 "include/linux/dqblk_xfs.h"
1834struct fs_qfilestat {
1835   __u64 qfs_ino ;
1836   __u64 qfs_nblks ;
1837   __u32 qfs_nextents ;
1838};
1839#line 150 "include/linux/dqblk_xfs.h"
1840typedef struct fs_qfilestat fs_qfilestat_t;
1841#line 151 "include/linux/dqblk_xfs.h"
1842struct fs_quota_stat {
1843   __s8 qs_version ;
1844   __u16 qs_flags ;
1845   __s8 qs_pad ;
1846   fs_qfilestat_t qs_uquota ;
1847   fs_qfilestat_t qs_gquota ;
1848   __u32 qs_incoredqs ;
1849   __s32 qs_btimelimit ;
1850   __s32 qs_itimelimit ;
1851   __s32 qs_rtbtimelimit ;
1852   __u16 qs_bwarnlimit ;
1853   __u16 qs_iwarnlimit ;
1854};
1855#line 165
1856struct dquot;
1857#line 165
1858struct dquot;
1859#line 185 "include/linux/quota.h"
1860typedef __kernel_uid32_t qid_t;
1861#line 186 "include/linux/quota.h"
1862typedef long long qsize_t;
1863#line 189 "include/linux/quota.h"
1864struct mem_dqblk {
1865   qsize_t dqb_bhardlimit ;
1866   qsize_t dqb_bsoftlimit ;
1867   qsize_t dqb_curspace ;
1868   qsize_t dqb_rsvspace ;
1869   qsize_t dqb_ihardlimit ;
1870   qsize_t dqb_isoftlimit ;
1871   qsize_t dqb_curinodes ;
1872   time_t dqb_btime ;
1873   time_t dqb_itime ;
1874};
1875#line 211
1876struct quota_format_type;
1877#line 211
1878struct quota_format_type;
1879#line 212 "include/linux/quota.h"
1880struct mem_dqinfo {
1881   struct quota_format_type *dqi_format ;
1882   int dqi_fmt_id ;
1883   struct list_head dqi_dirty_list ;
1884   unsigned long dqi_flags ;
1885   unsigned int dqi_bgrace ;
1886   unsigned int dqi_igrace ;
1887   qsize_t dqi_maxblimit ;
1888   qsize_t dqi_maxilimit ;
1889   void *dqi_priv ;
1890};
1891#line 275 "include/linux/quota.h"
1892struct dquot {
1893   struct hlist_node dq_hash ;
1894   struct list_head dq_inuse ;
1895   struct list_head dq_free ;
1896   struct list_head dq_dirty ;
1897   struct mutex dq_lock ;
1898   atomic_t dq_count ;
1899   wait_queue_head_t dq_wait_unused ;
1900   struct super_block *dq_sb ;
1901   unsigned int dq_id ;
1902   loff_t dq_off ;
1903   unsigned long dq_flags ;
1904   short dq_type ;
1905   struct mem_dqblk dq_dqb ;
1906};
1907#line 303 "include/linux/quota.h"
1908struct quota_format_ops {
1909   int (*check_quota_file)(struct super_block * , int  ) ;
1910   int (*read_file_info)(struct super_block * , int  ) ;
1911   int (*write_file_info)(struct super_block * , int  ) ;
1912   int (*free_file_info)(struct super_block * , int  ) ;
1913   int (*read_dqblk)(struct dquot * ) ;
1914   int (*commit_dqblk)(struct dquot * ) ;
1915   int (*release_dqblk)(struct dquot * ) ;
1916};
1917#line 314 "include/linux/quota.h"
1918struct dquot_operations {
1919   int (*write_dquot)(struct dquot * ) ;
1920   struct dquot *(*alloc_dquot)(struct super_block * , int  ) ;
1921   void (*destroy_dquot)(struct dquot * ) ;
1922   int (*acquire_dquot)(struct dquot * ) ;
1923   int (*release_dquot)(struct dquot * ) ;
1924   int (*mark_dirty)(struct dquot * ) ;
1925   int (*write_info)(struct super_block * , int  ) ;
1926   qsize_t *(*get_reserved_space)(struct inode * ) ;
1927};
1928#line 328 "include/linux/quota.h"
1929struct quotactl_ops {
1930   int (*quota_on)(struct super_block * , int  , int  , struct path * ) ;
1931   int (*quota_on_meta)(struct super_block * , int  , int  ) ;
1932   int (*quota_off)(struct super_block * , int  ) ;
1933   int (*quota_sync)(struct super_block * , int  , int  ) ;
1934   int (*get_info)(struct super_block * , int  , struct if_dqinfo * ) ;
1935   int (*set_info)(struct super_block * , int  , struct if_dqinfo * ) ;
1936   int (*get_dqblk)(struct super_block * , int  , qid_t  , struct fs_disk_quota * ) ;
1937   int (*set_dqblk)(struct super_block * , int  , qid_t  , struct fs_disk_quota * ) ;
1938   int (*get_xstate)(struct super_block * , struct fs_quota_stat * ) ;
1939   int (*set_xstate)(struct super_block * , unsigned int  , int  ) ;
1940};
1941#line 344 "include/linux/quota.h"
1942struct quota_format_type {
1943   int qf_fmt_id ;
1944   struct quota_format_ops  const  *qf_ops ;
1945   struct module *qf_owner ;
1946   struct quota_format_type *qf_next ;
1947};
1948#line 390 "include/linux/quota.h"
1949struct quota_info {
1950   unsigned int flags ;
1951   struct mutex dqio_mutex ;
1952   struct mutex dqonoff_mutex ;
1953   struct rw_semaphore dqptr_sem ;
1954   struct inode *files[2U] ;
1955   struct mem_dqinfo info[2U] ;
1956   struct quota_format_ops  const  *ops[2U] ;
1957};
1958#line 421
1959struct address_space;
1960#line 421
1961struct address_space;
1962#line 422
1963struct writeback_control;
1964#line 422
1965struct writeback_control;
1966#line 585 "include/linux/fs.h"
1967union __anonunion_arg_140 {
1968   char *buf ;
1969   void *data ;
1970};
1971#line 585 "include/linux/fs.h"
1972struct __anonstruct_read_descriptor_t_139 {
1973   size_t written ;
1974   size_t count ;
1975   union __anonunion_arg_140 arg ;
1976   int error ;
1977};
1978#line 585 "include/linux/fs.h"
1979typedef struct __anonstruct_read_descriptor_t_139 read_descriptor_t;
1980#line 588 "include/linux/fs.h"
1981struct address_space_operations {
1982   int (*writepage)(struct page * , struct writeback_control * ) ;
1983   int (*readpage)(struct file * , struct page * ) ;
1984   int (*writepages)(struct address_space * , struct writeback_control * ) ;
1985   int (*set_page_dirty)(struct page * ) ;
1986   int (*readpages)(struct file * , struct address_space * , struct list_head * ,
1987                    unsigned int  ) ;
1988   int (*write_begin)(struct file * , struct address_space * , loff_t  , unsigned int  ,
1989                      unsigned int  , struct page ** , void ** ) ;
1990   int (*write_end)(struct file * , struct address_space * , loff_t  , unsigned int  ,
1991                    unsigned int  , struct page * , void * ) ;
1992   sector_t (*bmap)(struct address_space * , sector_t  ) ;
1993   void (*invalidatepage)(struct page * , unsigned long  ) ;
1994   int (*releasepage)(struct page * , gfp_t  ) ;
1995   void (*freepage)(struct page * ) ;
1996   ssize_t (*direct_IO)(int  , struct kiocb * , struct iovec  const  * , loff_t  ,
1997                        unsigned long  ) ;
1998   int (*get_xip_mem)(struct address_space * , unsigned long  , int  , void ** , unsigned long * ) ;
1999   int (*migratepage)(struct address_space * , struct page * , struct page * , enum migrate_mode  ) ;
2000   int (*launder_page)(struct page * ) ;
2001   int (*is_partially_uptodate)(struct page * , read_descriptor_t * , unsigned long  ) ;
2002   int (*error_remove_page)(struct address_space * , struct page * ) ;
2003};
2004#line 642
2005struct backing_dev_info;
2006#line 642
2007struct backing_dev_info;
2008#line 643 "include/linux/fs.h"
2009struct address_space {
2010   struct inode *host ;
2011   struct radix_tree_root page_tree ;
2012   spinlock_t tree_lock ;
2013   unsigned int i_mmap_writable ;
2014   struct prio_tree_root i_mmap ;
2015   struct list_head i_mmap_nonlinear ;
2016   struct mutex i_mmap_mutex ;
2017   unsigned long nrpages ;
2018   unsigned long writeback_index ;
2019   struct address_space_operations  const  *a_ops ;
2020   unsigned long flags ;
2021   struct backing_dev_info *backing_dev_info ;
2022   spinlock_t private_lock ;
2023   struct list_head private_list ;
2024   struct address_space *assoc_mapping ;
2025};
2026#line 664
2027struct request_queue;
2028#line 664
2029struct request_queue;
2030#line 665
2031struct hd_struct;
2032#line 665
2033struct gendisk;
2034#line 665 "include/linux/fs.h"
2035struct block_device {
2036   dev_t bd_dev ;
2037   int bd_openers ;
2038   struct inode *bd_inode ;
2039   struct super_block *bd_super ;
2040   struct mutex bd_mutex ;
2041   struct list_head bd_inodes ;
2042   void *bd_claiming ;
2043   void *bd_holder ;
2044   int bd_holders ;
2045   bool bd_write_holder ;
2046   struct list_head bd_holder_disks ;
2047   struct block_device *bd_contains ;
2048   unsigned int bd_block_size ;
2049   struct hd_struct *bd_part ;
2050   unsigned int bd_part_count ;
2051   int bd_invalidated ;
2052   struct gendisk *bd_disk ;
2053   struct request_queue *bd_queue ;
2054   struct list_head bd_list ;
2055   unsigned long bd_private ;
2056   int bd_fsfreeze_count ;
2057   struct mutex bd_fsfreeze_mutex ;
2058};
2059#line 737
2060struct posix_acl;
2061#line 737
2062struct posix_acl;
2063#line 738
2064struct inode_operations;
2065#line 738 "include/linux/fs.h"
2066union __anonunion_ldv_18565_141 {
2067   unsigned int const   i_nlink ;
2068   unsigned int __i_nlink ;
2069};
2070#line 738 "include/linux/fs.h"
2071union __anonunion_ldv_18584_142 {
2072   struct list_head i_dentry ;
2073   struct rcu_head i_rcu ;
2074};
2075#line 738
2076struct file_operations;
2077#line 738
2078struct file_lock;
2079#line 738
2080struct cdev;
2081#line 738 "include/linux/fs.h"
2082union __anonunion_ldv_18602_143 {
2083   struct pipe_inode_info *i_pipe ;
2084   struct block_device *i_bdev ;
2085   struct cdev *i_cdev ;
2086};
2087#line 738 "include/linux/fs.h"
2088struct inode {
2089   umode_t i_mode ;
2090   unsigned short i_opflags ;
2091   uid_t i_uid ;
2092   gid_t i_gid ;
2093   unsigned int i_flags ;
2094   struct posix_acl *i_acl ;
2095   struct posix_acl *i_default_acl ;
2096   struct inode_operations  const  *i_op ;
2097   struct super_block *i_sb ;
2098   struct address_space *i_mapping ;
2099   void *i_security ;
2100   unsigned long i_ino ;
2101   union __anonunion_ldv_18565_141 ldv_18565 ;
2102   dev_t i_rdev ;
2103   struct timespec i_atime ;
2104   struct timespec i_mtime ;
2105   struct timespec i_ctime ;
2106   spinlock_t i_lock ;
2107   unsigned short i_bytes ;
2108   blkcnt_t i_blocks ;
2109   loff_t i_size ;
2110   unsigned long i_state ;
2111   struct mutex i_mutex ;
2112   unsigned long dirtied_when ;
2113   struct hlist_node i_hash ;
2114   struct list_head i_wb_list ;
2115   struct list_head i_lru ;
2116   struct list_head i_sb_list ;
2117   union __anonunion_ldv_18584_142 ldv_18584 ;
2118   atomic_t i_count ;
2119   unsigned int i_blkbits ;
2120   u64 i_version ;
2121   atomic_t i_dio_count ;
2122   atomic_t i_writecount ;
2123   struct file_operations  const  *i_fop ;
2124   struct file_lock *i_flock ;
2125   struct address_space i_data ;
2126   struct dquot *i_dquot[2U] ;
2127   struct list_head i_devices ;
2128   union __anonunion_ldv_18602_143 ldv_18602 ;
2129   __u32 i_generation ;
2130   __u32 i_fsnotify_mask ;
2131   struct hlist_head i_fsnotify_marks ;
2132   atomic_t i_readcount ;
2133   void *i_private ;
2134};
2135#line 941 "include/linux/fs.h"
2136struct fown_struct {
2137   rwlock_t lock ;
2138   struct pid *pid ;
2139   enum pid_type pid_type ;
2140   uid_t uid ;
2141   uid_t euid ;
2142   int signum ;
2143};
2144#line 949 "include/linux/fs.h"
2145struct file_ra_state {
2146   unsigned long start ;
2147   unsigned int size ;
2148   unsigned int async_size ;
2149   unsigned int ra_pages ;
2150   unsigned int mmap_miss ;
2151   loff_t prev_pos ;
2152};
2153#line 972 "include/linux/fs.h"
2154union __anonunion_f_u_144 {
2155   struct list_head fu_list ;
2156   struct rcu_head fu_rcuhead ;
2157};
2158#line 972 "include/linux/fs.h"
2159struct file {
2160   union __anonunion_f_u_144 f_u ;
2161   struct path f_path ;
2162   struct file_operations  const  *f_op ;
2163   spinlock_t f_lock ;
2164   int f_sb_list_cpu ;
2165   atomic_long_t f_count ;
2166   unsigned int f_flags ;
2167   fmode_t f_mode ;
2168   loff_t f_pos ;
2169   struct fown_struct f_owner ;
2170   struct cred  const  *f_cred ;
2171   struct file_ra_state f_ra ;
2172   u64 f_version ;
2173   void *f_security ;
2174   void *private_data ;
2175   struct list_head f_ep_links ;
2176   struct list_head f_tfile_llink ;
2177   struct address_space *f_mapping ;
2178   unsigned long f_mnt_write_state ;
2179};
2180#line 1111
2181struct files_struct;
2182#line 1111 "include/linux/fs.h"
2183typedef struct files_struct *fl_owner_t;
2184#line 1112 "include/linux/fs.h"
2185struct file_lock_operations {
2186   void (*fl_copy_lock)(struct file_lock * , struct file_lock * ) ;
2187   void (*fl_release_private)(struct file_lock * ) ;
2188};
2189#line 1117 "include/linux/fs.h"
2190struct lock_manager_operations {
2191   int (*lm_compare_owner)(struct file_lock * , struct file_lock * ) ;
2192   void (*lm_notify)(struct file_lock * ) ;
2193   int (*lm_grant)(struct file_lock * , struct file_lock * , int  ) ;
2194   void (*lm_release_private)(struct file_lock * ) ;
2195   void (*lm_break)(struct file_lock * ) ;
2196   int (*lm_change)(struct file_lock ** , int  ) ;
2197};
2198#line 1134
2199struct nlm_lockowner;
2200#line 1134
2201struct nlm_lockowner;
2202#line 1135 "include/linux/fs.h"
2203struct nfs_lock_info {
2204   u32 state ;
2205   struct nlm_lockowner *owner ;
2206   struct list_head list ;
2207};
2208#line 14 "include/linux/nfs_fs_i.h"
2209struct nfs4_lock_state;
2210#line 14
2211struct nfs4_lock_state;
2212#line 15 "include/linux/nfs_fs_i.h"
2213struct nfs4_lock_info {
2214   struct nfs4_lock_state *owner ;
2215};
2216#line 19
2217struct fasync_struct;
2218#line 19 "include/linux/nfs_fs_i.h"
2219struct __anonstruct_afs_146 {
2220   struct list_head link ;
2221   int state ;
2222};
2223#line 19 "include/linux/nfs_fs_i.h"
2224union __anonunion_fl_u_145 {
2225   struct nfs_lock_info nfs_fl ;
2226   struct nfs4_lock_info nfs4_fl ;
2227   struct __anonstruct_afs_146 afs ;
2228};
2229#line 19 "include/linux/nfs_fs_i.h"
2230struct file_lock {
2231   struct file_lock *fl_next ;
2232   struct list_head fl_link ;
2233   struct list_head fl_block ;
2234   fl_owner_t fl_owner ;
2235   unsigned int fl_flags ;
2236   unsigned char fl_type ;
2237   unsigned int fl_pid ;
2238   struct pid *fl_nspid ;
2239   wait_queue_head_t fl_wait ;
2240   struct file *fl_file ;
2241   loff_t fl_start ;
2242   loff_t fl_end ;
2243   struct fasync_struct *fl_fasync ;
2244   unsigned long fl_break_time ;
2245   unsigned long fl_downgrade_time ;
2246   struct file_lock_operations  const  *fl_ops ;
2247   struct lock_manager_operations  const  *fl_lmops ;
2248   union __anonunion_fl_u_145 fl_u ;
2249};
2250#line 1221 "include/linux/fs.h"
2251struct fasync_struct {
2252   spinlock_t fa_lock ;
2253   int magic ;
2254   int fa_fd ;
2255   struct fasync_struct *fa_next ;
2256   struct file *fa_file ;
2257   struct rcu_head fa_rcu ;
2258};
2259#line 1417
2260struct file_system_type;
2261#line 1417
2262struct super_operations;
2263#line 1417
2264struct xattr_handler;
2265#line 1417
2266struct mtd_info;
2267#line 1417 "include/linux/fs.h"
2268struct super_block {
2269   struct list_head s_list ;
2270   dev_t s_dev ;
2271   unsigned char s_dirt ;
2272   unsigned char s_blocksize_bits ;
2273   unsigned long s_blocksize ;
2274   loff_t s_maxbytes ;
2275   struct file_system_type *s_type ;
2276   struct super_operations  const  *s_op ;
2277   struct dquot_operations  const  *dq_op ;
2278   struct quotactl_ops  const  *s_qcop ;
2279   struct export_operations  const  *s_export_op ;
2280   unsigned long s_flags ;
2281   unsigned long s_magic ;
2282   struct dentry *s_root ;
2283   struct rw_semaphore s_umount ;
2284   struct mutex s_lock ;
2285   int s_count ;
2286   atomic_t s_active ;
2287   void *s_security ;
2288   struct xattr_handler  const  **s_xattr ;
2289   struct list_head s_inodes ;
2290   struct hlist_bl_head s_anon ;
2291   struct list_head *s_files ;
2292   struct list_head s_mounts ;
2293   struct list_head s_dentry_lru ;
2294   int s_nr_dentry_unused ;
2295   spinlock_t s_inode_lru_lock ;
2296   struct list_head s_inode_lru ;
2297   int s_nr_inodes_unused ;
2298   struct block_device *s_bdev ;
2299   struct backing_dev_info *s_bdi ;
2300   struct mtd_info *s_mtd ;
2301   struct hlist_node s_instances ;
2302   struct quota_info s_dquot ;
2303   int s_frozen ;
2304   wait_queue_head_t s_wait_unfrozen ;
2305   char s_id[32U] ;
2306   u8 s_uuid[16U] ;
2307   void *s_fs_info ;
2308   unsigned int s_max_links ;
2309   fmode_t s_mode ;
2310   u32 s_time_gran ;
2311   struct mutex s_vfs_rename_mutex ;
2312   char *s_subtype ;
2313   char *s_options ;
2314   struct dentry_operations  const  *s_d_op ;
2315   int cleancache_poolid ;
2316   struct shrinker s_shrink ;
2317   atomic_long_t s_remove_count ;
2318   int s_readonly_remount ;
2319};
2320#line 1563 "include/linux/fs.h"
2321struct fiemap_extent_info {
2322   unsigned int fi_flags ;
2323   unsigned int fi_extents_mapped ;
2324   unsigned int fi_extents_max ;
2325   struct fiemap_extent *fi_extents_start ;
2326};
2327#line 1602 "include/linux/fs.h"
2328struct file_operations {
2329   struct module *owner ;
2330   loff_t (*llseek)(struct file * , loff_t  , int  ) ;
2331   ssize_t (*read)(struct file * , char * , size_t  , loff_t * ) ;
2332   ssize_t (*write)(struct file * , char const   * , size_t  , loff_t * ) ;
2333   ssize_t (*aio_read)(struct kiocb * , struct iovec  const  * , unsigned long  ,
2334                       loff_t  ) ;
2335   ssize_t (*aio_write)(struct kiocb * , struct iovec  const  * , unsigned long  ,
2336                        loff_t  ) ;
2337   int (*readdir)(struct file * , void * , int (*)(void * , char const   * , int  ,
2338                                                   loff_t  , u64  , unsigned int  ) ) ;
2339   unsigned int (*poll)(struct file * , struct poll_table_struct * ) ;
2340   long (*unlocked_ioctl)(struct file * , unsigned int  , unsigned long  ) ;
2341   long (*compat_ioctl)(struct file * , unsigned int  , unsigned long  ) ;
2342   int (*mmap)(struct file * , struct vm_area_struct * ) ;
2343   int (*open)(struct inode * , struct file * ) ;
2344   int (*flush)(struct file * , fl_owner_t  ) ;
2345   int (*release)(struct inode * , struct file * ) ;
2346   int (*fsync)(struct file * , loff_t  , loff_t  , int  ) ;
2347   int (*aio_fsync)(struct kiocb * , int  ) ;
2348   int (*fasync)(int  , struct file * , int  ) ;
2349   int (*lock)(struct file * , int  , struct file_lock * ) ;
2350   ssize_t (*sendpage)(struct file * , struct page * , int  , size_t  , loff_t * ,
2351                       int  ) ;
2352   unsigned long (*get_unmapped_area)(struct file * , unsigned long  , unsigned long  ,
2353                                      unsigned long  , unsigned long  ) ;
2354   int (*check_flags)(int  ) ;
2355   int (*flock)(struct file * , int  , struct file_lock * ) ;
2356   ssize_t (*splice_write)(struct pipe_inode_info * , struct file * , loff_t * , size_t  ,
2357                           unsigned int  ) ;
2358   ssize_t (*splice_read)(struct file * , loff_t * , struct pipe_inode_info * , size_t  ,
2359                          unsigned int  ) ;
2360   int (*setlease)(struct file * , long  , struct file_lock ** ) ;
2361   long (*fallocate)(struct file * , int  , loff_t  , loff_t  ) ;
2362};
2363#line 1637 "include/linux/fs.h"
2364struct inode_operations {
2365   struct dentry *(*lookup)(struct inode * , struct dentry * , struct nameidata * ) ;
2366   void *(*follow_link)(struct dentry * , struct nameidata * ) ;
2367   int (*permission)(struct inode * , int  ) ;
2368   struct posix_acl *(*get_acl)(struct inode * , int  ) ;
2369   int (*readlink)(struct dentry * , char * , int  ) ;
2370   void (*put_link)(struct dentry * , struct nameidata * , void * ) ;
2371   int (*create)(struct inode * , struct dentry * , umode_t  , struct nameidata * ) ;
2372   int (*link)(struct dentry * , struct inode * , struct dentry * ) ;
2373   int (*unlink)(struct inode * , struct dentry * ) ;
2374   int (*symlink)(struct inode * , struct dentry * , char const   * ) ;
2375   int (*mkdir)(struct inode * , struct dentry * , umode_t  ) ;
2376   int (*rmdir)(struct inode * , struct dentry * ) ;
2377   int (*mknod)(struct inode * , struct dentry * , umode_t  , dev_t  ) ;
2378   int (*rename)(struct inode * , struct dentry * , struct inode * , struct dentry * ) ;
2379   void (*truncate)(struct inode * ) ;
2380   int (*setattr)(struct dentry * , struct iattr * ) ;
2381   int (*getattr)(struct vfsmount * , struct dentry * , struct kstat * ) ;
2382   int (*setxattr)(struct dentry * , char const   * , void const   * , size_t  , int  ) ;
2383   ssize_t (*getxattr)(struct dentry * , char const   * , void * , size_t  ) ;
2384   ssize_t (*listxattr)(struct dentry * , char * , size_t  ) ;
2385   int (*removexattr)(struct dentry * , char const   * ) ;
2386   void (*truncate_range)(struct inode * , loff_t  , loff_t  ) ;
2387   int (*fiemap)(struct inode * , struct fiemap_extent_info * , u64  , u64  ) ;
2388};
2389#line 1682 "include/linux/fs.h"
2390struct super_operations {
2391   struct inode *(*alloc_inode)(struct super_block * ) ;
2392   void (*destroy_inode)(struct inode * ) ;
2393   void (*dirty_inode)(struct inode * , int  ) ;
2394   int (*write_inode)(struct inode * , struct writeback_control * ) ;
2395   int (*drop_inode)(struct inode * ) ;
2396   void (*evict_inode)(struct inode * ) ;
2397   void (*put_super)(struct super_block * ) ;
2398   void (*write_super)(struct super_block * ) ;
2399   int (*sync_fs)(struct super_block * , int  ) ;
2400   int (*freeze_fs)(struct super_block * ) ;
2401   int (*unfreeze_fs)(struct super_block * ) ;
2402   int (*statfs)(struct dentry * , struct kstatfs * ) ;
2403   int (*remount_fs)(struct super_block * , int * , char * ) ;
2404   void (*umount_begin)(struct super_block * ) ;
2405   int (*show_options)(struct seq_file * , struct dentry * ) ;
2406   int (*show_devname)(struct seq_file * , struct dentry * ) ;
2407   int (*show_path)(struct seq_file * , struct dentry * ) ;
2408   int (*show_stats)(struct seq_file * , struct dentry * ) ;
2409   ssize_t (*quota_read)(struct super_block * , int  , char * , size_t  , loff_t  ) ;
2410   ssize_t (*quota_write)(struct super_block * , int  , char const   * , size_t  ,
2411                          loff_t  ) ;
2412   int (*bdev_try_to_free_page)(struct super_block * , struct page * , gfp_t  ) ;
2413   int (*nr_cached_objects)(struct super_block * ) ;
2414   void (*free_cached_objects)(struct super_block * , int  ) ;
2415};
2416#line 1834 "include/linux/fs.h"
2417struct file_system_type {
2418   char const   *name ;
2419   int fs_flags ;
2420   struct dentry *(*mount)(struct file_system_type * , int  , char const   * , void * ) ;
2421   void (*kill_sb)(struct super_block * ) ;
2422   struct module *owner ;
2423   struct file_system_type *next ;
2424   struct hlist_head fs_supers ;
2425   struct lock_class_key s_lock_key ;
2426   struct lock_class_key s_umount_key ;
2427   struct lock_class_key s_vfs_rename_key ;
2428   struct lock_class_key i_lock_key ;
2429   struct lock_class_key i_mutex_key ;
2430   struct lock_class_key i_mutex_dir_key ;
2431};
2432#line 55 "include/linux/sched.h"
2433union __anonunion_ldv_20501_148 {
2434   unsigned long index ;
2435   void *freelist ;
2436};
2437#line 55 "include/linux/sched.h"
2438struct __anonstruct_ldv_20511_152 {
2439   unsigned short inuse ;
2440   unsigned short objects : 15 ;
2441   unsigned char frozen : 1 ;
2442};
2443#line 55 "include/linux/sched.h"
2444union __anonunion_ldv_20512_151 {
2445   atomic_t _mapcount ;
2446   struct __anonstruct_ldv_20511_152 ldv_20511 ;
2447};
2448#line 55 "include/linux/sched.h"
2449struct __anonstruct_ldv_20514_150 {
2450   union __anonunion_ldv_20512_151 ldv_20512 ;
2451   atomic_t _count ;
2452};
2453#line 55 "include/linux/sched.h"
2454union __anonunion_ldv_20515_149 {
2455   unsigned long counters ;
2456   struct __anonstruct_ldv_20514_150 ldv_20514 ;
2457};
2458#line 55 "include/linux/sched.h"
2459struct __anonstruct_ldv_20516_147 {
2460   union __anonunion_ldv_20501_148 ldv_20501 ;
2461   union __anonunion_ldv_20515_149 ldv_20515 ;
2462};
2463#line 55 "include/linux/sched.h"
2464struct __anonstruct_ldv_20523_154 {
2465   struct page *next ;
2466   int pages ;
2467   int pobjects ;
2468};
2469#line 55 "include/linux/sched.h"
2470union __anonunion_ldv_20524_153 {
2471   struct list_head lru ;
2472   struct __anonstruct_ldv_20523_154 ldv_20523 ;
2473};
2474#line 55 "include/linux/sched.h"
2475union __anonunion_ldv_20529_155 {
2476   unsigned long private ;
2477   struct kmem_cache *slab ;
2478   struct page *first_page ;
2479};
2480#line 55 "include/linux/sched.h"
2481struct page {
2482   unsigned long flags ;
2483   struct address_space *mapping ;
2484   struct __anonstruct_ldv_20516_147 ldv_20516 ;
2485   union __anonunion_ldv_20524_153 ldv_20524 ;
2486   union __anonunion_ldv_20529_155 ldv_20529 ;
2487   unsigned long debug_flags ;
2488};
2489#line 192 "include/linux/mm_types.h"
2490struct __anonstruct_vm_set_157 {
2491   struct list_head list ;
2492   void *parent ;
2493   struct vm_area_struct *head ;
2494};
2495#line 192 "include/linux/mm_types.h"
2496union __anonunion_shared_156 {
2497   struct __anonstruct_vm_set_157 vm_set ;
2498   struct raw_prio_tree_node prio_tree_node ;
2499};
2500#line 192
2501struct anon_vma;
2502#line 192
2503struct vm_operations_struct;
2504#line 192
2505struct mempolicy;
2506#line 192 "include/linux/mm_types.h"
2507struct vm_area_struct {
2508   struct mm_struct *vm_mm ;
2509   unsigned long vm_start ;
2510   unsigned long vm_end ;
2511   struct vm_area_struct *vm_next ;
2512   struct vm_area_struct *vm_prev ;
2513   pgprot_t vm_page_prot ;
2514   unsigned long vm_flags ;
2515   struct rb_node vm_rb ;
2516   union __anonunion_shared_156 shared ;
2517   struct list_head anon_vma_chain ;
2518   struct anon_vma *anon_vma ;
2519   struct vm_operations_struct  const  *vm_ops ;
2520   unsigned long vm_pgoff ;
2521   struct file *vm_file ;
2522   void *vm_private_data ;
2523   struct mempolicy *vm_policy ;
2524};
2525#line 255 "include/linux/mm_types.h"
2526struct core_thread {
2527   struct task_struct *task ;
2528   struct core_thread *next ;
2529};
2530#line 261 "include/linux/mm_types.h"
2531struct core_state {
2532   atomic_t nr_threads ;
2533   struct core_thread dumper ;
2534   struct completion startup ;
2535};
2536#line 274 "include/linux/mm_types.h"
2537struct mm_rss_stat {
2538   atomic_long_t count[3U] ;
2539};
2540#line 287
2541struct linux_binfmt;
2542#line 287
2543struct mmu_notifier_mm;
2544#line 287 "include/linux/mm_types.h"
2545struct mm_struct {
2546   struct vm_area_struct *mmap ;
2547   struct rb_root mm_rb ;
2548   struct vm_area_struct *mmap_cache ;
2549   unsigned long (*get_unmapped_area)(struct file * , unsigned long  , unsigned long  ,
2550                                      unsigned long  , unsigned long  ) ;
2551   void (*unmap_area)(struct mm_struct * , unsigned long  ) ;
2552   unsigned long mmap_base ;
2553   unsigned long task_size ;
2554   unsigned long cached_hole_size ;
2555   unsigned long free_area_cache ;
2556   pgd_t *pgd ;
2557   atomic_t mm_users ;
2558   atomic_t mm_count ;
2559   int map_count ;
2560   spinlock_t page_table_lock ;
2561   struct rw_semaphore mmap_sem ;
2562   struct list_head mmlist ;
2563   unsigned long hiwater_rss ;
2564   unsigned long hiwater_vm ;
2565   unsigned long total_vm ;
2566   unsigned long locked_vm ;
2567   unsigned long pinned_vm ;
2568   unsigned long shared_vm ;
2569   unsigned long exec_vm ;
2570   unsigned long stack_vm ;
2571   unsigned long reserved_vm ;
2572   unsigned long def_flags ;
2573   unsigned long nr_ptes ;
2574   unsigned long start_code ;
2575   unsigned long end_code ;
2576   unsigned long start_data ;
2577   unsigned long end_data ;
2578   unsigned long start_brk ;
2579   unsigned long brk ;
2580   unsigned long start_stack ;
2581   unsigned long arg_start ;
2582   unsigned long arg_end ;
2583   unsigned long env_start ;
2584   unsigned long env_end ;
2585   unsigned long saved_auxv[44U] ;
2586   struct mm_rss_stat rss_stat ;
2587   struct linux_binfmt *binfmt ;
2588   cpumask_var_t cpu_vm_mask_var ;
2589   mm_context_t context ;
2590   unsigned int faultstamp ;
2591   unsigned int token_priority ;
2592   unsigned int last_interval ;
2593   unsigned long flags ;
2594   struct core_state *core_state ;
2595   spinlock_t ioctx_lock ;
2596   struct hlist_head ioctx_list ;
2597   struct task_struct *owner ;
2598   struct file *exe_file ;
2599   unsigned long num_exe_file_vmas ;
2600   struct mmu_notifier_mm *mmu_notifier_mm ;
2601   pgtable_t pmd_huge_pte ;
2602   struct cpumask cpumask_allocation ;
2603};
2604#line 7 "include/asm-generic/cputime.h"
2605typedef unsigned long cputime_t;
2606#line 98 "include/linux/sem.h"
2607struct sem_undo_list;
2608#line 98 "include/linux/sem.h"
2609struct sysv_sem {
2610   struct sem_undo_list *undo_list ;
2611};
2612#line 107
2613struct siginfo;
2614#line 107
2615struct siginfo;
2616#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2617struct __anonstruct_sigset_t_158 {
2618   unsigned long sig[1U] ;
2619};
2620#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2621typedef struct __anonstruct_sigset_t_158 sigset_t;
2622#line 17 "include/asm-generic/signal-defs.h"
2623typedef void __signalfn_t(int  );
2624#line 18 "include/asm-generic/signal-defs.h"
2625typedef __signalfn_t *__sighandler_t;
2626#line 20 "include/asm-generic/signal-defs.h"
2627typedef void __restorefn_t(void);
2628#line 21 "include/asm-generic/signal-defs.h"
2629typedef __restorefn_t *__sigrestore_t;
2630#line 126 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2631struct sigaction {
2632   __sighandler_t sa_handler ;
2633   unsigned long sa_flags ;
2634   __sigrestore_t sa_restorer ;
2635   sigset_t sa_mask ;
2636};
2637#line 173 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2638struct k_sigaction {
2639   struct sigaction sa ;
2640};
2641#line 185 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2642union sigval {
2643   int sival_int ;
2644   void *sival_ptr ;
2645};
2646#line 10 "include/asm-generic/siginfo.h"
2647typedef union sigval sigval_t;
2648#line 11 "include/asm-generic/siginfo.h"
2649struct __anonstruct__kill_160 {
2650   __kernel_pid_t _pid ;
2651   __kernel_uid32_t _uid ;
2652};
2653#line 11 "include/asm-generic/siginfo.h"
2654struct __anonstruct__timer_161 {
2655   __kernel_timer_t _tid ;
2656   int _overrun ;
2657   char _pad[0U] ;
2658   sigval_t _sigval ;
2659   int _sys_private ;
2660};
2661#line 11 "include/asm-generic/siginfo.h"
2662struct __anonstruct__rt_162 {
2663   __kernel_pid_t _pid ;
2664   __kernel_uid32_t _uid ;
2665   sigval_t _sigval ;
2666};
2667#line 11 "include/asm-generic/siginfo.h"
2668struct __anonstruct__sigchld_163 {
2669   __kernel_pid_t _pid ;
2670   __kernel_uid32_t _uid ;
2671   int _status ;
2672   __kernel_clock_t _utime ;
2673   __kernel_clock_t _stime ;
2674};
2675#line 11 "include/asm-generic/siginfo.h"
2676struct __anonstruct__sigfault_164 {
2677   void *_addr ;
2678   short _addr_lsb ;
2679};
2680#line 11 "include/asm-generic/siginfo.h"
2681struct __anonstruct__sigpoll_165 {
2682   long _band ;
2683   int _fd ;
2684};
2685#line 11 "include/asm-generic/siginfo.h"
2686union __anonunion__sifields_159 {
2687   int _pad[28U] ;
2688   struct __anonstruct__kill_160 _kill ;
2689   struct __anonstruct__timer_161 _timer ;
2690   struct __anonstruct__rt_162 _rt ;
2691   struct __anonstruct__sigchld_163 _sigchld ;
2692   struct __anonstruct__sigfault_164 _sigfault ;
2693   struct __anonstruct__sigpoll_165 _sigpoll ;
2694};
2695#line 11 "include/asm-generic/siginfo.h"
2696struct siginfo {
2697   int si_signo ;
2698   int si_errno ;
2699   int si_code ;
2700   union __anonunion__sifields_159 _sifields ;
2701};
2702#line 102 "include/asm-generic/siginfo.h"
2703typedef struct siginfo siginfo_t;
2704#line 14 "include/linux/signal.h"
2705struct user_struct;
2706#line 24 "include/linux/signal.h"
2707struct sigpending {
2708   struct list_head list ;
2709   sigset_t signal ;
2710};
2711#line 10 "include/linux/seccomp.h"
2712struct __anonstruct_seccomp_t_168 {
2713   int mode ;
2714};
2715#line 10 "include/linux/seccomp.h"
2716typedef struct __anonstruct_seccomp_t_168 seccomp_t;
2717#line 26 "include/linux/seccomp.h"
2718struct plist_head {
2719   struct list_head node_list ;
2720};
2721#line 84 "include/linux/plist.h"
2722struct plist_node {
2723   int prio ;
2724   struct list_head prio_list ;
2725   struct list_head node_list ;
2726};
2727#line 38 "include/linux/rtmutex.h"
2728struct rt_mutex_waiter;
2729#line 38
2730struct rt_mutex_waiter;
2731#line 41 "include/linux/resource.h"
2732struct rlimit {
2733   unsigned long rlim_cur ;
2734   unsigned long rlim_max ;
2735};
2736#line 85 "include/linux/resource.h"
2737struct task_io_accounting {
2738   u64 rchar ;
2739   u64 wchar ;
2740   u64 syscr ;
2741   u64 syscw ;
2742   u64 read_bytes ;
2743   u64 write_bytes ;
2744   u64 cancelled_write_bytes ;
2745};
2746#line 45 "include/linux/task_io_accounting.h"
2747struct latency_record {
2748   unsigned long backtrace[12U] ;
2749   unsigned int count ;
2750   unsigned long time ;
2751   unsigned long max ;
2752};
2753#line 29 "include/linux/key.h"
2754typedef int32_t key_serial_t;
2755#line 32 "include/linux/key.h"
2756typedef uint32_t key_perm_t;
2757#line 33
2758struct key;
2759#line 33
2760struct key;
2761#line 34
2762struct signal_struct;
2763#line 34
2764struct signal_struct;
2765#line 35
2766struct key_type;
2767#line 35
2768struct key_type;
2769#line 37
2770struct keyring_list;
2771#line 37
2772struct keyring_list;
2773#line 115
2774struct key_user;
2775#line 115 "include/linux/key.h"
2776union __anonunion_ldv_21329_169 {
2777   time_t expiry ;
2778   time_t revoked_at ;
2779};
2780#line 115 "include/linux/key.h"
2781union __anonunion_type_data_170 {
2782   struct list_head link ;
2783   unsigned long x[2U] ;
2784   void *p[2U] ;
2785   int reject_error ;
2786};
2787#line 115 "include/linux/key.h"
2788union __anonunion_payload_171 {
2789   unsigned long value ;
2790   void *rcudata ;
2791   void *data ;
2792   struct keyring_list *subscriptions ;
2793};
2794#line 115 "include/linux/key.h"
2795struct key {
2796   atomic_t usage ;
2797   key_serial_t serial ;
2798   struct rb_node serial_node ;
2799   struct key_type *type ;
2800   struct rw_semaphore sem ;
2801   struct key_user *user ;
2802   void *security ;
2803   union __anonunion_ldv_21329_169 ldv_21329 ;
2804   uid_t uid ;
2805   gid_t gid ;
2806   key_perm_t perm ;
2807   unsigned short quotalen ;
2808   unsigned short datalen ;
2809   unsigned long flags ;
2810   char *description ;
2811   union __anonunion_type_data_170 type_data ;
2812   union __anonunion_payload_171 payload ;
2813};
2814#line 316
2815struct audit_context;
2816#line 316
2817struct audit_context;
2818#line 27 "include/linux/selinux.h"
2819struct group_info {
2820   atomic_t usage ;
2821   int ngroups ;
2822   int nblocks ;
2823   gid_t small_block[32U] ;
2824   gid_t *blocks[0U] ;
2825};
2826#line 77 "include/linux/cred.h"
2827struct thread_group_cred {
2828   atomic_t usage ;
2829   pid_t tgid ;
2830   spinlock_t lock ;
2831   struct key *session_keyring ;
2832   struct key *process_keyring ;
2833   struct rcu_head rcu ;
2834};
2835#line 91 "include/linux/cred.h"
2836struct cred {
2837   atomic_t usage ;
2838   atomic_t subscribers ;
2839   void *put_addr ;
2840   unsigned int magic ;
2841   uid_t uid ;
2842   gid_t gid ;
2843   uid_t suid ;
2844   gid_t sgid ;
2845   uid_t euid ;
2846   gid_t egid ;
2847   uid_t fsuid ;
2848   gid_t fsgid ;
2849   unsigned int securebits ;
2850   kernel_cap_t cap_inheritable ;
2851   kernel_cap_t cap_permitted ;
2852   kernel_cap_t cap_effective ;
2853   kernel_cap_t cap_bset ;
2854   unsigned char jit_keyring ;
2855   struct key *thread_keyring ;
2856   struct key *request_key_auth ;
2857   struct thread_group_cred *tgcred ;
2858   void *security ;
2859   struct user_struct *user ;
2860   struct user_namespace *user_ns ;
2861   struct group_info *group_info ;
2862   struct rcu_head rcu ;
2863};
2864#line 264
2865struct llist_node;
2866#line 64 "include/linux/llist.h"
2867struct llist_node {
2868   struct llist_node *next ;
2869};
2870#line 185
2871struct futex_pi_state;
2872#line 185
2873struct futex_pi_state;
2874#line 186
2875struct robust_list_head;
2876#line 186
2877struct robust_list_head;
2878#line 187
2879struct bio_list;
2880#line 187
2881struct bio_list;
2882#line 188
2883struct fs_struct;
2884#line 188
2885struct fs_struct;
2886#line 189
2887struct perf_event_context;
2888#line 189
2889struct perf_event_context;
2890#line 190
2891struct blk_plug;
2892#line 190
2893struct blk_plug;
2894#line 149 "include/linux/sched.h"
2895struct cfs_rq;
2896#line 149
2897struct cfs_rq;
2898#line 44 "include/linux/aio_abi.h"
2899struct io_event {
2900   __u64 data ;
2901   __u64 obj ;
2902   __s64 res ;
2903   __s64 res2 ;
2904};
2905#line 106 "include/linux/aio_abi.h"
2906struct iovec {
2907   void *iov_base ;
2908   __kernel_size_t iov_len ;
2909};
2910#line 54 "include/linux/uio.h"
2911struct kioctx;
2912#line 54
2913struct kioctx;
2914#line 55 "include/linux/uio.h"
2915union __anonunion_ki_obj_172 {
2916   void *user ;
2917   struct task_struct *tsk ;
2918};
2919#line 55
2920struct eventfd_ctx;
2921#line 55 "include/linux/uio.h"
2922struct kiocb {
2923   struct list_head ki_run_list ;
2924   unsigned long ki_flags ;
2925   int ki_users ;
2926   unsigned int ki_key ;
2927   struct file *ki_filp ;
2928   struct kioctx *ki_ctx ;
2929   int (*ki_cancel)(struct kiocb * , struct io_event * ) ;
2930   ssize_t (*ki_retry)(struct kiocb * ) ;
2931   void (*ki_dtor)(struct kiocb * ) ;
2932   union __anonunion_ki_obj_172 ki_obj ;
2933   __u64 ki_user_data ;
2934   loff_t ki_pos ;
2935   void *private ;
2936   unsigned short ki_opcode ;
2937   size_t ki_nbytes ;
2938   char *ki_buf ;
2939   size_t ki_left ;
2940   struct iovec ki_inline_vec ;
2941   struct iovec *ki_iovec ;
2942   unsigned long ki_nr_segs ;
2943   unsigned long ki_cur_seg ;
2944   struct list_head ki_list ;
2945   struct list_head ki_batch ;
2946   struct eventfd_ctx *ki_eventfd ;
2947};
2948#line 162 "include/linux/aio.h"
2949struct aio_ring_info {
2950   unsigned long mmap_base ;
2951   unsigned long mmap_size ;
2952   struct page **ring_pages ;
2953   spinlock_t ring_lock ;
2954   long nr_pages ;
2955   unsigned int nr ;
2956   unsigned int tail ;
2957   struct page *internal_pages[8U] ;
2958};
2959#line 178 "include/linux/aio.h"
2960struct kioctx {
2961   atomic_t users ;
2962   int dead ;
2963   struct mm_struct *mm ;
2964   unsigned long user_id ;
2965   struct hlist_node list ;
2966   wait_queue_head_t wait ;
2967   spinlock_t ctx_lock ;
2968   int reqs_active ;
2969   struct list_head active_reqs ;
2970   struct list_head run_list ;
2971   unsigned int max_reqs ;
2972   struct aio_ring_info ring_info ;
2973   struct delayed_work wq ;
2974   struct rcu_head rcu_head ;
2975};
2976#line 406 "include/linux/sched.h"
2977struct sighand_struct {
2978   atomic_t count ;
2979   struct k_sigaction action[64U] ;
2980   spinlock_t siglock ;
2981   wait_queue_head_t signalfd_wqh ;
2982};
2983#line 449 "include/linux/sched.h"
2984struct pacct_struct {
2985   int ac_flag ;
2986   long ac_exitcode ;
2987   unsigned long ac_mem ;
2988   cputime_t ac_utime ;
2989   cputime_t ac_stime ;
2990   unsigned long ac_minflt ;
2991   unsigned long ac_majflt ;
2992};
2993#line 457 "include/linux/sched.h"
2994struct cpu_itimer {
2995   cputime_t expires ;
2996   cputime_t incr ;
2997   u32 error ;
2998   u32 incr_error ;
2999};
3000#line 464 "include/linux/sched.h"
3001struct task_cputime {
3002   cputime_t utime ;
3003   cputime_t stime ;
3004   unsigned long long sum_exec_runtime ;
3005};
3006#line 481 "include/linux/sched.h"
3007struct thread_group_cputimer {
3008   struct task_cputime cputime ;
3009   int running ;
3010   raw_spinlock_t lock ;
3011};
3012#line 517
3013struct autogroup;
3014#line 517
3015struct autogroup;
3016#line 518
3017struct tty_struct;
3018#line 518
3019struct taskstats;
3020#line 518
3021struct tty_audit_buf;
3022#line 518 "include/linux/sched.h"
3023struct signal_struct {
3024   atomic_t sigcnt ;
3025   atomic_t live ;
3026   int nr_threads ;
3027   wait_queue_head_t wait_chldexit ;
3028   struct task_struct *curr_target ;
3029   struct sigpending shared_pending ;
3030   int group_exit_code ;
3031   int notify_count ;
3032   struct task_struct *group_exit_task ;
3033   int group_stop_count ;
3034   unsigned int flags ;
3035   unsigned char is_child_subreaper : 1 ;
3036   unsigned char has_child_subreaper : 1 ;
3037   struct list_head posix_timers ;
3038   struct hrtimer real_timer ;
3039   struct pid *leader_pid ;
3040   ktime_t it_real_incr ;
3041   struct cpu_itimer it[2U] ;
3042   struct thread_group_cputimer cputimer ;
3043   struct task_cputime cputime_expires ;
3044   struct list_head cpu_timers[3U] ;
3045   struct pid *tty_old_pgrp ;
3046   int leader ;
3047   struct tty_struct *tty ;
3048   struct autogroup *autogroup ;
3049   cputime_t utime ;
3050   cputime_t stime ;
3051   cputime_t cutime ;
3052   cputime_t cstime ;
3053   cputime_t gtime ;
3054   cputime_t cgtime ;
3055   cputime_t prev_utime ;
3056   cputime_t prev_stime ;
3057   unsigned long nvcsw ;
3058   unsigned long nivcsw ;
3059   unsigned long cnvcsw ;
3060   unsigned long cnivcsw ;
3061   unsigned long min_flt ;
3062   unsigned long maj_flt ;
3063   unsigned long cmin_flt ;
3064   unsigned long cmaj_flt ;
3065   unsigned long inblock ;
3066   unsigned long oublock ;
3067   unsigned long cinblock ;
3068   unsigned long coublock ;
3069   unsigned long maxrss ;
3070   unsigned long cmaxrss ;
3071   struct task_io_accounting ioac ;
3072   unsigned long long sum_sched_runtime ;
3073   struct rlimit rlim[16U] ;
3074   struct pacct_struct pacct ;
3075   struct taskstats *stats ;
3076   unsigned int audit_tty ;
3077   struct tty_audit_buf *tty_audit_buf ;
3078   struct rw_semaphore group_rwsem ;
3079   int oom_adj ;
3080   int oom_score_adj ;
3081   int oom_score_adj_min ;
3082   struct mutex cred_guard_mutex ;
3083};
3084#line 699 "include/linux/sched.h"
3085struct user_struct {
3086   atomic_t __count ;
3087   atomic_t processes ;
3088   atomic_t files ;
3089   atomic_t sigpending ;
3090   atomic_t inotify_watches ;
3091   atomic_t inotify_devs ;
3092   atomic_t fanotify_listeners ;
3093   atomic_long_t epoll_watches ;
3094   unsigned long mq_bytes ;
3095   unsigned long locked_shm ;
3096   struct key *uid_keyring ;
3097   struct key *session_keyring ;
3098   struct hlist_node uidhash_node ;
3099   uid_t uid ;
3100   struct user_namespace *user_ns ;
3101   atomic_long_t locked_vm ;
3102};
3103#line 744
3104struct reclaim_state;
3105#line 744
3106struct reclaim_state;
3107#line 745 "include/linux/sched.h"
3108struct sched_info {
3109   unsigned long pcount ;
3110   unsigned long long run_delay ;
3111   unsigned long long last_arrival ;
3112   unsigned long long last_queued ;
3113};
3114#line 760 "include/linux/sched.h"
3115struct task_delay_info {
3116   spinlock_t lock ;
3117   unsigned int flags ;
3118   struct timespec blkio_start ;
3119   struct timespec blkio_end ;
3120   u64 blkio_delay ;
3121   u64 swapin_delay ;
3122   u32 blkio_count ;
3123   u32 swapin_count ;
3124   struct timespec freepages_start ;
3125   struct timespec freepages_end ;
3126   u64 freepages_delay ;
3127   u32 freepages_count ;
3128};
3129#line 1069
3130struct io_context;
3131#line 1069
3132struct io_context;
3133#line 1098
3134struct rq;
3135#line 1098
3136struct rq;
3137#line 1099 "include/linux/sched.h"
3138struct sched_class {
3139   struct sched_class  const  *next ;
3140   void (*enqueue_task)(struct rq * , struct task_struct * , int  ) ;
3141   void (*dequeue_task)(struct rq * , struct task_struct * , int  ) ;
3142   void (*yield_task)(struct rq * ) ;
3143   bool (*yield_to_task)(struct rq * , struct task_struct * , bool  ) ;
3144   void (*check_preempt_curr)(struct rq * , struct task_struct * , int  ) ;
3145   struct task_struct *(*pick_next_task)(struct rq * ) ;
3146   void (*put_prev_task)(struct rq * , struct task_struct * ) ;
3147   int (*select_task_rq)(struct task_struct * , int  , int  ) ;
3148   void (*pre_schedule)(struct rq * , struct task_struct * ) ;
3149   void (*post_schedule)(struct rq * ) ;
3150   void (*task_waking)(struct task_struct * ) ;
3151   void (*task_woken)(struct rq * , struct task_struct * ) ;
3152   void (*set_cpus_allowed)(struct task_struct * , struct cpumask  const  * ) ;
3153   void (*rq_online)(struct rq * ) ;
3154   void (*rq_offline)(struct rq * ) ;
3155   void (*set_curr_task)(struct rq * ) ;
3156   void (*task_tick)(struct rq * , struct task_struct * , int  ) ;
3157   void (*task_fork)(struct task_struct * ) ;
3158   void (*switched_from)(struct rq * , struct task_struct * ) ;
3159   void (*switched_to)(struct rq * , struct task_struct * ) ;
3160   void (*prio_changed)(struct rq * , struct task_struct * , int  ) ;
3161   unsigned int (*get_rr_interval)(struct rq * , struct task_struct * ) ;
3162   void (*task_move_group)(struct task_struct * , int  ) ;
3163};
3164#line 1165 "include/linux/sched.h"
3165struct load_weight {
3166   unsigned long weight ;
3167   unsigned long inv_weight ;
3168};
3169#line 1170 "include/linux/sched.h"
3170struct sched_statistics {
3171   u64 wait_start ;
3172   u64 wait_max ;
3173   u64 wait_count ;
3174   u64 wait_sum ;
3175   u64 iowait_count ;
3176   u64 iowait_sum ;
3177   u64 sleep_start ;
3178   u64 sleep_max ;
3179   s64 sum_sleep_runtime ;
3180   u64 block_start ;
3181   u64 block_max ;
3182   u64 exec_max ;
3183   u64 slice_max ;
3184   u64 nr_migrations_cold ;
3185   u64 nr_failed_migrations_affine ;
3186   u64 nr_failed_migrations_running ;
3187   u64 nr_failed_migrations_hot ;
3188   u64 nr_forced_migrations ;
3189   u64 nr_wakeups ;
3190   u64 nr_wakeups_sync ;
3191   u64 nr_wakeups_migrate ;
3192   u64 nr_wakeups_local ;
3193   u64 nr_wakeups_remote ;
3194   u64 nr_wakeups_affine ;
3195   u64 nr_wakeups_affine_attempts ;
3196   u64 nr_wakeups_passive ;
3197   u64 nr_wakeups_idle ;
3198};
3199#line 1205 "include/linux/sched.h"
3200struct sched_entity {
3201   struct load_weight load ;
3202   struct rb_node run_node ;
3203   struct list_head group_node ;
3204   unsigned int on_rq ;
3205   u64 exec_start ;
3206   u64 sum_exec_runtime ;
3207   u64 vruntime ;
3208   u64 prev_sum_exec_runtime ;
3209   u64 nr_migrations ;
3210   struct sched_statistics statistics ;
3211   struct sched_entity *parent ;
3212   struct cfs_rq *cfs_rq ;
3213   struct cfs_rq *my_q ;
3214};
3215#line 1231
3216struct rt_rq;
3217#line 1231 "include/linux/sched.h"
3218struct sched_rt_entity {
3219   struct list_head run_list ;
3220   unsigned long timeout ;
3221   unsigned int time_slice ;
3222   int nr_cpus_allowed ;
3223   struct sched_rt_entity *back ;
3224   struct sched_rt_entity *parent ;
3225   struct rt_rq *rt_rq ;
3226   struct rt_rq *my_q ;
3227};
3228#line 1255
3229struct mem_cgroup;
3230#line 1255 "include/linux/sched.h"
3231struct memcg_batch_info {
3232   int do_batch ;
3233   struct mem_cgroup *memcg ;
3234   unsigned long nr_pages ;
3235   unsigned long memsw_nr_pages ;
3236};
3237#line 1616
3238struct css_set;
3239#line 1616
3240struct compat_robust_list_head;
3241#line 1616 "include/linux/sched.h"
3242struct task_struct {
3243   long volatile   state ;
3244   void *stack ;
3245   atomic_t usage ;
3246   unsigned int flags ;
3247   unsigned int ptrace ;
3248   struct llist_node wake_entry ;
3249   int on_cpu ;
3250   int on_rq ;
3251   int prio ;
3252   int static_prio ;
3253   int normal_prio ;
3254   unsigned int rt_priority ;
3255   struct sched_class  const  *sched_class ;
3256   struct sched_entity se ;
3257   struct sched_rt_entity rt ;
3258   struct hlist_head preempt_notifiers ;
3259   unsigned char fpu_counter ;
3260   unsigned int policy ;
3261   cpumask_t cpus_allowed ;
3262   struct sched_info sched_info ;
3263   struct list_head tasks ;
3264   struct plist_node pushable_tasks ;
3265   struct mm_struct *mm ;
3266   struct mm_struct *active_mm ;
3267   unsigned char brk_randomized : 1 ;
3268   int exit_state ;
3269   int exit_code ;
3270   int exit_signal ;
3271   int pdeath_signal ;
3272   unsigned int jobctl ;
3273   unsigned int personality ;
3274   unsigned char did_exec : 1 ;
3275   unsigned char in_execve : 1 ;
3276   unsigned char in_iowait : 1 ;
3277   unsigned char sched_reset_on_fork : 1 ;
3278   unsigned char sched_contributes_to_load : 1 ;
3279   unsigned char irq_thread : 1 ;
3280   pid_t pid ;
3281   pid_t tgid ;
3282   unsigned long stack_canary ;
3283   struct task_struct *real_parent ;
3284   struct task_struct *parent ;
3285   struct list_head children ;
3286   struct list_head sibling ;
3287   struct task_struct *group_leader ;
3288   struct list_head ptraced ;
3289   struct list_head ptrace_entry ;
3290   struct pid_link pids[3U] ;
3291   struct list_head thread_group ;
3292   struct completion *vfork_done ;
3293   int *set_child_tid ;
3294   int *clear_child_tid ;
3295   cputime_t utime ;
3296   cputime_t stime ;
3297   cputime_t utimescaled ;
3298   cputime_t stimescaled ;
3299   cputime_t gtime ;
3300   cputime_t prev_utime ;
3301   cputime_t prev_stime ;
3302   unsigned long nvcsw ;
3303   unsigned long nivcsw ;
3304   struct timespec start_time ;
3305   struct timespec real_start_time ;
3306   unsigned long min_flt ;
3307   unsigned long maj_flt ;
3308   struct task_cputime cputime_expires ;
3309   struct list_head cpu_timers[3U] ;
3310   struct cred  const  *real_cred ;
3311   struct cred  const  *cred ;
3312   struct cred *replacement_session_keyring ;
3313   char comm[16U] ;
3314   int link_count ;
3315   int total_link_count ;
3316   struct sysv_sem sysvsem ;
3317   unsigned long last_switch_count ;
3318   struct thread_struct thread ;
3319   struct fs_struct *fs ;
3320   struct files_struct *files ;
3321   struct nsproxy *nsproxy ;
3322   struct signal_struct *signal ;
3323   struct sighand_struct *sighand ;
3324   sigset_t blocked ;
3325   sigset_t real_blocked ;
3326   sigset_t saved_sigmask ;
3327   struct sigpending pending ;
3328   unsigned long sas_ss_sp ;
3329   size_t sas_ss_size ;
3330   int (*notifier)(void * ) ;
3331   void *notifier_data ;
3332   sigset_t *notifier_mask ;
3333   struct audit_context *audit_context ;
3334   uid_t loginuid ;
3335   unsigned int sessionid ;
3336   seccomp_t seccomp ;
3337   u32 parent_exec_id ;
3338   u32 self_exec_id ;
3339   spinlock_t alloc_lock ;
3340   raw_spinlock_t pi_lock ;
3341   struct plist_head pi_waiters ;
3342   struct rt_mutex_waiter *pi_blocked_on ;
3343   struct mutex_waiter *blocked_on ;
3344   unsigned int irq_events ;
3345   unsigned long hardirq_enable_ip ;
3346   unsigned long hardirq_disable_ip ;
3347   unsigned int hardirq_enable_event ;
3348   unsigned int hardirq_disable_event ;
3349   int hardirqs_enabled ;
3350   int hardirq_context ;
3351   unsigned long softirq_disable_ip ;
3352   unsigned long softirq_enable_ip ;
3353   unsigned int softirq_disable_event ;
3354   unsigned int softirq_enable_event ;
3355   int softirqs_enabled ;
3356   int softirq_context ;
3357   u64 curr_chain_key ;
3358   int lockdep_depth ;
3359   unsigned int lockdep_recursion ;
3360   struct held_lock held_locks[48U] ;
3361   gfp_t lockdep_reclaim_gfp ;
3362   void *journal_info ;
3363   struct bio_list *bio_list ;
3364   struct blk_plug *plug ;
3365   struct reclaim_state *reclaim_state ;
3366   struct backing_dev_info *backing_dev_info ;
3367   struct io_context *io_context ;
3368   unsigned long ptrace_message ;
3369   siginfo_t *last_siginfo ;
3370   struct task_io_accounting ioac ;
3371   u64 acct_rss_mem1 ;
3372   u64 acct_vm_mem1 ;
3373   cputime_t acct_timexpd ;
3374   nodemask_t mems_allowed ;
3375   seqcount_t mems_allowed_seq ;
3376   int cpuset_mem_spread_rotor ;
3377   int cpuset_slab_spread_rotor ;
3378   struct css_set *cgroups ;
3379   struct list_head cg_list ;
3380   struct robust_list_head *robust_list ;
3381   struct compat_robust_list_head *compat_robust_list ;
3382   struct list_head pi_state_list ;
3383   struct futex_pi_state *pi_state_cache ;
3384   struct perf_event_context *perf_event_ctxp[2U] ;
3385   struct mutex perf_event_mutex ;
3386   struct list_head perf_event_list ;
3387   struct mempolicy *mempolicy ;
3388   short il_next ;
3389   short pref_node_fork ;
3390   struct rcu_head rcu ;
3391   struct pipe_inode_info *splice_pipe ;
3392   struct task_delay_info *delays ;
3393   int make_it_fail ;
3394   int nr_dirtied ;
3395   int nr_dirtied_pause ;
3396   unsigned long dirty_paused_when ;
3397   int latency_record_count ;
3398   struct latency_record latency_record[32U] ;
3399   unsigned long timer_slack_ns ;
3400   unsigned long default_timer_slack_ns ;
3401   struct list_head *scm_work_list ;
3402   unsigned long trace ;
3403   unsigned long trace_recursion ;
3404   struct memcg_batch_info memcg_batch ;
3405   atomic_t ptrace_bp_refcnt ;
3406};
3407#line 253 "include/linux/pm_runtime.h"
3408struct usb_device;
3409#line 253
3410struct usb_device;
3411#line 255
3412struct wusb_dev;
3413#line 255
3414struct wusb_dev;
3415#line 256
3416struct ep_device;
3417#line 256
3418struct ep_device;
3419#line 257 "include/linux/pm_runtime.h"
3420struct usb_host_endpoint {
3421   struct usb_endpoint_descriptor desc ;
3422   struct usb_ss_ep_comp_descriptor ss_ep_comp ;
3423   struct list_head urb_list ;
3424   void *hcpriv ;
3425   struct ep_device *ep_dev ;
3426   unsigned char *extra ;
3427   int extralen ;
3428   int enabled ;
3429};
3430#line 75 "include/linux/usb.h"
3431struct usb_host_interface {
3432   struct usb_interface_descriptor desc ;
3433   struct usb_host_endpoint *endpoint ;
3434   char *string ;
3435   unsigned char *extra ;
3436   int extralen ;
3437};
3438#line 89
3439enum usb_interface_condition {
3440    USB_INTERFACE_UNBOUND = 0,
3441    USB_INTERFACE_BINDING = 1,
3442    USB_INTERFACE_BOUND = 2,
3443    USB_INTERFACE_UNBINDING = 3
3444} ;
3445#line 96 "include/linux/usb.h"
3446struct usb_interface {
3447   struct usb_host_interface *altsetting ;
3448   struct usb_host_interface *cur_altsetting ;
3449   unsigned int num_altsetting ;
3450   struct usb_interface_assoc_descriptor *intf_assoc ;
3451   int minor ;
3452   enum usb_interface_condition condition ;
3453   unsigned char sysfs_files_created : 1 ;
3454   unsigned char ep_devs_created : 1 ;
3455   unsigned char unregistering : 1 ;
3456   unsigned char needs_remote_wakeup : 1 ;
3457   unsigned char needs_altsetting0 : 1 ;
3458   unsigned char needs_binding : 1 ;
3459   unsigned char reset_running : 1 ;
3460   unsigned char resetting_device : 1 ;
3461   struct device dev ;
3462   struct device *usb_dev ;
3463   atomic_t pm_usage_cnt ;
3464   struct work_struct reset_ws ;
3465};
3466#line 203 "include/linux/usb.h"
3467struct usb_interface_cache {
3468   unsigned int num_altsetting ;
3469   struct kref ref ;
3470   struct usb_host_interface altsetting[0U] ;
3471};
3472#line 230 "include/linux/usb.h"
3473struct usb_host_config {
3474   struct usb_config_descriptor desc ;
3475   char *string ;
3476   struct usb_interface_assoc_descriptor *intf_assoc[16U] ;
3477   struct usb_interface *interface[32U] ;
3478   struct usb_interface_cache *intf_cache[32U] ;
3479   unsigned char *extra ;
3480   int extralen ;
3481};
3482#line 294 "include/linux/usb.h"
3483struct usb_host_bos {
3484   struct usb_bos_descriptor *desc ;
3485   struct usb_ext_cap_descriptor *ext_cap ;
3486   struct usb_ss_cap_descriptor *ss_cap ;
3487   struct usb_ss_container_id_descriptor *ss_id ;
3488};
3489#line 306 "include/linux/usb.h"
3490struct usb_devmap {
3491   unsigned long devicemap[2U] ;
3492};
3493#line 318
3494struct mon_bus;
3495#line 318 "include/linux/usb.h"
3496struct usb_bus {
3497   struct device *controller ;
3498   int busnum ;
3499   char const   *bus_name ;
3500   u8 uses_dma ;
3501   u8 uses_pio_for_control ;
3502   u8 otg_port ;
3503   unsigned char is_b_host : 1 ;
3504   unsigned char b_hnp_enable : 1 ;
3505   unsigned int sg_tablesize ;
3506   int devnum_next ;
3507   struct usb_devmap devmap ;
3508   struct usb_device *root_hub ;
3509   struct usb_bus *hs_companion ;
3510   struct list_head bus_list ;
3511   int bandwidth_allocated ;
3512   int bandwidth_int_reqs ;
3513   int bandwidth_isoc_reqs ;
3514   struct dentry *usbfs_dentry ;
3515   struct mon_bus *mon_bus ;
3516   int monitored ;
3517};
3518#line 362
3519struct usb_tt;
3520#line 362
3521struct usb_tt;
3522#line 363
3523enum usb_device_removable {
3524    USB_DEVICE_REMOVABLE_UNKNOWN = 0,
3525    USB_DEVICE_REMOVABLE = 1,
3526    USB_DEVICE_FIXED = 2
3527} ;
3528#line 369 "include/linux/usb.h"
3529struct usb_device {
3530   int devnum ;
3531   char devpath[16U] ;
3532   u32 route ;
3533   enum usb_device_state state ;
3534   enum usb_device_speed speed ;
3535   struct usb_tt *tt ;
3536   int ttport ;
3537   unsigned int toggle[2U] ;
3538   struct usb_device *parent ;
3539   struct usb_bus *bus ;
3540   struct usb_host_endpoint ep0 ;
3541   struct device dev ;
3542   struct usb_device_descriptor descriptor ;
3543   struct usb_host_bos *bos ;
3544   struct usb_host_config *config ;
3545   struct usb_host_config *actconfig ;
3546   struct usb_host_endpoint *ep_in[16U] ;
3547   struct usb_host_endpoint *ep_out[16U] ;
3548   char **rawdescriptors ;
3549   unsigned short bus_mA ;
3550   u8 portnum ;
3551   u8 level ;
3552   unsigned char can_submit : 1 ;
3553   unsigned char persist_enabled : 1 ;
3554   unsigned char have_langid : 1 ;
3555   unsigned char authorized : 1 ;
3556   unsigned char authenticated : 1 ;
3557   unsigned char wusb : 1 ;
3558   unsigned char lpm_capable : 1 ;
3559   unsigned char usb2_hw_lpm_capable : 1 ;
3560   unsigned char usb2_hw_lpm_enabled : 1 ;
3561   int string_langid ;
3562   char *product ;
3563   char *manufacturer ;
3564   char *serial ;
3565   struct list_head filelist ;
3566   struct device *usb_classdev ;
3567   struct dentry *usbfs_dentry ;
3568   int maxchild ;
3569   struct usb_device **children ;
3570   u32 quirks ;
3571   atomic_t urbnum ;
3572   unsigned long active_duration ;
3573   unsigned long connect_time ;
3574   unsigned char do_remote_wakeup : 1 ;
3575   unsigned char reset_resume : 1 ;
3576   struct wusb_dev *wusb_dev ;
3577   int slot_id ;
3578   enum usb_device_removable removable ;
3579};
3580#line 986 "include/linux/usb.h"
3581struct usb_iso_packet_descriptor {
3582   unsigned int offset ;
3583   unsigned int length ;
3584   unsigned int actual_length ;
3585   int status ;
3586};
3587#line 1028
3588struct urb;
3589#line 1028
3590struct urb;
3591#line 1029 "include/linux/usb.h"
3592struct usb_anchor {
3593   struct list_head urb_list ;
3594   wait_queue_head_t wait ;
3595   spinlock_t lock ;
3596   unsigned char poisoned : 1 ;
3597};
3598#line 1046
3599struct scatterlist;
3600#line 1046 "include/linux/usb.h"
3601struct urb {
3602   struct kref kref ;
3603   void *hcpriv ;
3604   atomic_t use_count ;
3605   atomic_t reject ;
3606   int unlinked ;
3607   struct list_head urb_list ;
3608   struct list_head anchor_list ;
3609   struct usb_anchor *anchor ;
3610   struct usb_device *dev ;
3611   struct usb_host_endpoint *ep ;
3612   unsigned int pipe ;
3613   unsigned int stream_id ;
3614   int status ;
3615   unsigned int transfer_flags ;
3616   void *transfer_buffer ;
3617   dma_addr_t transfer_dma ;
3618   struct scatterlist *sg ;
3619   int num_mapped_sgs ;
3620   int num_sgs ;
3621   u32 transfer_buffer_length ;
3622   u32 actual_length ;
3623   unsigned char *setup_packet ;
3624   dma_addr_t setup_dma ;
3625   int start_frame ;
3626   int number_of_packets ;
3627   int interval ;
3628   int error_count ;
3629   void *context ;
3630   void (*complete)(struct urb * ) ;
3631   struct usb_iso_packet_descriptor iso_frame_desc[0U] ;
3632};
3633#line 1660
3634enum v4l2_field {
3635    V4L2_FIELD_ANY = 0,
3636    V4L2_FIELD_NONE = 1,
3637    V4L2_FIELD_TOP = 2,
3638    V4L2_FIELD_BOTTOM = 3,
3639    V4L2_FIELD_INTERLACED = 4,
3640    V4L2_FIELD_SEQ_TB = 5,
3641    V4L2_FIELD_SEQ_BT = 6,
3642    V4L2_FIELD_ALTERNATE = 7,
3643    V4L2_FIELD_INTERLACED_TB = 8,
3644    V4L2_FIELD_INTERLACED_BT = 9
3645} ;
3646#line 1673
3647enum v4l2_buf_type {
3648    V4L2_BUF_TYPE_VIDEO_CAPTURE = 1,
3649    V4L2_BUF_TYPE_VIDEO_OUTPUT = 2,
3650    V4L2_BUF_TYPE_VIDEO_OVERLAY = 3,
3651    V4L2_BUF_TYPE_VBI_CAPTURE = 4,
3652    V4L2_BUF_TYPE_VBI_OUTPUT = 5,
3653    V4L2_BUF_TYPE_SLICED_VBI_CAPTURE = 6,
3654    V4L2_BUF_TYPE_SLICED_VBI_OUTPUT = 7,
3655    V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY = 8,
3656    V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE = 9,
3657    V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
3658    V4L2_BUF_TYPE_PRIVATE = 128
3659} ;
3660#line 1693
3661enum v4l2_memory {
3662    V4L2_MEMORY_MMAP = 1,
3663    V4L2_MEMORY_USERPTR = 2,
3664    V4L2_MEMORY_OVERLAY = 3
3665} ;
3666#line 1699
3667enum v4l2_colorspace {
3668    V4L2_COLORSPACE_SMPTE170M = 1,
3669    V4L2_COLORSPACE_SMPTE240M = 2,
3670    V4L2_COLORSPACE_REC709 = 3,
3671    V4L2_COLORSPACE_BT878 = 4,
3672    V4L2_COLORSPACE_470_SYSTEM_M = 5,
3673    V4L2_COLORSPACE_470_SYSTEM_BG = 6,
3674    V4L2_COLORSPACE_JPEG = 7,
3675    V4L2_COLORSPACE_SRGB = 8
3676} ;
3677#line 232 "include/linux/videodev2.h"
3678struct v4l2_fract {
3679   __u32 numerator ;
3680   __u32 denominator ;
3681};
3682#line 258 "include/linux/videodev2.h"
3683struct v4l2_pix_format {
3684   __u32 width ;
3685   __u32 height ;
3686   __u32 pixelformat ;
3687   enum v4l2_field field ;
3688   __u32 bytesperline ;
3689   __u32 sizeimage ;
3690   enum v4l2_colorspace colorspace ;
3691   __u32 priv ;
3692};
3693#line 512 "include/linux/videodev2.h"
3694struct v4l2_timecode {
3695   __u32 type ;
3696   __u32 flags ;
3697   __u8 frames ;
3698   __u8 seconds ;
3699   __u8 minutes ;
3700   __u8 hours ;
3701   __u8 userbits[4U] ;
3702};
3703#line 526 "include/linux/videodev2.h"
3704struct v4l2_jpegcompression {
3705   int quality ;
3706   int APPn ;
3707   int APP_len ;
3708   char APP_data[60U] ;
3709   int COM_len ;
3710   char COM_data[60U] ;
3711   __u32 jpeg_markers ;
3712};
3713#line 580 "include/linux/videodev2.h"
3714union __anonunion_m_176 {
3715   __u32 mem_offset ;
3716   unsigned long userptr ;
3717};
3718#line 580 "include/linux/videodev2.h"
3719struct v4l2_plane {
3720   __u32 bytesused ;
3721   __u32 length ;
3722   union __anonunion_m_176 m ;
3723   __u32 data_offset ;
3724   __u32 reserved[11U] ;
3725};
3726#line 609 "include/linux/videodev2.h"
3727union __anonunion_m_177 {
3728   __u32 offset ;
3729   unsigned long userptr ;
3730   struct v4l2_plane *planes ;
3731};
3732#line 609 "include/linux/videodev2.h"
3733struct v4l2_buffer {
3734   __u32 index ;
3735   enum v4l2_buf_type type ;
3736   __u32 bytesused ;
3737   __u32 flags ;
3738   enum v4l2_field field ;
3739   struct timeval timestamp ;
3740   struct v4l2_timecode timecode ;
3741   __u32 sequence ;
3742   enum v4l2_memory memory ;
3743   union __anonunion_m_177 m ;
3744   __u32 length ;
3745   __u32 input ;
3746   __u32 reserved ;
3747};
3748#line 718 "include/linux/videodev2.h"
3749struct v4l2_captureparm {
3750   __u32 capability ;
3751   __u32 capturemode ;
3752   struct v4l2_fract timeperframe ;
3753   __u32 extendedmode ;
3754   __u32 readbuffers ;
3755   __u32 reserved[4U] ;
3756};
3757#line 730 "include/linux/videodev2.h"
3758struct v4l2_outputparm {
3759   __u32 capability ;
3760   __u32 outputmode ;
3761   struct v4l2_fract timeperframe ;
3762   __u32 extendedmode ;
3763   __u32 writebuffers ;
3764   __u32 reserved[4U] ;
3765};
3766#line 805 "include/linux/videodev2.h"
3767typedef __u64 v4l2_std_id;
3768#line 1132
3769enum v4l2_ctrl_type {
3770    V4L2_CTRL_TYPE_INTEGER = 1,
3771    V4L2_CTRL_TYPE_BOOLEAN = 2,
3772    V4L2_CTRL_TYPE_MENU = 3,
3773    V4L2_CTRL_TYPE_BUTTON = 4,
3774    V4L2_CTRL_TYPE_INTEGER64 = 5,
3775    V4L2_CTRL_TYPE_CTRL_CLASS = 6,
3776    V4L2_CTRL_TYPE_STRING = 7,
3777    V4L2_CTRL_TYPE_BITMASK = 8
3778} ;
3779#line 1143 "include/linux/videodev2.h"
3780struct v4l2_queryctrl {
3781   __u32 id ;
3782   enum v4l2_ctrl_type type ;
3783   __u8 name[32U] ;
3784   __s32 minimum ;
3785   __s32 maximum ;
3786   __s32 step ;
3787   __s32 default_value ;
3788   __u32 flags ;
3789   __u32 reserved[2U] ;
3790};
3791#line 1168 "include/linux/videodev2.h"
3792struct v4l2_querymenu {
3793   __u32 id ;
3794   __u32 index ;
3795   __u8 name[32U] ;
3796   __u32 reserved ;
3797};
3798#line 2178 "include/linux/videodev2.h"
3799union __anonunion_parm_188 {
3800   struct v4l2_captureparm capture ;
3801   struct v4l2_outputparm output ;
3802   __u8 raw_data[200U] ;
3803};
3804#line 2178 "include/linux/videodev2.h"
3805struct v4l2_streamparm {
3806   enum v4l2_buf_type type ;
3807   union __anonunion_parm_188 parm ;
3808};
3809#line 2253 "include/linux/videodev2.h"
3810union __anonunion_ldv_24649_191 {
3811   __u32 addr ;
3812   char name[32U] ;
3813};
3814#line 2253 "include/linux/videodev2.h"
3815struct v4l2_dbg_match {
3816   __u32 type ;
3817   union __anonunion_ldv_24649_191 ldv_24649 ;
3818};
3819#line 2275 "include/linux/videodev2.h"
3820struct v4l2_dbg_register {
3821   struct v4l2_dbg_match match ;
3822   __u32 size ;
3823   __u64 reg ;
3824   __u64 val ;
3825};
3826#line 2282 "include/linux/videodev2.h"
3827struct v4l2_dbg_chip_ident {
3828   struct v4l2_dbg_match match ;
3829   __u32 ident ;
3830   __u32 revision ;
3831};
3832#line 34 "include/linux/poll.h"
3833struct poll_table_struct {
3834   void (*_qproc)(struct file * , wait_queue_head_t * , struct poll_table_struct * ) ;
3835   unsigned long _key ;
3836};
3837#line 165 "include/linux/poll.h"
3838struct cdev {
3839   struct kobject kobj ;
3840   struct module *owner ;
3841   struct file_operations  const  *ops ;
3842   struct list_head list ;
3843   dev_t dev ;
3844   unsigned int count ;
3845};
3846#line 126 "include/linux/media.h"
3847struct media_pipeline {
3848
3849};
3850#line 129
3851struct media_pad;
3852#line 129 "include/linux/media.h"
3853struct media_link {
3854   struct media_pad *source ;
3855   struct media_pad *sink ;
3856   struct media_link *reverse ;
3857   unsigned long flags ;
3858};
3859#line 38 "include/media/media-entity.h"
3860struct media_entity;
3861#line 38 "include/media/media-entity.h"
3862struct media_pad {
3863   struct media_entity *entity ;
3864   u16 index ;
3865   unsigned long flags ;
3866};
3867#line 44 "include/media/media-entity.h"
3868struct media_entity_operations {
3869   int (*link_setup)(struct media_entity * , struct media_pad  const  * , struct media_pad  const  * ,
3870                     u32  ) ;
3871};
3872#line 48
3873struct media_device;
3874#line 48 "include/media/media-entity.h"
3875struct __anonstruct_v4l_198 {
3876   u32 major ;
3877   u32 minor ;
3878};
3879#line 48 "include/media/media-entity.h"
3880struct __anonstruct_fb_199 {
3881   u32 major ;
3882   u32 minor ;
3883};
3884#line 48 "include/media/media-entity.h"
3885struct __anonstruct_alsa_200 {
3886   u32 card ;
3887   u32 device ;
3888   u32 subdevice ;
3889};
3890#line 48 "include/media/media-entity.h"
3891union __anonunion_info_197 {
3892   struct __anonstruct_v4l_198 v4l ;
3893   struct __anonstruct_fb_199 fb ;
3894   struct __anonstruct_alsa_200 alsa ;
3895   int dvb ;
3896};
3897#line 48 "include/media/media-entity.h"
3898struct media_entity {
3899   struct list_head list ;
3900   struct media_device *parent ;
3901   u32 id ;
3902   char const   *name ;
3903   u32 type ;
3904   u32 revision ;
3905   unsigned long flags ;
3906   u32 group_id ;
3907   u16 num_pads ;
3908   u16 num_links ;
3909   u16 num_backlinks ;
3910   u16 max_links ;
3911   struct media_pad *pads ;
3912   struct media_link *links ;
3913   struct media_entity_operations  const  *ops ;
3914   int stream_count ;
3915   int use_count ;
3916   struct media_pipeline *pipe ;
3917   union __anonunion_info_197 info ;
3918};
3919#line 147
3920struct video_device;
3921#line 147
3922struct video_device;
3923#line 148
3924struct v4l2_device;
3925#line 148
3926struct v4l2_device;
3927#line 149
3928struct v4l2_ctrl_handler;
3929#line 149
3930struct v4l2_ctrl_handler;
3931#line 150 "include/media/media-entity.h"
3932struct v4l2_prio_state {
3933   atomic_t prios[4U] ;
3934};
3935#line 56 "include/media/v4l2-dev.h"
3936struct v4l2_file_operations {
3937   struct module *owner ;
3938   ssize_t (*read)(struct file * , char * , size_t  , loff_t * ) ;
3939   ssize_t (*write)(struct file * , char const   * , size_t  , loff_t * ) ;
3940   unsigned int (*poll)(struct file * , struct poll_table_struct * ) ;
3941   long (*ioctl)(struct file * , unsigned int  , unsigned long  ) ;
3942   long (*unlocked_ioctl)(struct file * , unsigned int  , unsigned long  ) ;
3943   long (*compat_ioctl32)(struct file * , unsigned int  , unsigned long  ) ;
3944   unsigned long (*get_unmapped_area)(struct file * , unsigned long  , unsigned long  ,
3945                                      unsigned long  , unsigned long  ) ;
3946   int (*mmap)(struct file * , struct vm_area_struct * ) ;
3947   int (*open)(struct file * ) ;
3948   int (*release)(struct file * ) ;
3949};
3950#line 74
3951struct v4l2_ioctl_ops;
3952#line 74 "include/media/v4l2-dev.h"
3953struct video_device {
3954   struct media_entity entity ;
3955   struct v4l2_file_operations  const  *fops ;
3956   struct device dev ;
3957   struct cdev *cdev ;
3958   struct device *parent ;
3959   struct v4l2_device *v4l2_dev ;
3960   struct v4l2_ctrl_handler *ctrl_handler ;
3961   struct v4l2_prio_state *prio ;
3962   char name[32U] ;
3963   int vfl_type ;
3964   int minor ;
3965   u16 num ;
3966   unsigned long flags ;
3967   int index ;
3968   spinlock_t fh_lock ;
3969   struct list_head fh_list ;
3970   int debug ;
3971   v4l2_std_id tvnorms ;
3972   v4l2_std_id current_norm ;
3973   void (*release)(struct video_device * ) ;
3974   struct v4l2_ioctl_ops  const  *ioctl_ops ;
3975   struct mutex *lock ;
3976};
3977#line 212 "include/media/v4l2-common.h"
3978struct framerates {
3979   u8 const   *rates ;
3980   int nrates ;
3981};
3982#line 46 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/video/gspca/gspca.h"
3983struct gspca_ctrl {
3984   s16 val ;
3985   s16 def ;
3986   s16 min ;
3987   s16 max ;
3988};
3989#line 53 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/video/gspca/gspca.h"
3990struct cam {
3991   struct v4l2_pix_format  const  *cam_mode ;
3992   struct framerates  const  *mode_framerates ;
3993   struct gspca_ctrl *ctrls ;
3994   u32 bulk_size ;
3995   u32 input_flags ;
3996   u8 nmodes ;
3997   u8 no_urb_create ;
3998   u8 bulk_nurbs ;
3999   u8 bulk ;
4000   u8 npkt ;
4001   u8 needs_full_bandwidth ;
4002};
4003#line 74
4004struct gspca_dev;
4005#line 74
4006struct gspca_dev;
4007#line 75
4008struct gspca_frame;
4009#line 75
4010struct gspca_frame;
4011#line 98 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/video/gspca/gspca.h"
4012struct ctrl {
4013   struct v4l2_queryctrl qctrl ;
4014   int (*set)(struct gspca_dev * , __s32  ) ;
4015   int (*get)(struct gspca_dev * , __s32 * ) ;
4016   void (*set_control)(struct gspca_dev * ) ;
4017};
4018#line 107 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/video/gspca/gspca.h"
4019struct sd_desc {
4020   char const   *name ;
4021   struct ctrl  const  *ctrls ;
4022   int nctrls ;
4023   int (*config)(struct gspca_dev * , struct usb_device_id  const  * ) ;
4024   int (*init)(struct gspca_dev * ) ;
4025   int (*start)(struct gspca_dev * ) ;
4026   void (*pkt_scan)(struct gspca_dev * , u8 * , int  ) ;
4027   int (*isoc_init)(struct gspca_dev * ) ;
4028   int (*isoc_nego)(struct gspca_dev * ) ;
4029   void (*stopN)(struct gspca_dev * ) ;
4030   void (*stop0)(struct gspca_dev * ) ;
4031   void (*dq_callback)(struct gspca_dev * ) ;
4032   int (*get_jcomp)(struct gspca_dev * , struct v4l2_jpegcompression * ) ;
4033   int (*set_jcomp)(struct gspca_dev * , struct v4l2_jpegcompression * ) ;
4034   int (*querymenu)(struct gspca_dev * , struct v4l2_querymenu * ) ;
4035   void (*get_streamparm)(struct gspca_dev * , struct v4l2_streamparm * ) ;
4036   void (*set_streamparm)(struct gspca_dev * , struct v4l2_streamparm * ) ;
4037   int (*set_register)(struct gspca_dev * , struct v4l2_dbg_register * ) ;
4038   int (*get_register)(struct gspca_dev * , struct v4l2_dbg_register * ) ;
4039   int (*get_chip_ident)(struct gspca_dev * , struct v4l2_dbg_chip_ident * ) ;
4040   int (*int_pkt_scan)(struct gspca_dev * , u8 * , int  ) ;
4041   u8 other_input ;
4042};
4043#line 142
4044enum gspca_packet_type {
4045    DISCARD_PACKET = 0,
4046    FIRST_PACKET = 1,
4047    INTER_PACKET = 2,
4048    LAST_PACKET = 3
4049} ;
4050#line 149 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/video/gspca/gspca.h"
4051struct gspca_frame {
4052   __u8 *data ;
4053   int vma_use_count ;
4054   struct v4l2_buffer v4l2_buf ;
4055};
4056#line 157
4057struct input_dev;
4058#line 157 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/video/gspca/gspca.h"
4059struct gspca_dev {
4060   struct video_device vdev ;
4061   struct module *module ;
4062   struct usb_device *dev ;
4063   struct file *capt_file ;
4064   struct input_dev *input_dev ;
4065   char phys[64U] ;
4066   struct cam cam ;
4067   struct sd_desc  const  *sd_desc ;
4068   unsigned int ctrl_dis ;
4069   unsigned int ctrl_inac ;
4070   __u8 *usb_buf ;
4071   struct urb *urb[4U] ;
4072   struct urb *int_urb ;
4073   __u8 *frbuf ;
4074   struct gspca_frame frame[16U] ;
4075   u8 *image ;
4076   __u32 frsz ;
4077   u32 image_len ;
4078   atomic_t fr_q ;
4079   atomic_t fr_i ;
4080   signed char fr_queue[16U] ;
4081   char nframes ;
4082   u8 fr_o ;
4083   __u8 last_packet_type ;
4084   __s8 empty_packet ;
4085   __u8 streaming ;
4086   __u8 curr_mode ;
4087   __u32 pixfmt ;
4088   __u16 width ;
4089   __u16 height ;
4090   __u32 sequence ;
4091   wait_queue_head_t wq ;
4092   struct mutex usb_lock ;
4093   struct mutex queue_lock ;
4094   int usb_err ;
4095   u16 pkt_size ;
4096   char frozen ;
4097   char present ;
4098   char nbufread ;
4099   char memory ;
4100   __u8 iface ;
4101   __u8 alt ;
4102   u8 audio ;
4103};
4104#line 54 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
4105struct sd {
4106   struct gspca_dev gspca_dev ;
4107   struct v4l2_pix_format mode ;
4108   u8 orig_mode ;
4109   u8 video_mode ;
4110   u8 current_mode ;
4111};
4112#line 2
4113void ldv_spin_lock(void) ;
4114#line 3
4115void ldv_spin_unlock(void) ;
4116#line 4
4117int ldv_spin_trylock(void) ;
4118#line 101 "include/linux/printk.h"
4119extern int printk(char const   *  , ...) ;
4120#line 55 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/string_64.h"
4121extern void *memset(void * , int  , size_t  ) ;
4122#line 134 "include/linux/mutex.h"
4123extern void mutex_lock_nested(struct mutex * , unsigned int  ) ;
4124#line 169
4125extern void mutex_unlock(struct mutex * ) ;
4126#line 26 "include/linux/export.h"
4127extern struct module __this_module ;
4128#line 220 "include/linux/slub_def.h"
4129extern void *kmem_cache_alloc(struct kmem_cache * , gfp_t  ) ;
4130#line 223
4131void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
4132#line 11 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
4133void ldv_check_alloc_flags(gfp_t flags ) ;
4134#line 12
4135void ldv_check_alloc_nonatomic(void) ;
4136#line 14
4137struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) ;
4138#line 46 "include/linux/delay.h"
4139extern void msleep(unsigned int  ) ;
4140#line 1443 "include/linux/usb.h"
4141extern int usb_control_msg(struct usb_device * , unsigned int  , __u8  , __u8  , __u16  ,
4142                           __u16  , void * , __u16  , int  ) ;
4143#line 1567 "include/linux/usb.h"
4144__inline static unsigned int __create_pipe(struct usb_device *dev , unsigned int endpoint ) 
4145{ unsigned int __cil_tmp3 ;
4146  int __cil_tmp4 ;
4147  int __cil_tmp5 ;
4148  unsigned int __cil_tmp6 ;
4149
4150  {
4151  {
4152#line 1570
4153  __cil_tmp3 = endpoint << 15;
4154#line 1570
4155  __cil_tmp4 = *((int *)dev);
4156#line 1570
4157  __cil_tmp5 = __cil_tmp4 << 8;
4158#line 1570
4159  __cil_tmp6 = (unsigned int )__cil_tmp5;
4160#line 1570
4161  return (__cil_tmp6 | __cil_tmp3);
4162  }
4163}
4164}
4165#line 216 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/video/gspca/gspca.h"
4166extern int gspca_dev_probe(struct usb_interface * , struct usb_device_id  const  * ,
4167                           struct sd_desc  const  * , int  , struct module * ) ;
4168#line 227
4169extern void gspca_frame_add(struct gspca_dev * , enum gspca_packet_type  , u8 const   * ,
4170                            int  ) ;
4171#line 65 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
4172static struct ctrl  const  sd_ctrls[0U]  = { };
4173#line 68 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
4174static int stv_sndctrl(struct gspca_dev *gspca_dev , int set , u8 req , u16 val ,
4175                       int size ) 
4176{ int ret ;
4177  u8 req_type ;
4178  unsigned int pipe ;
4179  unsigned int tmp ;
4180  unsigned int tmp___0 ;
4181  unsigned int tmp___1 ;
4182  unsigned int tmp___2 ;
4183  unsigned long __cil_tmp13 ;
4184  unsigned long __cil_tmp14 ;
4185  struct usb_device *__cil_tmp15 ;
4186  unsigned long __cil_tmp16 ;
4187  unsigned long __cil_tmp17 ;
4188  struct usb_device *__cil_tmp18 ;
4189  unsigned long __cil_tmp19 ;
4190  unsigned long __cil_tmp20 ;
4191  struct usb_device *__cil_tmp21 ;
4192  unsigned long __cil_tmp22 ;
4193  unsigned long __cil_tmp23 ;
4194  struct usb_device *__cil_tmp24 ;
4195  unsigned long __cil_tmp25 ;
4196  unsigned long __cil_tmp26 ;
4197  struct usb_device *__cil_tmp27 ;
4198  int __cil_tmp28 ;
4199  __u8 __cil_tmp29 ;
4200  int __cil_tmp30 ;
4201  __u8 __cil_tmp31 ;
4202  int __cil_tmp32 ;
4203  __u16 __cil_tmp33 ;
4204  __u16 __cil_tmp34 ;
4205  unsigned long __cil_tmp35 ;
4206  unsigned long __cil_tmp36 ;
4207  __u8 *__cil_tmp37 ;
4208  void *__cil_tmp38 ;
4209  __u16 __cil_tmp39 ;
4210  int __cil_tmp40 ;
4211  __u16 __cil_tmp41 ;
4212  unsigned int __cil_tmp42 ;
4213  int __cil_tmp43 ;
4214
4215  {
4216#line 71
4217  ret = -1;
4218#line 72
4219  req_type = (u8 )0U;
4220#line 73
4221  pipe = 0U;
4222#line 76
4223  if (set == 0) {
4224#line 76
4225    goto case_0;
4226  } else
4227#line 80
4228  if (set == 1) {
4229#line 80
4230    goto case_1;
4231  } else
4232#line 84
4233  if (set == 2) {
4234#line 84
4235    goto case_2;
4236  } else
4237#line 88
4238  if (set == 3) {
4239#line 88
4240    goto case_3;
4241  } else
4242#line 75
4243  if (0) {
4244    case_0: /* CIL Label */ 
4245    {
4246#line 77
4247    req_type = (u8 )194U;
4248#line 78
4249    __cil_tmp13 = (unsigned long )gspca_dev;
4250#line 78
4251    __cil_tmp14 = __cil_tmp13 + 1536;
4252#line 78
4253    __cil_tmp15 = *((struct usb_device **)__cil_tmp14);
4254#line 78
4255    tmp = __create_pipe(__cil_tmp15, 0U);
4256#line 78
4257    pipe = tmp | 2147483776U;
4258    }
4259#line 79
4260    goto ldv_25643;
4261    case_1: /* CIL Label */ 
4262    {
4263#line 81
4264    req_type = (u8 )66U;
4265#line 82
4266    __cil_tmp16 = (unsigned long )gspca_dev;
4267#line 82
4268    __cil_tmp17 = __cil_tmp16 + 1536;
4269#line 82
4270    __cil_tmp18 = *((struct usb_device **)__cil_tmp17);
4271#line 82
4272    tmp___0 = __create_pipe(__cil_tmp18, 0U);
4273#line 82
4274    pipe = tmp___0 | 2147483648U;
4275    }
4276#line 83
4277    goto ldv_25643;
4278    case_2: /* CIL Label */ 
4279    {
4280#line 85
4281    req_type = (u8 )128U;
4282#line 86
4283    __cil_tmp19 = (unsigned long )gspca_dev;
4284#line 86
4285    __cil_tmp20 = __cil_tmp19 + 1536;
4286#line 86
4287    __cil_tmp21 = *((struct usb_device **)__cil_tmp20);
4288#line 86
4289    tmp___1 = __create_pipe(__cil_tmp21, 0U);
4290#line 86
4291    pipe = tmp___1 | 2147483776U;
4292    }
4293#line 87
4294    goto ldv_25643;
4295    case_3: /* CIL Label */ 
4296    {
4297#line 89
4298    req_type = (u8 )64U;
4299#line 90
4300    __cil_tmp22 = (unsigned long )gspca_dev;
4301#line 90
4302    __cil_tmp23 = __cil_tmp22 + 1536;
4303#line 90
4304    __cil_tmp24 = *((struct usb_device **)__cil_tmp23);
4305#line 90
4306    tmp___2 = __create_pipe(__cil_tmp24, 0U);
4307#line 90
4308    pipe = tmp___2 | 2147483648U;
4309    }
4310#line 91
4311    goto ldv_25643;
4312  } else {
4313    switch_break: /* CIL Label */ ;
4314  }
4315  ldv_25643: 
4316  {
4317#line 94
4318  __cil_tmp25 = (unsigned long )gspca_dev;
4319#line 94
4320  __cil_tmp26 = __cil_tmp25 + 1536;
4321#line 94
4322  __cil_tmp27 = *((struct usb_device **)__cil_tmp26);
4323#line 94
4324  __cil_tmp28 = (int )req;
4325#line 94
4326  __cil_tmp29 = (__u8 )__cil_tmp28;
4327#line 94
4328  __cil_tmp30 = (int )req_type;
4329#line 94
4330  __cil_tmp31 = (__u8 )__cil_tmp30;
4331#line 94
4332  __cil_tmp32 = (int )val;
4333#line 94
4334  __cil_tmp33 = (__u16 )__cil_tmp32;
4335#line 94
4336  __cil_tmp34 = (__u16 )0;
4337#line 94
4338  __cil_tmp35 = (unsigned long )gspca_dev;
4339#line 94
4340  __cil_tmp36 = __cil_tmp35 + 1680;
4341#line 94
4342  __cil_tmp37 = *((__u8 **)__cil_tmp36);
4343#line 94
4344  __cil_tmp38 = (void *)__cil_tmp37;
4345#line 94
4346  __cil_tmp39 = (__u16 )size;
4347#line 94
4348  __cil_tmp40 = (int )__cil_tmp39;
4349#line 94
4350  __cil_tmp41 = (__u16 )__cil_tmp40;
4351#line 94
4352  ret = usb_control_msg(__cil_tmp27, pipe, __cil_tmp29, __cil_tmp31, __cil_tmp33,
4353                        __cil_tmp34, __cil_tmp38, __cil_tmp41, 500);
4354  }
4355#line 98
4356  if (ret < 0) {
4357    {
4358#line 98
4359    __cil_tmp42 = (unsigned int )req;
4360#line 98
4361    if (__cil_tmp42 != 10U) {
4362      {
4363#line 99
4364      __cil_tmp43 = (int )req;
4365#line 99
4366      printk("<3>gspca_stv0680: usb_control_msg error %i, request = 0x%x, error = %i\n",
4367             set, __cil_tmp43, ret);
4368      }
4369    } else {
4370
4371    }
4372    }
4373  } else {
4374
4375  }
4376#line 102
4377  return (ret);
4378}
4379}
4380#line 105 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
4381static int stv0680_handle_error(struct gspca_dev *gspca_dev , int ret ) 
4382{ u8 __cil_tmp3 ;
4383  u16 __cil_tmp4 ;
4384
4385  {
4386  {
4387#line 107
4388  __cil_tmp3 = (u8 )128;
4389#line 107
4390  __cil_tmp4 = (u16 )0;
4391#line 107
4392  stv_sndctrl(gspca_dev, 0, __cil_tmp3, __cil_tmp4, 2);
4393  }
4394#line 110
4395  return (ret);
4396}
4397}
4398#line 113 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
4399static int stv0680_get_video_mode(struct gspca_dev *gspca_dev ) 
4400{ int tmp ;
4401  int tmp___0 ;
4402  unsigned long __cil_tmp4 ;
4403  unsigned long __cil_tmp5 ;
4404  __u8 *__cil_tmp6 ;
4405  void *__cil_tmp7 ;
4406  unsigned long __cil_tmp8 ;
4407  unsigned long __cil_tmp9 ;
4408  __u8 *__cil_tmp10 ;
4409  u8 __cil_tmp11 ;
4410  u16 __cil_tmp12 ;
4411  unsigned long __cil_tmp13 ;
4412  unsigned long __cil_tmp14 ;
4413  __u8 *__cil_tmp15 ;
4414  __u8 __cil_tmp16 ;
4415
4416  {
4417  {
4418#line 116
4419  __cil_tmp4 = (unsigned long )gspca_dev;
4420#line 116
4421  __cil_tmp5 = __cil_tmp4 + 1680;
4422#line 116
4423  __cil_tmp6 = *((__u8 **)__cil_tmp5);
4424#line 116
4425  __cil_tmp7 = (void *)__cil_tmp6;
4426#line 116
4427  memset(__cil_tmp7, 0, 8UL);
4428#line 117
4429  __cil_tmp8 = (unsigned long )gspca_dev;
4430#line 117
4431  __cil_tmp9 = __cil_tmp8 + 1680;
4432#line 117
4433  __cil_tmp10 = *((__u8 **)__cil_tmp9);
4434#line 117
4435  *__cil_tmp10 = (__u8 )15U;
4436#line 119
4437  __cil_tmp11 = (u8 )135;
4438#line 119
4439  __cil_tmp12 = (u16 )0;
4440#line 119
4441  tmp___0 = stv_sndctrl(gspca_dev, 0, __cil_tmp11, __cil_tmp12, 8);
4442  }
4443#line 119
4444  if (tmp___0 != 8) {
4445    {
4446#line 121
4447    tmp = stv0680_handle_error(gspca_dev, -5);
4448    }
4449#line 121
4450    return (tmp);
4451  } else {
4452
4453  }
4454  {
4455#line 124
4456  __cil_tmp13 = (unsigned long )gspca_dev;
4457#line 124
4458  __cil_tmp14 = __cil_tmp13 + 1680;
4459#line 124
4460  __cil_tmp15 = *((__u8 **)__cil_tmp14);
4461#line 124
4462  __cil_tmp16 = *__cil_tmp15;
4463#line 124
4464  return ((int )__cil_tmp16);
4465  }
4466}
4467}
4468#line 127 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
4469static int stv0680_set_video_mode(struct gspca_dev *gspca_dev , u8 mode ) 
4470{ struct sd *sd ;
4471  int tmp ;
4472  int tmp___0 ;
4473  int tmp___1 ;
4474  int __cil_tmp7 ;
4475  unsigned long __cil_tmp8 ;
4476  unsigned long __cil_tmp9 ;
4477  u8 __cil_tmp10 ;
4478  int __cil_tmp11 ;
4479  unsigned long __cil_tmp12 ;
4480  unsigned long __cil_tmp13 ;
4481  __u8 *__cil_tmp14 ;
4482  void *__cil_tmp15 ;
4483  unsigned long __cil_tmp16 ;
4484  unsigned long __cil_tmp17 ;
4485  __u8 *__cil_tmp18 ;
4486  u8 __cil_tmp19 ;
4487  u16 __cil_tmp20 ;
4488  int __cil_tmp21 ;
4489  unsigned long __cil_tmp22 ;
4490  unsigned long __cil_tmp23 ;
4491
4492  {
4493#line 129
4494  sd = (struct sd *)gspca_dev;
4495  {
4496#line 131
4497  __cil_tmp7 = (int )mode;
4498#line 131
4499  __cil_tmp8 = (unsigned long )sd;
4500#line 131
4501  __cil_tmp9 = __cil_tmp8 + 3938;
4502#line 131
4503  __cil_tmp10 = *((u8 *)__cil_tmp9);
4504#line 131
4505  __cil_tmp11 = (int )__cil_tmp10;
4506#line 131
4507  if (__cil_tmp11 == __cil_tmp7) {
4508#line 132
4509    return (0);
4510  } else {
4511
4512  }
4513  }
4514  {
4515#line 134
4516  __cil_tmp12 = (unsigned long )gspca_dev;
4517#line 134
4518  __cil_tmp13 = __cil_tmp12 + 1680;
4519#line 134
4520  __cil_tmp14 = *((__u8 **)__cil_tmp13);
4521#line 134
4522  __cil_tmp15 = (void *)__cil_tmp14;
4523#line 134
4524  memset(__cil_tmp15, 0, 8UL);
4525#line 135
4526  __cil_tmp16 = (unsigned long )gspca_dev;
4527#line 135
4528  __cil_tmp17 = __cil_tmp16 + 1680;
4529#line 135
4530  __cil_tmp18 = *((__u8 **)__cil_tmp17);
4531#line 135
4532  *__cil_tmp18 = mode;
4533#line 137
4534  __cil_tmp19 = (u8 )7;
4535#line 137
4536  __cil_tmp20 = (u16 )256;
4537#line 137
4538  tmp___0 = stv_sndctrl(gspca_dev, 3, __cil_tmp19, __cil_tmp20, 8);
4539  }
4540#line 137
4541  if (tmp___0 != 8) {
4542    {
4543#line 139
4544    tmp = stv0680_handle_error(gspca_dev, -5);
4545    }
4546#line 139
4547    return (tmp);
4548  } else {
4549
4550  }
4551  {
4552#line 143
4553  tmp___1 = stv0680_get_video_mode(gspca_dev);
4554  }
4555  {
4556#line 143
4557  __cil_tmp21 = (int )mode;
4558#line 143
4559  if (tmp___1 != __cil_tmp21) {
4560#line 145
4561    return (-5);
4562  } else {
4563
4564  }
4565  }
4566#line 148
4567  __cil_tmp22 = (unsigned long )sd;
4568#line 148
4569  __cil_tmp23 = __cil_tmp22 + 3938;
4570#line 148
4571  *((u8 *)__cil_tmp23) = mode;
4572#line 150
4573  return (0);
4574}
4575}
4576#line 154 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
4577static int sd_config(struct gspca_dev *gspca_dev , struct usb_device_id  const  *id ) 
4578{ int ret ;
4579  struct sd *sd ;
4580  struct cam *cam ;
4581  int tmp ;
4582  int tmp___0 ;
4583  int tmp___1 ;
4584  int tmp___2 ;
4585  int tmp___3 ;
4586  int tmp___4 ;
4587  int tmp___5 ;
4588  int tmp___6 ;
4589  int tmp___7 ;
4590  int tmp___8 ;
4591  int tmp___9 ;
4592  int tmp___10 ;
4593  u8 tmp___11 ;
4594  int tmp___12 ;
4595  int tmp___13 ;
4596  int tmp___14 ;
4597  int tmp___15 ;
4598  unsigned long __cil_tmp23 ;
4599  unsigned long __cil_tmp24 ;
4600  u8 __cil_tmp25 ;
4601  u16 __cil_tmp26 ;
4602  unsigned long __cil_tmp27 ;
4603  unsigned long __cil_tmp28 ;
4604  __u8 *__cil_tmp29 ;
4605  __u8 __cil_tmp30 ;
4606  unsigned int __cil_tmp31 ;
4607  unsigned long __cil_tmp32 ;
4608  unsigned long __cil_tmp33 ;
4609  __u8 *__cil_tmp34 ;
4610  __u8 *__cil_tmp35 ;
4611  __u8 __cil_tmp36 ;
4612  unsigned int __cil_tmp37 ;
4613  u8 __cil_tmp38 ;
4614  u16 __cil_tmp39 ;
4615  u8 __cil_tmp40 ;
4616  u16 __cil_tmp41 ;
4617  unsigned long __cil_tmp42 ;
4618  unsigned long __cil_tmp43 ;
4619  __u8 *__cil_tmp44 ;
4620  __u8 *__cil_tmp45 ;
4621  __u8 __cil_tmp46 ;
4622  unsigned int __cil_tmp47 ;
4623  unsigned long __cil_tmp48 ;
4624  unsigned long __cil_tmp49 ;
4625  __u8 *__cil_tmp50 ;
4626  __u8 *__cil_tmp51 ;
4627  __u8 __cil_tmp52 ;
4628  unsigned int __cil_tmp53 ;
4629  u8 __cil_tmp54 ;
4630  u16 __cil_tmp55 ;
4631  u8 __cil_tmp56 ;
4632  u16 __cil_tmp57 ;
4633  u8 __cil_tmp58 ;
4634  u16 __cil_tmp59 ;
4635  unsigned long __cil_tmp60 ;
4636  unsigned long __cil_tmp61 ;
4637  __u8 *__cil_tmp62 ;
4638  __u8 *__cil_tmp63 ;
4639  __u8 __cil_tmp64 ;
4640  int __cil_tmp65 ;
4641  int __cil_tmp66 ;
4642  unsigned long __cil_tmp67 ;
4643  unsigned long __cil_tmp68 ;
4644  __u8 *__cil_tmp69 ;
4645  __u8 *__cil_tmp70 ;
4646  __u8 __cil_tmp71 ;
4647  int __cil_tmp72 ;
4648  unsigned long __cil_tmp73 ;
4649  unsigned long __cil_tmp74 ;
4650  unsigned long __cil_tmp75 ;
4651  unsigned long __cil_tmp76 ;
4652  unsigned long __cil_tmp77 ;
4653  unsigned long __cil_tmp78 ;
4654  unsigned long __cil_tmp79 ;
4655  unsigned long __cil_tmp80 ;
4656  unsigned long __cil_tmp81 ;
4657  unsigned long __cil_tmp82 ;
4658  u8 __cil_tmp83 ;
4659  int __cil_tmp84 ;
4660  u8 __cil_tmp85 ;
4661  u8 __cil_tmp86 ;
4662  u16 __cil_tmp87 ;
4663  unsigned long __cil_tmp88 ;
4664  unsigned long __cil_tmp89 ;
4665  unsigned long __cil_tmp90 ;
4666  unsigned long __cil_tmp91 ;
4667  unsigned long __cil_tmp92 ;
4668  unsigned long __cil_tmp93 ;
4669  unsigned long __cil_tmp94 ;
4670  unsigned long __cil_tmp95 ;
4671  __u8 *__cil_tmp96 ;
4672  __u8 *__cil_tmp97 ;
4673  __u8 __cil_tmp98 ;
4674  int __cil_tmp99 ;
4675  unsigned long __cil_tmp100 ;
4676  unsigned long __cil_tmp101 ;
4677  __u8 *__cil_tmp102 ;
4678  __u8 *__cil_tmp103 ;
4679  __u8 __cil_tmp104 ;
4680  int __cil_tmp105 ;
4681  int __cil_tmp106 ;
4682  unsigned long __cil_tmp107 ;
4683  unsigned long __cil_tmp108 ;
4684  __u8 *__cil_tmp109 ;
4685  __u8 *__cil_tmp110 ;
4686  __u8 __cil_tmp111 ;
4687  int __cil_tmp112 ;
4688  int __cil_tmp113 ;
4689  unsigned long __cil_tmp114 ;
4690  unsigned long __cil_tmp115 ;
4691  __u8 *__cil_tmp116 ;
4692  __u8 __cil_tmp117 ;
4693  int __cil_tmp118 ;
4694  int __cil_tmp119 ;
4695  int __cil_tmp120 ;
4696  int __cil_tmp121 ;
4697  int __cil_tmp122 ;
4698  unsigned long __cil_tmp123 ;
4699  unsigned long __cil_tmp124 ;
4700  unsigned long __cil_tmp125 ;
4701  unsigned long __cil_tmp126 ;
4702  __u8 *__cil_tmp127 ;
4703  __u8 *__cil_tmp128 ;
4704  __u8 __cil_tmp129 ;
4705  int __cil_tmp130 ;
4706  unsigned long __cil_tmp131 ;
4707  unsigned long __cil_tmp132 ;
4708  __u8 *__cil_tmp133 ;
4709  __u8 *__cil_tmp134 ;
4710  __u8 __cil_tmp135 ;
4711  int __cil_tmp136 ;
4712  int __cil_tmp137 ;
4713  int __cil_tmp138 ;
4714  unsigned long __cil_tmp139 ;
4715  unsigned long __cil_tmp140 ;
4716  unsigned long __cil_tmp141 ;
4717  unsigned long __cil_tmp142 ;
4718  unsigned long __cil_tmp143 ;
4719  __u8 *__cil_tmp144 ;
4720  __u8 *__cil_tmp145 ;
4721  __u8 __cil_tmp146 ;
4722  int __cil_tmp147 ;
4723  unsigned long __cil_tmp148 ;
4724  unsigned long __cil_tmp149 ;
4725  __u8 *__cil_tmp150 ;
4726  __u8 *__cil_tmp151 ;
4727  __u8 __cil_tmp152 ;
4728  int __cil_tmp153 ;
4729  int __cil_tmp154 ;
4730  int __cil_tmp155 ;
4731  unsigned long __cil_tmp156 ;
4732  unsigned long __cil_tmp157 ;
4733  unsigned long __cil_tmp158 ;
4734  unsigned long __cil_tmp159 ;
4735  unsigned long __cil_tmp160 ;
4736  unsigned long __cil_tmp161 ;
4737  unsigned long __cil_tmp162 ;
4738  unsigned long __cil_tmp163 ;
4739  unsigned long __cil_tmp164 ;
4740  unsigned long __cil_tmp165 ;
4741  unsigned long __cil_tmp166 ;
4742  unsigned long __cil_tmp167 ;
4743  unsigned long __cil_tmp168 ;
4744  unsigned long __cil_tmp169 ;
4745  unsigned long __cil_tmp170 ;
4746  unsigned long __cil_tmp171 ;
4747  unsigned long __cil_tmp172 ;
4748  unsigned long __cil_tmp173 ;
4749  unsigned long __cil_tmp174 ;
4750  unsigned long __cil_tmp175 ;
4751  unsigned long __cil_tmp176 ;
4752  struct v4l2_pix_format *__cil_tmp177 ;
4753  unsigned long __cil_tmp178 ;
4754  unsigned long __cil_tmp179 ;
4755  unsigned long __cil_tmp180 ;
4756  unsigned long __cil_tmp181 ;
4757  u8 __cil_tmp182 ;
4758  int __cil_tmp183 ;
4759  u8 __cil_tmp184 ;
4760  u8 __cil_tmp185 ;
4761  u16 __cil_tmp186 ;
4762  unsigned long __cil_tmp187 ;
4763  unsigned long __cil_tmp188 ;
4764  __u8 *__cil_tmp189 ;
4765  __u8 *__cil_tmp190 ;
4766  __u8 __cil_tmp191 ;
4767  unsigned int __cil_tmp192 ;
4768  unsigned long __cil_tmp193 ;
4769  unsigned long __cil_tmp194 ;
4770  __u8 *__cil_tmp195 ;
4771  __u8 *__cil_tmp196 ;
4772  __u8 __cil_tmp197 ;
4773  unsigned int __cil_tmp198 ;
4774
4775  {
4776  {
4777#line 158
4778  sd = (struct sd *)gspca_dev;
4779#line 159
4780  __cil_tmp23 = (unsigned long )gspca_dev;
4781#line 159
4782  __cil_tmp24 = __cil_tmp23 + 1624;
4783#line 159
4784  cam = (struct cam *)__cil_tmp24;
4785#line 163
4786  msleep(1000U);
4787#line 166
4788  __cil_tmp25 = (u8 )136;
4789#line 166
4790  __cil_tmp26 = (u16 )22136;
4791#line 166
4792  tmp___0 = stv_sndctrl(gspca_dev, 0, __cil_tmp25, __cil_tmp26, 2);
4793  }
4794#line 166
4795  if (tmp___0 != 2) {
4796    {
4797#line 169
4798    tmp = stv0680_handle_error(gspca_dev, -19);
4799    }
4800#line 169
4801    return (tmp);
4802  } else {
4803    {
4804#line 166
4805    __cil_tmp27 = (unsigned long )gspca_dev;
4806#line 166
4807    __cil_tmp28 = __cil_tmp27 + 1680;
4808#line 166
4809    __cil_tmp29 = *((__u8 **)__cil_tmp28);
4810#line 166
4811    __cil_tmp30 = *__cil_tmp29;
4812#line 166
4813    __cil_tmp31 = (unsigned int )__cil_tmp30;
4814#line 166
4815    if (__cil_tmp31 != 86U) {
4816      {
4817#line 169
4818      tmp = stv0680_handle_error(gspca_dev, -19);
4819      }
4820#line 169
4821      return (tmp);
4822    } else {
4823      {
4824#line 166
4825      __cil_tmp32 = (unsigned long )gspca_dev;
4826#line 166
4827      __cil_tmp33 = __cil_tmp32 + 1680;
4828#line 166
4829      __cil_tmp34 = *((__u8 **)__cil_tmp33);
4830#line 166
4831      __cil_tmp35 = __cil_tmp34 + 1UL;
4832#line 166
4833      __cil_tmp36 = *__cil_tmp35;
4834#line 166
4835      __cil_tmp37 = (unsigned int )__cil_tmp36;
4836#line 166
4837      if (__cil_tmp37 != 120U) {
4838        {
4839#line 169
4840        tmp = stv0680_handle_error(gspca_dev, -19);
4841        }
4842#line 169
4843        return (tmp);
4844      } else {
4845
4846      }
4847      }
4848    }
4849    }
4850  }
4851  {
4852#line 173
4853  __cil_tmp38 = (u8 )6;
4854#line 173
4855  __cil_tmp39 = (u16 )512;
4856#line 173
4857  tmp___2 = stv_sndctrl(gspca_dev, 2, __cil_tmp38, __cil_tmp39, 9);
4858  }
4859#line 173
4860  if (tmp___2 != 9) {
4861    {
4862#line 174
4863    tmp___1 = stv0680_handle_error(gspca_dev, -19);
4864    }
4865#line 174
4866    return (tmp___1);
4867  } else {
4868
4869  }
4870  {
4871#line 176
4872  __cil_tmp40 = (u8 )6;
4873#line 176
4874  __cil_tmp41 = (u16 )512;
4875#line 176
4876  tmp___4 = stv_sndctrl(gspca_dev, 2, __cil_tmp40, __cil_tmp41, 34);
4877  }
4878#line 176
4879  if (tmp___4 != 34) {
4880    {
4881#line 179
4882    tmp___3 = stv0680_handle_error(gspca_dev, -19);
4883    }
4884#line 179
4885    return (tmp___3);
4886  } else {
4887    {
4888#line 176
4889    __cil_tmp42 = (unsigned long )gspca_dev;
4890#line 176
4891    __cil_tmp43 = __cil_tmp42 + 1680;
4892#line 176
4893    __cil_tmp44 = *((__u8 **)__cil_tmp43);
4894#line 176
4895    __cil_tmp45 = __cil_tmp44 + 7UL;
4896#line 176
4897    __cil_tmp46 = *__cil_tmp45;
4898#line 176
4899    __cil_tmp47 = (unsigned int )__cil_tmp46;
4900#line 176
4901    if (__cil_tmp47 != 160U) {
4902      {
4903#line 179
4904      tmp___3 = stv0680_handle_error(gspca_dev, -19);
4905      }
4906#line 179
4907      return (tmp___3);
4908    } else {
4909      {
4910#line 176
4911      __cil_tmp48 = (unsigned long )gspca_dev;
4912#line 176
4913      __cil_tmp49 = __cil_tmp48 + 1680;
4914#line 176
4915      __cil_tmp50 = *((__u8 **)__cil_tmp49);
4916#line 176
4917      __cil_tmp51 = __cil_tmp50 + 8UL;
4918#line 176
4919      __cil_tmp52 = *__cil_tmp51;
4920#line 176
4921      __cil_tmp53 = (unsigned int )__cil_tmp52;
4922#line 176
4923      if (__cil_tmp53 != 35U) {
4924        {
4925#line 179
4926        tmp___3 = stv0680_handle_error(gspca_dev, -19);
4927        }
4928#line 179
4929        return (tmp___3);
4930      } else {
4931
4932      }
4933      }
4934    }
4935    }
4936  }
4937  {
4938#line 181
4939  __cil_tmp54 = (u8 )138;
4940#line 181
4941  __cil_tmp55 = (u16 )0;
4942#line 181
4943  tmp___6 = stv_sndctrl(gspca_dev, 0, __cil_tmp54, __cil_tmp55, 2);
4944  }
4945#line 181
4946  if (tmp___6 != 2) {
4947    {
4948#line 182
4949    tmp___5 = stv0680_handle_error(gspca_dev, -19);
4950    }
4951#line 182
4952    return (tmp___5);
4953  } else {
4954
4955  }
4956  {
4957#line 183
4958  __cil_tmp56 = (u8 )139;
4959#line 183
4960  __cil_tmp57 = (u16 )0;
4961#line 183
4962  tmp___8 = stv_sndctrl(gspca_dev, 0, __cil_tmp56, __cil_tmp57, 36);
4963  }
4964#line 183
4965  if (tmp___8 != 36) {
4966    {
4967#line 184
4968    tmp___7 = stv0680_handle_error(gspca_dev, -19);
4969    }
4970#line 184
4971    return (tmp___7);
4972  } else {
4973
4974  }
4975  {
4976#line 185
4977  __cil_tmp58 = (u8 )133;
4978#line 185
4979  __cil_tmp59 = (u16 )0;
4980#line 185
4981  tmp___10 = stv_sndctrl(gspca_dev, 0, __cil_tmp58, __cil_tmp59, 16);
4982  }
4983#line 185
4984  if (tmp___10 != 16) {
4985    {
4986#line 186
4987    tmp___9 = stv0680_handle_error(gspca_dev, -19);
4988    }
4989#line 186
4990    return (tmp___9);
4991  } else {
4992
4993  }
4994  {
4995#line 188
4996  __cil_tmp60 = (unsigned long )gspca_dev;
4997#line 188
4998  __cil_tmp61 = __cil_tmp60 + 1680;
4999#line 188
5000  __cil_tmp62 = *((__u8 **)__cil_tmp61);
5001#line 188
5002  __cil_tmp63 = __cil_tmp62 + 7UL;
5003#line 188
5004  __cil_tmp64 = *__cil_tmp63;
5005#line 188
5006  __cil_tmp65 = (int )__cil_tmp64;
5007#line 188
5008  __cil_tmp66 = __cil_tmp65 & 9;
5009#line 188
5010  if (__cil_tmp66 == 0) {
5011#line 190
5012    return (-19);
5013  } else {
5014
5015  }
5016  }
5017  {
5018#line 201
5019  __cil_tmp67 = (unsigned long )gspca_dev;
5020#line 201
5021  __cil_tmp68 = __cil_tmp67 + 1680;
5022#line 201
5023  __cil_tmp69 = *((__u8 **)__cil_tmp68);
5024#line 201
5025  __cil_tmp70 = __cil_tmp69 + 7UL;
5026#line 201
5027  __cil_tmp71 = *__cil_tmp70;
5028#line 201
5029  __cil_tmp72 = (int )__cil_tmp71;
5030#line 201
5031  if (__cil_tmp72 & 1) {
5032#line 202
5033    __cil_tmp73 = (unsigned long )sd;
5034#line 202
5035    __cil_tmp74 = __cil_tmp73 + 3937;
5036#line 202
5037    *((u8 *)__cil_tmp74) = (u8 )0U;
5038  } else {
5039#line 204
5040    __cil_tmp75 = (unsigned long )sd;
5041#line 204
5042    __cil_tmp76 = __cil_tmp75 + 3937;
5043#line 204
5044    *((u8 *)__cil_tmp76) = (u8 )3U;
5045  }
5046  }
5047  {
5048#line 215
5049  ret = stv0680_get_video_mode(gspca_dev);
5050  }
5051#line 216
5052  if (ret < 0) {
5053#line 217
5054    return (ret);
5055  } else {
5056
5057  }
5058  {
5059#line 218
5060  tmp___11 = (u8 )ret;
5061#line 218
5062  __cil_tmp77 = (unsigned long )sd;
5063#line 218
5064  __cil_tmp78 = __cil_tmp77 + 3936;
5065#line 218
5066  *((u8 *)__cil_tmp78) = tmp___11;
5067#line 218
5068  __cil_tmp79 = (unsigned long )sd;
5069#line 218
5070  __cil_tmp80 = __cil_tmp79 + 3938;
5071#line 218
5072  *((u8 *)__cil_tmp80) = tmp___11;
5073#line 220
5074  __cil_tmp81 = (unsigned long )sd;
5075#line 220
5076  __cil_tmp82 = __cil_tmp81 + 3937;
5077#line 220
5078  __cil_tmp83 = *((u8 *)__cil_tmp82);
5079#line 220
5080  __cil_tmp84 = (int )__cil_tmp83;
5081#line 220
5082  __cil_tmp85 = (u8 )__cil_tmp84;
5083#line 220
5084  ret = stv0680_set_video_mode(gspca_dev, __cil_tmp85);
5085  }
5086#line 221
5087  if (ret < 0) {
5088#line 222
5089    return (ret);
5090  } else {
5091
5092  }
5093  {
5094#line 225
5095  __cil_tmp86 = (u8 )143;
5096#line 225
5097  __cil_tmp87 = (u16 )0;
5098#line 225
5099  tmp___13 = stv_sndctrl(gspca_dev, 0, __cil_tmp86, __cil_tmp87, 16);
5100  }
5101#line 225
5102  if (tmp___13 != 16) {
5103    {
5104#line 226
5105    tmp___12 = stv0680_handle_error(gspca_dev, -5);
5106    }
5107#line 226
5108    return (tmp___12);
5109  } else {
5110
5111  }
5112  {
5113#line 228
5114  __cil_tmp88 = (unsigned long )cam;
5115#line 228
5116  __cil_tmp89 = __cil_tmp88 + 35;
5117#line 228
5118  *((u8 *)__cil_tmp89) = (u8 )1U;
5119#line 229
5120  __cil_tmp90 = (unsigned long )cam;
5121#line 229
5122  __cil_tmp91 = __cil_tmp90 + 34;
5123#line 229
5124  *((u8 *)__cil_tmp91) = (u8 )1U;
5125#line 230
5126  __cil_tmp92 = (unsigned long )cam;
5127#line 230
5128  __cil_tmp93 = __cil_tmp92 + 24;
5129#line 230
5130  __cil_tmp94 = (unsigned long )gspca_dev;
5131#line 230
5132  __cil_tmp95 = __cil_tmp94 + 1680;
5133#line 230
5134  __cil_tmp96 = *((__u8 **)__cil_tmp95);
5135#line 230
5136  __cil_tmp97 = __cil_tmp96 + 3UL;
5137#line 230
5138  __cil_tmp98 = *__cil_tmp97;
5139#line 230
5140  __cil_tmp99 = (int )__cil_tmp98;
5141#line 230
5142  __cil_tmp100 = (unsigned long )gspca_dev;
5143#line 230
5144  __cil_tmp101 = __cil_tmp100 + 1680;
5145#line 230
5146  __cil_tmp102 = *((__u8 **)__cil_tmp101);
5147#line 230
5148  __cil_tmp103 = __cil_tmp102 + 2UL;
5149#line 230
5150  __cil_tmp104 = *__cil_tmp103;
5151#line 230
5152  __cil_tmp105 = (int )__cil_tmp104;
5153#line 230
5154  __cil_tmp106 = __cil_tmp105 << 8;
5155#line 230
5156  __cil_tmp107 = (unsigned long )gspca_dev;
5157#line 230
5158  __cil_tmp108 = __cil_tmp107 + 1680;
5159#line 230
5160  __cil_tmp109 = *((__u8 **)__cil_tmp108);
5161#line 230
5162  __cil_tmp110 = __cil_tmp109 + 1UL;
5163#line 230
5164  __cil_tmp111 = *__cil_tmp110;
5165#line 230
5166  __cil_tmp112 = (int )__cil_tmp111;
5167#line 230
5168  __cil_tmp113 = __cil_tmp112 << 16;
5169#line 230
5170  __cil_tmp114 = (unsigned long )gspca_dev;
5171#line 230
5172  __cil_tmp115 = __cil_tmp114 + 1680;
5173#line 230
5174  __cil_tmp116 = *((__u8 **)__cil_tmp115);
5175#line 230
5176  __cil_tmp117 = *__cil_tmp116;
5177#line 230
5178  __cil_tmp118 = (int )__cil_tmp117;
5179#line 230
5180  __cil_tmp119 = __cil_tmp118 << 24;
5181#line 230
5182  __cil_tmp120 = __cil_tmp119 | __cil_tmp113;
5183#line 230
5184  __cil_tmp121 = __cil_tmp120 | __cil_tmp106;
5185#line 230
5186  __cil_tmp122 = __cil_tmp121 | __cil_tmp99;
5187#line 230
5188  *((u32 *)__cil_tmp93) = (u32 )__cil_tmp122;
5189#line 234
5190  __cil_tmp123 = (unsigned long )sd;
5191#line 234
5192  __cil_tmp124 = __cil_tmp123 + 3904;
5193#line 234
5194  __cil_tmp125 = (unsigned long )gspca_dev;
5195#line 234
5196  __cil_tmp126 = __cil_tmp125 + 1680;
5197#line 234
5198  __cil_tmp127 = *((__u8 **)__cil_tmp126);
5199#line 234
5200  __cil_tmp128 = __cil_tmp127 + 5UL;
5201#line 234
5202  __cil_tmp129 = *__cil_tmp128;
5203#line 234
5204  __cil_tmp130 = (int )__cil_tmp129;
5205#line 234
5206  __cil_tmp131 = (unsigned long )gspca_dev;
5207#line 234
5208  __cil_tmp132 = __cil_tmp131 + 1680;
5209#line 234
5210  __cil_tmp133 = *((__u8 **)__cil_tmp132);
5211#line 234
5212  __cil_tmp134 = __cil_tmp133 + 4UL;
5213#line 234
5214  __cil_tmp135 = *__cil_tmp134;
5215#line 234
5216  __cil_tmp136 = (int )__cil_tmp135;
5217#line 234
5218  __cil_tmp137 = __cil_tmp136 << 8;
5219#line 234
5220  __cil_tmp138 = __cil_tmp137 | __cil_tmp130;
5221#line 234
5222  *((__u32 *)__cil_tmp124) = (__u32 )__cil_tmp138;
5223#line 236
5224  __cil_tmp139 = 3904 + 4;
5225#line 236
5226  __cil_tmp140 = (unsigned long )sd;
5227#line 236
5228  __cil_tmp141 = __cil_tmp140 + __cil_tmp139;
5229#line 236
5230  __cil_tmp142 = (unsigned long )gspca_dev;
5231#line 236
5232  __cil_tmp143 = __cil_tmp142 + 1680;
5233#line 236
5234  __cil_tmp144 = *((__u8 **)__cil_tmp143);
5235#line 236
5236  __cil_tmp145 = __cil_tmp144 + 7UL;
5237#line 236
5238  __cil_tmp146 = *__cil_tmp145;
5239#line 236
5240  __cil_tmp147 = (int )__cil_tmp146;
5241#line 236
5242  __cil_tmp148 = (unsigned long )gspca_dev;
5243#line 236
5244  __cil_tmp149 = __cil_tmp148 + 1680;
5245#line 236
5246  __cil_tmp150 = *((__u8 **)__cil_tmp149);
5247#line 236
5248  __cil_tmp151 = __cil_tmp150 + 6UL;
5249#line 236
5250  __cil_tmp152 = *__cil_tmp151;
5251#line 236
5252  __cil_tmp153 = (int )__cil_tmp152;
5253#line 236
5254  __cil_tmp154 = __cil_tmp153 << 8;
5255#line 236
5256  __cil_tmp155 = __cil_tmp154 | __cil_tmp147;
5257#line 236
5258  *((__u32 *)__cil_tmp141) = (__u32 )__cil_tmp155;
5259#line 238
5260  __cil_tmp156 = 3904 + 8;
5261#line 238
5262  __cil_tmp157 = (unsigned long )sd;
5263#line 238
5264  __cil_tmp158 = __cil_tmp157 + __cil_tmp156;
5265#line 238
5266  *((__u32 *)__cil_tmp158) = 808990291U;
5267#line 239
5268  __cil_tmp159 = 3904 + 12;
5269#line 239
5270  __cil_tmp160 = (unsigned long )sd;
5271#line 239
5272  __cil_tmp161 = __cil_tmp160 + __cil_tmp159;
5273#line 239
5274  *((enum v4l2_field *)__cil_tmp161) = (enum v4l2_field )1;
5275#line 240
5276  __cil_tmp162 = 3904 + 16;
5277#line 240
5278  __cil_tmp163 = (unsigned long )sd;
5279#line 240
5280  __cil_tmp164 = __cil_tmp163 + __cil_tmp162;
5281#line 240
5282  __cil_tmp165 = (unsigned long )sd;
5283#line 240
5284  __cil_tmp166 = __cil_tmp165 + 3904;
5285#line 240
5286  *((__u32 *)__cil_tmp164) = *((__u32 *)__cil_tmp166);
5287#line 241
5288  __cil_tmp167 = 3904 + 20;
5289#line 241
5290  __cil_tmp168 = (unsigned long )sd;
5291#line 241
5292  __cil_tmp169 = __cil_tmp168 + __cil_tmp167;
5293#line 241
5294  __cil_tmp170 = (unsigned long )cam;
5295#line 241
5296  __cil_tmp171 = __cil_tmp170 + 24;
5297#line 241
5298  *((__u32 *)__cil_tmp169) = *((u32 *)__cil_tmp171);
5299#line 242
5300  __cil_tmp172 = 3904 + 24;
5301#line 242
5302  __cil_tmp173 = (unsigned long )sd;
5303#line 242
5304  __cil_tmp174 = __cil_tmp173 + __cil_tmp172;
5305#line 242
5306  *((enum v4l2_colorspace *)__cil_tmp174) = (enum v4l2_colorspace )8;
5307#line 246
5308  __cil_tmp175 = (unsigned long )sd;
5309#line 246
5310  __cil_tmp176 = __cil_tmp175 + 3904;
5311#line 246
5312  __cil_tmp177 = (struct v4l2_pix_format *)__cil_tmp176;
5313#line 246
5314  *((struct v4l2_pix_format  const  **)cam) = (struct v4l2_pix_format  const  *)__cil_tmp177;
5315#line 247
5316  __cil_tmp178 = (unsigned long )cam;
5317#line 247
5318  __cil_tmp179 = __cil_tmp178 + 32;
5319#line 247
5320  *((u8 *)__cil_tmp179) = (u8 )1U;
5321#line 250
5322  __cil_tmp180 = (unsigned long )sd;
5323#line 250
5324  __cil_tmp181 = __cil_tmp180 + 3936;
5325#line 250
5326  __cil_tmp182 = *((u8 *)__cil_tmp181);
5327#line 250
5328  __cil_tmp183 = (int )__cil_tmp182;
5329#line 250
5330  __cil_tmp184 = (u8 )__cil_tmp183;
5331#line 250
5332  ret = stv0680_set_video_mode(gspca_dev, __cil_tmp184);
5333  }
5334#line 251
5335  if (ret < 0) {
5336#line 252
5337    return (ret);
5338  } else {
5339
5340  }
5341  {
5342#line 254
5343  __cil_tmp185 = (u8 )6;
5344#line 254
5345  __cil_tmp186 = (u16 )256;
5346#line 254
5347  tmp___15 = stv_sndctrl(gspca_dev, 2, __cil_tmp185, __cil_tmp186, 18);
5348  }
5349#line 254
5350  if (tmp___15 != 18) {
5351    {
5352#line 256
5353    printk("<3>gspca_stv0680: Could not get descriptor 0100\n");
5354#line 257
5355    tmp___14 = stv0680_handle_error(gspca_dev, -5);
5356    }
5357#line 257
5358    return (tmp___14);
5359  } else {
5360    {
5361#line 254
5362    __cil_tmp187 = (unsigned long )gspca_dev;
5363#line 254
5364    __cil_tmp188 = __cil_tmp187 + 1680;
5365#line 254
5366    __cil_tmp189 = *((__u8 **)__cil_tmp188);
5367#line 254
5368    __cil_tmp190 = __cil_tmp189 + 8UL;
5369#line 254
5370    __cil_tmp191 = *__cil_tmp190;
5371#line 254
5372    __cil_tmp192 = (unsigned int )__cil_tmp191;
5373#line 254
5374    if (__cil_tmp192 != 83U) {
5375      {
5376#line 256
5377      printk("<3>gspca_stv0680: Could not get descriptor 0100\n");
5378#line 257
5379      tmp___14 = stv0680_handle_error(gspca_dev, -5);
5380      }
5381#line 257
5382      return (tmp___14);
5383    } else {
5384      {
5385#line 254
5386      __cil_tmp193 = (unsigned long )gspca_dev;
5387#line 254
5388      __cil_tmp194 = __cil_tmp193 + 1680;
5389#line 254
5390      __cil_tmp195 = *((__u8 **)__cil_tmp194);
5391#line 254
5392      __cil_tmp196 = __cil_tmp195 + 9UL;
5393#line 254
5394      __cil_tmp197 = *__cil_tmp196;
5395#line 254
5396      __cil_tmp198 = (unsigned int )__cil_tmp197;
5397#line 254
5398      if (__cil_tmp198 != 5U) {
5399        {
5400#line 256
5401        printk("<3>gspca_stv0680: Could not get descriptor 0100\n");
5402#line 257
5403        tmp___14 = stv0680_handle_error(gspca_dev, -5);
5404        }
5405#line 257
5406        return (tmp___14);
5407      } else {
5408
5409      }
5410      }
5411    }
5412    }
5413  }
5414#line 260
5415  return (0);
5416}
5417}
5418#line 264 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5419static int sd_init(struct gspca_dev *gspca_dev ) 
5420{ 
5421
5422  {
5423#line 266
5424  return (0);
5425}
5426}
5427#line 270 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5428static int sd_start(struct gspca_dev *gspca_dev ) 
5429{ int ret ;
5430  struct sd *sd ;
5431  int tmp ;
5432  int tmp___0 ;
5433  int tmp___1 ;
5434  int tmp___2 ;
5435  unsigned long __cil_tmp8 ;
5436  unsigned long __cil_tmp9 ;
5437  u8 __cil_tmp10 ;
5438  int __cil_tmp11 ;
5439  u8 __cil_tmp12 ;
5440  u8 __cil_tmp13 ;
5441  u16 __cil_tmp14 ;
5442  u8 __cil_tmp15 ;
5443  unsigned long __cil_tmp16 ;
5444  unsigned long __cil_tmp17 ;
5445  u8 __cil_tmp18 ;
5446  u16 __cil_tmp19 ;
5447  int __cil_tmp20 ;
5448  int __cil_tmp21 ;
5449  u16 __cil_tmp22 ;
5450
5451  {
5452  {
5453#line 273
5454  sd = (struct sd *)gspca_dev;
5455#line 275
5456  __cil_tmp8 = (unsigned long )sd;
5457#line 275
5458  __cil_tmp9 = __cil_tmp8 + 3937;
5459#line 275
5460  __cil_tmp10 = *((u8 *)__cil_tmp9);
5461#line 275
5462  __cil_tmp11 = (int )__cil_tmp10;
5463#line 275
5464  __cil_tmp12 = (u8 )__cil_tmp11;
5465#line 275
5466  ret = stv0680_set_video_mode(gspca_dev, __cil_tmp12);
5467  }
5468#line 276
5469  if (ret < 0) {
5470#line 277
5471    return (ret);
5472  } else {
5473
5474  }
5475  {
5476#line 279
5477  __cil_tmp13 = (u8 )133;
5478#line 279
5479  __cil_tmp14 = (u16 )0;
5480#line 279
5481  tmp___0 = stv_sndctrl(gspca_dev, 0, __cil_tmp13, __cil_tmp14, 16);
5482  }
5483#line 279
5484  if (tmp___0 != 16) {
5485    {
5486#line 280
5487    tmp = stv0680_handle_error(gspca_dev, -5);
5488    }
5489#line 280
5490    return (tmp);
5491  } else {
5492
5493  }
5494  {
5495#line 286
5496  __cil_tmp15 = (u8 )9;
5497#line 286
5498  __cil_tmp16 = (unsigned long )sd;
5499#line 286
5500  __cil_tmp17 = __cil_tmp16 + 3937;
5501#line 286
5502  __cil_tmp18 = *((u8 *)__cil_tmp17);
5503#line 286
5504  __cil_tmp19 = (u16 )__cil_tmp18;
5505#line 286
5506  __cil_tmp20 = (int )__cil_tmp19;
5507#line 286
5508  __cil_tmp21 = __cil_tmp20 << 8U;
5509#line 286
5510  __cil_tmp22 = (u16 )__cil_tmp21;
5511#line 286
5512  tmp___2 = stv_sndctrl(gspca_dev, 1, __cil_tmp15, __cil_tmp22, 0);
5513  }
5514#line 286
5515  if (tmp___2 != 0) {
5516    {
5517#line 287
5518    tmp___1 = stv0680_handle_error(gspca_dev, -5);
5519    }
5520#line 287
5521    return (tmp___1);
5522  } else {
5523
5524  }
5525#line 289
5526  return (0);
5527}
5528}
5529#line 292 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5530static void sd_stopN(struct gspca_dev *gspca_dev ) 
5531{ int tmp ;
5532  u8 __cil_tmp3 ;
5533  u16 __cil_tmp4 ;
5534
5535  {
5536  {
5537#line 295
5538  __cil_tmp3 = (u8 )4;
5539#line 295
5540  __cil_tmp4 = (u16 )0;
5541#line 295
5542  tmp = stv_sndctrl(gspca_dev, 1, __cil_tmp3, __cil_tmp4, 0);
5543  }
5544#line 295
5545  if (tmp != 0) {
5546    {
5547#line 296
5548    stv0680_handle_error(gspca_dev, -5);
5549    }
5550  } else {
5551
5552  }
5553#line 297
5554  return;
5555}
5556}
5557#line 299 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5558static void sd_stop0(struct gspca_dev *gspca_dev ) 
5559{ struct sd *sd ;
5560  unsigned long __cil_tmp3 ;
5561  unsigned long __cil_tmp4 ;
5562  unsigned long __cil_tmp5 ;
5563  char __cil_tmp6 ;
5564  signed char __cil_tmp7 ;
5565  int __cil_tmp8 ;
5566  unsigned long __cil_tmp9 ;
5567  unsigned long __cil_tmp10 ;
5568  u8 __cil_tmp11 ;
5569  int __cil_tmp12 ;
5570  u8 __cil_tmp13 ;
5571
5572  {
5573#line 301
5574  sd = (struct sd *)gspca_dev;
5575  {
5576#line 303
5577  __cil_tmp3 = 0 + 3895;
5578#line 303
5579  __cil_tmp4 = (unsigned long )sd;
5580#line 303
5581  __cil_tmp5 = __cil_tmp4 + __cil_tmp3;
5582#line 303
5583  __cil_tmp6 = *((char *)__cil_tmp5);
5584#line 303
5585  __cil_tmp7 = (signed char )__cil_tmp6;
5586#line 303
5587  __cil_tmp8 = (int )__cil_tmp7;
5588#line 303
5589  if (__cil_tmp8 == 0) {
5590#line 304
5591    return;
5592  } else {
5593
5594  }
5595  }
5596  {
5597#line 306
5598  __cil_tmp9 = (unsigned long )sd;
5599#line 306
5600  __cil_tmp10 = __cil_tmp9 + 3936;
5601#line 306
5602  __cil_tmp11 = *((u8 *)__cil_tmp10);
5603#line 306
5604  __cil_tmp12 = (int )__cil_tmp11;
5605#line 306
5606  __cil_tmp13 = (u8 )__cil_tmp12;
5607#line 306
5608  stv0680_set_video_mode(gspca_dev, __cil_tmp13);
5609  }
5610#line 307
5611  return;
5612}
5613}
5614#line 309 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5615static void sd_pkt_scan(struct gspca_dev *gspca_dev , u8 *data , int len ) 
5616{ struct sd *sd ;
5617  unsigned long __cil_tmp5 ;
5618  unsigned long __cil_tmp6 ;
5619  unsigned long __cil_tmp7 ;
5620  __u32 __cil_tmp8 ;
5621  __u32 __cil_tmp9 ;
5622  unsigned long __cil_tmp10 ;
5623  unsigned long __cil_tmp11 ;
5624  enum gspca_packet_type __cil_tmp12 ;
5625  u8 const   *__cil_tmp13 ;
5626  enum gspca_packet_type __cil_tmp14 ;
5627  u8 const   *__cil_tmp15 ;
5628
5629  {
5630#line 313
5631  sd = (struct sd *)gspca_dev;
5632  {
5633#line 319
5634  __cil_tmp5 = 3904 + 20;
5635#line 319
5636  __cil_tmp6 = (unsigned long )sd;
5637#line 319
5638  __cil_tmp7 = __cil_tmp6 + __cil_tmp5;
5639#line 319
5640  __cil_tmp8 = *((__u32 *)__cil_tmp7);
5641#line 319
5642  __cil_tmp9 = (__u32 )len;
5643#line 319
5644  if (__cil_tmp9 != __cil_tmp8) {
5645#line 320
5646    __cil_tmp10 = (unsigned long )gspca_dev;
5647#line 320
5648    __cil_tmp11 = __cil_tmp10 + 3442;
5649#line 320
5650    *((__u8 *)__cil_tmp11) = (__u8 )0U;
5651#line 321
5652    return;
5653  } else {
5654
5655  }
5656  }
5657  {
5658#line 327
5659  __cil_tmp12 = (enum gspca_packet_type )3;
5660#line 327
5661  __cil_tmp13 = (u8 const   *)0;
5662#line 327
5663  gspca_frame_add(gspca_dev, __cil_tmp12, __cil_tmp13, 0);
5664#line 330
5665  __cil_tmp14 = (enum gspca_packet_type )1;
5666#line 330
5667  __cil_tmp15 = (u8 const   *)data;
5668#line 330
5669  gspca_frame_add(gspca_dev, __cil_tmp14, __cil_tmp15, len);
5670  }
5671#line 331
5672  return;
5673}
5674}
5675#line 334 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5676static struct sd_desc  const  sd_desc  = 
5677#line 334
5678     {"stv0680", (struct ctrl  const  *)(& sd_ctrls), 0, & sd_config, & sd_init, & sd_start,
5679    & sd_pkt_scan, (int (*)(struct gspca_dev * ))0, (int (*)(struct gspca_dev * ))0,
5680    & sd_stopN, & sd_stop0, (void (*)(struct gspca_dev * ))0, (int (*)(struct gspca_dev * ,
5681                                                                       struct v4l2_jpegcompression * ))0,
5682    (int (*)(struct gspca_dev * , struct v4l2_jpegcompression * ))0, (int (*)(struct gspca_dev * ,
5683                                                                              struct v4l2_querymenu * ))0,
5684    (void (*)(struct gspca_dev * , struct v4l2_streamparm * ))0, (void (*)(struct gspca_dev * ,
5685                                                                           struct v4l2_streamparm * ))0,
5686    (int (*)(struct gspca_dev * , struct v4l2_dbg_register * ))0, (int (*)(struct gspca_dev * ,
5687                                                                           struct v4l2_dbg_register * ))0,
5688    (int (*)(struct gspca_dev * , struct v4l2_dbg_chip_ident * ))0, (int (*)(struct gspca_dev * ,
5689                                                                             u8 * ,
5690                                                                             int  ))0,
5691    (unsigned char)0};
5692#line 352 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5693struct usb_device_id  const  __mod_usb_device_table  ;
5694#line 355 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5695static int sd_probe(struct usb_interface *intf , struct usb_device_id  const  *id ) 
5696{ int tmp ;
5697
5698  {
5699  {
5700#line 358
5701  tmp = gspca_dev_probe(intf, id, & sd_desc, 3944, & __this_module);
5702  }
5703#line 358
5704  return (tmp);
5705}
5706}
5707#line 391
5708extern void ldv_check_final_state(void) ;
5709#line 394
5710extern void ldv_check_return_value(int  ) ;
5711#line 397
5712extern void ldv_initialize(void) ;
5713#line 400
5714extern int __VERIFIER_nondet_int(void) ;
5715#line 403 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5716int LDV_IN_INTERRUPT  ;
5717#line 406 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5718void main(void) 
5719{ struct gspca_dev *var_group1 ;
5720  struct usb_device_id  const  *var_sd_config_4_p1 ;
5721  u8 *var_sd_pkt_scan_9_p1 ;
5722  int var_sd_pkt_scan_9_p2 ;
5723  struct usb_interface *var_group2 ;
5724  struct usb_device_id  const  *var_sd_probe_10_p1 ;
5725  int res_sd_probe_10 ;
5726  int ldv_s_sd_desc_sd_desc ;
5727  int ldv_s_sd_driver_usb_driver ;
5728  int tmp ;
5729  int tmp___0 ;
5730  unsigned long __cil_tmp12 ;
5731  unsigned long __cil_tmp13 ;
5732  struct mutex *__cil_tmp14 ;
5733  unsigned long __cil_tmp15 ;
5734  unsigned long __cil_tmp16 ;
5735  struct mutex *__cil_tmp17 ;
5736
5737  {
5738  {
5739#line 509
5740  ldv_s_sd_desc_sd_desc = 0;
5741#line 512
5742  ldv_s_sd_driver_usb_driver = 0;
5743#line 499
5744  LDV_IN_INTERRUPT = 1;
5745#line 508
5746  ldv_initialize();
5747  }
5748#line 515
5749  goto ldv_25745;
5750  ldv_25744: 
5751  {
5752#line 520
5753  tmp = __VERIFIER_nondet_int();
5754  }
5755#line 522
5756  if (tmp == 0) {
5757#line 522
5758    goto case_0;
5759  } else
5760#line 546
5761  if (tmp == 1) {
5762#line 546
5763    goto case_1;
5764  } else
5765#line 569
5766  if (tmp == 2) {
5767#line 569
5768    goto case_2;
5769  } else
5770#line 592
5771  if (tmp == 3) {
5772#line 592
5773    goto case_3;
5774  } else
5775#line 615
5776  if (tmp == 4) {
5777#line 615
5778    goto case_4;
5779  } else
5780#line 638
5781  if (tmp == 5) {
5782#line 638
5783    goto case_5;
5784  } else
5785#line 661
5786  if (tmp == 6) {
5787#line 661
5788    goto case_6;
5789  } else {
5790    {
5791#line 687
5792    goto switch_default;
5793#line 520
5794    if (0) {
5795      case_0: /* CIL Label */ ;
5796#line 525
5797      if (ldv_s_sd_desc_sd_desc == 0) {
5798        {
5799#line 532
5800        __cil_tmp12 = (unsigned long )var_group1;
5801#line 532
5802        __cil_tmp13 = __cil_tmp12 + 3552;
5803#line 532
5804        __cil_tmp14 = (struct mutex *)__cil_tmp13;
5805#line 532
5806        mutex_lock_nested(__cil_tmp14, 0U);
5807#line 533
5808        sd_stop0(var_group1);
5809#line 534
5810        __cil_tmp15 = (unsigned long )var_group1;
5811#line 534
5812        __cil_tmp16 = __cil_tmp15 + 3552;
5813#line 534
5814        __cil_tmp17 = (struct mutex *)__cil_tmp16;
5815#line 534
5816        mutex_unlock(__cil_tmp17);
5817#line 539
5818        ldv_s_sd_desc_sd_desc = 0;
5819        }
5820      } else {
5821
5822      }
5823#line 545
5824      goto ldv_25735;
5825      case_1: /* CIL Label */ 
5826      {
5827#line 557
5828      sd_config(var_group1, var_sd_config_4_p1);
5829      }
5830#line 568
5831      goto ldv_25735;
5832      case_2: /* CIL Label */ 
5833      {
5834#line 580
5835      sd_init(var_group1);
5836      }
5837#line 591
5838      goto ldv_25735;
5839      case_3: /* CIL Label */ 
5840      {
5841#line 603
5842      sd_start(var_group1);
5843      }
5844#line 614
5845      goto ldv_25735;
5846      case_4: /* CIL Label */ 
5847      {
5848#line 626
5849      sd_stopN(var_group1);
5850      }
5851#line 637
5852      goto ldv_25735;
5853      case_5: /* CIL Label */ 
5854      {
5855#line 649
5856      sd_pkt_scan(var_group1, var_sd_pkt_scan_9_p1, var_sd_pkt_scan_9_p2);
5857      }
5858#line 660
5859      goto ldv_25735;
5860      case_6: /* CIL Label */ ;
5861#line 664
5862      if (ldv_s_sd_driver_usb_driver == 0) {
5863        {
5864#line 672
5865        res_sd_probe_10 = sd_probe(var_group2, var_sd_probe_10_p1);
5866#line 673
5867        ldv_check_return_value(res_sd_probe_10);
5868        }
5869#line 674
5870        if (res_sd_probe_10 != 0) {
5871#line 675
5872          goto ldv_module_exit;
5873        } else {
5874
5875        }
5876#line 680
5877        ldv_s_sd_driver_usb_driver = 0;
5878      } else {
5879
5880      }
5881#line 686
5882      goto ldv_25735;
5883      switch_default: /* CIL Label */ ;
5884#line 687
5885      goto ldv_25735;
5886    } else {
5887      switch_break: /* CIL Label */ ;
5888    }
5889    }
5890  }
5891  ldv_25735: ;
5892  ldv_25745: 
5893  {
5894#line 515
5895  tmp___0 = __VERIFIER_nondet_int();
5896  }
5897#line 515
5898  if (tmp___0 != 0) {
5899#line 518
5900    goto ldv_25744;
5901  } else
5902#line 515
5903  if (ldv_s_sd_desc_sd_desc != 0) {
5904#line 518
5905    goto ldv_25744;
5906  } else
5907#line 515
5908  if (ldv_s_sd_driver_usb_driver != 0) {
5909#line 518
5910    goto ldv_25744;
5911  } else {
5912#line 520
5913    goto ldv_25746;
5914  }
5915  ldv_25746: ;
5916  ldv_module_exit: ;
5917  {
5918#line 696
5919  ldv_check_final_state();
5920  }
5921#line 699
5922  return;
5923}
5924}
5925#line 5 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast-assert.h"
5926void ldv_blast_assert(void) 
5927{ 
5928
5929  {
5930  ERROR: ;
5931#line 6
5932  goto ERROR;
5933}
5934}
5935#line 6 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast.h"
5936extern int __VERIFIER_nondet_int(void) ;
5937#line 720 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5938int ldv_spin  =    0;
5939#line 724 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5940void ldv_check_alloc_flags(gfp_t flags ) 
5941{ 
5942
5943  {
5944#line 727
5945  if (ldv_spin != 0) {
5946#line 727
5947    if (flags != 32U) {
5948      {
5949#line 727
5950      ldv_blast_assert();
5951      }
5952    } else {
5953
5954    }
5955  } else {
5956
5957  }
5958#line 730
5959  return;
5960}
5961}
5962#line 730
5963extern struct page *ldv_some_page(void) ;
5964#line 733 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5965struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) 
5966{ struct page *tmp ;
5967
5968  {
5969#line 736
5970  if (ldv_spin != 0) {
5971#line 736
5972    if (flags != 32U) {
5973      {
5974#line 736
5975      ldv_blast_assert();
5976      }
5977    } else {
5978
5979    }
5980  } else {
5981
5982  }
5983  {
5984#line 738
5985  tmp = ldv_some_page();
5986  }
5987#line 738
5988  return (tmp);
5989}
5990}
5991#line 742 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
5992void ldv_check_alloc_nonatomic(void) 
5993{ 
5994
5995  {
5996#line 745
5997  if (ldv_spin != 0) {
5998    {
5999#line 745
6000    ldv_blast_assert();
6001    }
6002  } else {
6003
6004  }
6005#line 748
6006  return;
6007}
6008}
6009#line 749 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
6010void ldv_spin_lock(void) 
6011{ 
6012
6013  {
6014#line 752
6015  ldv_spin = 1;
6016#line 753
6017  return;
6018}
6019}
6020#line 756 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
6021void ldv_spin_unlock(void) 
6022{ 
6023
6024  {
6025#line 759
6026  ldv_spin = 0;
6027#line 760
6028  return;
6029}
6030}
6031#line 763 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
6032int ldv_spin_trylock(void) 
6033{ int is_lock ;
6034
6035  {
6036  {
6037#line 768
6038  is_lock = __VERIFIER_nondet_int();
6039  }
6040#line 770
6041  if (is_lock != 0) {
6042#line 773
6043    return (0);
6044  } else {
6045#line 778
6046    ldv_spin = 1;
6047#line 780
6048    return (1);
6049  }
6050}
6051}
6052#line 947 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/7660/dscv_tempdir/dscv/ri/43_1a/drivers/media/video/gspca/stv0680.c.p"
6053void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) 
6054{ 
6055
6056  {
6057  {
6058#line 953
6059  ldv_check_alloc_flags(ldv_func_arg2);
6060#line 955
6061  kmem_cache_alloc(ldv_func_arg1, ldv_func_arg2);
6062  }
6063#line 956
6064  return ((void *)0);
6065}
6066}