Showing error 1059

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