1
2
3
4#line 19 "include/asm-generic/int-ll64.h"
5typedef signed char __s8;
6#line 20 "include/asm-generic/int-ll64.h"
7typedef unsigned char __u8;
8#line 22 "include/asm-generic/int-ll64.h"
9typedef short __s16;
10#line 23 "include/asm-generic/int-ll64.h"
11typedef unsigned short __u16;
12#line 25 "include/asm-generic/int-ll64.h"
13typedef int __s32;
14#line 26 "include/asm-generic/int-ll64.h"
15typedef unsigned int __u32;
16#line 29 "include/asm-generic/int-ll64.h"
17typedef long long __s64;
18#line 30 "include/asm-generic/int-ll64.h"
19typedef unsigned long long __u64;
20#line 42 "include/asm-generic/int-ll64.h"
21typedef signed char s8;
22#line 43 "include/asm-generic/int-ll64.h"
23typedef unsigned char u8;
24#line 45 "include/asm-generic/int-ll64.h"
25typedef short s16;
26#line 46 "include/asm-generic/int-ll64.h"
27typedef unsigned short u16;
28#line 48 "include/asm-generic/int-ll64.h"
29typedef int s32;
30#line 49 "include/asm-generic/int-ll64.h"
31typedef unsigned int u32;
32#line 51 "include/asm-generic/int-ll64.h"
33typedef long long s64;
34#line 52 "include/asm-generic/int-ll64.h"
35typedef unsigned long long u64;
36#line 14 "include/asm-generic/posix_types.h"
37typedef long __kernel_long_t;
38#line 15 "include/asm-generic/posix_types.h"
39typedef unsigned long __kernel_ulong_t;
40#line 27 "include/asm-generic/posix_types.h"
41typedef __kernel_ulong_t __kernel_nlink_t;
42#line 31 "include/asm-generic/posix_types.h"
43typedef int __kernel_pid_t;
44#line 52 "include/asm-generic/posix_types.h"
45typedef unsigned int __kernel_uid32_t;
46#line 53 "include/asm-generic/posix_types.h"
47typedef unsigned int __kernel_gid32_t;
48#line 75 "include/asm-generic/posix_types.h"
49typedef __kernel_ulong_t __kernel_size_t;
50#line 76 "include/asm-generic/posix_types.h"
51typedef __kernel_long_t __kernel_ssize_t;
52#line 90 "include/asm-generic/posix_types.h"
53typedef __kernel_long_t __kernel_off_t;
54#line 91 "include/asm-generic/posix_types.h"
55typedef long long __kernel_loff_t;
56#line 92 "include/asm-generic/posix_types.h"
57typedef __kernel_long_t __kernel_time_t;
58#line 93 "include/asm-generic/posix_types.h"
59typedef __kernel_long_t __kernel_clock_t;
60#line 94 "include/asm-generic/posix_types.h"
61typedef int __kernel_timer_t;
62#line 95 "include/asm-generic/posix_types.h"
63typedef int __kernel_clockid_t;
64#line 21 "include/linux/types.h"
65typedef __u32 __kernel_dev_t;
66#line 24 "include/linux/types.h"
67typedef __kernel_dev_t dev_t;
68#line 27 "include/linux/types.h"
69typedef unsigned short umode_t;
70#line 28 "include/linux/types.h"
71typedef __kernel_nlink_t nlink_t;
72#line 29 "include/linux/types.h"
73typedef __kernel_off_t off_t;
74#line 30 "include/linux/types.h"
75typedef __kernel_pid_t pid_t;
76#line 35 "include/linux/types.h"
77typedef __kernel_clockid_t clockid_t;
78#line 38 "include/linux/types.h"
79typedef _Bool bool;
80#line 40 "include/linux/types.h"
81typedef __kernel_uid32_t uid_t;
82#line 41 "include/linux/types.h"
83typedef __kernel_gid32_t gid_t;
84#line 54 "include/linux/types.h"
85typedef __kernel_loff_t loff_t;
86#line 63 "include/linux/types.h"
87typedef __kernel_size_t size_t;
88#line 68 "include/linux/types.h"
89typedef __kernel_ssize_t ssize_t;
90#line 78 "include/linux/types.h"
91typedef __kernel_time_t time_t;
92#line 111 "include/linux/types.h"
93typedef __s32 int32_t;
94#line 115 "include/linux/types.h"
95typedef __u8 uint8_t;
96#line 117 "include/linux/types.h"
97typedef __u32 uint32_t;
98#line 120 "include/linux/types.h"
99typedef __u64 uint64_t;
100#line 142 "include/linux/types.h"
101typedef unsigned long sector_t;
102#line 143 "include/linux/types.h"
103typedef unsigned long blkcnt_t;
104#line 155 "include/linux/types.h"
105typedef u64 dma_addr_t;
106#line 178 "include/linux/types.h"
107typedef __u16 __le16;
108#line 179 "include/linux/types.h"
109typedef __u16 __be16;
110#line 180 "include/linux/types.h"
111typedef __u32 __le32;
112#line 181 "include/linux/types.h"
113typedef __u32 __be32;
114#line 186 "include/linux/types.h"
115typedef __u32 __wsum;
116#line 202 "include/linux/types.h"
117typedef unsigned int gfp_t;
118#line 203 "include/linux/types.h"
119typedef unsigned int fmode_t;
120#line 219 "include/linux/types.h"
121struct __anonstruct_atomic_t_7 {
122 int counter ;
123};
124#line 219 "include/linux/types.h"
125typedef struct __anonstruct_atomic_t_7 atomic_t;
126#line 224 "include/linux/types.h"
127struct __anonstruct_atomic64_t_8 {
128 long counter ;
129};
130#line 224 "include/linux/types.h"
131typedef struct __anonstruct_atomic64_t_8 atomic64_t;
132#line 229 "include/linux/types.h"
133struct list_head {
134 struct list_head *next ;
135 struct list_head *prev ;
136};
137#line 233
138struct hlist_node;
139#line 233 "include/linux/types.h"
140struct hlist_head {
141 struct hlist_node *first ;
142};
143#line 237 "include/linux/types.h"
144struct hlist_node {
145 struct hlist_node *next ;
146 struct hlist_node **pprev ;
147};
148#line 253 "include/linux/types.h"
149struct rcu_head {
150 struct rcu_head *next ;
151 void (*func)(struct rcu_head *head ) ;
152};
153#line 12 "include/linux/mod_devicetable.h"
154typedef unsigned long kernel_ulong_t;
155#line 98 "include/linux/mod_devicetable.h"
156struct usb_device_id {
157 __u16 match_flags ;
158 __u16 idVendor ;
159 __u16 idProduct ;
160 __u16 bcdDevice_lo ;
161 __u16 bcdDevice_hi ;
162 __u8 bDeviceClass ;
163 __u8 bDeviceSubClass ;
164 __u8 bDeviceProtocol ;
165 __u8 bInterfaceClass ;
166 __u8 bInterfaceSubClass ;
167 __u8 bInterfaceProtocol ;
168 kernel_ulong_t driver_info ;
169};
170#line 219 "include/linux/mod_devicetable.h"
171struct of_device_id {
172 char name[32] ;
173 char type[32] ;
174 char compatible[128] ;
175 void *data ;
176};
177#line 312 "include/linux/mod_devicetable.h"
178struct input_device_id {
179 kernel_ulong_t flags ;
180 __u16 bustype ;
181 __u16 vendor ;
182 __u16 product ;
183 __u16 version ;
184 kernel_ulong_t evbit[1] ;
185 kernel_ulong_t keybit[12] ;
186 kernel_ulong_t relbit[1] ;
187 kernel_ulong_t absbit[1] ;
188 kernel_ulong_t mscbit[1] ;
189 kernel_ulong_t ledbit[1] ;
190 kernel_ulong_t sndbit[1] ;
191 kernel_ulong_t ffbit[2] ;
192 kernel_ulong_t swbit[1] ;
193 kernel_ulong_t driver_info ;
194};
195#line 250 "include/linux/usb/ch9.h"
196struct usb_device_descriptor {
197 __u8 bLength ;
198 __u8 bDescriptorType ;
199 __le16 bcdUSB ;
200 __u8 bDeviceClass ;
201 __u8 bDeviceSubClass ;
202 __u8 bDeviceProtocol ;
203 __u8 bMaxPacketSize0 ;
204 __le16 idVendor ;
205 __le16 idProduct ;
206 __le16 bcdDevice ;
207 __u8 iManufacturer ;
208 __u8 iProduct ;
209 __u8 iSerialNumber ;
210 __u8 bNumConfigurations ;
211} __attribute__((__packed__)) ;
212#line 306 "include/linux/usb/ch9.h"
213struct usb_config_descriptor {
214 __u8 bLength ;
215 __u8 bDescriptorType ;
216 __le16 wTotalLength ;
217 __u8 bNumInterfaces ;
218 __u8 bConfigurationValue ;
219 __u8 iConfiguration ;
220 __u8 bmAttributes ;
221 __u8 bMaxPower ;
222} __attribute__((__packed__)) ;
223#line 343 "include/linux/usb/ch9.h"
224struct usb_interface_descriptor {
225 __u8 bLength ;
226 __u8 bDescriptorType ;
227 __u8 bInterfaceNumber ;
228 __u8 bAlternateSetting ;
229 __u8 bNumEndpoints ;
230 __u8 bInterfaceClass ;
231 __u8 bInterfaceSubClass ;
232 __u8 bInterfaceProtocol ;
233 __u8 iInterface ;
234} __attribute__((__packed__)) ;
235#line 361 "include/linux/usb/ch9.h"
236struct usb_endpoint_descriptor {
237 __u8 bLength ;
238 __u8 bDescriptorType ;
239 __u8 bEndpointAddress ;
240 __u8 bmAttributes ;
241 __le16 wMaxPacketSize ;
242 __u8 bInterval ;
243 __u8 bRefresh ;
244 __u8 bSynchAddress ;
245} __attribute__((__packed__)) ;
246#line 598 "include/linux/usb/ch9.h"
247struct usb_ss_ep_comp_descriptor {
248 __u8 bLength ;
249 __u8 bDescriptorType ;
250 __u8 bMaxBurst ;
251 __u8 bmAttributes ;
252 __le16 wBytesPerInterval ;
253} __attribute__((__packed__)) ;
254#line 677 "include/linux/usb/ch9.h"
255struct usb_interface_assoc_descriptor {
256 __u8 bLength ;
257 __u8 bDescriptorType ;
258 __u8 bFirstInterface ;
259 __u8 bInterfaceCount ;
260 __u8 bFunctionClass ;
261 __u8 bFunctionSubClass ;
262 __u8 bFunctionProtocol ;
263 __u8 iFunction ;
264} __attribute__((__packed__)) ;
265#line 737 "include/linux/usb/ch9.h"
266struct usb_bos_descriptor {
267 __u8 bLength ;
268 __u8 bDescriptorType ;
269 __le16 wTotalLength ;
270 __u8 bNumDeviceCaps ;
271} __attribute__((__packed__)) ;
272#line 786 "include/linux/usb/ch9.h"
273struct usb_ext_cap_descriptor {
274 __u8 bLength ;
275 __u8 bDescriptorType ;
276 __u8 bDevCapabilityType ;
277 __le32 bmAttributes ;
278} __attribute__((__packed__)) ;
279#line 806 "include/linux/usb/ch9.h"
280struct usb_ss_cap_descriptor {
281 __u8 bLength ;
282 __u8 bDescriptorType ;
283 __u8 bDevCapabilityType ;
284 __u8 bmAttributes ;
285 __le16 wSpeedSupported ;
286 __u8 bFunctionalitySupport ;
287 __u8 bU1devExitLat ;
288 __le16 bU2DevExitLat ;
289} __attribute__((__packed__)) ;
290#line 829 "include/linux/usb/ch9.h"
291struct usb_ss_container_id_descriptor {
292 __u8 bLength ;
293 __u8 bDescriptorType ;
294 __u8 bDevCapabilityType ;
295 __u8 bReserved ;
296 __u8 ContainerID[16] ;
297} __attribute__((__packed__)) ;
298#line 891
299enum usb_device_speed {
300 USB_SPEED_UNKNOWN = 0,
301 USB_SPEED_LOW = 1,
302 USB_SPEED_FULL = 2,
303 USB_SPEED_HIGH = 3,
304 USB_SPEED_WIRELESS = 4,
305 USB_SPEED_SUPER = 5
306} ;
307#line 911
308enum usb_device_state {
309 USB_STATE_NOTATTACHED = 0,
310 USB_STATE_ATTACHED = 1,
311 USB_STATE_POWERED = 2,
312 USB_STATE_RECONNECTING = 3,
313 USB_STATE_UNAUTHENTICATED = 4,
314 USB_STATE_DEFAULT = 5,
315 USB_STATE_ADDRESS = 6,
316 USB_STATE_CONFIGURED = 7,
317 USB_STATE_SUSPENDED = 8
318} ;
319#line 56 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/alternative.h"
320struct module;
321#line 146 "include/linux/init.h"
322typedef void (*ctor_fn_t)(void);
323#line 47 "include/linux/dynamic_debug.h"
324struct device;
325#line 53
326struct net_device;
327#line 135 "include/linux/kernel.h"
328struct completion;
329#line 136
330struct pt_regs;
331#line 349
332struct pid;
333#line 12 "include/linux/thread_info.h"
334struct timespec;
335#line 18 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/page.h"
336struct page;
337#line 20 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/thread_info.h"
338struct task_struct;
339#line 8 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
340struct mm_struct;
341#line 99 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
342struct pt_regs {
343 unsigned long r15 ;
344 unsigned long r14 ;
345 unsigned long r13 ;
346 unsigned long r12 ;
347 unsigned long bp ;
348 unsigned long bx ;
349 unsigned long r11 ;
350 unsigned long r10 ;
351 unsigned long r9 ;
352 unsigned long r8 ;
353 unsigned long ax ;
354 unsigned long cx ;
355 unsigned long dx ;
356 unsigned long si ;
357 unsigned long di ;
358 unsigned long orig_ax ;
359 unsigned long ip ;
360 unsigned long cs ;
361 unsigned long flags ;
362 unsigned long sp ;
363 unsigned long ss ;
364};
365#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/desc_defs.h"
366struct __anonstruct____missing_field_name_16 {
367 unsigned int a ;
368 unsigned int b ;
369};
370#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/desc_defs.h"
371struct __anonstruct____missing_field_name_17 {
372 u16 limit0 ;
373 u16 base0 ;
374 unsigned int base1 : 8 ;
375 unsigned int type : 4 ;
376 unsigned int s : 1 ;
377 unsigned int dpl : 2 ;
378 unsigned int p : 1 ;
379 unsigned int limit : 4 ;
380 unsigned int avl : 1 ;
381 unsigned int l : 1 ;
382 unsigned int d : 1 ;
383 unsigned int g : 1 ;
384 unsigned int base2 : 8 ;
385};
386#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/desc_defs.h"
387union __anonunion____missing_field_name_15 {
388 struct __anonstruct____missing_field_name_16 __annonCompField5 ;
389 struct __anonstruct____missing_field_name_17 __annonCompField6 ;
390};
391#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/desc_defs.h"
392struct desc_struct {
393 union __anonunion____missing_field_name_15 __annonCompField7 ;
394} __attribute__((__packed__)) ;
395#line 13 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
396typedef unsigned long pgdval_t;
397#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
398typedef unsigned long pgprotval_t;
399#line 192 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
400struct pgprot {
401 pgprotval_t pgprot ;
402};
403#line 192 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
404typedef struct pgprot pgprot_t;
405#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
406struct __anonstruct_pgd_t_21 {
407 pgdval_t pgd ;
408};
409#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
410typedef struct __anonstruct_pgd_t_21 pgd_t;
411#line 282 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
412typedef struct page *pgtable_t;
413#line 295
414struct file;
415#line 313
416struct seq_file;
417#line 47 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt_types.h"
418struct thread_struct;
419#line 53
420struct cpumask;
421#line 329
422struct arch_spinlock;
423#line 141 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
424struct kernel_vm86_regs {
425 struct pt_regs pt ;
426 unsigned short es ;
427 unsigned short __esh ;
428 unsigned short ds ;
429 unsigned short __dsh ;
430 unsigned short fs ;
431 unsigned short __fsh ;
432 unsigned short gs ;
433 unsigned short __gsh ;
434};
435#line 11 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/math_emu.h"
436union __anonunion____missing_field_name_25 {
437 struct pt_regs *regs ;
438 struct kernel_vm86_regs *vm86 ;
439};
440#line 11 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/math_emu.h"
441struct math_emu_info {
442 long ___orig_eip ;
443 union __anonunion____missing_field_name_25 __annonCompField8 ;
444};
445#line 10 "include/asm-generic/bug.h"
446struct bug_entry {
447 int bug_addr_disp ;
448 int file_disp ;
449 unsigned short line ;
450 unsigned short flags ;
451};
452#line 14 "include/linux/cpumask.h"
453struct cpumask {
454 unsigned long bits[((4096UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
455};
456#line 14 "include/linux/cpumask.h"
457typedef struct cpumask cpumask_t;
458#line 637 "include/linux/cpumask.h"
459typedef struct cpumask *cpumask_var_t;
460#line 234 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt.h"
461struct static_key;
462#line 153 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
463struct seq_operations;
464#line 290 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
465struct i387_fsave_struct {
466 u32 cwd ;
467 u32 swd ;
468 u32 twd ;
469 u32 fip ;
470 u32 fcs ;
471 u32 foo ;
472 u32 fos ;
473 u32 st_space[20] ;
474 u32 status ;
475};
476#line 306 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
477struct __anonstruct____missing_field_name_32 {
478 u64 rip ;
479 u64 rdp ;
480};
481#line 306 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
482struct __anonstruct____missing_field_name_33 {
483 u32 fip ;
484 u32 fcs ;
485 u32 foo ;
486 u32 fos ;
487};
488#line 306 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
489union __anonunion____missing_field_name_31 {
490 struct __anonstruct____missing_field_name_32 __annonCompField12 ;
491 struct __anonstruct____missing_field_name_33 __annonCompField13 ;
492};
493#line 306 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
494union __anonunion____missing_field_name_34 {
495 u32 padding1[12] ;
496 u32 sw_reserved[12] ;
497};
498#line 306 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
499struct i387_fxsave_struct {
500 u16 cwd ;
501 u16 swd ;
502 u16 twd ;
503 u16 fop ;
504 union __anonunion____missing_field_name_31 __annonCompField14 ;
505 u32 mxcsr ;
506 u32 mxcsr_mask ;
507 u32 st_space[32] ;
508 u32 xmm_space[64] ;
509 u32 padding[12] ;
510 union __anonunion____missing_field_name_34 __annonCompField15 ;
511} __attribute__((__aligned__(16))) ;
512#line 341 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
513struct i387_soft_struct {
514 u32 cwd ;
515 u32 swd ;
516 u32 twd ;
517 u32 fip ;
518 u32 fcs ;
519 u32 foo ;
520 u32 fos ;
521 u32 st_space[20] ;
522 u8 ftop ;
523 u8 changed ;
524 u8 lookahead ;
525 u8 no_update ;
526 u8 rm ;
527 u8 alimit ;
528 struct math_emu_info *info ;
529 u32 entry_eip ;
530};
531#line 361 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
532struct ymmh_struct {
533 u32 ymmh_space[64] ;
534};
535#line 366 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
536struct xsave_hdr_struct {
537 u64 xstate_bv ;
538 u64 reserved1[2] ;
539 u64 reserved2[5] ;
540} __attribute__((__packed__)) ;
541#line 372 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
542struct xsave_struct {
543 struct i387_fxsave_struct i387 ;
544 struct xsave_hdr_struct xsave_hdr ;
545 struct ymmh_struct ymmh ;
546} __attribute__((__packed__, __aligned__(64))) ;
547#line 379 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
548union thread_xstate {
549 struct i387_fsave_struct fsave ;
550 struct i387_fxsave_struct fxsave ;
551 struct i387_soft_struct soft ;
552 struct xsave_struct xsave ;
553};
554#line 386 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
555struct fpu {
556 unsigned int last_cpu ;
557 unsigned int has_fpu ;
558 union thread_xstate *state ;
559};
560#line 433
561struct kmem_cache;
562#line 435
563struct perf_event;
564#line 437 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
565struct thread_struct {
566 struct desc_struct tls_array[3] ;
567 unsigned long sp0 ;
568 unsigned long sp ;
569 unsigned long usersp ;
570 unsigned short es ;
571 unsigned short ds ;
572 unsigned short fsindex ;
573 unsigned short gsindex ;
574 unsigned long fs ;
575 unsigned long gs ;
576 struct perf_event *ptrace_bps[4] ;
577 unsigned long debugreg6 ;
578 unsigned long ptrace_dr7 ;
579 unsigned long cr2 ;
580 unsigned long trap_nr ;
581 unsigned long error_code ;
582 struct fpu fpu ;
583 unsigned long *io_bitmap_ptr ;
584 unsigned long iopl ;
585 unsigned int io_bitmap_max ;
586};
587#line 23 "include/asm-generic/atomic-long.h"
588typedef atomic64_t atomic_long_t;
589#line 391 "include/linux/lockdep.h"
590struct lock_class_key {
591
592};
593#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
594typedef u16 __ticket_t;
595#line 15 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
596typedef u32 __ticketpair_t;
597#line 20 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
598struct __raw_tickets {
599 __ticket_t head ;
600 __ticket_t tail ;
601};
602#line 20 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
603union __anonunion____missing_field_name_102 {
604 __ticketpair_t head_tail ;
605 struct __raw_tickets tickets ;
606};
607#line 20 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
608struct arch_spinlock {
609 union __anonunion____missing_field_name_102 __annonCompField17 ;
610};
611#line 20 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
612typedef struct arch_spinlock arch_spinlock_t;
613#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
614struct __anonstruct____missing_field_name_104 {
615 u32 read ;
616 s32 write ;
617};
618#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
619union __anonunion_arch_rwlock_t_103 {
620 s64 lock ;
621 struct __anonstruct____missing_field_name_104 __annonCompField18 ;
622};
623#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
624typedef union __anonunion_arch_rwlock_t_103 arch_rwlock_t;
625#line 20 "include/linux/spinlock_types.h"
626struct raw_spinlock {
627 arch_spinlock_t raw_lock ;
628 unsigned int magic ;
629 unsigned int owner_cpu ;
630 void *owner ;
631};
632#line 20 "include/linux/spinlock_types.h"
633typedef struct raw_spinlock raw_spinlock_t;
634#line 64 "include/linux/spinlock_types.h"
635union __anonunion____missing_field_name_105 {
636 struct raw_spinlock rlock ;
637};
638#line 64 "include/linux/spinlock_types.h"
639struct spinlock {
640 union __anonunion____missing_field_name_105 __annonCompField19 ;
641};
642#line 64 "include/linux/spinlock_types.h"
643typedef struct spinlock spinlock_t;
644#line 11 "include/linux/rwlock_types.h"
645struct __anonstruct_rwlock_t_106 {
646 arch_rwlock_t raw_lock ;
647 unsigned int magic ;
648 unsigned int owner_cpu ;
649 void *owner ;
650};
651#line 11 "include/linux/rwlock_types.h"
652typedef struct __anonstruct_rwlock_t_106 rwlock_t;
653#line 33 "include/linux/seqlock.h"
654struct __anonstruct_seqlock_t_107 {
655 unsigned int sequence ;
656 spinlock_t lock ;
657};
658#line 33 "include/linux/seqlock.h"
659typedef struct __anonstruct_seqlock_t_107 seqlock_t;
660#line 119 "include/linux/seqlock.h"
661struct seqcount {
662 unsigned int sequence ;
663};
664#line 119 "include/linux/seqlock.h"
665typedef struct seqcount seqcount_t;
666#line 14 "include/linux/time.h"
667struct timespec {
668 __kernel_time_t tv_sec ;
669 long tv_nsec ;
670};
671#line 46 "include/linux/ktime.h"
672union ktime {
673 s64 tv64 ;
674};
675#line 59 "include/linux/ktime.h"
676typedef union ktime ktime_t;
677#line 10 "include/linux/timer.h"
678struct tvec_base;
679#line 12 "include/linux/timer.h"
680struct timer_list {
681 struct list_head entry ;
682 unsigned long expires ;
683 struct tvec_base *base ;
684 void (*function)(unsigned long ) ;
685 unsigned long data ;
686 int slack ;
687 int start_pid ;
688 void *start_site ;
689 char start_comm[16] ;
690};
691#line 289
692struct hrtimer;
693#line 290
694enum hrtimer_restart;
695#line 17 "include/linux/workqueue.h"
696struct work_struct;
697#line 79 "include/linux/workqueue.h"
698struct work_struct {
699 atomic_long_t data ;
700 struct list_head entry ;
701 void (*func)(struct work_struct *work ) ;
702};
703#line 92 "include/linux/workqueue.h"
704struct delayed_work {
705 struct work_struct work ;
706 struct timer_list timer ;
707};
708#line 49 "include/linux/wait.h"
709struct __wait_queue_head {
710 spinlock_t lock ;
711 struct list_head task_list ;
712};
713#line 53 "include/linux/wait.h"
714typedef struct __wait_queue_head wait_queue_head_t;
715#line 25 "include/linux/completion.h"
716struct completion {
717 unsigned int done ;
718 wait_queue_head_t wait ;
719};
720#line 50 "include/linux/pm.h"
721struct pm_message {
722 int event ;
723};
724#line 50 "include/linux/pm.h"
725typedef struct pm_message pm_message_t;
726#line 264 "include/linux/pm.h"
727struct dev_pm_ops {
728 int (*prepare)(struct device *dev ) ;
729 void (*complete)(struct device *dev ) ;
730 int (*suspend)(struct device *dev ) ;
731 int (*resume)(struct device *dev ) ;
732 int (*freeze)(struct device *dev ) ;
733 int (*thaw)(struct device *dev ) ;
734 int (*poweroff)(struct device *dev ) ;
735 int (*restore)(struct device *dev ) ;
736 int (*suspend_late)(struct device *dev ) ;
737 int (*resume_early)(struct device *dev ) ;
738 int (*freeze_late)(struct device *dev ) ;
739 int (*thaw_early)(struct device *dev ) ;
740 int (*poweroff_late)(struct device *dev ) ;
741 int (*restore_early)(struct device *dev ) ;
742 int (*suspend_noirq)(struct device *dev ) ;
743 int (*resume_noirq)(struct device *dev ) ;
744 int (*freeze_noirq)(struct device *dev ) ;
745 int (*thaw_noirq)(struct device *dev ) ;
746 int (*poweroff_noirq)(struct device *dev ) ;
747 int (*restore_noirq)(struct device *dev ) ;
748 int (*runtime_suspend)(struct device *dev ) ;
749 int (*runtime_resume)(struct device *dev ) ;
750 int (*runtime_idle)(struct device *dev ) ;
751};
752#line 458
753enum rpm_status {
754 RPM_ACTIVE = 0,
755 RPM_RESUMING = 1,
756 RPM_SUSPENDED = 2,
757 RPM_SUSPENDING = 3
758} ;
759#line 480
760enum rpm_request {
761 RPM_REQ_NONE = 0,
762 RPM_REQ_IDLE = 1,
763 RPM_REQ_SUSPEND = 2,
764 RPM_REQ_AUTOSUSPEND = 3,
765 RPM_REQ_RESUME = 4
766} ;
767#line 488
768struct wakeup_source;
769#line 495 "include/linux/pm.h"
770struct pm_subsys_data {
771 spinlock_t lock ;
772 unsigned int refcount ;
773};
774#line 506
775struct dev_pm_qos_request;
776#line 506
777struct pm_qos_constraints;
778#line 506 "include/linux/pm.h"
779struct dev_pm_info {
780 pm_message_t power_state ;
781 unsigned int can_wakeup : 1 ;
782 unsigned int async_suspend : 1 ;
783 bool is_prepared : 1 ;
784 bool is_suspended : 1 ;
785 bool ignore_children : 1 ;
786 spinlock_t lock ;
787 struct list_head entry ;
788 struct completion completion ;
789 struct wakeup_source *wakeup ;
790 bool wakeup_path : 1 ;
791 struct timer_list suspend_timer ;
792 unsigned long timer_expires ;
793 struct work_struct work ;
794 wait_queue_head_t wait_queue ;
795 atomic_t usage_count ;
796 atomic_t child_count ;
797 unsigned int disable_depth : 3 ;
798 unsigned int idle_notification : 1 ;
799 unsigned int request_pending : 1 ;
800 unsigned int deferred_resume : 1 ;
801 unsigned int run_wake : 1 ;
802 unsigned int runtime_auto : 1 ;
803 unsigned int no_callbacks : 1 ;
804 unsigned int irq_safe : 1 ;
805 unsigned int use_autosuspend : 1 ;
806 unsigned int timer_autosuspends : 1 ;
807 enum rpm_request request ;
808 enum rpm_status runtime_status ;
809 int runtime_error ;
810 int autosuspend_delay ;
811 unsigned long last_busy ;
812 unsigned long active_jiffies ;
813 unsigned long suspended_jiffies ;
814 unsigned long accounting_timestamp ;
815 ktime_t suspend_time ;
816 s64 max_time_suspended_ns ;
817 struct dev_pm_qos_request *pq_req ;
818 struct pm_subsys_data *subsys_data ;
819 struct pm_qos_constraints *constraints ;
820};
821#line 564 "include/linux/pm.h"
822struct dev_pm_domain {
823 struct dev_pm_ops ops ;
824};
825#line 98 "include/linux/nodemask.h"
826struct __anonstruct_nodemask_t_110 {
827 unsigned long bits[(((unsigned long )(1 << 10) + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
828};
829#line 98 "include/linux/nodemask.h"
830typedef struct __anonstruct_nodemask_t_110 nodemask_t;
831#line 48 "include/linux/mutex.h"
832struct mutex {
833 atomic_t count ;
834 spinlock_t wait_lock ;
835 struct list_head wait_list ;
836 struct task_struct *owner ;
837 char const *name ;
838 void *magic ;
839};
840#line 69 "include/linux/mutex.h"
841struct mutex_waiter {
842 struct list_head list ;
843 struct task_struct *task ;
844 void *magic ;
845};
846#line 11 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
847struct __anonstruct_mm_context_t_111 {
848 void *ldt ;
849 int size ;
850 unsigned short ia32_compat ;
851 struct mutex lock ;
852 void *vdso ;
853};
854#line 11 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
855typedef struct __anonstruct_mm_context_t_111 mm_context_t;
856#line 8 "include/linux/vmalloc.h"
857struct vm_area_struct;
858#line 19 "include/linux/rwsem.h"
859struct rw_semaphore;
860#line 25 "include/linux/rwsem.h"
861struct rw_semaphore {
862 long count ;
863 raw_spinlock_t wait_lock ;
864 struct list_head wait_list ;
865};
866#line 188 "include/linux/rcupdate.h"
867struct notifier_block;
868#line 50 "include/linux/notifier.h"
869struct notifier_block {
870 int (*notifier_call)(struct notifier_block * , unsigned long , void * ) ;
871 struct notifier_block *next ;
872 int priority ;
873};
874#line 61 "include/linux/notifier.h"
875struct blocking_notifier_head {
876 struct rw_semaphore rwsem ;
877 struct notifier_block *head ;
878};
879#line 798 "include/linux/mmzone.h"
880struct ctl_table;
881#line 12 "include/linux/irqdesc.h"
882struct proc_dir_entry;
883#line 94 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/uaccess.h"
884struct exception_table_entry {
885 unsigned long insn ;
886 unsigned long fixup ;
887};
888#line 100 "include/linux/rbtree.h"
889struct rb_node {
890 unsigned long rb_parent_color ;
891 struct rb_node *rb_right ;
892 struct rb_node *rb_left ;
893} __attribute__((__aligned__(sizeof(long )))) ;
894#line 110 "include/linux/rbtree.h"
895struct rb_root {
896 struct rb_node *rb_node ;
897};
898#line 8 "include/linux/timerqueue.h"
899struct timerqueue_node {
900 struct rb_node node ;
901 ktime_t expires ;
902};
903#line 13 "include/linux/timerqueue.h"
904struct timerqueue_head {
905 struct rb_root head ;
906 struct timerqueue_node *next ;
907};
908#line 27 "include/linux/hrtimer.h"
909struct hrtimer_clock_base;
910#line 28
911struct hrtimer_cpu_base;
912#line 44
913enum hrtimer_restart {
914 HRTIMER_NORESTART = 0,
915 HRTIMER_RESTART = 1
916} ;
917#line 108 "include/linux/hrtimer.h"
918struct hrtimer {
919 struct timerqueue_node node ;
920 ktime_t _softexpires ;
921 enum hrtimer_restart (*function)(struct hrtimer * ) ;
922 struct hrtimer_clock_base *base ;
923 unsigned long state ;
924 int start_pid ;
925 void *start_site ;
926 char start_comm[16] ;
927};
928#line 145 "include/linux/hrtimer.h"
929struct hrtimer_clock_base {
930 struct hrtimer_cpu_base *cpu_base ;
931 int index ;
932 clockid_t clockid ;
933 struct timerqueue_head active ;
934 ktime_t resolution ;
935 ktime_t (*get_time)(void) ;
936 ktime_t softirq_time ;
937 ktime_t offset ;
938};
939#line 178 "include/linux/hrtimer.h"
940struct hrtimer_cpu_base {
941 raw_spinlock_t lock ;
942 unsigned long active_bases ;
943 ktime_t expires_next ;
944 int hres_active ;
945 int hang_detected ;
946 unsigned long nr_events ;
947 unsigned long nr_retries ;
948 unsigned long nr_hangs ;
949 ktime_t max_hang_time ;
950 struct hrtimer_clock_base clock_base[3] ;
951};
952#line 22 "include/linux/kref.h"
953struct kref {
954 atomic_t refcount ;
955};
956#line 20 "include/linux/kobject_ns.h"
957struct sock;
958#line 21
959struct kobject;
960#line 27
961enum kobj_ns_type {
962 KOBJ_NS_TYPE_NONE = 0,
963 KOBJ_NS_TYPE_NET = 1,
964 KOBJ_NS_TYPES = 2
965} ;
966#line 40 "include/linux/kobject_ns.h"
967struct kobj_ns_type_operations {
968 enum kobj_ns_type type ;
969 void *(*grab_current_ns)(void) ;
970 void const *(*netlink_ns)(struct sock *sk ) ;
971 void const *(*initial_ns)(void) ;
972 void (*drop_ns)(void * ) ;
973};
974#line 24 "include/linux/sysfs.h"
975enum kobj_ns_type;
976#line 26 "include/linux/sysfs.h"
977struct attribute {
978 char const *name ;
979 umode_t mode ;
980};
981#line 56 "include/linux/sysfs.h"
982struct attribute_group {
983 char const *name ;
984 umode_t (*is_visible)(struct kobject * , struct attribute * , int ) ;
985 struct attribute **attrs ;
986};
987#line 88 "include/linux/sysfs.h"
988struct bin_attribute {
989 struct attribute attr ;
990 size_t size ;
991 void *private ;
992 ssize_t (*read)(struct file * , struct kobject * , struct bin_attribute * , char * ,
993 loff_t , size_t ) ;
994 ssize_t (*write)(struct file * , struct kobject * , struct bin_attribute * , char * ,
995 loff_t , size_t ) ;
996 int (*mmap)(struct file * , struct kobject * , struct bin_attribute *attr , struct vm_area_struct *vma ) ;
997};
998#line 112 "include/linux/sysfs.h"
999struct sysfs_ops {
1000 ssize_t (*show)(struct kobject * , struct attribute * , char * ) ;
1001 ssize_t (*store)(struct kobject * , struct attribute * , char const * , size_t ) ;
1002 void const *(*namespace)(struct kobject * , struct attribute const * ) ;
1003};
1004#line 118
1005struct sysfs_dirent;
1006#line 60 "include/linux/kobject.h"
1007struct kset;
1008#line 60
1009struct kobj_type;
1010#line 60 "include/linux/kobject.h"
1011struct kobject {
1012 char const *name ;
1013 struct list_head entry ;
1014 struct kobject *parent ;
1015 struct kset *kset ;
1016 struct kobj_type *ktype ;
1017 struct sysfs_dirent *sd ;
1018 struct kref kref ;
1019 unsigned int state_initialized : 1 ;
1020 unsigned int state_in_sysfs : 1 ;
1021 unsigned int state_add_uevent_sent : 1 ;
1022 unsigned int state_remove_uevent_sent : 1 ;
1023 unsigned int uevent_suppress : 1 ;
1024};
1025#line 108 "include/linux/kobject.h"
1026struct kobj_type {
1027 void (*release)(struct kobject *kobj ) ;
1028 struct sysfs_ops const *sysfs_ops ;
1029 struct attribute **default_attrs ;
1030 struct kobj_ns_type_operations const *(*child_ns_type)(struct kobject *kobj ) ;
1031 void const *(*namespace)(struct kobject *kobj ) ;
1032};
1033#line 116 "include/linux/kobject.h"
1034struct kobj_uevent_env {
1035 char *envp[32] ;
1036 int envp_idx ;
1037 char buf[2048] ;
1038 int buflen ;
1039};
1040#line 123 "include/linux/kobject.h"
1041struct kset_uevent_ops {
1042 int (* const filter)(struct kset *kset , struct kobject *kobj ) ;
1043 char const *(* const name)(struct kset *kset , struct kobject *kobj ) ;
1044 int (* const uevent)(struct kset *kset , struct kobject *kobj , struct kobj_uevent_env *env ) ;
1045};
1046#line 159 "include/linux/kobject.h"
1047struct kset {
1048 struct list_head list ;
1049 spinlock_t list_lock ;
1050 struct kobject kobj ;
1051 struct kset_uevent_ops const *uevent_ops ;
1052};
1053#line 19 "include/linux/klist.h"
1054struct klist_node;
1055#line 39 "include/linux/klist.h"
1056struct klist_node {
1057 void *n_klist ;
1058 struct list_head n_node ;
1059 struct kref n_ref ;
1060};
1061#line 4 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1062struct dma_map_ops;
1063#line 4 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1064struct dev_archdata {
1065 void *acpi_handle ;
1066 struct dma_map_ops *dma_ops ;
1067 void *iommu ;
1068};
1069#line 29 "include/linux/device.h"
1070struct device_private;
1071#line 30
1072struct device_driver;
1073#line 31
1074struct driver_private;
1075#line 33
1076struct class;
1077#line 34
1078struct subsys_private;
1079#line 35
1080struct bus_type;
1081#line 36
1082struct device_node;
1083#line 37
1084struct iommu_ops;
1085#line 39 "include/linux/device.h"
1086struct bus_attribute {
1087 struct attribute attr ;
1088 ssize_t (*show)(struct bus_type *bus , char *buf ) ;
1089 ssize_t (*store)(struct bus_type *bus , char const *buf , size_t count ) ;
1090};
1091#line 89
1092struct device_attribute;
1093#line 89
1094struct driver_attribute;
1095#line 89 "include/linux/device.h"
1096struct bus_type {
1097 char const *name ;
1098 char const *dev_name ;
1099 struct device *dev_root ;
1100 struct bus_attribute *bus_attrs ;
1101 struct device_attribute *dev_attrs ;
1102 struct driver_attribute *drv_attrs ;
1103 int (*match)(struct device *dev , struct device_driver *drv ) ;
1104 int (*uevent)(struct device *dev , struct kobj_uevent_env *env ) ;
1105 int (*probe)(struct device *dev ) ;
1106 int (*remove)(struct device *dev ) ;
1107 void (*shutdown)(struct device *dev ) ;
1108 int (*suspend)(struct device *dev , pm_message_t state ) ;
1109 int (*resume)(struct device *dev ) ;
1110 struct dev_pm_ops const *pm ;
1111 struct iommu_ops *iommu_ops ;
1112 struct subsys_private *p ;
1113};
1114#line 127
1115struct device_type;
1116#line 214 "include/linux/device.h"
1117struct device_driver {
1118 char const *name ;
1119 struct bus_type *bus ;
1120 struct module *owner ;
1121 char const *mod_name ;
1122 bool suppress_bind_attrs ;
1123 struct of_device_id const *of_match_table ;
1124 int (*probe)(struct device *dev ) ;
1125 int (*remove)(struct device *dev ) ;
1126 void (*shutdown)(struct device *dev ) ;
1127 int (*suspend)(struct device *dev , pm_message_t state ) ;
1128 int (*resume)(struct device *dev ) ;
1129 struct attribute_group const **groups ;
1130 struct dev_pm_ops const *pm ;
1131 struct driver_private *p ;
1132};
1133#line 249 "include/linux/device.h"
1134struct driver_attribute {
1135 struct attribute attr ;
1136 ssize_t (*show)(struct device_driver *driver , char *buf ) ;
1137 ssize_t (*store)(struct device_driver *driver , char const *buf , size_t count ) ;
1138};
1139#line 330
1140struct class_attribute;
1141#line 330 "include/linux/device.h"
1142struct class {
1143 char const *name ;
1144 struct module *owner ;
1145 struct class_attribute *class_attrs ;
1146 struct device_attribute *dev_attrs ;
1147 struct bin_attribute *dev_bin_attrs ;
1148 struct kobject *dev_kobj ;
1149 int (*dev_uevent)(struct device *dev , struct kobj_uevent_env *env ) ;
1150 char *(*devnode)(struct device *dev , umode_t *mode ) ;
1151 void (*class_release)(struct class *class ) ;
1152 void (*dev_release)(struct device *dev ) ;
1153 int (*suspend)(struct device *dev , pm_message_t state ) ;
1154 int (*resume)(struct device *dev ) ;
1155 struct kobj_ns_type_operations const *ns_type ;
1156 void const *(*namespace)(struct device *dev ) ;
1157 struct dev_pm_ops const *pm ;
1158 struct subsys_private *p ;
1159};
1160#line 397 "include/linux/device.h"
1161struct class_attribute {
1162 struct attribute attr ;
1163 ssize_t (*show)(struct class *class , struct class_attribute *attr , char *buf ) ;
1164 ssize_t (*store)(struct class *class , struct class_attribute *attr , char const *buf ,
1165 size_t count ) ;
1166 void const *(*namespace)(struct class *class , struct class_attribute const *attr ) ;
1167};
1168#line 465 "include/linux/device.h"
1169struct device_type {
1170 char const *name ;
1171 struct attribute_group const **groups ;
1172 int (*uevent)(struct device *dev , struct kobj_uevent_env *env ) ;
1173 char *(*devnode)(struct device *dev , umode_t *mode ) ;
1174 void (*release)(struct device *dev ) ;
1175 struct dev_pm_ops const *pm ;
1176};
1177#line 476 "include/linux/device.h"
1178struct device_attribute {
1179 struct attribute attr ;
1180 ssize_t (*show)(struct device *dev , struct device_attribute *attr , char *buf ) ;
1181 ssize_t (*store)(struct device *dev , struct device_attribute *attr , char const *buf ,
1182 size_t count ) ;
1183};
1184#line 559 "include/linux/device.h"
1185struct device_dma_parameters {
1186 unsigned int max_segment_size ;
1187 unsigned long segment_boundary_mask ;
1188};
1189#line 627
1190struct dma_coherent_mem;
1191#line 627 "include/linux/device.h"
1192struct device {
1193 struct device *parent ;
1194 struct device_private *p ;
1195 struct kobject kobj ;
1196 char const *init_name ;
1197 struct device_type const *type ;
1198 struct mutex mutex ;
1199 struct bus_type *bus ;
1200 struct device_driver *driver ;
1201 void *platform_data ;
1202 struct dev_pm_info power ;
1203 struct dev_pm_domain *pm_domain ;
1204 int numa_node ;
1205 u64 *dma_mask ;
1206 u64 coherent_dma_mask ;
1207 struct device_dma_parameters *dma_parms ;
1208 struct list_head dma_pools ;
1209 struct dma_coherent_mem *dma_mem ;
1210 struct dev_archdata archdata ;
1211 struct device_node *of_node ;
1212 dev_t devt ;
1213 u32 id ;
1214 spinlock_t devres_lock ;
1215 struct list_head devres_head ;
1216 struct klist_node knode_class ;
1217 struct class *class ;
1218 struct attribute_group const **groups ;
1219 void (*release)(struct device *dev ) ;
1220};
1221#line 43 "include/linux/pm_wakeup.h"
1222struct wakeup_source {
1223 char const *name ;
1224 struct list_head entry ;
1225 spinlock_t lock ;
1226 struct timer_list timer ;
1227 unsigned long timer_expires ;
1228 ktime_t total_time ;
1229 ktime_t max_time ;
1230 ktime_t last_time ;
1231 unsigned long event_count ;
1232 unsigned long active_count ;
1233 unsigned long relax_count ;
1234 unsigned long hit_count ;
1235 unsigned int active : 1 ;
1236};
1237#line 16 "include/linux/blk_types.h"
1238struct block_device;
1239#line 33 "include/linux/list_bl.h"
1240struct hlist_bl_node;
1241#line 33 "include/linux/list_bl.h"
1242struct hlist_bl_head {
1243 struct hlist_bl_node *first ;
1244};
1245#line 37 "include/linux/list_bl.h"
1246struct hlist_bl_node {
1247 struct hlist_bl_node *next ;
1248 struct hlist_bl_node **pprev ;
1249};
1250#line 13 "include/linux/dcache.h"
1251struct nameidata;
1252#line 14
1253struct path;
1254#line 15
1255struct vfsmount;
1256#line 35 "include/linux/dcache.h"
1257struct qstr {
1258 unsigned int hash ;
1259 unsigned int len ;
1260 unsigned char const *name ;
1261};
1262#line 88
1263struct inode;
1264#line 88
1265struct dentry_operations;
1266#line 88
1267struct super_block;
1268#line 88 "include/linux/dcache.h"
1269union __anonunion_d_u_148 {
1270 struct list_head d_child ;
1271 struct rcu_head d_rcu ;
1272};
1273#line 88 "include/linux/dcache.h"
1274struct dentry {
1275 unsigned int d_flags ;
1276 seqcount_t d_seq ;
1277 struct hlist_bl_node d_hash ;
1278 struct dentry *d_parent ;
1279 struct qstr d_name ;
1280 struct inode *d_inode ;
1281 unsigned char d_iname[32] ;
1282 unsigned int d_count ;
1283 spinlock_t d_lock ;
1284 struct dentry_operations const *d_op ;
1285 struct super_block *d_sb ;
1286 unsigned long d_time ;
1287 void *d_fsdata ;
1288 struct list_head d_lru ;
1289 union __anonunion_d_u_148 d_u ;
1290 struct list_head d_subdirs ;
1291 struct list_head d_alias ;
1292};
1293#line 131 "include/linux/dcache.h"
1294struct dentry_operations {
1295 int (*d_revalidate)(struct dentry * , struct nameidata * ) ;
1296 int (*d_hash)(struct dentry const * , struct inode const * , struct qstr * ) ;
1297 int (*d_compare)(struct dentry const * , struct inode const * , struct dentry const * ,
1298 struct inode const * , unsigned int , char const * , struct qstr const * ) ;
1299 int (*d_delete)(struct dentry const * ) ;
1300 void (*d_release)(struct dentry * ) ;
1301 void (*d_prune)(struct dentry * ) ;
1302 void (*d_iput)(struct dentry * , struct inode * ) ;
1303 char *(*d_dname)(struct dentry * , char * , int ) ;
1304 struct vfsmount *(*d_automount)(struct path * ) ;
1305 int (*d_manage)(struct dentry * , bool ) ;
1306} __attribute__((__aligned__((1) << (6) ))) ;
1307#line 7 "include/linux/path.h"
1308struct path {
1309 struct vfsmount *mnt ;
1310 struct dentry *dentry ;
1311};
1312#line 62 "include/linux/stat.h"
1313struct kstat {
1314 u64 ino ;
1315 dev_t dev ;
1316 umode_t mode ;
1317 unsigned int nlink ;
1318 uid_t uid ;
1319 gid_t gid ;
1320 dev_t rdev ;
1321 loff_t size ;
1322 struct timespec atime ;
1323 struct timespec mtime ;
1324 struct timespec ctime ;
1325 unsigned long blksize ;
1326 unsigned long long blocks ;
1327};
1328#line 64 "include/linux/radix-tree.h"
1329struct radix_tree_node;
1330#line 64 "include/linux/radix-tree.h"
1331struct radix_tree_root {
1332 unsigned int height ;
1333 gfp_t gfp_mask ;
1334 struct radix_tree_node *rnode ;
1335};
1336#line 14 "include/linux/prio_tree.h"
1337struct prio_tree_node;
1338#line 14 "include/linux/prio_tree.h"
1339struct raw_prio_tree_node {
1340 struct prio_tree_node *left ;
1341 struct prio_tree_node *right ;
1342 struct prio_tree_node *parent ;
1343};
1344#line 20 "include/linux/prio_tree.h"
1345struct prio_tree_node {
1346 struct prio_tree_node *left ;
1347 struct prio_tree_node *right ;
1348 struct prio_tree_node *parent ;
1349 unsigned long start ;
1350 unsigned long last ;
1351};
1352#line 28 "include/linux/prio_tree.h"
1353struct prio_tree_root {
1354 struct prio_tree_node *prio_tree_node ;
1355 unsigned short index_bits ;
1356 unsigned short raw ;
1357};
1358#line 6 "include/linux/pid.h"
1359enum pid_type {
1360 PIDTYPE_PID = 0,
1361 PIDTYPE_PGID = 1,
1362 PIDTYPE_SID = 2,
1363 PIDTYPE_MAX = 3
1364} ;
1365#line 50
1366struct pid_namespace;
1367#line 50 "include/linux/pid.h"
1368struct upid {
1369 int nr ;
1370 struct pid_namespace *ns ;
1371 struct hlist_node pid_chain ;
1372};
1373#line 57 "include/linux/pid.h"
1374struct pid {
1375 atomic_t count ;
1376 unsigned int level ;
1377 struct hlist_head tasks[3] ;
1378 struct rcu_head rcu ;
1379 struct upid numbers[1] ;
1380};
1381#line 69 "include/linux/pid.h"
1382struct pid_link {
1383 struct hlist_node node ;
1384 struct pid *pid ;
1385};
1386#line 94 "include/linux/capability.h"
1387struct kernel_cap_struct {
1388 __u32 cap[2] ;
1389};
1390#line 94 "include/linux/capability.h"
1391typedef struct kernel_cap_struct kernel_cap_t;
1392#line 378
1393struct user_namespace;
1394#line 16 "include/linux/fiemap.h"
1395struct fiemap_extent {
1396 __u64 fe_logical ;
1397 __u64 fe_physical ;
1398 __u64 fe_length ;
1399 __u64 fe_reserved64[2] ;
1400 __u32 fe_flags ;
1401 __u32 fe_reserved[3] ;
1402};
1403#line 8 "include/linux/shrinker.h"
1404struct shrink_control {
1405 gfp_t gfp_mask ;
1406 unsigned long nr_to_scan ;
1407};
1408#line 31 "include/linux/shrinker.h"
1409struct shrinker {
1410 int (*shrink)(struct shrinker * , struct shrink_control *sc ) ;
1411 int seeks ;
1412 long batch ;
1413 struct list_head list ;
1414 atomic_long_t nr_in_batch ;
1415};
1416#line 10 "include/linux/migrate_mode.h"
1417enum migrate_mode {
1418 MIGRATE_ASYNC = 0,
1419 MIGRATE_SYNC_LIGHT = 1,
1420 MIGRATE_SYNC = 2
1421} ;
1422#line 408 "include/linux/fs.h"
1423struct export_operations;
1424#line 410
1425struct iovec;
1426#line 412
1427struct kiocb;
1428#line 414
1429struct pipe_inode_info;
1430#line 415
1431struct poll_table_struct;
1432#line 416
1433struct kstatfs;
1434#line 419
1435struct cred;
1436#line 469 "include/linux/fs.h"
1437struct iattr {
1438 unsigned int ia_valid ;
1439 umode_t ia_mode ;
1440 uid_t ia_uid ;
1441 gid_t ia_gid ;
1442 loff_t ia_size ;
1443 struct timespec ia_atime ;
1444 struct timespec ia_mtime ;
1445 struct timespec ia_ctime ;
1446 struct file *ia_file ;
1447};
1448#line 129 "include/linux/quota.h"
1449struct if_dqinfo {
1450 __u64 dqi_bgrace ;
1451 __u64 dqi_igrace ;
1452 __u32 dqi_flags ;
1453 __u32 dqi_valid ;
1454};
1455#line 18 "include/linux/percpu_counter.h"
1456struct percpu_counter {
1457 raw_spinlock_t lock ;
1458 s64 count ;
1459 struct list_head list ;
1460 s32 *counters ;
1461};
1462#line 50 "include/linux/dqblk_xfs.h"
1463struct fs_disk_quota {
1464 __s8 d_version ;
1465 __s8 d_flags ;
1466 __u16 d_fieldmask ;
1467 __u32 d_id ;
1468 __u64 d_blk_hardlimit ;
1469 __u64 d_blk_softlimit ;
1470 __u64 d_ino_hardlimit ;
1471 __u64 d_ino_softlimit ;
1472 __u64 d_bcount ;
1473 __u64 d_icount ;
1474 __s32 d_itimer ;
1475 __s32 d_btimer ;
1476 __u16 d_iwarns ;
1477 __u16 d_bwarns ;
1478 __s32 d_padding2 ;
1479 __u64 d_rtb_hardlimit ;
1480 __u64 d_rtb_softlimit ;
1481 __u64 d_rtbcount ;
1482 __s32 d_rtbtimer ;
1483 __u16 d_rtbwarns ;
1484 __s16 d_padding3 ;
1485 char d_padding4[8] ;
1486};
1487#line 146 "include/linux/dqblk_xfs.h"
1488struct fs_qfilestat {
1489 __u64 qfs_ino ;
1490 __u64 qfs_nblks ;
1491 __u32 qfs_nextents ;
1492};
1493#line 146 "include/linux/dqblk_xfs.h"
1494typedef struct fs_qfilestat fs_qfilestat_t;
1495#line 152 "include/linux/dqblk_xfs.h"
1496struct fs_quota_stat {
1497 __s8 qs_version ;
1498 __u16 qs_flags ;
1499 __s8 qs_pad ;
1500 fs_qfilestat_t qs_uquota ;
1501 fs_qfilestat_t qs_gquota ;
1502 __u32 qs_incoredqs ;
1503 __s32 qs_btimelimit ;
1504 __s32 qs_itimelimit ;
1505 __s32 qs_rtbtimelimit ;
1506 __u16 qs_bwarnlimit ;
1507 __u16 qs_iwarnlimit ;
1508};
1509#line 17 "include/linux/dqblk_qtree.h"
1510struct dquot;
1511#line 185 "include/linux/quota.h"
1512typedef __kernel_uid32_t qid_t;
1513#line 186 "include/linux/quota.h"
1514typedef long long qsize_t;
1515#line 200 "include/linux/quota.h"
1516struct mem_dqblk {
1517 qsize_t dqb_bhardlimit ;
1518 qsize_t dqb_bsoftlimit ;
1519 qsize_t dqb_curspace ;
1520 qsize_t dqb_rsvspace ;
1521 qsize_t dqb_ihardlimit ;
1522 qsize_t dqb_isoftlimit ;
1523 qsize_t dqb_curinodes ;
1524 time_t dqb_btime ;
1525 time_t dqb_itime ;
1526};
1527#line 215
1528struct quota_format_type;
1529#line 217 "include/linux/quota.h"
1530struct mem_dqinfo {
1531 struct quota_format_type *dqi_format ;
1532 int dqi_fmt_id ;
1533 struct list_head dqi_dirty_list ;
1534 unsigned long dqi_flags ;
1535 unsigned int dqi_bgrace ;
1536 unsigned int dqi_igrace ;
1537 qsize_t dqi_maxblimit ;
1538 qsize_t dqi_maxilimit ;
1539 void *dqi_priv ;
1540};
1541#line 288 "include/linux/quota.h"
1542struct dquot {
1543 struct hlist_node dq_hash ;
1544 struct list_head dq_inuse ;
1545 struct list_head dq_free ;
1546 struct list_head dq_dirty ;
1547 struct mutex dq_lock ;
1548 atomic_t dq_count ;
1549 wait_queue_head_t dq_wait_unused ;
1550 struct super_block *dq_sb ;
1551 unsigned int dq_id ;
1552 loff_t dq_off ;
1553 unsigned long dq_flags ;
1554 short dq_type ;
1555 struct mem_dqblk dq_dqb ;
1556};
1557#line 305 "include/linux/quota.h"
1558struct quota_format_ops {
1559 int (*check_quota_file)(struct super_block *sb , int type ) ;
1560 int (*read_file_info)(struct super_block *sb , int type ) ;
1561 int (*write_file_info)(struct super_block *sb , int type ) ;
1562 int (*free_file_info)(struct super_block *sb , int type ) ;
1563 int (*read_dqblk)(struct dquot *dquot ) ;
1564 int (*commit_dqblk)(struct dquot *dquot ) ;
1565 int (*release_dqblk)(struct dquot *dquot ) ;
1566};
1567#line 316 "include/linux/quota.h"
1568struct dquot_operations {
1569 int (*write_dquot)(struct dquot * ) ;
1570 struct dquot *(*alloc_dquot)(struct super_block * , int ) ;
1571 void (*destroy_dquot)(struct dquot * ) ;
1572 int (*acquire_dquot)(struct dquot * ) ;
1573 int (*release_dquot)(struct dquot * ) ;
1574 int (*mark_dirty)(struct dquot * ) ;
1575 int (*write_info)(struct super_block * , int ) ;
1576 qsize_t *(*get_reserved_space)(struct inode * ) ;
1577};
1578#line 332 "include/linux/quota.h"
1579struct quotactl_ops {
1580 int (*quota_on)(struct super_block * , int , int , struct path * ) ;
1581 int (*quota_on_meta)(struct super_block * , int , int ) ;
1582 int (*quota_off)(struct super_block * , int ) ;
1583 int (*quota_sync)(struct super_block * , int , int ) ;
1584 int (*get_info)(struct super_block * , int , struct if_dqinfo * ) ;
1585 int (*set_info)(struct super_block * , int , struct if_dqinfo * ) ;
1586 int (*get_dqblk)(struct super_block * , int , qid_t , struct fs_disk_quota * ) ;
1587 int (*set_dqblk)(struct super_block * , int , qid_t , struct fs_disk_quota * ) ;
1588 int (*get_xstate)(struct super_block * , struct fs_quota_stat * ) ;
1589 int (*set_xstate)(struct super_block * , unsigned int , int ) ;
1590};
1591#line 345 "include/linux/quota.h"
1592struct quota_format_type {
1593 int qf_fmt_id ;
1594 struct quota_format_ops const *qf_ops ;
1595 struct module *qf_owner ;
1596 struct quota_format_type *qf_next ;
1597};
1598#line 399 "include/linux/quota.h"
1599struct quota_info {
1600 unsigned int flags ;
1601 struct mutex dqio_mutex ;
1602 struct mutex dqonoff_mutex ;
1603 struct rw_semaphore dqptr_sem ;
1604 struct inode *files[2] ;
1605 struct mem_dqinfo info[2] ;
1606 struct quota_format_ops const *ops[2] ;
1607};
1608#line 533 "include/linux/fs.h"
1609struct address_space;
1610#line 534
1611struct writeback_control;
1612#line 577 "include/linux/fs.h"
1613union __anonunion_arg_156 {
1614 char *buf ;
1615 void *data ;
1616};
1617#line 577 "include/linux/fs.h"
1618struct __anonstruct_read_descriptor_t_155 {
1619 size_t written ;
1620 size_t count ;
1621 union __anonunion_arg_156 arg ;
1622 int error ;
1623};
1624#line 577 "include/linux/fs.h"
1625typedef struct __anonstruct_read_descriptor_t_155 read_descriptor_t;
1626#line 590 "include/linux/fs.h"
1627struct address_space_operations {
1628 int (*writepage)(struct page *page , struct writeback_control *wbc ) ;
1629 int (*readpage)(struct file * , struct page * ) ;
1630 int (*writepages)(struct address_space * , struct writeback_control * ) ;
1631 int (*set_page_dirty)(struct page *page ) ;
1632 int (*readpages)(struct file *filp , struct address_space *mapping , struct list_head *pages ,
1633 unsigned int nr_pages ) ;
1634 int (*write_begin)(struct file * , struct address_space *mapping , loff_t pos ,
1635 unsigned int len , unsigned int flags , struct page **pagep ,
1636 void **fsdata ) ;
1637 int (*write_end)(struct file * , struct address_space *mapping , loff_t pos , unsigned int len ,
1638 unsigned int copied , struct page *page , void *fsdata ) ;
1639 sector_t (*bmap)(struct address_space * , sector_t ) ;
1640 void (*invalidatepage)(struct page * , unsigned long ) ;
1641 int (*releasepage)(struct page * , gfp_t ) ;
1642 void (*freepage)(struct page * ) ;
1643 ssize_t (*direct_IO)(int , struct kiocb * , struct iovec const *iov , loff_t offset ,
1644 unsigned long nr_segs ) ;
1645 int (*get_xip_mem)(struct address_space * , unsigned long , int , void ** , unsigned long * ) ;
1646 int (*migratepage)(struct address_space * , struct page * , struct page * , enum migrate_mode ) ;
1647 int (*launder_page)(struct page * ) ;
1648 int (*is_partially_uptodate)(struct page * , read_descriptor_t * , unsigned long ) ;
1649 int (*error_remove_page)(struct address_space * , struct page * ) ;
1650};
1651#line 645
1652struct backing_dev_info;
1653#line 646 "include/linux/fs.h"
1654struct address_space {
1655 struct inode *host ;
1656 struct radix_tree_root page_tree ;
1657 spinlock_t tree_lock ;
1658 unsigned int i_mmap_writable ;
1659 struct prio_tree_root i_mmap ;
1660 struct list_head i_mmap_nonlinear ;
1661 struct mutex i_mmap_mutex ;
1662 unsigned long nrpages ;
1663 unsigned long writeback_index ;
1664 struct address_space_operations const *a_ops ;
1665 unsigned long flags ;
1666 struct backing_dev_info *backing_dev_info ;
1667 spinlock_t private_lock ;
1668 struct list_head private_list ;
1669 struct address_space *assoc_mapping ;
1670} __attribute__((__aligned__(sizeof(long )))) ;
1671#line 669
1672struct request_queue;
1673#line 671
1674struct hd_struct;
1675#line 671
1676struct gendisk;
1677#line 671 "include/linux/fs.h"
1678struct block_device {
1679 dev_t bd_dev ;
1680 int bd_openers ;
1681 struct inode *bd_inode ;
1682 struct super_block *bd_super ;
1683 struct mutex bd_mutex ;
1684 struct list_head bd_inodes ;
1685 void *bd_claiming ;
1686 void *bd_holder ;
1687 int bd_holders ;
1688 bool bd_write_holder ;
1689 struct list_head bd_holder_disks ;
1690 struct block_device *bd_contains ;
1691 unsigned int bd_block_size ;
1692 struct hd_struct *bd_part ;
1693 unsigned int bd_part_count ;
1694 int bd_invalidated ;
1695 struct gendisk *bd_disk ;
1696 struct request_queue *bd_queue ;
1697 struct list_head bd_list ;
1698 unsigned long bd_private ;
1699 int bd_fsfreeze_count ;
1700 struct mutex bd_fsfreeze_mutex ;
1701};
1702#line 749
1703struct posix_acl;
1704#line 761
1705struct inode_operations;
1706#line 761 "include/linux/fs.h"
1707union __anonunion____missing_field_name_157 {
1708 unsigned int const i_nlink ;
1709 unsigned int __i_nlink ;
1710};
1711#line 761 "include/linux/fs.h"
1712union __anonunion____missing_field_name_158 {
1713 struct list_head i_dentry ;
1714 struct rcu_head i_rcu ;
1715};
1716#line 761
1717struct file_operations;
1718#line 761
1719struct file_lock;
1720#line 761
1721struct cdev;
1722#line 761 "include/linux/fs.h"
1723union __anonunion____missing_field_name_159 {
1724 struct pipe_inode_info *i_pipe ;
1725 struct block_device *i_bdev ;
1726 struct cdev *i_cdev ;
1727};
1728#line 761 "include/linux/fs.h"
1729struct inode {
1730 umode_t i_mode ;
1731 unsigned short i_opflags ;
1732 uid_t i_uid ;
1733 gid_t i_gid ;
1734 unsigned int i_flags ;
1735 struct posix_acl *i_acl ;
1736 struct posix_acl *i_default_acl ;
1737 struct inode_operations const *i_op ;
1738 struct super_block *i_sb ;
1739 struct address_space *i_mapping ;
1740 void *i_security ;
1741 unsigned long i_ino ;
1742 union __anonunion____missing_field_name_157 __annonCompField30 ;
1743 dev_t i_rdev ;
1744 struct timespec i_atime ;
1745 struct timespec i_mtime ;
1746 struct timespec i_ctime ;
1747 spinlock_t i_lock ;
1748 unsigned short i_bytes ;
1749 blkcnt_t i_blocks ;
1750 loff_t i_size ;
1751 unsigned long i_state ;
1752 struct mutex i_mutex ;
1753 unsigned long dirtied_when ;
1754 struct hlist_node i_hash ;
1755 struct list_head i_wb_list ;
1756 struct list_head i_lru ;
1757 struct list_head i_sb_list ;
1758 union __anonunion____missing_field_name_158 __annonCompField31 ;
1759 atomic_t i_count ;
1760 unsigned int i_blkbits ;
1761 u64 i_version ;
1762 atomic_t i_dio_count ;
1763 atomic_t i_writecount ;
1764 struct file_operations const *i_fop ;
1765 struct file_lock *i_flock ;
1766 struct address_space i_data ;
1767 struct dquot *i_dquot[2] ;
1768 struct list_head i_devices ;
1769 union __anonunion____missing_field_name_159 __annonCompField32 ;
1770 __u32 i_generation ;
1771 __u32 i_fsnotify_mask ;
1772 struct hlist_head i_fsnotify_marks ;
1773 atomic_t i_readcount ;
1774 void *i_private ;
1775};
1776#line 942 "include/linux/fs.h"
1777struct fown_struct {
1778 rwlock_t lock ;
1779 struct pid *pid ;
1780 enum pid_type pid_type ;
1781 uid_t uid ;
1782 uid_t euid ;
1783 int signum ;
1784};
1785#line 953 "include/linux/fs.h"
1786struct file_ra_state {
1787 unsigned long start ;
1788 unsigned int size ;
1789 unsigned int async_size ;
1790 unsigned int ra_pages ;
1791 unsigned int mmap_miss ;
1792 loff_t prev_pos ;
1793};
1794#line 976 "include/linux/fs.h"
1795union __anonunion_f_u_160 {
1796 struct list_head fu_list ;
1797 struct rcu_head fu_rcuhead ;
1798};
1799#line 976 "include/linux/fs.h"
1800struct file {
1801 union __anonunion_f_u_160 f_u ;
1802 struct path f_path ;
1803 struct file_operations const *f_op ;
1804 spinlock_t f_lock ;
1805 int f_sb_list_cpu ;
1806 atomic_long_t f_count ;
1807 unsigned int f_flags ;
1808 fmode_t f_mode ;
1809 loff_t f_pos ;
1810 struct fown_struct f_owner ;
1811 struct cred const *f_cred ;
1812 struct file_ra_state f_ra ;
1813 u64 f_version ;
1814 void *f_security ;
1815 void *private_data ;
1816 struct list_head f_ep_links ;
1817 struct list_head f_tfile_llink ;
1818 struct address_space *f_mapping ;
1819 unsigned long f_mnt_write_state ;
1820};
1821#line 1111
1822struct files_struct;
1823#line 1111 "include/linux/fs.h"
1824typedef struct files_struct *fl_owner_t;
1825#line 1113 "include/linux/fs.h"
1826struct file_lock_operations {
1827 void (*fl_copy_lock)(struct file_lock * , struct file_lock * ) ;
1828 void (*fl_release_private)(struct file_lock * ) ;
1829};
1830#line 1118 "include/linux/fs.h"
1831struct lock_manager_operations {
1832 int (*lm_compare_owner)(struct file_lock * , struct file_lock * ) ;
1833 void (*lm_notify)(struct file_lock * ) ;
1834 int (*lm_grant)(struct file_lock * , struct file_lock * , int ) ;
1835 void (*lm_release_private)(struct file_lock * ) ;
1836 void (*lm_break)(struct file_lock * ) ;
1837 int (*lm_change)(struct file_lock ** , int ) ;
1838};
1839#line 4 "include/linux/nfs_fs_i.h"
1840struct nlm_lockowner;
1841#line 9 "include/linux/nfs_fs_i.h"
1842struct nfs_lock_info {
1843 u32 state ;
1844 struct nlm_lockowner *owner ;
1845 struct list_head list ;
1846};
1847#line 15
1848struct nfs4_lock_state;
1849#line 16 "include/linux/nfs_fs_i.h"
1850struct nfs4_lock_info {
1851 struct nfs4_lock_state *owner ;
1852};
1853#line 1138 "include/linux/fs.h"
1854struct fasync_struct;
1855#line 1138 "include/linux/fs.h"
1856struct __anonstruct_afs_162 {
1857 struct list_head link ;
1858 int state ;
1859};
1860#line 1138 "include/linux/fs.h"
1861union __anonunion_fl_u_161 {
1862 struct nfs_lock_info nfs_fl ;
1863 struct nfs4_lock_info nfs4_fl ;
1864 struct __anonstruct_afs_162 afs ;
1865};
1866#line 1138 "include/linux/fs.h"
1867struct file_lock {
1868 struct file_lock *fl_next ;
1869 struct list_head fl_link ;
1870 struct list_head fl_block ;
1871 fl_owner_t fl_owner ;
1872 unsigned int fl_flags ;
1873 unsigned char fl_type ;
1874 unsigned int fl_pid ;
1875 struct pid *fl_nspid ;
1876 wait_queue_head_t fl_wait ;
1877 struct file *fl_file ;
1878 loff_t fl_start ;
1879 loff_t fl_end ;
1880 struct fasync_struct *fl_fasync ;
1881 unsigned long fl_break_time ;
1882 unsigned long fl_downgrade_time ;
1883 struct file_lock_operations const *fl_ops ;
1884 struct lock_manager_operations const *fl_lmops ;
1885 union __anonunion_fl_u_161 fl_u ;
1886};
1887#line 1378 "include/linux/fs.h"
1888struct fasync_struct {
1889 spinlock_t fa_lock ;
1890 int magic ;
1891 int fa_fd ;
1892 struct fasync_struct *fa_next ;
1893 struct file *fa_file ;
1894 struct rcu_head fa_rcu ;
1895};
1896#line 1418
1897struct file_system_type;
1898#line 1418
1899struct super_operations;
1900#line 1418
1901struct xattr_handler;
1902#line 1418
1903struct mtd_info;
1904#line 1418 "include/linux/fs.h"
1905struct super_block {
1906 struct list_head s_list ;
1907 dev_t s_dev ;
1908 unsigned char s_dirt ;
1909 unsigned char s_blocksize_bits ;
1910 unsigned long s_blocksize ;
1911 loff_t s_maxbytes ;
1912 struct file_system_type *s_type ;
1913 struct super_operations const *s_op ;
1914 struct dquot_operations const *dq_op ;
1915 struct quotactl_ops const *s_qcop ;
1916 struct export_operations const *s_export_op ;
1917 unsigned long s_flags ;
1918 unsigned long s_magic ;
1919 struct dentry *s_root ;
1920 struct rw_semaphore s_umount ;
1921 struct mutex s_lock ;
1922 int s_count ;
1923 atomic_t s_active ;
1924 void *s_security ;
1925 struct xattr_handler const **s_xattr ;
1926 struct list_head s_inodes ;
1927 struct hlist_bl_head s_anon ;
1928 struct list_head *s_files ;
1929 struct list_head s_mounts ;
1930 struct list_head s_dentry_lru ;
1931 int s_nr_dentry_unused ;
1932 spinlock_t s_inode_lru_lock __attribute__((__aligned__((1) << (6) ))) ;
1933 struct list_head s_inode_lru ;
1934 int s_nr_inodes_unused ;
1935 struct block_device *s_bdev ;
1936 struct backing_dev_info *s_bdi ;
1937 struct mtd_info *s_mtd ;
1938 struct hlist_node s_instances ;
1939 struct quota_info s_dquot ;
1940 int s_frozen ;
1941 wait_queue_head_t s_wait_unfrozen ;
1942 char s_id[32] ;
1943 u8 s_uuid[16] ;
1944 void *s_fs_info ;
1945 unsigned int s_max_links ;
1946 fmode_t s_mode ;
1947 u32 s_time_gran ;
1948 struct mutex s_vfs_rename_mutex ;
1949 char *s_subtype ;
1950 char *s_options ;
1951 struct dentry_operations const *s_d_op ;
1952 int cleancache_poolid ;
1953 struct shrinker s_shrink ;
1954 atomic_long_t s_remove_count ;
1955 int s_readonly_remount ;
1956};
1957#line 1567 "include/linux/fs.h"
1958struct fiemap_extent_info {
1959 unsigned int fi_flags ;
1960 unsigned int fi_extents_mapped ;
1961 unsigned int fi_extents_max ;
1962 struct fiemap_extent *fi_extents_start ;
1963};
1964#line 1609 "include/linux/fs.h"
1965struct file_operations {
1966 struct module *owner ;
1967 loff_t (*llseek)(struct file * , loff_t , int ) ;
1968 ssize_t (*read)(struct file * , char * , size_t , loff_t * ) ;
1969 ssize_t (*write)(struct file * , char const * , size_t , loff_t * ) ;
1970 ssize_t (*aio_read)(struct kiocb * , struct iovec const * , unsigned long ,
1971 loff_t ) ;
1972 ssize_t (*aio_write)(struct kiocb * , struct iovec const * , unsigned long ,
1973 loff_t ) ;
1974 int (*readdir)(struct file * , void * , int (*)(void * , char const * , int ,
1975 loff_t , u64 , unsigned int ) ) ;
1976 unsigned int (*poll)(struct file * , struct poll_table_struct * ) ;
1977 long (*unlocked_ioctl)(struct file * , unsigned int , unsigned long ) ;
1978 long (*compat_ioctl)(struct file * , unsigned int , unsigned long ) ;
1979 int (*mmap)(struct file * , struct vm_area_struct * ) ;
1980 int (*open)(struct inode * , struct file * ) ;
1981 int (*flush)(struct file * , fl_owner_t id ) ;
1982 int (*release)(struct inode * , struct file * ) ;
1983 int (*fsync)(struct file * , loff_t , loff_t , int datasync ) ;
1984 int (*aio_fsync)(struct kiocb * , int datasync ) ;
1985 int (*fasync)(int , struct file * , int ) ;
1986 int (*lock)(struct file * , int , struct file_lock * ) ;
1987 ssize_t (*sendpage)(struct file * , struct page * , int , size_t , loff_t * ,
1988 int ) ;
1989 unsigned long (*get_unmapped_area)(struct file * , unsigned long , unsigned long ,
1990 unsigned long , unsigned long ) ;
1991 int (*check_flags)(int ) ;
1992 int (*flock)(struct file * , int , struct file_lock * ) ;
1993 ssize_t (*splice_write)(struct pipe_inode_info * , struct file * , loff_t * , size_t ,
1994 unsigned int ) ;
1995 ssize_t (*splice_read)(struct file * , loff_t * , struct pipe_inode_info * , size_t ,
1996 unsigned int ) ;
1997 int (*setlease)(struct file * , long , struct file_lock ** ) ;
1998 long (*fallocate)(struct file *file , int mode , loff_t offset , loff_t len ) ;
1999};
2000#line 1639 "include/linux/fs.h"
2001struct inode_operations {
2002 struct dentry *(*lookup)(struct inode * , struct dentry * , struct nameidata * ) ;
2003 void *(*follow_link)(struct dentry * , struct nameidata * ) ;
2004 int (*permission)(struct inode * , int ) ;
2005 struct posix_acl *(*get_acl)(struct inode * , int ) ;
2006 int (*readlink)(struct dentry * , char * , int ) ;
2007 void (*put_link)(struct dentry * , struct nameidata * , void * ) ;
2008 int (*create)(struct inode * , struct dentry * , umode_t , struct nameidata * ) ;
2009 int (*link)(struct dentry * , struct inode * , struct dentry * ) ;
2010 int (*unlink)(struct inode * , struct dentry * ) ;
2011 int (*symlink)(struct inode * , struct dentry * , char const * ) ;
2012 int (*mkdir)(struct inode * , struct dentry * , umode_t ) ;
2013 int (*rmdir)(struct inode * , struct dentry * ) ;
2014 int (*mknod)(struct inode * , struct dentry * , umode_t , dev_t ) ;
2015 int (*rename)(struct inode * , struct dentry * , struct inode * , struct dentry * ) ;
2016 void (*truncate)(struct inode * ) ;
2017 int (*setattr)(struct dentry * , struct iattr * ) ;
2018 int (*getattr)(struct vfsmount *mnt , struct dentry * , struct kstat * ) ;
2019 int (*setxattr)(struct dentry * , char const * , void const * , size_t , int ) ;
2020 ssize_t (*getxattr)(struct dentry * , char const * , void * , size_t ) ;
2021 ssize_t (*listxattr)(struct dentry * , char * , size_t ) ;
2022 int (*removexattr)(struct dentry * , char const * ) ;
2023 void (*truncate_range)(struct inode * , loff_t , loff_t ) ;
2024 int (*fiemap)(struct inode * , struct fiemap_extent_info * , u64 start , u64 len ) ;
2025} __attribute__((__aligned__((1) << (6) ))) ;
2026#line 1684 "include/linux/fs.h"
2027struct super_operations {
2028 struct inode *(*alloc_inode)(struct super_block *sb ) ;
2029 void (*destroy_inode)(struct inode * ) ;
2030 void (*dirty_inode)(struct inode * , int flags ) ;
2031 int (*write_inode)(struct inode * , struct writeback_control *wbc ) ;
2032 int (*drop_inode)(struct inode * ) ;
2033 void (*evict_inode)(struct inode * ) ;
2034 void (*put_super)(struct super_block * ) ;
2035 void (*write_super)(struct super_block * ) ;
2036 int (*sync_fs)(struct super_block *sb , int wait ) ;
2037 int (*freeze_fs)(struct super_block * ) ;
2038 int (*unfreeze_fs)(struct super_block * ) ;
2039 int (*statfs)(struct dentry * , struct kstatfs * ) ;
2040 int (*remount_fs)(struct super_block * , int * , char * ) ;
2041 void (*umount_begin)(struct super_block * ) ;
2042 int (*show_options)(struct seq_file * , struct dentry * ) ;
2043 int (*show_devname)(struct seq_file * , struct dentry * ) ;
2044 int (*show_path)(struct seq_file * , struct dentry * ) ;
2045 int (*show_stats)(struct seq_file * , struct dentry * ) ;
2046 ssize_t (*quota_read)(struct super_block * , int , char * , size_t , loff_t ) ;
2047 ssize_t (*quota_write)(struct super_block * , int , char const * , size_t ,
2048 loff_t ) ;
2049 int (*bdev_try_to_free_page)(struct super_block * , struct page * , gfp_t ) ;
2050 int (*nr_cached_objects)(struct super_block * ) ;
2051 void (*free_cached_objects)(struct super_block * , int ) ;
2052};
2053#line 1835 "include/linux/fs.h"
2054struct file_system_type {
2055 char const *name ;
2056 int fs_flags ;
2057 struct dentry *(*mount)(struct file_system_type * , int , char const * , void * ) ;
2058 void (*kill_sb)(struct super_block * ) ;
2059 struct module *owner ;
2060 struct file_system_type *next ;
2061 struct hlist_head fs_supers ;
2062 struct lock_class_key s_lock_key ;
2063 struct lock_class_key s_umount_key ;
2064 struct lock_class_key s_vfs_rename_key ;
2065 struct lock_class_key i_lock_key ;
2066 struct lock_class_key i_mutex_key ;
2067 struct lock_class_key i_mutex_dir_key ;
2068};
2069#line 40 "include/linux/mm_types.h"
2070union __anonunion____missing_field_name_166 {
2071 unsigned long index ;
2072 void *freelist ;
2073};
2074#line 40 "include/linux/mm_types.h"
2075struct __anonstruct____missing_field_name_170 {
2076 unsigned int inuse : 16 ;
2077 unsigned int objects : 15 ;
2078 unsigned int frozen : 1 ;
2079};
2080#line 40 "include/linux/mm_types.h"
2081union __anonunion____missing_field_name_169 {
2082 atomic_t _mapcount ;
2083 struct __anonstruct____missing_field_name_170 __annonCompField34 ;
2084};
2085#line 40 "include/linux/mm_types.h"
2086struct __anonstruct____missing_field_name_168 {
2087 union __anonunion____missing_field_name_169 __annonCompField35 ;
2088 atomic_t _count ;
2089};
2090#line 40 "include/linux/mm_types.h"
2091union __anonunion____missing_field_name_167 {
2092 unsigned long counters ;
2093 struct __anonstruct____missing_field_name_168 __annonCompField36 ;
2094};
2095#line 40 "include/linux/mm_types.h"
2096struct __anonstruct____missing_field_name_165 {
2097 union __anonunion____missing_field_name_166 __annonCompField33 ;
2098 union __anonunion____missing_field_name_167 __annonCompField37 ;
2099};
2100#line 40 "include/linux/mm_types.h"
2101struct __anonstruct____missing_field_name_172 {
2102 struct page *next ;
2103 int pages ;
2104 int pobjects ;
2105};
2106#line 40 "include/linux/mm_types.h"
2107union __anonunion____missing_field_name_171 {
2108 struct list_head lru ;
2109 struct __anonstruct____missing_field_name_172 __annonCompField39 ;
2110};
2111#line 40 "include/linux/mm_types.h"
2112union __anonunion____missing_field_name_173 {
2113 unsigned long private ;
2114 struct kmem_cache *slab ;
2115 struct page *first_page ;
2116};
2117#line 40 "include/linux/mm_types.h"
2118struct page {
2119 unsigned long flags ;
2120 struct address_space *mapping ;
2121 struct __anonstruct____missing_field_name_165 __annonCompField38 ;
2122 union __anonunion____missing_field_name_171 __annonCompField40 ;
2123 union __anonunion____missing_field_name_173 __annonCompField41 ;
2124 unsigned long debug_flags ;
2125} __attribute__((__aligned__((2) * (sizeof(unsigned long )) ))) ;
2126#line 200 "include/linux/mm_types.h"
2127struct __anonstruct_vm_set_175 {
2128 struct list_head list ;
2129 void *parent ;
2130 struct vm_area_struct *head ;
2131};
2132#line 200 "include/linux/mm_types.h"
2133union __anonunion_shared_174 {
2134 struct __anonstruct_vm_set_175 vm_set ;
2135 struct raw_prio_tree_node prio_tree_node ;
2136};
2137#line 200
2138struct anon_vma;
2139#line 200
2140struct vm_operations_struct;
2141#line 200
2142struct mempolicy;
2143#line 200 "include/linux/mm_types.h"
2144struct vm_area_struct {
2145 struct mm_struct *vm_mm ;
2146 unsigned long vm_start ;
2147 unsigned long vm_end ;
2148 struct vm_area_struct *vm_next ;
2149 struct vm_area_struct *vm_prev ;
2150 pgprot_t vm_page_prot ;
2151 unsigned long vm_flags ;
2152 struct rb_node vm_rb ;
2153 union __anonunion_shared_174 shared ;
2154 struct list_head anon_vma_chain ;
2155 struct anon_vma *anon_vma ;
2156 struct vm_operations_struct const *vm_ops ;
2157 unsigned long vm_pgoff ;
2158 struct file *vm_file ;
2159 void *vm_private_data ;
2160 struct mempolicy *vm_policy ;
2161};
2162#line 257 "include/linux/mm_types.h"
2163struct core_thread {
2164 struct task_struct *task ;
2165 struct core_thread *next ;
2166};
2167#line 262 "include/linux/mm_types.h"
2168struct core_state {
2169 atomic_t nr_threads ;
2170 struct core_thread dumper ;
2171 struct completion startup ;
2172};
2173#line 284 "include/linux/mm_types.h"
2174struct mm_rss_stat {
2175 atomic_long_t count[3] ;
2176};
2177#line 288
2178struct linux_binfmt;
2179#line 288
2180struct mmu_notifier_mm;
2181#line 288 "include/linux/mm_types.h"
2182struct mm_struct {
2183 struct vm_area_struct *mmap ;
2184 struct rb_root mm_rb ;
2185 struct vm_area_struct *mmap_cache ;
2186 unsigned long (*get_unmapped_area)(struct file *filp , unsigned long addr , unsigned long len ,
2187 unsigned long pgoff , unsigned long flags ) ;
2188 void (*unmap_area)(struct mm_struct *mm , unsigned long addr ) ;
2189 unsigned long mmap_base ;
2190 unsigned long task_size ;
2191 unsigned long cached_hole_size ;
2192 unsigned long free_area_cache ;
2193 pgd_t *pgd ;
2194 atomic_t mm_users ;
2195 atomic_t mm_count ;
2196 int map_count ;
2197 spinlock_t page_table_lock ;
2198 struct rw_semaphore mmap_sem ;
2199 struct list_head mmlist ;
2200 unsigned long hiwater_rss ;
2201 unsigned long hiwater_vm ;
2202 unsigned long total_vm ;
2203 unsigned long locked_vm ;
2204 unsigned long pinned_vm ;
2205 unsigned long shared_vm ;
2206 unsigned long exec_vm ;
2207 unsigned long stack_vm ;
2208 unsigned long reserved_vm ;
2209 unsigned long def_flags ;
2210 unsigned long nr_ptes ;
2211 unsigned long start_code ;
2212 unsigned long end_code ;
2213 unsigned long start_data ;
2214 unsigned long end_data ;
2215 unsigned long start_brk ;
2216 unsigned long brk ;
2217 unsigned long start_stack ;
2218 unsigned long arg_start ;
2219 unsigned long arg_end ;
2220 unsigned long env_start ;
2221 unsigned long env_end ;
2222 unsigned long saved_auxv[44] ;
2223 struct mm_rss_stat rss_stat ;
2224 struct linux_binfmt *binfmt ;
2225 cpumask_var_t cpu_vm_mask_var ;
2226 mm_context_t context ;
2227 unsigned int faultstamp ;
2228 unsigned int token_priority ;
2229 unsigned int last_interval ;
2230 unsigned long flags ;
2231 struct core_state *core_state ;
2232 spinlock_t ioctx_lock ;
2233 struct hlist_head ioctx_list ;
2234 struct task_struct *owner ;
2235 struct file *exe_file ;
2236 unsigned long num_exe_file_vmas ;
2237 struct mmu_notifier_mm *mmu_notifier_mm ;
2238 pgtable_t pmd_huge_pte ;
2239 struct cpumask cpumask_allocation ;
2240};
2241#line 7 "include/asm-generic/cputime.h"
2242typedef unsigned long cputime_t;
2243#line 101 "include/linux/sem.h"
2244struct sem_undo_list;
2245#line 101 "include/linux/sem.h"
2246struct sysv_sem {
2247 struct sem_undo_list *undo_list ;
2248};
2249#line 10 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2250struct siginfo;
2251#line 30 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2252struct __anonstruct_sigset_t_177 {
2253 unsigned long sig[1] ;
2254};
2255#line 30 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2256typedef struct __anonstruct_sigset_t_177 sigset_t;
2257#line 17 "include/asm-generic/signal-defs.h"
2258typedef void __signalfn_t(int );
2259#line 18 "include/asm-generic/signal-defs.h"
2260typedef __signalfn_t *__sighandler_t;
2261#line 20 "include/asm-generic/signal-defs.h"
2262typedef void __restorefn_t(void);
2263#line 21 "include/asm-generic/signal-defs.h"
2264typedef __restorefn_t *__sigrestore_t;
2265#line 167 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2266struct sigaction {
2267 __sighandler_t sa_handler ;
2268 unsigned long sa_flags ;
2269 __sigrestore_t sa_restorer ;
2270 sigset_t sa_mask ;
2271};
2272#line 174 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2273struct k_sigaction {
2274 struct sigaction sa ;
2275};
2276#line 7 "include/asm-generic/siginfo.h"
2277union sigval {
2278 int sival_int ;
2279 void *sival_ptr ;
2280};
2281#line 7 "include/asm-generic/siginfo.h"
2282typedef union sigval sigval_t;
2283#line 48 "include/asm-generic/siginfo.h"
2284struct __anonstruct__kill_179 {
2285 __kernel_pid_t _pid ;
2286 __kernel_uid32_t _uid ;
2287};
2288#line 48 "include/asm-generic/siginfo.h"
2289struct __anonstruct__timer_180 {
2290 __kernel_timer_t _tid ;
2291 int _overrun ;
2292 char _pad[sizeof(__kernel_uid32_t ) - sizeof(int )] ;
2293 sigval_t _sigval ;
2294 int _sys_private ;
2295};
2296#line 48 "include/asm-generic/siginfo.h"
2297struct __anonstruct__rt_181 {
2298 __kernel_pid_t _pid ;
2299 __kernel_uid32_t _uid ;
2300 sigval_t _sigval ;
2301};
2302#line 48 "include/asm-generic/siginfo.h"
2303struct __anonstruct__sigchld_182 {
2304 __kernel_pid_t _pid ;
2305 __kernel_uid32_t _uid ;
2306 int _status ;
2307 __kernel_clock_t _utime ;
2308 __kernel_clock_t _stime ;
2309};
2310#line 48 "include/asm-generic/siginfo.h"
2311struct __anonstruct__sigfault_183 {
2312 void *_addr ;
2313 short _addr_lsb ;
2314};
2315#line 48 "include/asm-generic/siginfo.h"
2316struct __anonstruct__sigpoll_184 {
2317 long _band ;
2318 int _fd ;
2319};
2320#line 48 "include/asm-generic/siginfo.h"
2321union __anonunion__sifields_178 {
2322 int _pad[(128UL - 4UL * sizeof(int )) / sizeof(int )] ;
2323 struct __anonstruct__kill_179 _kill ;
2324 struct __anonstruct__timer_180 _timer ;
2325 struct __anonstruct__rt_181 _rt ;
2326 struct __anonstruct__sigchld_182 _sigchld ;
2327 struct __anonstruct__sigfault_183 _sigfault ;
2328 struct __anonstruct__sigpoll_184 _sigpoll ;
2329};
2330#line 48 "include/asm-generic/siginfo.h"
2331struct siginfo {
2332 int si_signo ;
2333 int si_errno ;
2334 int si_code ;
2335 union __anonunion__sifields_178 _sifields ;
2336};
2337#line 48 "include/asm-generic/siginfo.h"
2338typedef struct siginfo siginfo_t;
2339#line 18 "include/linux/signal.h"
2340struct user_struct;
2341#line 28 "include/linux/signal.h"
2342struct sigpending {
2343 struct list_head list ;
2344 sigset_t signal ;
2345};
2346#line 10 "include/linux/seccomp.h"
2347struct __anonstruct_seccomp_t_187 {
2348 int mode ;
2349};
2350#line 10 "include/linux/seccomp.h"
2351typedef struct __anonstruct_seccomp_t_187 seccomp_t;
2352#line 81 "include/linux/plist.h"
2353struct plist_head {
2354 struct list_head node_list ;
2355};
2356#line 85 "include/linux/plist.h"
2357struct plist_node {
2358 int prio ;
2359 struct list_head prio_list ;
2360 struct list_head node_list ;
2361};
2362#line 28 "include/linux/rtmutex.h"
2363struct rt_mutex {
2364 raw_spinlock_t wait_lock ;
2365 struct plist_head wait_list ;
2366 struct task_struct *owner ;
2367 int save_state ;
2368 char const *name ;
2369 char const *file ;
2370 int line ;
2371 void *magic ;
2372};
2373#line 40
2374struct rt_mutex_waiter;
2375#line 42 "include/linux/resource.h"
2376struct rlimit {
2377 unsigned long rlim_cur ;
2378 unsigned long rlim_max ;
2379};
2380#line 11 "include/linux/task_io_accounting.h"
2381struct task_io_accounting {
2382 u64 rchar ;
2383 u64 wchar ;
2384 u64 syscr ;
2385 u64 syscw ;
2386 u64 read_bytes ;
2387 u64 write_bytes ;
2388 u64 cancelled_write_bytes ;
2389};
2390#line 20 "include/linux/latencytop.h"
2391struct latency_record {
2392 unsigned long backtrace[12] ;
2393 unsigned int count ;
2394 unsigned long time ;
2395 unsigned long max ;
2396};
2397#line 939 "include/linux/sysctl.h"
2398struct nsproxy;
2399#line 940
2400struct ctl_table_root;
2401#line 941
2402struct ctl_table_header;
2403#line 942
2404struct ctl_dir;
2405#line 946 "include/linux/sysctl.h"
2406typedef int proc_handler(struct ctl_table *ctl , int write , void *buffer , size_t *lenp ,
2407 loff_t *ppos );
2408#line 996 "include/linux/sysctl.h"
2409struct ctl_table_poll {
2410 atomic_t event ;
2411 wait_queue_head_t wait ;
2412};
2413#line 1014 "include/linux/sysctl.h"
2414struct ctl_table {
2415 char const *procname ;
2416 void *data ;
2417 int maxlen ;
2418 umode_t mode ;
2419 struct ctl_table *child ;
2420 proc_handler *proc_handler ;
2421 struct ctl_table_poll *poll ;
2422 void *extra1 ;
2423 void *extra2 ;
2424};
2425#line 1027 "include/linux/sysctl.h"
2426struct ctl_node {
2427 struct rb_node node ;
2428 struct ctl_table_header *header ;
2429};
2430#line 1034 "include/linux/sysctl.h"
2431struct __anonstruct____missing_field_name_243 {
2432 struct ctl_table *ctl_table ;
2433 int used ;
2434 int count ;
2435 int nreg ;
2436};
2437#line 1034 "include/linux/sysctl.h"
2438union __anonunion____missing_field_name_242 {
2439 struct __anonstruct____missing_field_name_243 __annonCompField42 ;
2440 struct rcu_head rcu ;
2441};
2442#line 1034
2443struct ctl_table_set;
2444#line 1034 "include/linux/sysctl.h"
2445struct ctl_table_header {
2446 union __anonunion____missing_field_name_242 __annonCompField43 ;
2447 struct completion *unregistering ;
2448 struct ctl_table *ctl_table_arg ;
2449 struct ctl_table_root *root ;
2450 struct ctl_table_set *set ;
2451 struct ctl_dir *parent ;
2452 struct ctl_node *node ;
2453};
2454#line 1053 "include/linux/sysctl.h"
2455struct ctl_dir {
2456 struct ctl_table_header header ;
2457 struct rb_root root ;
2458};
2459#line 1059 "include/linux/sysctl.h"
2460struct ctl_table_set {
2461 int (*is_seen)(struct ctl_table_set * ) ;
2462 struct ctl_dir dir ;
2463};
2464#line 1064 "include/linux/sysctl.h"
2465struct ctl_table_root {
2466 struct ctl_table_set default_set ;
2467 struct ctl_table_set *(*lookup)(struct ctl_table_root *root , struct nsproxy *namespaces ) ;
2468 int (*permissions)(struct ctl_table_root *root , struct nsproxy *namespaces , struct ctl_table *table ) ;
2469};
2470#line 29 "include/linux/key.h"
2471typedef int32_t key_serial_t;
2472#line 32 "include/linux/key.h"
2473typedef uint32_t key_perm_t;
2474#line 34
2475struct key;
2476#line 76
2477struct signal_struct;
2478#line 79
2479struct key_type;
2480#line 81
2481struct keyring_list;
2482#line 124
2483struct key_user;
2484#line 124 "include/linux/key.h"
2485union __anonunion____missing_field_name_244 {
2486 time_t expiry ;
2487 time_t revoked_at ;
2488};
2489#line 124 "include/linux/key.h"
2490union __anonunion_type_data_245 {
2491 struct list_head link ;
2492 unsigned long x[2] ;
2493 void *p[2] ;
2494 int reject_error ;
2495};
2496#line 124 "include/linux/key.h"
2497union __anonunion_payload_246 {
2498 unsigned long value ;
2499 void *rcudata ;
2500 void *data ;
2501 struct keyring_list *subscriptions ;
2502};
2503#line 124 "include/linux/key.h"
2504struct key {
2505 atomic_t usage ;
2506 key_serial_t serial ;
2507 struct rb_node serial_node ;
2508 struct key_type *type ;
2509 struct rw_semaphore sem ;
2510 struct key_user *user ;
2511 void *security ;
2512 union __anonunion____missing_field_name_244 __annonCompField44 ;
2513 uid_t uid ;
2514 gid_t gid ;
2515 key_perm_t perm ;
2516 unsigned short quotalen ;
2517 unsigned short datalen ;
2518 unsigned long flags ;
2519 char *description ;
2520 union __anonunion_type_data_245 type_data ;
2521 union __anonunion_payload_246 payload ;
2522};
2523#line 18 "include/linux/selinux.h"
2524struct audit_context;
2525#line 31 "include/linux/cred.h"
2526struct group_info {
2527 atomic_t usage ;
2528 int ngroups ;
2529 int nblocks ;
2530 gid_t small_block[32] ;
2531 gid_t *blocks[0] ;
2532};
2533#line 83 "include/linux/cred.h"
2534struct thread_group_cred {
2535 atomic_t usage ;
2536 pid_t tgid ;
2537 spinlock_t lock ;
2538 struct key *session_keyring ;
2539 struct key *process_keyring ;
2540 struct rcu_head rcu ;
2541};
2542#line 116 "include/linux/cred.h"
2543struct cred {
2544 atomic_t usage ;
2545 atomic_t subscribers ;
2546 void *put_addr ;
2547 unsigned int magic ;
2548 uid_t uid ;
2549 gid_t gid ;
2550 uid_t suid ;
2551 gid_t sgid ;
2552 uid_t euid ;
2553 gid_t egid ;
2554 uid_t fsuid ;
2555 gid_t fsgid ;
2556 unsigned int securebits ;
2557 kernel_cap_t cap_inheritable ;
2558 kernel_cap_t cap_permitted ;
2559 kernel_cap_t cap_effective ;
2560 kernel_cap_t cap_bset ;
2561 unsigned char jit_keyring ;
2562 struct key *thread_keyring ;
2563 struct key *request_key_auth ;
2564 struct thread_group_cred *tgcred ;
2565 void *security ;
2566 struct user_struct *user ;
2567 struct user_namespace *user_ns ;
2568 struct group_info *group_info ;
2569 struct rcu_head rcu ;
2570};
2571#line 61 "include/linux/llist.h"
2572struct llist_node;
2573#line 65 "include/linux/llist.h"
2574struct llist_node {
2575 struct llist_node *next ;
2576};
2577#line 97 "include/linux/sched.h"
2578struct futex_pi_state;
2579#line 98
2580struct robust_list_head;
2581#line 99
2582struct bio_list;
2583#line 100
2584struct fs_struct;
2585#line 101
2586struct perf_event_context;
2587#line 102
2588struct blk_plug;
2589#line 151
2590struct cfs_rq;
2591#line 58 "include/linux/aio_abi.h"
2592struct io_event {
2593 __u64 data ;
2594 __u64 obj ;
2595 __s64 res ;
2596 __s64 res2 ;
2597};
2598#line 16 "include/linux/uio.h"
2599struct iovec {
2600 void *iov_base ;
2601 __kernel_size_t iov_len ;
2602};
2603#line 15 "include/linux/aio.h"
2604struct kioctx;
2605#line 87 "include/linux/aio.h"
2606union __anonunion_ki_obj_248 {
2607 void *user ;
2608 struct task_struct *tsk ;
2609};
2610#line 87
2611struct eventfd_ctx;
2612#line 87 "include/linux/aio.h"
2613struct kiocb {
2614 struct list_head ki_run_list ;
2615 unsigned long ki_flags ;
2616 int ki_users ;
2617 unsigned int ki_key ;
2618 struct file *ki_filp ;
2619 struct kioctx *ki_ctx ;
2620 int (*ki_cancel)(struct kiocb * , struct io_event * ) ;
2621 ssize_t (*ki_retry)(struct kiocb * ) ;
2622 void (*ki_dtor)(struct kiocb * ) ;
2623 union __anonunion_ki_obj_248 ki_obj ;
2624 __u64 ki_user_data ;
2625 loff_t ki_pos ;
2626 void *private ;
2627 unsigned short ki_opcode ;
2628 size_t ki_nbytes ;
2629 char *ki_buf ;
2630 size_t ki_left ;
2631 struct iovec ki_inline_vec ;
2632 struct iovec *ki_iovec ;
2633 unsigned long ki_nr_segs ;
2634 unsigned long ki_cur_seg ;
2635 struct list_head ki_list ;
2636 struct list_head ki_batch ;
2637 struct eventfd_ctx *ki_eventfd ;
2638};
2639#line 166 "include/linux/aio.h"
2640struct aio_ring_info {
2641 unsigned long mmap_base ;
2642 unsigned long mmap_size ;
2643 struct page **ring_pages ;
2644 spinlock_t ring_lock ;
2645 long nr_pages ;
2646 unsigned int nr ;
2647 unsigned int tail ;
2648 struct page *internal_pages[8] ;
2649};
2650#line 179 "include/linux/aio.h"
2651struct kioctx {
2652 atomic_t users ;
2653 int dead ;
2654 struct mm_struct *mm ;
2655 unsigned long user_id ;
2656 struct hlist_node list ;
2657 wait_queue_head_t wait ;
2658 spinlock_t ctx_lock ;
2659 int reqs_active ;
2660 struct list_head active_reqs ;
2661 struct list_head run_list ;
2662 unsigned int max_reqs ;
2663 struct aio_ring_info ring_info ;
2664 struct delayed_work wq ;
2665 struct rcu_head rcu_head ;
2666};
2667#line 443 "include/linux/sched.h"
2668struct sighand_struct {
2669 atomic_t count ;
2670 struct k_sigaction action[64] ;
2671 spinlock_t siglock ;
2672 wait_queue_head_t signalfd_wqh ;
2673};
2674#line 450 "include/linux/sched.h"
2675struct pacct_struct {
2676 int ac_flag ;
2677 long ac_exitcode ;
2678 unsigned long ac_mem ;
2679 cputime_t ac_utime ;
2680 cputime_t ac_stime ;
2681 unsigned long ac_minflt ;
2682 unsigned long ac_majflt ;
2683};
2684#line 458 "include/linux/sched.h"
2685struct cpu_itimer {
2686 cputime_t expires ;
2687 cputime_t incr ;
2688 u32 error ;
2689 u32 incr_error ;
2690};
2691#line 476 "include/linux/sched.h"
2692struct task_cputime {
2693 cputime_t utime ;
2694 cputime_t stime ;
2695 unsigned long long sum_exec_runtime ;
2696};
2697#line 512 "include/linux/sched.h"
2698struct thread_group_cputimer {
2699 struct task_cputime cputime ;
2700 int running ;
2701 raw_spinlock_t lock ;
2702};
2703#line 519
2704struct autogroup;
2705#line 528
2706struct tty_struct;
2707#line 528
2708struct taskstats;
2709#line 528
2710struct tty_audit_buf;
2711#line 528 "include/linux/sched.h"
2712struct signal_struct {
2713 atomic_t sigcnt ;
2714 atomic_t live ;
2715 int nr_threads ;
2716 wait_queue_head_t wait_chldexit ;
2717 struct task_struct *curr_target ;
2718 struct sigpending shared_pending ;
2719 int group_exit_code ;
2720 int notify_count ;
2721 struct task_struct *group_exit_task ;
2722 int group_stop_count ;
2723 unsigned int flags ;
2724 unsigned int is_child_subreaper : 1 ;
2725 unsigned int has_child_subreaper : 1 ;
2726 struct list_head posix_timers ;
2727 struct hrtimer real_timer ;
2728 struct pid *leader_pid ;
2729 ktime_t it_real_incr ;
2730 struct cpu_itimer it[2] ;
2731 struct thread_group_cputimer cputimer ;
2732 struct task_cputime cputime_expires ;
2733 struct list_head cpu_timers[3] ;
2734 struct pid *tty_old_pgrp ;
2735 int leader ;
2736 struct tty_struct *tty ;
2737 struct autogroup *autogroup ;
2738 cputime_t utime ;
2739 cputime_t stime ;
2740 cputime_t cutime ;
2741 cputime_t cstime ;
2742 cputime_t gtime ;
2743 cputime_t cgtime ;
2744 cputime_t prev_utime ;
2745 cputime_t prev_stime ;
2746 unsigned long nvcsw ;
2747 unsigned long nivcsw ;
2748 unsigned long cnvcsw ;
2749 unsigned long cnivcsw ;
2750 unsigned long min_flt ;
2751 unsigned long maj_flt ;
2752 unsigned long cmin_flt ;
2753 unsigned long cmaj_flt ;
2754 unsigned long inblock ;
2755 unsigned long oublock ;
2756 unsigned long cinblock ;
2757 unsigned long coublock ;
2758 unsigned long maxrss ;
2759 unsigned long cmaxrss ;
2760 struct task_io_accounting ioac ;
2761 unsigned long long sum_sched_runtime ;
2762 struct rlimit rlim[16] ;
2763 struct pacct_struct pacct ;
2764 struct taskstats *stats ;
2765 unsigned int audit_tty ;
2766 struct tty_audit_buf *tty_audit_buf ;
2767 struct rw_semaphore group_rwsem ;
2768 int oom_adj ;
2769 int oom_score_adj ;
2770 int oom_score_adj_min ;
2771 struct mutex cred_guard_mutex ;
2772};
2773#line 703 "include/linux/sched.h"
2774struct user_struct {
2775 atomic_t __count ;
2776 atomic_t processes ;
2777 atomic_t files ;
2778 atomic_t sigpending ;
2779 atomic_t inotify_watches ;
2780 atomic_t inotify_devs ;
2781 atomic_t fanotify_listeners ;
2782 atomic_long_t epoll_watches ;
2783 unsigned long mq_bytes ;
2784 unsigned long locked_shm ;
2785 struct key *uid_keyring ;
2786 struct key *session_keyring ;
2787 struct hlist_node uidhash_node ;
2788 uid_t uid ;
2789 struct user_namespace *user_ns ;
2790 atomic_long_t locked_vm ;
2791};
2792#line 748
2793struct reclaim_state;
2794#line 751 "include/linux/sched.h"
2795struct sched_info {
2796 unsigned long pcount ;
2797 unsigned long long run_delay ;
2798 unsigned long long last_arrival ;
2799 unsigned long long last_queued ;
2800};
2801#line 763 "include/linux/sched.h"
2802struct task_delay_info {
2803 spinlock_t lock ;
2804 unsigned int flags ;
2805 struct timespec blkio_start ;
2806 struct timespec blkio_end ;
2807 u64 blkio_delay ;
2808 u64 swapin_delay ;
2809 u32 blkio_count ;
2810 u32 swapin_count ;
2811 struct timespec freepages_start ;
2812 struct timespec freepages_end ;
2813 u64 freepages_delay ;
2814 u32 freepages_count ;
2815};
2816#line 1088
2817struct io_context;
2818#line 1102
2819struct rq;
2820#line 1122 "include/linux/sched.h"
2821struct sched_class {
2822 struct sched_class const *next ;
2823 void (*enqueue_task)(struct rq *rq , struct task_struct *p , int flags ) ;
2824 void (*dequeue_task)(struct rq *rq , struct task_struct *p , int flags ) ;
2825 void (*yield_task)(struct rq *rq ) ;
2826 bool (*yield_to_task)(struct rq *rq , struct task_struct *p , bool preempt ) ;
2827 void (*check_preempt_curr)(struct rq *rq , struct task_struct *p , int flags ) ;
2828 struct task_struct *(*pick_next_task)(struct rq *rq ) ;
2829 void (*put_prev_task)(struct rq *rq , struct task_struct *p ) ;
2830 int (*select_task_rq)(struct task_struct *p , int sd_flag , int flags ) ;
2831 void (*pre_schedule)(struct rq *this_rq , struct task_struct *task ) ;
2832 void (*post_schedule)(struct rq *this_rq ) ;
2833 void (*task_waking)(struct task_struct *task ) ;
2834 void (*task_woken)(struct rq *this_rq , struct task_struct *task ) ;
2835 void (*set_cpus_allowed)(struct task_struct *p , struct cpumask const *newmask ) ;
2836 void (*rq_online)(struct rq *rq ) ;
2837 void (*rq_offline)(struct rq *rq ) ;
2838 void (*set_curr_task)(struct rq *rq ) ;
2839 void (*task_tick)(struct rq *rq , struct task_struct *p , int queued ) ;
2840 void (*task_fork)(struct task_struct *p ) ;
2841 void (*switched_from)(struct rq *this_rq , struct task_struct *task ) ;
2842 void (*switched_to)(struct rq *this_rq , struct task_struct *task ) ;
2843 void (*prio_changed)(struct rq *this_rq , struct task_struct *task , int oldprio ) ;
2844 unsigned int (*get_rr_interval)(struct rq *rq , struct task_struct *task ) ;
2845 void (*task_move_group)(struct task_struct *p , int on_rq ) ;
2846};
2847#line 1167 "include/linux/sched.h"
2848struct load_weight {
2849 unsigned long weight ;
2850 unsigned long inv_weight ;
2851};
2852#line 1172 "include/linux/sched.h"
2853struct sched_statistics {
2854 u64 wait_start ;
2855 u64 wait_max ;
2856 u64 wait_count ;
2857 u64 wait_sum ;
2858 u64 iowait_count ;
2859 u64 iowait_sum ;
2860 u64 sleep_start ;
2861 u64 sleep_max ;
2862 s64 sum_sleep_runtime ;
2863 u64 block_start ;
2864 u64 block_max ;
2865 u64 exec_max ;
2866 u64 slice_max ;
2867 u64 nr_migrations_cold ;
2868 u64 nr_failed_migrations_affine ;
2869 u64 nr_failed_migrations_running ;
2870 u64 nr_failed_migrations_hot ;
2871 u64 nr_forced_migrations ;
2872 u64 nr_wakeups ;
2873 u64 nr_wakeups_sync ;
2874 u64 nr_wakeups_migrate ;
2875 u64 nr_wakeups_local ;
2876 u64 nr_wakeups_remote ;
2877 u64 nr_wakeups_affine ;
2878 u64 nr_wakeups_affine_attempts ;
2879 u64 nr_wakeups_passive ;
2880 u64 nr_wakeups_idle ;
2881};
2882#line 1207 "include/linux/sched.h"
2883struct sched_entity {
2884 struct load_weight load ;
2885 struct rb_node run_node ;
2886 struct list_head group_node ;
2887 unsigned int on_rq ;
2888 u64 exec_start ;
2889 u64 sum_exec_runtime ;
2890 u64 vruntime ;
2891 u64 prev_sum_exec_runtime ;
2892 u64 nr_migrations ;
2893 struct sched_statistics statistics ;
2894 struct sched_entity *parent ;
2895 struct cfs_rq *cfs_rq ;
2896 struct cfs_rq *my_q ;
2897};
2898#line 1233
2899struct rt_rq;
2900#line 1233 "include/linux/sched.h"
2901struct sched_rt_entity {
2902 struct list_head run_list ;
2903 unsigned long timeout ;
2904 unsigned int time_slice ;
2905 int nr_cpus_allowed ;
2906 struct sched_rt_entity *back ;
2907 struct sched_rt_entity *parent ;
2908 struct rt_rq *rt_rq ;
2909 struct rt_rq *my_q ;
2910};
2911#line 1264
2912struct css_set;
2913#line 1264
2914struct compat_robust_list_head;
2915#line 1264
2916struct mem_cgroup;
2917#line 1264 "include/linux/sched.h"
2918struct memcg_batch_info {
2919 int do_batch ;
2920 struct mem_cgroup *memcg ;
2921 unsigned long nr_pages ;
2922 unsigned long memsw_nr_pages ;
2923};
2924#line 1264 "include/linux/sched.h"
2925struct task_struct {
2926 long volatile state ;
2927 void *stack ;
2928 atomic_t usage ;
2929 unsigned int flags ;
2930 unsigned int ptrace ;
2931 struct llist_node wake_entry ;
2932 int on_cpu ;
2933 int on_rq ;
2934 int prio ;
2935 int static_prio ;
2936 int normal_prio ;
2937 unsigned int rt_priority ;
2938 struct sched_class const *sched_class ;
2939 struct sched_entity se ;
2940 struct sched_rt_entity rt ;
2941 struct hlist_head preempt_notifiers ;
2942 unsigned char fpu_counter ;
2943 unsigned int policy ;
2944 cpumask_t cpus_allowed ;
2945 struct sched_info sched_info ;
2946 struct list_head tasks ;
2947 struct plist_node pushable_tasks ;
2948 struct mm_struct *mm ;
2949 struct mm_struct *active_mm ;
2950 unsigned int brk_randomized : 1 ;
2951 int exit_state ;
2952 int exit_code ;
2953 int exit_signal ;
2954 int pdeath_signal ;
2955 unsigned int jobctl ;
2956 unsigned int personality ;
2957 unsigned int did_exec : 1 ;
2958 unsigned int in_execve : 1 ;
2959 unsigned int in_iowait : 1 ;
2960 unsigned int sched_reset_on_fork : 1 ;
2961 unsigned int sched_contributes_to_load : 1 ;
2962 unsigned int irq_thread : 1 ;
2963 pid_t pid ;
2964 pid_t tgid ;
2965 unsigned long stack_canary ;
2966 struct task_struct *real_parent ;
2967 struct task_struct *parent ;
2968 struct list_head children ;
2969 struct list_head sibling ;
2970 struct task_struct *group_leader ;
2971 struct list_head ptraced ;
2972 struct list_head ptrace_entry ;
2973 struct pid_link pids[3] ;
2974 struct list_head thread_group ;
2975 struct completion *vfork_done ;
2976 int *set_child_tid ;
2977 int *clear_child_tid ;
2978 cputime_t utime ;
2979 cputime_t stime ;
2980 cputime_t utimescaled ;
2981 cputime_t stimescaled ;
2982 cputime_t gtime ;
2983 cputime_t prev_utime ;
2984 cputime_t prev_stime ;
2985 unsigned long nvcsw ;
2986 unsigned long nivcsw ;
2987 struct timespec start_time ;
2988 struct timespec real_start_time ;
2989 unsigned long min_flt ;
2990 unsigned long maj_flt ;
2991 struct task_cputime cputime_expires ;
2992 struct list_head cpu_timers[3] ;
2993 struct cred const *real_cred ;
2994 struct cred const *cred ;
2995 struct cred *replacement_session_keyring ;
2996 char comm[16] ;
2997 int link_count ;
2998 int total_link_count ;
2999 struct sysv_sem sysvsem ;
3000 unsigned long last_switch_count ;
3001 struct thread_struct thread ;
3002 struct fs_struct *fs ;
3003 struct files_struct *files ;
3004 struct nsproxy *nsproxy ;
3005 struct signal_struct *signal ;
3006 struct sighand_struct *sighand ;
3007 sigset_t blocked ;
3008 sigset_t real_blocked ;
3009 sigset_t saved_sigmask ;
3010 struct sigpending pending ;
3011 unsigned long sas_ss_sp ;
3012 size_t sas_ss_size ;
3013 int (*notifier)(void *priv ) ;
3014 void *notifier_data ;
3015 sigset_t *notifier_mask ;
3016 struct audit_context *audit_context ;
3017 uid_t loginuid ;
3018 unsigned int sessionid ;
3019 seccomp_t seccomp ;
3020 u32 parent_exec_id ;
3021 u32 self_exec_id ;
3022 spinlock_t alloc_lock ;
3023 raw_spinlock_t pi_lock ;
3024 struct plist_head pi_waiters ;
3025 struct rt_mutex_waiter *pi_blocked_on ;
3026 struct mutex_waiter *blocked_on ;
3027 unsigned int irq_events ;
3028 unsigned long hardirq_enable_ip ;
3029 unsigned long hardirq_disable_ip ;
3030 unsigned int hardirq_enable_event ;
3031 unsigned int hardirq_disable_event ;
3032 int hardirqs_enabled ;
3033 int hardirq_context ;
3034 unsigned long softirq_disable_ip ;
3035 unsigned long softirq_enable_ip ;
3036 unsigned int softirq_disable_event ;
3037 unsigned int softirq_enable_event ;
3038 int softirqs_enabled ;
3039 int softirq_context ;
3040 void *journal_info ;
3041 struct bio_list *bio_list ;
3042 struct blk_plug *plug ;
3043 struct reclaim_state *reclaim_state ;
3044 struct backing_dev_info *backing_dev_info ;
3045 struct io_context *io_context ;
3046 unsigned long ptrace_message ;
3047 siginfo_t *last_siginfo ;
3048 struct task_io_accounting ioac ;
3049 u64 acct_rss_mem1 ;
3050 u64 acct_vm_mem1 ;
3051 cputime_t acct_timexpd ;
3052 nodemask_t mems_allowed ;
3053 seqcount_t mems_allowed_seq ;
3054 int cpuset_mem_spread_rotor ;
3055 int cpuset_slab_spread_rotor ;
3056 struct css_set *cgroups ;
3057 struct list_head cg_list ;
3058 struct robust_list_head *robust_list ;
3059 struct compat_robust_list_head *compat_robust_list ;
3060 struct list_head pi_state_list ;
3061 struct futex_pi_state *pi_state_cache ;
3062 struct perf_event_context *perf_event_ctxp[2] ;
3063 struct mutex perf_event_mutex ;
3064 struct list_head perf_event_list ;
3065 struct mempolicy *mempolicy ;
3066 short il_next ;
3067 short pref_node_fork ;
3068 struct rcu_head rcu ;
3069 struct pipe_inode_info *splice_pipe ;
3070 struct task_delay_info *delays ;
3071 int make_it_fail ;
3072 int nr_dirtied ;
3073 int nr_dirtied_pause ;
3074 unsigned long dirty_paused_when ;
3075 int latency_record_count ;
3076 struct latency_record latency_record[32] ;
3077 unsigned long timer_slack_ns ;
3078 unsigned long default_timer_slack_ns ;
3079 struct list_head *scm_work_list ;
3080 unsigned long trace ;
3081 unsigned long trace_recursion ;
3082 struct memcg_batch_info memcg_batch ;
3083 atomic_t ptrace_bp_refcnt ;
3084};
3085#line 25 "include/linux/usb.h"
3086struct usb_device;
3087#line 26
3088struct usb_driver;
3089#line 27
3090struct wusb_dev;
3091#line 47
3092struct ep_device;
3093#line 64 "include/linux/usb.h"
3094struct usb_host_endpoint {
3095 struct usb_endpoint_descriptor desc ;
3096 struct usb_ss_ep_comp_descriptor ss_ep_comp ;
3097 struct list_head urb_list ;
3098 void *hcpriv ;
3099 struct ep_device *ep_dev ;
3100 unsigned char *extra ;
3101 int extralen ;
3102 int enabled ;
3103};
3104#line 77 "include/linux/usb.h"
3105struct usb_host_interface {
3106 struct usb_interface_descriptor desc ;
3107 struct usb_host_endpoint *endpoint ;
3108 char *string ;
3109 unsigned char *extra ;
3110 int extralen ;
3111};
3112#line 90
3113enum usb_interface_condition {
3114 USB_INTERFACE_UNBOUND = 0,
3115 USB_INTERFACE_BINDING = 1,
3116 USB_INTERFACE_BOUND = 2,
3117 USB_INTERFACE_UNBINDING = 3
3118} ;
3119#line 159 "include/linux/usb.h"
3120struct usb_interface {
3121 struct usb_host_interface *altsetting ;
3122 struct usb_host_interface *cur_altsetting ;
3123 unsigned int num_altsetting ;
3124 struct usb_interface_assoc_descriptor *intf_assoc ;
3125 int minor ;
3126 enum usb_interface_condition condition ;
3127 unsigned int sysfs_files_created : 1 ;
3128 unsigned int ep_devs_created : 1 ;
3129 unsigned int unregistering : 1 ;
3130 unsigned int needs_remote_wakeup : 1 ;
3131 unsigned int needs_altsetting0 : 1 ;
3132 unsigned int needs_binding : 1 ;
3133 unsigned int reset_running : 1 ;
3134 unsigned int resetting_device : 1 ;
3135 struct device dev ;
3136 struct device *usb_dev ;
3137 atomic_t pm_usage_cnt ;
3138 struct work_struct reset_ws ;
3139};
3140#line 222 "include/linux/usb.h"
3141struct usb_interface_cache {
3142 unsigned int num_altsetting ;
3143 struct kref ref ;
3144 struct usb_host_interface altsetting[0] ;
3145};
3146#line 274 "include/linux/usb.h"
3147struct usb_host_config {
3148 struct usb_config_descriptor desc ;
3149 char *string ;
3150 struct usb_interface_assoc_descriptor *intf_assoc[16] ;
3151 struct usb_interface *interface[32] ;
3152 struct usb_interface_cache *intf_cache[32] ;
3153 unsigned char *extra ;
3154 int extralen ;
3155};
3156#line 296 "include/linux/usb.h"
3157struct usb_host_bos {
3158 struct usb_bos_descriptor *desc ;
3159 struct usb_ext_cap_descriptor *ext_cap ;
3160 struct usb_ss_cap_descriptor *ss_cap ;
3161 struct usb_ss_container_id_descriptor *ss_id ;
3162};
3163#line 315 "include/linux/usb.h"
3164struct usb_devmap {
3165 unsigned long devicemap[128UL / (8UL * sizeof(unsigned long ))] ;
3166};
3167#line 322
3168struct mon_bus;
3169#line 322 "include/linux/usb.h"
3170struct usb_bus {
3171 struct device *controller ;
3172 int busnum ;
3173 char const *bus_name ;
3174 u8 uses_dma ;
3175 u8 uses_pio_for_control ;
3176 u8 otg_port ;
3177 unsigned int is_b_host : 1 ;
3178 unsigned int b_hnp_enable : 1 ;
3179 unsigned int sg_tablesize ;
3180 int devnum_next ;
3181 struct usb_devmap devmap ;
3182 struct usb_device *root_hub ;
3183 struct usb_bus *hs_companion ;
3184 struct list_head bus_list ;
3185 int bandwidth_allocated ;
3186 int bandwidth_int_reqs ;
3187 int bandwidth_isoc_reqs ;
3188 struct dentry *usbfs_dentry ;
3189 struct mon_bus *mon_bus ;
3190 int monitored ;
3191};
3192#line 377
3193struct usb_tt;
3194#line 379
3195enum usb_device_removable {
3196 USB_DEVICE_REMOVABLE_UNKNOWN = 0,
3197 USB_DEVICE_REMOVABLE = 1,
3198 USB_DEVICE_FIXED = 2
3199} ;
3200#line 447 "include/linux/usb.h"
3201struct usb_device {
3202 int devnum ;
3203 char devpath[16] ;
3204 u32 route ;
3205 enum usb_device_state state ;
3206 enum usb_device_speed speed ;
3207 struct usb_tt *tt ;
3208 int ttport ;
3209 unsigned int toggle[2] ;
3210 struct usb_device *parent ;
3211 struct usb_bus *bus ;
3212 struct usb_host_endpoint ep0 ;
3213 struct device dev ;
3214 struct usb_device_descriptor descriptor ;
3215 struct usb_host_bos *bos ;
3216 struct usb_host_config *config ;
3217 struct usb_host_config *actconfig ;
3218 struct usb_host_endpoint *ep_in[16] ;
3219 struct usb_host_endpoint *ep_out[16] ;
3220 char **rawdescriptors ;
3221 unsigned short bus_mA ;
3222 u8 portnum ;
3223 u8 level ;
3224 unsigned int can_submit : 1 ;
3225 unsigned int persist_enabled : 1 ;
3226 unsigned int have_langid : 1 ;
3227 unsigned int authorized : 1 ;
3228 unsigned int authenticated : 1 ;
3229 unsigned int wusb : 1 ;
3230 unsigned int lpm_capable : 1 ;
3231 unsigned int usb2_hw_lpm_capable : 1 ;
3232 unsigned int usb2_hw_lpm_enabled : 1 ;
3233 int string_langid ;
3234 char *product ;
3235 char *manufacturer ;
3236 char *serial ;
3237 struct list_head filelist ;
3238 struct device *usb_classdev ;
3239 struct dentry *usbfs_dentry ;
3240 int maxchild ;
3241 struct usb_device **children ;
3242 u32 quirks ;
3243 atomic_t urbnum ;
3244 unsigned long active_duration ;
3245 unsigned long connect_time ;
3246 unsigned int do_remote_wakeup : 1 ;
3247 unsigned int reset_resume : 1 ;
3248 struct wusb_dev *wusb_dev ;
3249 int slot_id ;
3250 enum usb_device_removable removable ;
3251};
3252#line 789 "include/linux/usb.h"
3253struct usb_dynids {
3254 spinlock_t lock ;
3255 struct list_head list ;
3256};
3257#line 808 "include/linux/usb.h"
3258struct usbdrv_wrap {
3259 struct device_driver driver ;
3260 int for_devices ;
3261};
3262#line 869 "include/linux/usb.h"
3263struct usb_driver {
3264 char const *name ;
3265 int (*probe)(struct usb_interface *intf , struct usb_device_id const *id ) ;
3266 void (*disconnect)(struct usb_interface *intf ) ;
3267 int (*unlocked_ioctl)(struct usb_interface *intf , unsigned int code , void *buf ) ;
3268 int (*suspend)(struct usb_interface *intf , pm_message_t message ) ;
3269 int (*resume)(struct usb_interface *intf ) ;
3270 int (*reset_resume)(struct usb_interface *intf ) ;
3271 int (*pre_reset)(struct usb_interface *intf ) ;
3272 int (*post_reset)(struct usb_interface *intf ) ;
3273 struct usb_device_id const *id_table ;
3274 struct usb_dynids dynids ;
3275 struct usbdrv_wrap drvwrap ;
3276 unsigned int no_dynamic_id : 1 ;
3277 unsigned int supports_autosuspend : 1 ;
3278 unsigned int soft_unbind : 1 ;
3279};
3280#line 1022 "include/linux/usb.h"
3281struct usb_iso_packet_descriptor {
3282 unsigned int offset ;
3283 unsigned int length ;
3284 unsigned int actual_length ;
3285 int status ;
3286};
3287#line 1029
3288struct urb;
3289#line 1031 "include/linux/usb.h"
3290struct usb_anchor {
3291 struct list_head urb_list ;
3292 wait_queue_head_t wait ;
3293 spinlock_t lock ;
3294 unsigned int poisoned : 1 ;
3295};
3296#line 1223
3297struct scatterlist;
3298#line 1223 "include/linux/usb.h"
3299struct urb {
3300 struct kref kref ;
3301 void *hcpriv ;
3302 atomic_t use_count ;
3303 atomic_t reject ;
3304 int unlinked ;
3305 struct list_head urb_list ;
3306 struct list_head anchor_list ;
3307 struct usb_anchor *anchor ;
3308 struct usb_device *dev ;
3309 struct usb_host_endpoint *ep ;
3310 unsigned int pipe ;
3311 unsigned int stream_id ;
3312 int status ;
3313 unsigned int transfer_flags ;
3314 void *transfer_buffer ;
3315 dma_addr_t transfer_dma ;
3316 struct scatterlist *sg ;
3317 int num_mapped_sgs ;
3318 int num_sgs ;
3319 u32 transfer_buffer_length ;
3320 u32 actual_length ;
3321 unsigned char *setup_packet ;
3322 dma_addr_t setup_dma ;
3323 int start_frame ;
3324 int number_of_packets ;
3325 int interval ;
3326 int error_count ;
3327 void *context ;
3328 void (*complete)(struct urb * ) ;
3329 struct usb_iso_packet_descriptor iso_frame_desc[0] ;
3330};
3331#line 43 "include/linux/input.h"
3332struct input_id {
3333 __u16 bustype ;
3334 __u16 vendor ;
3335 __u16 product ;
3336 __u16 version ;
3337};
3338#line 69 "include/linux/input.h"
3339struct input_absinfo {
3340 __s32 value ;
3341 __s32 minimum ;
3342 __s32 maximum ;
3343 __s32 fuzz ;
3344 __s32 flat ;
3345 __s32 resolution ;
3346};
3347#line 93 "include/linux/input.h"
3348struct input_keymap_entry {
3349 __u8 flags ;
3350 __u8 len ;
3351 __u16 index ;
3352 __u32 keycode ;
3353 __u8 scancode[32] ;
3354};
3355#line 957 "include/linux/input.h"
3356struct ff_replay {
3357 __u16 length ;
3358 __u16 delay ;
3359};
3360#line 967 "include/linux/input.h"
3361struct ff_trigger {
3362 __u16 button ;
3363 __u16 interval ;
3364};
3365#line 984 "include/linux/input.h"
3366struct ff_envelope {
3367 __u16 attack_length ;
3368 __u16 attack_level ;
3369 __u16 fade_length ;
3370 __u16 fade_level ;
3371};
3372#line 996 "include/linux/input.h"
3373struct ff_constant_effect {
3374 __s16 level ;
3375 struct ff_envelope envelope ;
3376};
3377#line 1007 "include/linux/input.h"
3378struct ff_ramp_effect {
3379 __s16 start_level ;
3380 __s16 end_level ;
3381 struct ff_envelope envelope ;
3382};
3383#line 1023 "include/linux/input.h"
3384struct ff_condition_effect {
3385 __u16 right_saturation ;
3386 __u16 left_saturation ;
3387 __s16 right_coeff ;
3388 __s16 left_coeff ;
3389 __u16 deadband ;
3390 __s16 center ;
3391};
3392#line 1052 "include/linux/input.h"
3393struct ff_periodic_effect {
3394 __u16 waveform ;
3395 __u16 period ;
3396 __s16 magnitude ;
3397 __s16 offset ;
3398 __u16 phase ;
3399 struct ff_envelope envelope ;
3400 __u32 custom_len ;
3401 __s16 *custom_data ;
3402};
3403#line 1073 "include/linux/input.h"
3404struct ff_rumble_effect {
3405 __u16 strong_magnitude ;
3406 __u16 weak_magnitude ;
3407};
3408#line 1101 "include/linux/input.h"
3409union __anonunion_u_250 {
3410 struct ff_constant_effect constant ;
3411 struct ff_ramp_effect ramp ;
3412 struct ff_periodic_effect periodic ;
3413 struct ff_condition_effect condition[2] ;
3414 struct ff_rumble_effect rumble ;
3415};
3416#line 1101 "include/linux/input.h"
3417struct ff_effect {
3418 __u16 type ;
3419 __s16 id ;
3420 __u16 direction ;
3421 struct ff_trigger trigger ;
3422 struct ff_replay replay ;
3423 union __anonunion_u_250 u ;
3424};
3425#line 1250
3426struct ff_device;
3427#line 1250
3428struct input_mt_slot;
3429#line 1250
3430struct input_handle;
3431#line 1250 "include/linux/input.h"
3432struct input_dev {
3433 char const *name ;
3434 char const *phys ;
3435 char const *uniq ;
3436 struct input_id id ;
3437 unsigned long propbit[((32UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3438 unsigned long evbit[((32UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3439 unsigned long keybit[((768UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3440 unsigned long relbit[((16UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3441 unsigned long absbit[((64UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3442 unsigned long mscbit[((8UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3443 unsigned long ledbit[((16UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3444 unsigned long sndbit[((8UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3445 unsigned long ffbit[((128UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3446 unsigned long swbit[((16UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3447 unsigned int hint_events_per_packet ;
3448 unsigned int keycodemax ;
3449 unsigned int keycodesize ;
3450 void *keycode ;
3451 int (*setkeycode)(struct input_dev *dev , struct input_keymap_entry const *ke ,
3452 unsigned int *old_keycode ) ;
3453 int (*getkeycode)(struct input_dev *dev , struct input_keymap_entry *ke ) ;
3454 struct ff_device *ff ;
3455 unsigned int repeat_key ;
3456 struct timer_list timer ;
3457 int rep[2] ;
3458 struct input_mt_slot *mt ;
3459 int mtsize ;
3460 int slot ;
3461 int trkid ;
3462 struct input_absinfo *absinfo ;
3463 unsigned long key[((768UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3464 unsigned long led[((16UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3465 unsigned long snd[((8UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3466 unsigned long sw[((16UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3467 int (*open)(struct input_dev *dev ) ;
3468 void (*close)(struct input_dev *dev ) ;
3469 int (*flush)(struct input_dev *dev , struct file *file ) ;
3470 int (*event)(struct input_dev *dev , unsigned int type , unsigned int code , int value ) ;
3471 struct input_handle *grab ;
3472 spinlock_t event_lock ;
3473 struct mutex mutex ;
3474 unsigned int users ;
3475 bool going_away ;
3476 bool sync ;
3477 struct device dev ;
3478 struct list_head h_list ;
3479 struct list_head node ;
3480};
3481#line 1409 "include/linux/input.h"
3482struct input_handler {
3483 void *private ;
3484 void (*event)(struct input_handle *handle , unsigned int type , unsigned int code ,
3485 int value ) ;
3486 bool (*filter)(struct input_handle *handle , unsigned int type , unsigned int code ,
3487 int value ) ;
3488 bool (*match)(struct input_handler *handler , struct input_dev *dev ) ;
3489 int (*connect)(struct input_handler *handler , struct input_dev *dev , struct input_device_id const *id ) ;
3490 void (*disconnect)(struct input_handle *handle ) ;
3491 void (*start)(struct input_handle *handle ) ;
3492 struct file_operations const *fops ;
3493 int minor ;
3494 char const *name ;
3495 struct input_device_id const *id_table ;
3496 struct list_head h_list ;
3497 struct list_head node ;
3498};
3499#line 1442 "include/linux/input.h"
3500struct input_handle {
3501 void *private ;
3502 int open ;
3503 char const *name ;
3504 struct input_dev *dev ;
3505 struct input_handler *handler ;
3506 struct list_head d_node ;
3507 struct list_head h_node ;
3508};
3509#line 1619 "include/linux/input.h"
3510struct ff_device {
3511 int (*upload)(struct input_dev *dev , struct ff_effect *effect , struct ff_effect *old ) ;
3512 int (*erase)(struct input_dev *dev , int effect_id ) ;
3513 int (*playback)(struct input_dev *dev , int effect_id , int value ) ;
3514 void (*set_gain)(struct input_dev *dev , u16 gain ) ;
3515 void (*set_autocenter)(struct input_dev *dev , u16 magnitude ) ;
3516 void (*destroy)(struct ff_device * ) ;
3517 void *private ;
3518 unsigned long ffbit[((128UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
3519 struct mutex mutex ;
3520 int max_effects ;
3521 struct ff_effect *effects ;
3522 struct file *effect_owners[] ;
3523};
3524#line 11 "include/linux/firmware.h"
3525struct firmware {
3526 size_t size ;
3527 u8 const *data ;
3528 struct page **pages ;
3529};
3530#line 188 "include/linux/mm.h"
3531struct vm_fault {
3532 unsigned int flags ;
3533 unsigned long pgoff ;
3534 void *virtual_address ;
3535 struct page *page ;
3536};
3537#line 205 "include/linux/mm.h"
3538struct vm_operations_struct {
3539 void (*open)(struct vm_area_struct *area ) ;
3540 void (*close)(struct vm_area_struct *area ) ;
3541 int (*fault)(struct vm_area_struct *vma , struct vm_fault *vmf ) ;
3542 int (*page_mkwrite)(struct vm_area_struct *vma , struct vm_fault *vmf ) ;
3543 int (*access)(struct vm_area_struct *vma , unsigned long addr , void *buf , int len ,
3544 int write ) ;
3545 int (*set_policy)(struct vm_area_struct *vma , struct mempolicy *new ) ;
3546 struct mempolicy *(*get_policy)(struct vm_area_struct *vma , unsigned long addr ) ;
3547 int (*migrate)(struct vm_area_struct *vma , nodemask_t const *from , nodemask_t const *to ,
3548 unsigned long flags ) ;
3549};
3550#line 6 "include/asm-generic/scatterlist.h"
3551struct scatterlist {
3552 unsigned long sg_magic ;
3553 unsigned long page_link ;
3554 unsigned int offset ;
3555 unsigned int length ;
3556 dma_addr_t dma_address ;
3557 unsigned int dma_length ;
3558};
3559#line 31 "include/media/rc-map.h"
3560struct rc_map_table {
3561 u32 scancode ;
3562 u32 keycode ;
3563};
3564#line 36 "include/media/rc-map.h"
3565struct rc_map {
3566 struct rc_map_table *scan ;
3567 unsigned int size ;
3568 unsigned int len ;
3569 unsigned int alloc ;
3570 u64 rc_type ;
3571 char const *name ;
3572 spinlock_t lock ;
3573};
3574#line 32 "include/media/rc-core.h"
3575enum rc_driver_type {
3576 RC_DRIVER_SCANCODE = 0,
3577 RC_DRIVER_IR_RAW = 1
3578} ;
3579#line 87
3580struct ir_raw_event_ctrl;
3581#line 87 "include/media/rc-core.h"
3582struct rc_dev {
3583 struct device dev ;
3584 char const *input_name ;
3585 char const *input_phys ;
3586 struct input_id input_id ;
3587 char *driver_name ;
3588 char const *map_name ;
3589 struct rc_map rc_map ;
3590 struct mutex lock ;
3591 unsigned long devno ;
3592 struct ir_raw_event_ctrl *raw ;
3593 struct input_dev *input_dev ;
3594 enum rc_driver_type driver_type ;
3595 bool idle ;
3596 u64 allowed_protos ;
3597 u32 scanmask ;
3598 void *priv ;
3599 spinlock_t keylock ;
3600 bool keypressed ;
3601 unsigned long keyup_jiffies ;
3602 struct timer_list timer_keyup ;
3603 u32 last_keycode ;
3604 u32 last_scancode ;
3605 u8 last_toggle ;
3606 u32 timeout ;
3607 u32 min_timeout ;
3608 u32 max_timeout ;
3609 u32 rx_resolution ;
3610 u32 tx_resolution ;
3611 int (*change_protocol)(struct rc_dev *dev , u64 rc_type ) ;
3612 int (*open)(struct rc_dev *dev ) ;
3613 void (*close)(struct rc_dev *dev ) ;
3614 int (*s_tx_mask)(struct rc_dev *dev , u32 mask ) ;
3615 int (*s_tx_carrier)(struct rc_dev *dev , u32 carrier ) ;
3616 int (*s_tx_duty_cycle)(struct rc_dev *dev , u32 duty_cycle ) ;
3617 int (*s_rx_carrier_range)(struct rc_dev *dev , u32 min , u32 max ) ;
3618 int (*tx_ir)(struct rc_dev *dev , unsigned int *txbuf , unsigned int n ) ;
3619 void (*s_idle)(struct rc_dev *dev , bool enable ) ;
3620 int (*s_learning_mode)(struct rc_dev *dev , int enable ) ;
3621 int (*s_carrier_report)(struct rc_dev *dev , int enable ) ;
3622};
3623#line 28 "include/linux/of.h"
3624typedef u32 phandle;
3625#line 31 "include/linux/of.h"
3626struct property {
3627 char *name ;
3628 int length ;
3629 void *value ;
3630 struct property *next ;
3631 unsigned long _flags ;
3632 unsigned int unique_id ;
3633};
3634#line 44 "include/linux/of.h"
3635struct device_node {
3636 char const *name ;
3637 char const *type ;
3638 phandle phandle ;
3639 char *full_name ;
3640 struct property *properties ;
3641 struct property *deadprops ;
3642 struct device_node *parent ;
3643 struct device_node *child ;
3644 struct device_node *sibling ;
3645 struct device_node *next ;
3646 struct device_node *allnext ;
3647 struct proc_dir_entry *pde ;
3648 struct kref kref ;
3649 unsigned long _flags ;
3650 void *data ;
3651};
3652#line 44 "include/linux/i2c.h"
3653struct i2c_msg;
3654#line 45
3655struct i2c_algorithm;
3656#line 46
3657struct i2c_adapter;
3658#line 49
3659union i2c_smbus_data;
3660#line 352 "include/linux/i2c.h"
3661struct i2c_algorithm {
3662 int (*master_xfer)(struct i2c_adapter *adap , struct i2c_msg *msgs , int num ) ;
3663 int (*smbus_xfer)(struct i2c_adapter *adap , u16 addr , unsigned short flags ,
3664 char read_write , u8 command , int size , union i2c_smbus_data *data ) ;
3665 u32 (*functionality)(struct i2c_adapter * ) ;
3666};
3667#line 373 "include/linux/i2c.h"
3668struct i2c_adapter {
3669 struct module *owner ;
3670 unsigned int class ;
3671 struct i2c_algorithm const *algo ;
3672 void *algo_data ;
3673 struct rt_mutex bus_lock ;
3674 int timeout ;
3675 int retries ;
3676 struct device dev ;
3677 int nr ;
3678 char name[48] ;
3679 struct completion dev_released ;
3680 struct mutex userspace_clients_lock ;
3681 struct list_head userspace_clients ;
3682};
3683#line 538 "include/linux/i2c.h"
3684struct i2c_msg {
3685 __u16 addr ;
3686 __u16 flags ;
3687 __u16 len ;
3688 __u8 *buf ;
3689};
3690#line 596 "include/linux/i2c.h"
3691union i2c_smbus_data {
3692 __u8 byte ;
3693 __u16 word ;
3694 __u8 block[34] ;
3695};
3696#line 18 "include/linux/elf.h"
3697typedef __u64 Elf64_Addr;
3698#line 19 "include/linux/elf.h"
3699typedef __u16 Elf64_Half;
3700#line 23 "include/linux/elf.h"
3701typedef __u32 Elf64_Word;
3702#line 24 "include/linux/elf.h"
3703typedef __u64 Elf64_Xword;
3704#line 194 "include/linux/elf.h"
3705struct elf64_sym {
3706 Elf64_Word st_name ;
3707 unsigned char st_info ;
3708 unsigned char st_other ;
3709 Elf64_Half st_shndx ;
3710 Elf64_Addr st_value ;
3711 Elf64_Xword st_size ;
3712};
3713#line 194 "include/linux/elf.h"
3714typedef struct elf64_sym Elf64_Sym;
3715#line 39 "include/linux/moduleparam.h"
3716struct kernel_param;
3717#line 41 "include/linux/moduleparam.h"
3718struct kernel_param_ops {
3719 int (*set)(char const *val , struct kernel_param const *kp ) ;
3720 int (*get)(char *buffer , struct kernel_param const *kp ) ;
3721 void (*free)(void *arg ) ;
3722};
3723#line 50
3724struct kparam_string;
3725#line 50
3726struct kparam_array;
3727#line 50 "include/linux/moduleparam.h"
3728union __anonunion____missing_field_name_260 {
3729 void *arg ;
3730 struct kparam_string const *str ;
3731 struct kparam_array const *arr ;
3732};
3733#line 50 "include/linux/moduleparam.h"
3734struct kernel_param {
3735 char const *name ;
3736 struct kernel_param_ops const *ops ;
3737 u16 perm ;
3738 s16 level ;
3739 union __anonunion____missing_field_name_260 __annonCompField51 ;
3740};
3741#line 63 "include/linux/moduleparam.h"
3742struct kparam_string {
3743 unsigned int maxlen ;
3744 char *string ;
3745};
3746#line 69 "include/linux/moduleparam.h"
3747struct kparam_array {
3748 unsigned int max ;
3749 unsigned int elemsize ;
3750 unsigned int *num ;
3751 struct kernel_param_ops const *ops ;
3752 void *elem ;
3753};
3754#line 143 "include/linux/jump_label.h"
3755struct static_key {
3756 atomic_t enabled ;
3757};
3758#line 23 "include/linux/tracepoint.h"
3759struct tracepoint;
3760#line 25 "include/linux/tracepoint.h"
3761struct tracepoint_func {
3762 void *func ;
3763 void *data ;
3764};
3765#line 30 "include/linux/tracepoint.h"
3766struct tracepoint {
3767 char const *name ;
3768 struct static_key key ;
3769 void (*regfunc)(void) ;
3770 void (*unregfunc)(void) ;
3771 struct tracepoint_func *funcs ;
3772};
3773#line 19 "include/linux/export.h"
3774struct kernel_symbol {
3775 unsigned long value ;
3776 char const *name ;
3777};
3778#line 8 "include/asm-generic/module.h"
3779struct mod_arch_specific {
3780
3781};
3782#line 37 "include/linux/module.h"
3783struct module_param_attrs;
3784#line 37 "include/linux/module.h"
3785struct module_kobject {
3786 struct kobject kobj ;
3787 struct module *mod ;
3788 struct kobject *drivers_dir ;
3789 struct module_param_attrs *mp ;
3790};
3791#line 44 "include/linux/module.h"
3792struct module_attribute {
3793 struct attribute attr ;
3794 ssize_t (*show)(struct module_attribute * , struct module_kobject * , char * ) ;
3795 ssize_t (*store)(struct module_attribute * , struct module_kobject * , char const * ,
3796 size_t count ) ;
3797 void (*setup)(struct module * , char const * ) ;
3798 int (*test)(struct module * ) ;
3799 void (*free)(struct module * ) ;
3800};
3801#line 199
3802enum module_state {
3803 MODULE_STATE_LIVE = 0,
3804 MODULE_STATE_COMING = 1,
3805 MODULE_STATE_GOING = 2
3806} ;
3807#line 215 "include/linux/module.h"
3808struct module_ref {
3809 unsigned long incs ;
3810 unsigned long decs ;
3811} __attribute__((__aligned__((2) * (sizeof(unsigned long )) ))) ;
3812#line 220
3813struct module_sect_attrs;
3814#line 220
3815struct module_notes_attrs;
3816#line 220
3817struct ftrace_event_call;
3818#line 220 "include/linux/module.h"
3819struct module {
3820 enum module_state state ;
3821 struct list_head list ;
3822 char name[64UL - sizeof(unsigned long )] ;
3823 struct module_kobject mkobj ;
3824 struct module_attribute *modinfo_attrs ;
3825 char const *version ;
3826 char const *srcversion ;
3827 struct kobject *holders_dir ;
3828 struct kernel_symbol const *syms ;
3829 unsigned long const *crcs ;
3830 unsigned int num_syms ;
3831 struct kernel_param *kp ;
3832 unsigned int num_kp ;
3833 unsigned int num_gpl_syms ;
3834 struct kernel_symbol const *gpl_syms ;
3835 unsigned long const *gpl_crcs ;
3836 struct kernel_symbol const *unused_syms ;
3837 unsigned long const *unused_crcs ;
3838 unsigned int num_unused_syms ;
3839 unsigned int num_unused_gpl_syms ;
3840 struct kernel_symbol const *unused_gpl_syms ;
3841 unsigned long const *unused_gpl_crcs ;
3842 struct kernel_symbol const *gpl_future_syms ;
3843 unsigned long const *gpl_future_crcs ;
3844 unsigned int num_gpl_future_syms ;
3845 unsigned int num_exentries ;
3846 struct exception_table_entry *extable ;
3847 int (*init)(void) ;
3848 void *module_init ;
3849 void *module_core ;
3850 unsigned int init_size ;
3851 unsigned int core_size ;
3852 unsigned int init_text_size ;
3853 unsigned int core_text_size ;
3854 unsigned int init_ro_size ;
3855 unsigned int core_ro_size ;
3856 struct mod_arch_specific arch ;
3857 unsigned int taints ;
3858 unsigned int num_bugs ;
3859 struct list_head bug_list ;
3860 struct bug_entry *bug_table ;
3861 Elf64_Sym *symtab ;
3862 Elf64_Sym *core_symtab ;
3863 unsigned int num_symtab ;
3864 unsigned int core_num_syms ;
3865 char *strtab ;
3866 char *core_strtab ;
3867 struct module_sect_attrs *sect_attrs ;
3868 struct module_notes_attrs *notes_attrs ;
3869 char *args ;
3870 void *percpu ;
3871 unsigned int percpu_size ;
3872 unsigned int num_tracepoints ;
3873 struct tracepoint * const *tracepoints_ptrs ;
3874 unsigned int num_trace_bprintk_fmt ;
3875 char const **trace_bprintk_fmt_start ;
3876 struct ftrace_event_call **trace_events ;
3877 unsigned int num_trace_events ;
3878 struct list_head source_list ;
3879 struct list_head target_list ;
3880 struct task_struct *waiter ;
3881 void (*exit)(void) ;
3882 struct module_ref *refptr ;
3883 ctor_fn_t *ctors ;
3884 unsigned int num_ctors ;
3885};
3886#line 46 "include/linux/slub_def.h"
3887struct kmem_cache_cpu {
3888 void **freelist ;
3889 unsigned long tid ;
3890 struct page *page ;
3891 struct page *partial ;
3892 int node ;
3893 unsigned int stat[26] ;
3894};
3895#line 57 "include/linux/slub_def.h"
3896struct kmem_cache_node {
3897 spinlock_t list_lock ;
3898 unsigned long nr_partial ;
3899 struct list_head partial ;
3900 atomic_long_t nr_slabs ;
3901 atomic_long_t total_objects ;
3902 struct list_head full ;
3903};
3904#line 73 "include/linux/slub_def.h"
3905struct kmem_cache_order_objects {
3906 unsigned long x ;
3907};
3908#line 80 "include/linux/slub_def.h"
3909struct kmem_cache {
3910 struct kmem_cache_cpu *cpu_slab ;
3911 unsigned long flags ;
3912 unsigned long min_partial ;
3913 int size ;
3914 int objsize ;
3915 int offset ;
3916 int cpu_partial ;
3917 struct kmem_cache_order_objects oo ;
3918 struct kmem_cache_order_objects max ;
3919 struct kmem_cache_order_objects min ;
3920 gfp_t allocflags ;
3921 int refcount ;
3922 void (*ctor)(void * ) ;
3923 int inuse ;
3924 int align ;
3925 int reserved ;
3926 char const *name ;
3927 struct list_head list ;
3928 struct kobject kobj ;
3929 int remote_node_defrag_ratio ;
3930 struct kmem_cache_node *node[1 << 10] ;
3931};
3932#line 31 "include/linux/dvb/frontend.h"
3933enum fe_type {
3934 FE_QPSK = 0,
3935 FE_QAM = 1,
3936 FE_OFDM = 2,
3937 FE_ATSC = 3
3938} ;
3939#line 31 "include/linux/dvb/frontend.h"
3940typedef enum fe_type fe_type_t;
3941#line 39
3942enum fe_caps {
3943 FE_IS_STUPID = 0,
3944 FE_CAN_INVERSION_AUTO = 1,
3945 FE_CAN_FEC_1_2 = 2,
3946 FE_CAN_FEC_2_3 = 4,
3947 FE_CAN_FEC_3_4 = 8,
3948 FE_CAN_FEC_4_5 = 16,
3949 FE_CAN_FEC_5_6 = 32,
3950 FE_CAN_FEC_6_7 = 64,
3951 FE_CAN_FEC_7_8 = 128,
3952 FE_CAN_FEC_8_9 = 256,
3953 FE_CAN_FEC_AUTO = 512,
3954 FE_CAN_QPSK = 1024,
3955 FE_CAN_QAM_16 = 2048,
3956 FE_CAN_QAM_32 = 4096,
3957 FE_CAN_QAM_64 = 8192,
3958 FE_CAN_QAM_128 = 16384,
3959 FE_CAN_QAM_256 = 32768,
3960 FE_CAN_QAM_AUTO = 65536,
3961 FE_CAN_TRANSMISSION_MODE_AUTO = 131072,
3962 FE_CAN_BANDWIDTH_AUTO = 262144,
3963 FE_CAN_GUARD_INTERVAL_AUTO = 524288,
3964 FE_CAN_HIERARCHY_AUTO = 1048576,
3965 FE_CAN_8VSB = 2097152,
3966 FE_CAN_16VSB = 4194304,
3967 FE_HAS_EXTENDED_CAPS = 8388608,
3968 FE_CAN_TURBO_FEC = 134217728,
3969 FE_CAN_2G_MODULATION = 268435456,
3970 FE_NEEDS_BENDING = 536870912,
3971 FE_CAN_RECOVER = 1073741824,
3972 FE_CAN_MUTE_TS = (-0x7FFFFFFF-1)
3973} ;
3974#line 39 "include/linux/dvb/frontend.h"
3975typedef enum fe_caps fe_caps_t;
3976#line 73 "include/linux/dvb/frontend.h"
3977struct dvb_frontend_info {
3978 char name[128] ;
3979 fe_type_t type ;
3980 __u32 frequency_min ;
3981 __u32 frequency_max ;
3982 __u32 frequency_stepsize ;
3983 __u32 frequency_tolerance ;
3984 __u32 symbol_rate_min ;
3985 __u32 symbol_rate_max ;
3986 __u32 symbol_rate_tolerance ;
3987 __u32 notifier_delay ;
3988 fe_caps_t caps ;
3989};
3990#line 92 "include/linux/dvb/frontend.h"
3991struct dvb_diseqc_master_cmd {
3992 __u8 msg[6] ;
3993 __u8 msg_len ;
3994};
3995#line 98 "include/linux/dvb/frontend.h"
3996struct dvb_diseqc_slave_reply {
3997 __u8 msg[4] ;
3998 __u8 msg_len ;
3999 int timeout ;
4000};
4001#line 105
4002enum fe_sec_voltage {
4003 SEC_VOLTAGE_13 = 0,
4004 SEC_VOLTAGE_18 = 1,
4005 SEC_VOLTAGE_OFF = 2
4006} ;
4007#line 105 "include/linux/dvb/frontend.h"
4008typedef enum fe_sec_voltage fe_sec_voltage_t;
4009#line 112
4010enum fe_sec_tone_mode {
4011 SEC_TONE_ON = 0,
4012 SEC_TONE_OFF = 1
4013} ;
4014#line 112 "include/linux/dvb/frontend.h"
4015typedef enum fe_sec_tone_mode fe_sec_tone_mode_t;
4016#line 118
4017enum fe_sec_mini_cmd {
4018 SEC_MINI_A = 0,
4019 SEC_MINI_B = 1
4020} ;
4021#line 118 "include/linux/dvb/frontend.h"
4022typedef enum fe_sec_mini_cmd fe_sec_mini_cmd_t;
4023#line 124
4024enum fe_status {
4025 FE_HAS_SIGNAL = 1,
4026 FE_HAS_CARRIER = 2,
4027 FE_HAS_VITERBI = 4,
4028 FE_HAS_SYNC = 8,
4029 FE_HAS_LOCK = 16,
4030 FE_TIMEDOUT = 32,
4031 FE_REINIT = 64
4032} ;
4033#line 124 "include/linux/dvb/frontend.h"
4034typedef enum fe_status fe_status_t;
4035#line 135
4036enum fe_spectral_inversion {
4037 INVERSION_OFF = 0,
4038 INVERSION_ON = 1,
4039 INVERSION_AUTO = 2
4040} ;
4041#line 135 "include/linux/dvb/frontend.h"
4042typedef enum fe_spectral_inversion fe_spectral_inversion_t;
4043#line 142
4044enum fe_code_rate {
4045 FEC_NONE = 0,
4046 FEC_1_2 = 1,
4047 FEC_2_3 = 2,
4048 FEC_3_4 = 3,
4049 FEC_4_5 = 4,
4050 FEC_5_6 = 5,
4051 FEC_6_7 = 6,
4052 FEC_7_8 = 7,
4053 FEC_8_9 = 8,
4054 FEC_AUTO = 9,
4055 FEC_3_5 = 10,
4056 FEC_9_10 = 11
4057} ;
4058#line 142 "include/linux/dvb/frontend.h"
4059typedef enum fe_code_rate fe_code_rate_t;
4060#line 158
4061enum fe_modulation {
4062 QPSK = 0,
4063 QAM_16 = 1,
4064 QAM_32 = 2,
4065 QAM_64 = 3,
4066 QAM_128 = 4,
4067 QAM_256 = 5,
4068 QAM_AUTO = 6,
4069 VSB_8 = 7,
4070 VSB_16 = 8,
4071 PSK_8 = 9,
4072 APSK_16 = 10,
4073 APSK_32 = 11,
4074 DQPSK = 12
4075} ;
4076#line 158 "include/linux/dvb/frontend.h"
4077typedef enum fe_modulation fe_modulation_t;
4078#line 174
4079enum fe_transmit_mode {
4080 TRANSMISSION_MODE_2K = 0,
4081 TRANSMISSION_MODE_8K = 1,
4082 TRANSMISSION_MODE_AUTO = 2,
4083 TRANSMISSION_MODE_4K = 3,
4084 TRANSMISSION_MODE_1K = 4,
4085 TRANSMISSION_MODE_16K = 5,
4086 TRANSMISSION_MODE_32K = 6
4087} ;
4088#line 174 "include/linux/dvb/frontend.h"
4089typedef enum fe_transmit_mode fe_transmit_mode_t;
4090#line 196
4091enum fe_guard_interval {
4092 GUARD_INTERVAL_1_32 = 0,
4093 GUARD_INTERVAL_1_16 = 1,
4094 GUARD_INTERVAL_1_8 = 2,
4095 GUARD_INTERVAL_1_4 = 3,
4096 GUARD_INTERVAL_AUTO = 4,
4097 GUARD_INTERVAL_1_128 = 5,
4098 GUARD_INTERVAL_19_128 = 6,
4099 GUARD_INTERVAL_19_256 = 7
4100} ;
4101#line 196 "include/linux/dvb/frontend.h"
4102typedef enum fe_guard_interval fe_guard_interval_t;
4103#line 208
4104enum fe_hierarchy {
4105 HIERARCHY_NONE = 0,
4106 HIERARCHY_1 = 1,
4107 HIERARCHY_2 = 2,
4108 HIERARCHY_4 = 3,
4109 HIERARCHY_AUTO = 4
4110} ;
4111#line 208 "include/linux/dvb/frontend.h"
4112typedef enum fe_hierarchy fe_hierarchy_t;
4113#line 325
4114enum fe_pilot {
4115 PILOT_ON = 0,
4116 PILOT_OFF = 1,
4117 PILOT_AUTO = 2
4118} ;
4119#line 325 "include/linux/dvb/frontend.h"
4120typedef enum fe_pilot fe_pilot_t;
4121#line 331
4122enum fe_rolloff {
4123 ROLLOFF_35 = 0,
4124 ROLLOFF_20 = 1,
4125 ROLLOFF_25 = 2,
4126 ROLLOFF_AUTO = 3
4127} ;
4128#line 331 "include/linux/dvb/frontend.h"
4129typedef enum fe_rolloff fe_rolloff_t;
4130#line 338
4131enum fe_delivery_system {
4132 SYS_UNDEFINED = 0,
4133 SYS_DVBC_ANNEX_A = 1,
4134 SYS_DVBC_ANNEX_B = 2,
4135 SYS_DVBT = 3,
4136 SYS_DSS = 4,
4137 SYS_DVBS = 5,
4138 SYS_DVBS2 = 6,
4139 SYS_DVBH = 7,
4140 SYS_ISDBT = 8,
4141 SYS_ISDBS = 9,
4142 SYS_ISDBC = 10,
4143 SYS_ATSC = 11,
4144 SYS_ATSCMH = 12,
4145 SYS_DMBTH = 13,
4146 SYS_CMMB = 14,
4147 SYS_DAB = 15,
4148 SYS_DVBT2 = 16,
4149 SYS_TURBO = 17,
4150 SYS_DVBC_ANNEX_C = 18
4151} ;
4152#line 338 "include/linux/dvb/frontend.h"
4153typedef enum fe_delivery_system fe_delivery_system_t;
4154#line 375 "include/linux/dvb/frontend.h"
4155struct __anonstruct_buffer_263 {
4156 __u8 data[32] ;
4157 __u32 len ;
4158 __u32 reserved1[3] ;
4159 void *reserved2 ;
4160};
4161#line 375 "include/linux/dvb/frontend.h"
4162union __anonunion_u_262 {
4163 __u32 data ;
4164 struct __anonstruct_buffer_263 buffer ;
4165};
4166#line 375 "include/linux/dvb/frontend.h"
4167struct dtv_property {
4168 __u32 cmd ;
4169 __u32 reserved[3] ;
4170 union __anonunion_u_262 u ;
4171 int result ;
4172} __attribute__((__packed__)) ;
4173#line 39 "include/linux/poll.h"
4174struct poll_table_struct {
4175 void (*_qproc)(struct file * , wait_queue_head_t * , struct poll_table_struct * ) ;
4176 unsigned long _key ;
4177};
4178#line 57 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvbdev.h"
4179struct dvb_frontend;
4180#line 59
4181struct dvb_device;
4182#line 59 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvbdev.h"
4183struct dvb_adapter {
4184 int num ;
4185 struct list_head list_head ;
4186 struct list_head device_list ;
4187 char const *name ;
4188 u8 proposed_mac[6] ;
4189 void *priv ;
4190 struct device *device ;
4191 struct module *module ;
4192 int mfe_shared ;
4193 struct dvb_device *mfe_dvbdev ;
4194 struct mutex mfe_lock ;
4195 int (*fe_ioctl_override)(struct dvb_frontend *fe , unsigned int cmd , void *parg ,
4196 unsigned int stage ) ;
4197};
4198#line 103 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvbdev.h"
4199struct dvb_device {
4200 struct list_head list_head ;
4201 struct file_operations const *fops ;
4202 struct dvb_adapter *adapter ;
4203 int type ;
4204 int minor ;
4205 u32 id ;
4206 int readers ;
4207 int writers ;
4208 int users ;
4209 wait_queue_head_t wait_queue ;
4210 int (*kernel_ioctl)(struct file *file , unsigned int cmd , void *arg ) ;
4211 void *priv ;
4212};
4213#line 51 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4214struct dvb_frontend_tune_settings {
4215 int min_delay_ms ;
4216 int step_size ;
4217 int max_drift ;
4218};
4219#line 59 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4220struct dvb_tuner_info {
4221 char name[128] ;
4222 u32 frequency_min ;
4223 u32 frequency_max ;
4224 u32 frequency_step ;
4225 u32 bandwidth_min ;
4226 u32 bandwidth_max ;
4227 u32 bandwidth_step ;
4228};
4229#line 71 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4230struct analog_parameters {
4231 unsigned int frequency ;
4232 unsigned int mode ;
4233 unsigned int audmode ;
4234 u64 std ;
4235};
4236#line 114
4237enum tuner_param {
4238 DVBFE_TUNER_FREQUENCY = 1,
4239 DVBFE_TUNER_TUNERSTEP = 2,
4240 DVBFE_TUNER_IFFREQ = 4,
4241 DVBFE_TUNER_BANDWIDTH = 8,
4242 DVBFE_TUNER_REFCLOCK = 16,
4243 DVBFE_TUNER_IQSENSE = 32,
4244 DVBFE_TUNER_DUMMY = (-0x7FFFFFFF-1)
4245} ;
4246#line 149
4247enum dvbfe_algo {
4248 DVBFE_ALGO_HW = 1,
4249 DVBFE_ALGO_SW = 2,
4250 DVBFE_ALGO_CUSTOM = 4,
4251 DVBFE_ALGO_RECOVERY = (-0x7FFFFFFF-1)
4252} ;
4253#line 156 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4254struct tuner_state {
4255 u32 frequency ;
4256 u32 tunerstep ;
4257 u32 ifreq ;
4258 u32 bandwidth ;
4259 u32 iqsense ;
4260 u32 refclock ;
4261};
4262#line 187
4263enum dvbfe_search {
4264 DVBFE_ALGO_SEARCH_SUCCESS = 1,
4265 DVBFE_ALGO_SEARCH_ASLEEP = 2,
4266 DVBFE_ALGO_SEARCH_FAILED = 4,
4267 DVBFE_ALGO_SEARCH_INVALID = 8,
4268 DVBFE_ALGO_SEARCH_AGAIN = 16,
4269 DVBFE_ALGO_SEARCH_ERROR = (-0x7FFFFFFF-1)
4270} ;
4271#line 197 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4272struct dvb_tuner_ops {
4273 struct dvb_tuner_info info ;
4274 int (*release)(struct dvb_frontend *fe ) ;
4275 int (*init)(struct dvb_frontend *fe ) ;
4276 int (*sleep)(struct dvb_frontend *fe ) ;
4277 int (*set_params)(struct dvb_frontend *fe ) ;
4278 int (*set_analog_params)(struct dvb_frontend *fe , struct analog_parameters *p ) ;
4279 int (*calc_regs)(struct dvb_frontend *fe , u8 *buf , int buf_len ) ;
4280 int (*set_config)(struct dvb_frontend *fe , void *priv_cfg ) ;
4281 int (*get_frequency)(struct dvb_frontend *fe , u32 *frequency ) ;
4282 int (*get_bandwidth)(struct dvb_frontend *fe , u32 *bandwidth ) ;
4283 int (*get_if_frequency)(struct dvb_frontend *fe , u32 *frequency ) ;
4284 int (*get_status)(struct dvb_frontend *fe , u32 *status ) ;
4285 int (*get_rf_strength)(struct dvb_frontend *fe , u16 *strength ) ;
4286 int (*set_frequency)(struct dvb_frontend *fe , u32 frequency ) ;
4287 int (*set_bandwidth)(struct dvb_frontend *fe , u32 bandwidth ) ;
4288 int (*set_state)(struct dvb_frontend *fe , enum tuner_param param , struct tuner_state *state ) ;
4289 int (*get_state)(struct dvb_frontend *fe , enum tuner_param param , struct tuner_state *state ) ;
4290};
4291#line 237 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4292struct analog_demod_info {
4293 char *name ;
4294};
4295#line 241 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4296struct analog_demod_ops {
4297 struct analog_demod_info info ;
4298 void (*set_params)(struct dvb_frontend *fe , struct analog_parameters *params ) ;
4299 int (*has_signal)(struct dvb_frontend *fe ) ;
4300 int (*get_afc)(struct dvb_frontend *fe ) ;
4301 void (*tuner_status)(struct dvb_frontend *fe ) ;
4302 void (*standby)(struct dvb_frontend *fe ) ;
4303 void (*release)(struct dvb_frontend *fe ) ;
4304 int (*i2c_gate_ctrl)(struct dvb_frontend *fe , int enable ) ;
4305 int (*set_config)(struct dvb_frontend *fe , void *priv_cfg ) ;
4306};
4307#line 258
4308struct dtv_frontend_properties;
4309#line 260 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4310struct dvb_frontend_ops {
4311 struct dvb_frontend_info info ;
4312 u8 delsys[8] ;
4313 void (*release)(struct dvb_frontend *fe ) ;
4314 void (*release_sec)(struct dvb_frontend *fe ) ;
4315 int (*init)(struct dvb_frontend *fe ) ;
4316 int (*sleep)(struct dvb_frontend *fe ) ;
4317 int (*write)(struct dvb_frontend *fe , u8 const *buf , int len ) ;
4318 int (*tune)(struct dvb_frontend *fe , bool re_tune , unsigned int mode_flags ,
4319 unsigned int *delay , fe_status_t *status ) ;
4320 enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend *fe ) ;
4321 int (*set_frontend)(struct dvb_frontend *fe ) ;
4322 int (*get_tune_settings)(struct dvb_frontend *fe , struct dvb_frontend_tune_settings *settings ) ;
4323 int (*get_frontend)(struct dvb_frontend *fe ) ;
4324 int (*read_status)(struct dvb_frontend *fe , fe_status_t *status ) ;
4325 int (*read_ber)(struct dvb_frontend *fe , u32 *ber ) ;
4326 int (*read_signal_strength)(struct dvb_frontend *fe , u16 *strength ) ;
4327 int (*read_snr)(struct dvb_frontend *fe , u16 *snr ) ;
4328 int (*read_ucblocks)(struct dvb_frontend *fe , u32 *ucblocks ) ;
4329 int (*diseqc_reset_overload)(struct dvb_frontend *fe ) ;
4330 int (*diseqc_send_master_cmd)(struct dvb_frontend *fe , struct dvb_diseqc_master_cmd *cmd ) ;
4331 int (*diseqc_recv_slave_reply)(struct dvb_frontend *fe , struct dvb_diseqc_slave_reply *reply ) ;
4332 int (*diseqc_send_burst)(struct dvb_frontend *fe , fe_sec_mini_cmd_t minicmd ) ;
4333 int (*set_tone)(struct dvb_frontend *fe , fe_sec_tone_mode_t tone ) ;
4334 int (*set_voltage)(struct dvb_frontend *fe , fe_sec_voltage_t voltage ) ;
4335 int (*enable_high_lnb_voltage)(struct dvb_frontend *fe , long arg ) ;
4336 int (*dishnetwork_send_legacy_command)(struct dvb_frontend *fe , unsigned long cmd ) ;
4337 int (*i2c_gate_ctrl)(struct dvb_frontend *fe , int enable ) ;
4338 int (*ts_bus_ctrl)(struct dvb_frontend *fe , int acquire ) ;
4339 enum dvbfe_search (*search)(struct dvb_frontend *fe ) ;
4340 struct dvb_tuner_ops tuner_ops ;
4341 struct analog_demod_ops analog_ops ;
4342 int (*set_property)(struct dvb_frontend *fe , struct dtv_property *tvp ) ;
4343 int (*get_property)(struct dvb_frontend *fe , struct dtv_property *tvp ) ;
4344};
4345#line 331 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4346struct __anonstruct_layer_265 {
4347 u8 segment_count ;
4348 fe_code_rate_t fec ;
4349 fe_modulation_t modulation ;
4350 u8 interleaving ;
4351};
4352#line 331 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4353struct dtv_frontend_properties {
4354 u32 state ;
4355 u32 frequency ;
4356 fe_modulation_t modulation ;
4357 fe_sec_voltage_t voltage ;
4358 fe_sec_tone_mode_t sectone ;
4359 fe_spectral_inversion_t inversion ;
4360 fe_code_rate_t fec_inner ;
4361 fe_transmit_mode_t transmission_mode ;
4362 u32 bandwidth_hz ;
4363 fe_guard_interval_t guard_interval ;
4364 fe_hierarchy_t hierarchy ;
4365 u32 symbol_rate ;
4366 fe_code_rate_t code_rate_HP ;
4367 fe_code_rate_t code_rate_LP ;
4368 fe_pilot_t pilot ;
4369 fe_rolloff_t rolloff ;
4370 fe_delivery_system_t delivery_system ;
4371 u8 isdbt_partial_reception ;
4372 u8 isdbt_sb_mode ;
4373 u8 isdbt_sb_subchannel ;
4374 u32 isdbt_sb_segment_idx ;
4375 u32 isdbt_sb_segment_count ;
4376 u8 isdbt_layer_enabled ;
4377 struct __anonstruct_layer_265 layer[3] ;
4378 u32 isdbs_ts_id ;
4379 u32 dvbt2_plp_id ;
4380};
4381#line 377 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_frontend.h"
4382struct dvb_frontend {
4383 struct dvb_frontend_ops ops ;
4384 struct dvb_adapter *dvb ;
4385 void *demodulator_priv ;
4386 void *tuner_priv ;
4387 void *frontend_priv ;
4388 void *sec_priv ;
4389 void *analog_demod_priv ;
4390 struct dtv_frontend_properties dtv_property_cache ;
4391 int (*callback)(void *adapter_priv , int component , int cmd , int arg ) ;
4392 int id ;
4393};
4394#line 37 "include/linux/dvb/dmx.h"
4395enum __anonenum_dmx_output_t_266 {
4396 DMX_OUT_DECODER = 0,
4397 DMX_OUT_TAP = 1,
4398 DMX_OUT_TS_TAP = 2,
4399 DMX_OUT_TSDEMUX_TAP = 3
4400} ;
4401#line 37 "include/linux/dvb/dmx.h"
4402typedef enum __anonenum_dmx_output_t_266 dmx_output_t;
4403#line 49
4404enum __anonenum_dmx_input_t_267 {
4405 DMX_IN_FRONTEND = 0,
4406 DMX_IN_DVR = 1
4407} ;
4408#line 49 "include/linux/dvb/dmx.h"
4409typedef enum __anonenum_dmx_input_t_267 dmx_input_t;
4410#line 56
4411enum __anonenum_dmx_pes_type_t_268 {
4412 DMX_PES_AUDIO0 = 0,
4413 DMX_PES_VIDEO0 = 1,
4414 DMX_PES_TELETEXT0 = 2,
4415 DMX_PES_SUBTITLE0 = 3,
4416 DMX_PES_PCR0 = 4,
4417 DMX_PES_AUDIO1 = 5,
4418 DMX_PES_VIDEO1 = 6,
4419 DMX_PES_TELETEXT1 = 7,
4420 DMX_PES_SUBTITLE1 = 8,
4421 DMX_PES_PCR1 = 9,
4422 DMX_PES_AUDIO2 = 10,
4423 DMX_PES_VIDEO2 = 11,
4424 DMX_PES_TELETEXT2 = 12,
4425 DMX_PES_SUBTITLE2 = 13,
4426 DMX_PES_PCR2 = 14,
4427 DMX_PES_AUDIO3 = 15,
4428 DMX_PES_VIDEO3 = 16,
4429 DMX_PES_TELETEXT3 = 17,
4430 DMX_PES_SUBTITLE3 = 18,
4431 DMX_PES_PCR3 = 19,
4432 DMX_PES_OTHER = 20
4433} ;
4434#line 56 "include/linux/dvb/dmx.h"
4435typedef enum __anonenum_dmx_pes_type_t_268 dmx_pes_type_t;
4436#line 92 "include/linux/dvb/dmx.h"
4437struct dmx_filter {
4438 __u8 filter[16] ;
4439 __u8 mask[16] ;
4440 __u8 mode[16] ;
4441};
4442#line 92 "include/linux/dvb/dmx.h"
4443typedef struct dmx_filter dmx_filter_t;
4444#line 100 "include/linux/dvb/dmx.h"
4445struct dmx_sct_filter_params {
4446 __u16 pid ;
4447 dmx_filter_t filter ;
4448 __u32 timeout ;
4449 __u32 flags ;
4450};
4451#line 113 "include/linux/dvb/dmx.h"
4452struct dmx_pes_filter_params {
4453 __u16 pid ;
4454 dmx_input_t input ;
4455 dmx_output_t output ;
4456 dmx_pes_type_t pes_type ;
4457 __u32 flags ;
4458};
4459#line 122 "include/linux/dvb/dmx.h"
4460struct dmx_caps {
4461 __u32 caps ;
4462 int num_decoders ;
4463};
4464#line 127
4465enum __anonenum_dmx_source_t_269 {
4466 DMX_SOURCE_FRONT0 = 0,
4467 DMX_SOURCE_FRONT1 = 1,
4468 DMX_SOURCE_FRONT2 = 2,
4469 DMX_SOURCE_FRONT3 = 3,
4470 DMX_SOURCE_DVR0 = 16,
4471 DMX_SOURCE_DVR1 = 17,
4472 DMX_SOURCE_DVR2 = 18,
4473 DMX_SOURCE_DVR3 = 19
4474} ;
4475#line 127 "include/linux/dvb/dmx.h"
4476typedef enum __anonenum_dmx_source_t_269 dmx_source_t;
4477#line 63 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/demux.h"
4478enum dmx_success {
4479 DMX_OK = 0,
4480 DMX_LENGTH_ERROR = 1,
4481 DMX_OVERRUN_ERROR = 2,
4482 DMX_CRC_ERROR = 3,
4483 DMX_FRAME_ERROR = 4,
4484 DMX_FIFO_ERROR = 5,
4485 DMX_MISSED_ERROR = 6
4486} ;
4487#line 89
4488enum dmx_ts_pes {
4489 DMX_TS_PES_AUDIO0 = 0,
4490 DMX_TS_PES_VIDEO0 = 1,
4491 DMX_TS_PES_TELETEXT0 = 2,
4492 DMX_TS_PES_SUBTITLE0 = 3,
4493 DMX_TS_PES_PCR0 = 4,
4494 DMX_TS_PES_AUDIO1 = 5,
4495 DMX_TS_PES_VIDEO1 = 6,
4496 DMX_TS_PES_TELETEXT1 = 7,
4497 DMX_TS_PES_SUBTITLE1 = 8,
4498 DMX_TS_PES_PCR1 = 9,
4499 DMX_TS_PES_AUDIO2 = 10,
4500 DMX_TS_PES_VIDEO2 = 11,
4501 DMX_TS_PES_TELETEXT2 = 12,
4502 DMX_TS_PES_SUBTITLE2 = 13,
4503 DMX_TS_PES_PCR2 = 14,
4504 DMX_TS_PES_AUDIO3 = 15,
4505 DMX_TS_PES_VIDEO3 = 16,
4506 DMX_TS_PES_TELETEXT3 = 17,
4507 DMX_TS_PES_SUBTITLE3 = 18,
4508 DMX_TS_PES_PCR3 = 19,
4509 DMX_TS_PES_OTHER = 20
4510} ;
4511#line 125
4512struct dmx_demux;
4513#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/demux.h"
4514struct dmx_ts_feed {
4515 int is_filtering ;
4516 struct dmx_demux *parent ;
4517 void *priv ;
4518 int (*set)(struct dmx_ts_feed *feed , u16 pid , int type , enum dmx_ts_pes pes_type ,
4519 size_t circular_buffer_size , struct timespec timeout ) ;
4520 int (*start_filtering)(struct dmx_ts_feed *feed ) ;
4521 int (*stop_filtering)(struct dmx_ts_feed *feed ) ;
4522};
4523#line 143
4524struct dmx_section_feed;
4525#line 143 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/demux.h"
4526struct dmx_section_filter {
4527 u8 filter_value[18] ;
4528 u8 filter_mask[18] ;
4529 u8 filter_mode[18] ;
4530 struct dmx_section_feed *parent ;
4531 void *priv ;
4532};
4533#line 151 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/demux.h"
4534struct dmx_section_feed {
4535 int is_filtering ;
4536 struct dmx_demux *parent ;
4537 void *priv ;
4538 int check_crc ;
4539 u32 crc_val ;
4540 u8 *secbuf ;
4541 u8 secbuf_base[4284] ;
4542 u16 secbufp ;
4543 u16 seclen ;
4544 u16 tsfeedp ;
4545 int (*set)(struct dmx_section_feed *feed , u16 pid , size_t circular_buffer_size ,
4546 int check_crc ) ;
4547 int (*allocate_filter)(struct dmx_section_feed *feed , struct dmx_section_filter **filter ) ;
4548 int (*release_filter)(struct dmx_section_feed *feed , struct dmx_section_filter *filter ) ;
4549 int (*start_filtering)(struct dmx_section_feed *feed ) ;
4550 int (*stop_filtering)(struct dmx_section_feed *feed ) ;
4551};
4552#line 197
4553enum dmx_frontend_source {
4554 DMX_MEMORY_FE = 0,
4555 DMX_FRONTEND_0 = 1,
4556 DMX_FRONTEND_1 = 2,
4557 DMX_FRONTEND_2 = 3,
4558 DMX_FRONTEND_3 = 4,
4559 DMX_STREAM_0 = 5,
4560 DMX_STREAM_1 = 6,
4561 DMX_STREAM_2 = 7,
4562 DMX_STREAM_3 = 8
4563} ;
4564#line 209 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/demux.h"
4565struct dmx_frontend {
4566 struct list_head connectivity_list ;
4567 enum dmx_frontend_source source ;
4568};
4569#line 244 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/demux.h"
4570struct dmx_demux {
4571 u32 capabilities ;
4572 struct dmx_frontend *frontend ;
4573 void *priv ;
4574 int (*open)(struct dmx_demux *demux ) ;
4575 int (*close)(struct dmx_demux *demux ) ;
4576 int (*write)(struct dmx_demux *demux , char const *buf , size_t count ) ;
4577 int (*allocate_ts_feed)(struct dmx_demux *demux , struct dmx_ts_feed **feed , int (*callback)(u8 const *buffer1 ,
4578 size_t buffer1_length ,
4579 u8 const *buffer2 ,
4580 size_t buffer2_length ,
4581 struct dmx_ts_feed *source ,
4582 enum dmx_success success ) ) ;
4583 int (*release_ts_feed)(struct dmx_demux *demux , struct dmx_ts_feed *feed ) ;
4584 int (*allocate_section_feed)(struct dmx_demux *demux , struct dmx_section_feed **feed ,
4585 int (*callback)(u8 const *buffer1 , size_t buffer1_len ,
4586 u8 const *buffer2 , size_t buffer2_len ,
4587 struct dmx_section_filter *source ,
4588 enum dmx_success success ) ) ;
4589 int (*release_section_feed)(struct dmx_demux *demux , struct dmx_section_feed *feed ) ;
4590 int (*add_frontend)(struct dmx_demux *demux , struct dmx_frontend *frontend ) ;
4591 int (*remove_frontend)(struct dmx_demux *demux , struct dmx_frontend *frontend ) ;
4592 struct list_head *(*get_frontends)(struct dmx_demux *demux ) ;
4593 int (*connect_frontend)(struct dmx_demux *demux , struct dmx_frontend *frontend ) ;
4594 int (*disconnect_frontend)(struct dmx_demux *demux ) ;
4595 int (*get_pes_pids)(struct dmx_demux *demux , u16 *pids ) ;
4596 int (*get_caps)(struct dmx_demux *demux , struct dmx_caps *caps ) ;
4597 int (*set_source)(struct dmx_demux *demux , dmx_source_t const *src ) ;
4598 int (*get_stc)(struct dmx_demux *demux , unsigned int num , u64 *stc , unsigned int *base ) ;
4599};
4600#line 49 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_demux.h"
4601struct dvb_demux_feed;
4602#line 49 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_demux.h"
4603struct dvb_demux_filter {
4604 struct dmx_section_filter filter ;
4605 u8 maskandmode[18] ;
4606 u8 maskandnotmode[18] ;
4607 int doneq ;
4608 struct dvb_demux_filter *next ;
4609 struct dvb_demux_feed *feed ;
4610 int index ;
4611 int state ;
4612 int type ;
4613 u16 hw_handle ;
4614 struct timer_list timer ;
4615};
4616#line 67 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_demux.h"
4617union __anonunion_feed_270 {
4618 struct dmx_ts_feed ts ;
4619 struct dmx_section_feed sec ;
4620};
4621#line 67 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_demux.h"
4622union __anonunion_cb_271 {
4623 int (*ts)(u8 const *buffer1 , size_t buffer1_length , u8 const *buffer2 , size_t buffer2_length ,
4624 struct dmx_ts_feed *source , enum dmx_success success ) ;
4625 int (*sec)(u8 const *buffer1 , size_t buffer1_len , u8 const *buffer2 , size_t buffer2_len ,
4626 struct dmx_section_filter *source , enum dmx_success success ) ;
4627};
4628#line 67
4629struct dvb_demux;
4630#line 67 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_demux.h"
4631struct dvb_demux_feed {
4632 union __anonunion_feed_270 feed ;
4633 union __anonunion_cb_271 cb ;
4634 struct dvb_demux *demux ;
4635 void *priv ;
4636 int type ;
4637 int state ;
4638 u16 pid ;
4639 u8 *buffer ;
4640 int buffer_size ;
4641 struct timespec timeout ;
4642 struct dvb_demux_filter *filter ;
4643 int ts_type ;
4644 enum dmx_ts_pes pes_type ;
4645 int cc ;
4646 int pusi_seen ;
4647 u16 peslen ;
4648 struct list_head list_head ;
4649 unsigned int index ;
4650};
4651#line 101 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_demux.h"
4652struct dvb_demux {
4653 struct dmx_demux dmx ;
4654 void *priv ;
4655 int filternum ;
4656 int feednum ;
4657 int (*start_feed)(struct dvb_demux_feed *feed ) ;
4658 int (*stop_feed)(struct dvb_demux_feed *feed ) ;
4659 int (*write_to_decoder)(struct dvb_demux_feed *feed , u8 const *buf , size_t len ) ;
4660 u32 (*check_crc32)(struct dvb_demux_feed *feed , u8 const *buf , size_t len ) ;
4661 void (*memcopy)(struct dvb_demux_feed *feed , u8 *dst , u8 const *src , size_t len ) ;
4662 int users ;
4663 struct dvb_demux_filter *filter ;
4664 struct dvb_demux_feed *feed ;
4665 struct list_head frontend_list ;
4666 struct dvb_demux_feed *pesfilter[20] ;
4667 u16 pids[20] ;
4668 int playing ;
4669 int recording ;
4670 struct list_head feed_list ;
4671 u8 tsbuf[204] ;
4672 int tsbufp ;
4673 struct mutex mutex ;
4674 spinlock_t lock ;
4675 uint8_t *cnt_storage ;
4676 struct timespec speed_last_time ;
4677 uint32_t speed_pkts_cnt ;
4678};
4679#line 11 "include/linux/socket.h"
4680typedef unsigned short __kernel_sa_family_t;
4681#line 13
4682struct sockaddr;
4683#line 40 "include/linux/socket.h"
4684typedef __kernel_sa_family_t sa_family_t;
4685#line 46 "include/linux/socket.h"
4686struct sockaddr {
4687 sa_family_t sa_family ;
4688 char sa_data[14] ;
4689};
4690#line 37 "include/linux/hdlc/ioctl.h"
4691struct __anonstruct_sync_serial_settings_272 {
4692 unsigned int clock_rate ;
4693 unsigned int clock_type ;
4694 unsigned short loopback ;
4695};
4696#line 37 "include/linux/hdlc/ioctl.h"
4697typedef struct __anonstruct_sync_serial_settings_272 sync_serial_settings;
4698#line 43 "include/linux/hdlc/ioctl.h"
4699struct __anonstruct_te1_settings_273 {
4700 unsigned int clock_rate ;
4701 unsigned int clock_type ;
4702 unsigned short loopback ;
4703 unsigned int slot_map ;
4704};
4705#line 43 "include/linux/hdlc/ioctl.h"
4706typedef struct __anonstruct_te1_settings_273 te1_settings;
4707#line 50 "include/linux/hdlc/ioctl.h"
4708struct __anonstruct_raw_hdlc_proto_274 {
4709 unsigned short encoding ;
4710 unsigned short parity ;
4711};
4712#line 50 "include/linux/hdlc/ioctl.h"
4713typedef struct __anonstruct_raw_hdlc_proto_274 raw_hdlc_proto;
4714#line 55 "include/linux/hdlc/ioctl.h"
4715struct __anonstruct_fr_proto_275 {
4716 unsigned int t391 ;
4717 unsigned int t392 ;
4718 unsigned int n391 ;
4719 unsigned int n392 ;
4720 unsigned int n393 ;
4721 unsigned short lmi ;
4722 unsigned short dce ;
4723};
4724#line 55 "include/linux/hdlc/ioctl.h"
4725typedef struct __anonstruct_fr_proto_275 fr_proto;
4726#line 65 "include/linux/hdlc/ioctl.h"
4727struct __anonstruct_fr_proto_pvc_276 {
4728 unsigned int dlci ;
4729};
4730#line 65 "include/linux/hdlc/ioctl.h"
4731typedef struct __anonstruct_fr_proto_pvc_276 fr_proto_pvc;
4732#line 69 "include/linux/hdlc/ioctl.h"
4733struct __anonstruct_fr_proto_pvc_info_277 {
4734 unsigned int dlci ;
4735 char master[16] ;
4736};
4737#line 69 "include/linux/hdlc/ioctl.h"
4738typedef struct __anonstruct_fr_proto_pvc_info_277 fr_proto_pvc_info;
4739#line 74 "include/linux/hdlc/ioctl.h"
4740struct __anonstruct_cisco_proto_278 {
4741 unsigned int interval ;
4742 unsigned int timeout ;
4743};
4744#line 74 "include/linux/hdlc/ioctl.h"
4745typedef struct __anonstruct_cisco_proto_278 cisco_proto;
4746#line 140 "include/linux/if.h"
4747struct ifmap {
4748 unsigned long mem_start ;
4749 unsigned long mem_end ;
4750 unsigned short base_addr ;
4751 unsigned char irq ;
4752 unsigned char dma ;
4753 unsigned char port ;
4754};
4755#line 150 "include/linux/if.h"
4756union __anonunion_ifs_ifsu_281 {
4757 raw_hdlc_proto *raw_hdlc ;
4758 cisco_proto *cisco ;
4759 fr_proto *fr ;
4760 fr_proto_pvc *fr_pvc ;
4761 fr_proto_pvc_info *fr_pvc_info ;
4762 sync_serial_settings *sync ;
4763 te1_settings *te1 ;
4764};
4765#line 150 "include/linux/if.h"
4766struct if_settings {
4767 unsigned int type ;
4768 unsigned int size ;
4769 union __anonunion_ifs_ifsu_281 ifs_ifsu ;
4770};
4771#line 174 "include/linux/if.h"
4772union __anonunion_ifr_ifrn_282 {
4773 char ifrn_name[16] ;
4774};
4775#line 174 "include/linux/if.h"
4776union __anonunion_ifr_ifru_283 {
4777 struct sockaddr ifru_addr ;
4778 struct sockaddr ifru_dstaddr ;
4779 struct sockaddr ifru_broadaddr ;
4780 struct sockaddr ifru_netmask ;
4781 struct sockaddr ifru_hwaddr ;
4782 short ifru_flags ;
4783 int ifru_ivalue ;
4784 int ifru_mtu ;
4785 struct ifmap ifru_map ;
4786 char ifru_slave[16] ;
4787 char ifru_newname[16] ;
4788 void *ifru_data ;
4789 struct if_settings ifru_settings ;
4790};
4791#line 174 "include/linux/if.h"
4792struct ifreq {
4793 union __anonunion_ifr_ifrn_282 ifr_ifrn ;
4794 union __anonunion_ifr_ifru_283 ifr_ifru ;
4795};
4796#line 127 "include/linux/if_ether.h"
4797struct ethhdr {
4798 unsigned char h_dest[6] ;
4799 unsigned char h_source[6] ;
4800 __be16 h_proto ;
4801} __attribute__((__packed__)) ;
4802#line 68 "include/linux/net.h"
4803struct net;
4804#line 109 "include/net/checksum.h"
4805struct sk_buff;
4806#line 37 "include/linux/dmaengine.h"
4807typedef s32 dma_cookie_t;
4808#line 27 "include/linux/dma-attrs.h"
4809struct dma_attrs {
4810 unsigned long flags[((4UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
4811};
4812#line 7 "include/linux/dma-direction.h"
4813enum dma_data_direction {
4814 DMA_BIDIRECTIONAL = 0,
4815 DMA_TO_DEVICE = 1,
4816 DMA_FROM_DEVICE = 2,
4817 DMA_NONE = 3
4818} ;
4819#line 11 "include/linux/dma-mapping.h"
4820struct dma_map_ops {
4821 void *(*alloc)(struct device *dev , size_t size , dma_addr_t *dma_handle , gfp_t gfp ,
4822 struct dma_attrs *attrs ) ;
4823 void (*free)(struct device *dev , size_t size , void *vaddr , dma_addr_t dma_handle ,
4824 struct dma_attrs *attrs ) ;
4825 int (*mmap)(struct device * , struct vm_area_struct * , void * , dma_addr_t ,
4826 size_t , struct dma_attrs *attrs ) ;
4827 dma_addr_t (*map_page)(struct device *dev , struct page *page , unsigned long offset ,
4828 size_t size , enum dma_data_direction dir , struct dma_attrs *attrs ) ;
4829 void (*unmap_page)(struct device *dev , dma_addr_t dma_handle , size_t size , enum dma_data_direction dir ,
4830 struct dma_attrs *attrs ) ;
4831 int (*map_sg)(struct device *dev , struct scatterlist *sg , int nents , enum dma_data_direction dir ,
4832 struct dma_attrs *attrs ) ;
4833 void (*unmap_sg)(struct device *dev , struct scatterlist *sg , int nents , enum dma_data_direction dir ,
4834 struct dma_attrs *attrs ) ;
4835 void (*sync_single_for_cpu)(struct device *dev , dma_addr_t dma_handle , size_t size ,
4836 enum dma_data_direction dir ) ;
4837 void (*sync_single_for_device)(struct device *dev , dma_addr_t dma_handle , size_t size ,
4838 enum dma_data_direction dir ) ;
4839 void (*sync_sg_for_cpu)(struct device *dev , struct scatterlist *sg , int nents ,
4840 enum dma_data_direction dir ) ;
4841 void (*sync_sg_for_device)(struct device *dev , struct scatterlist *sg , int nents ,
4842 enum dma_data_direction dir ) ;
4843 int (*mapping_error)(struct device *dev , dma_addr_t dma_addr ) ;
4844 int (*dma_supported)(struct device *dev , u64 mask ) ;
4845 int (*set_dma_mask)(struct device *dev , u64 mask ) ;
4846 int is_phys ;
4847};
4848#line 15 "include/linux/netdev_features.h"
4849typedef u64 netdev_features_t;
4850#line 113 "include/linux/skbuff.h"
4851struct nf_conntrack {
4852 atomic_t use ;
4853};
4854#line 119 "include/linux/skbuff.h"
4855struct nf_bridge_info {
4856 atomic_t use ;
4857 struct net_device *physindev ;
4858 struct net_device *physoutdev ;
4859 unsigned int mask ;
4860 unsigned long data[32UL / sizeof(unsigned long )] ;
4861};
4862#line 128 "include/linux/skbuff.h"
4863struct sk_buff_head {
4864 struct sk_buff *next ;
4865 struct sk_buff *prev ;
4866 __u32 qlen ;
4867 spinlock_t lock ;
4868};
4869#line 318 "include/linux/skbuff.h"
4870typedef unsigned int sk_buff_data_t;
4871#line 391
4872struct sec_path;
4873#line 391 "include/linux/skbuff.h"
4874struct __anonstruct____missing_field_name_294 {
4875 __u16 csum_start ;
4876 __u16 csum_offset ;
4877};
4878#line 391 "include/linux/skbuff.h"
4879union __anonunion____missing_field_name_293 {
4880 __wsum csum ;
4881 struct __anonstruct____missing_field_name_294 __annonCompField52 ;
4882};
4883#line 391 "include/linux/skbuff.h"
4884union __anonunion____missing_field_name_295 {
4885 __u32 mark ;
4886 __u32 dropcount ;
4887 __u32 avail_size ;
4888};
4889#line 391 "include/linux/skbuff.h"
4890struct sk_buff {
4891 struct sk_buff *next ;
4892 struct sk_buff *prev ;
4893 ktime_t tstamp ;
4894 struct sock *sk ;
4895 struct net_device *dev ;
4896 char cb[48] __attribute__((__aligned__(8))) ;
4897 unsigned long _skb_refdst ;
4898 struct sec_path *sp ;
4899 unsigned int len ;
4900 unsigned int data_len ;
4901 __u16 mac_len ;
4902 __u16 hdr_len ;
4903 union __anonunion____missing_field_name_293 __annonCompField53 ;
4904 __u32 priority ;
4905 __u8 local_df : 1 ;
4906 __u8 cloned : 1 ;
4907 __u8 ip_summed : 2 ;
4908 __u8 nohdr : 1 ;
4909 __u8 nfctinfo : 3 ;
4910 __u8 pkt_type : 3 ;
4911 __u8 fclone : 2 ;
4912 __u8 ipvs_property : 1 ;
4913 __u8 peeked : 1 ;
4914 __u8 nf_trace : 1 ;
4915 __be16 protocol ;
4916 void (*destructor)(struct sk_buff *skb ) ;
4917 struct nf_conntrack *nfct ;
4918 struct sk_buff *nfct_reasm ;
4919 struct nf_bridge_info *nf_bridge ;
4920 int skb_iif ;
4921 __u32 rxhash ;
4922 __u16 vlan_tci ;
4923 __u16 tc_index ;
4924 __u16 tc_verd ;
4925 __u16 queue_mapping ;
4926 __u8 ndisc_nodetype : 2 ;
4927 __u8 ooo_okay : 1 ;
4928 __u8 l4_rxhash : 1 ;
4929 __u8 wifi_acked_valid : 1 ;
4930 __u8 wifi_acked : 1 ;
4931 __u8 no_fcs : 1 ;
4932 dma_cookie_t dma_cookie ;
4933 __u32 secmark ;
4934 union __anonunion____missing_field_name_295 __annonCompField54 ;
4935 sk_buff_data_t transport_header ;
4936 sk_buff_data_t network_header ;
4937 sk_buff_data_t mac_header ;
4938 sk_buff_data_t tail ;
4939 sk_buff_data_t end ;
4940 unsigned char *head ;
4941 unsigned char *data ;
4942 unsigned int truesize ;
4943 atomic_t users ;
4944};
4945#line 520
4946struct dst_entry;
4947#line 129 "include/linux/netlink.h"
4948struct nlattr {
4949 __u16 nla_len ;
4950 __u16 nla_type ;
4951};
4952#line 41 "include/linux/if_link.h"
4953struct rtnl_link_stats64 {
4954 __u64 rx_packets ;
4955 __u64 tx_packets ;
4956 __u64 rx_bytes ;
4957 __u64 tx_bytes ;
4958 __u64 rx_errors ;
4959 __u64 tx_errors ;
4960 __u64 rx_dropped ;
4961 __u64 tx_dropped ;
4962 __u64 multicast ;
4963 __u64 collisions ;
4964 __u64 rx_length_errors ;
4965 __u64 rx_over_errors ;
4966 __u64 rx_crc_errors ;
4967 __u64 rx_frame_errors ;
4968 __u64 rx_fifo_errors ;
4969 __u64 rx_missed_errors ;
4970 __u64 tx_aborted_errors ;
4971 __u64 tx_carrier_errors ;
4972 __u64 tx_fifo_errors ;
4973 __u64 tx_heartbeat_errors ;
4974 __u64 tx_window_errors ;
4975 __u64 rx_compressed ;
4976 __u64 tx_compressed ;
4977};
4978#line 312 "include/linux/if_link.h"
4979struct ifla_vf_info {
4980 __u32 vf ;
4981 __u8 mac[32] ;
4982 __u32 vlan ;
4983 __u32 qos ;
4984 __u32 tx_rate ;
4985 __u32 spoofchk ;
4986};
4987#line 30 "include/linux/pm_qos.h"
4988struct pm_qos_request {
4989 struct plist_node node ;
4990 int pm_qos_class ;
4991 struct delayed_work work ;
4992};
4993#line 36 "include/linux/pm_qos.h"
4994struct dev_pm_qos_request {
4995 struct plist_node node ;
4996 struct device *dev ;
4997};
4998#line 41
4999enum pm_qos_type {
5000 PM_QOS_UNITIALIZED = 0,
5001 PM_QOS_MAX = 1,
5002 PM_QOS_MIN = 2
5003} ;
5004#line 52 "include/linux/pm_qos.h"
5005struct pm_qos_constraints {
5006 struct plist_head list ;
5007 s32 target_value ;
5008 s32 default_value ;
5009 enum pm_qos_type type ;
5010 struct blocking_notifier_head *notifiers ;
5011};
5012#line 40 "include/linux/dynamic_queue_limits.h"
5013struct dql {
5014 unsigned int num_queued ;
5015 unsigned int adj_limit ;
5016 unsigned int last_obj_cnt ;
5017 unsigned int limit __attribute__((__aligned__((1) << (6) ))) ;
5018 unsigned int num_completed ;
5019 unsigned int prev_ovlimit ;
5020 unsigned int prev_num_queued ;
5021 unsigned int prev_last_obj_cnt ;
5022 unsigned int lowest_slack ;
5023 unsigned long slack_start_time ;
5024 unsigned int max_limit ;
5025 unsigned int min_limit ;
5026 unsigned int slack_hold_time ;
5027};
5028#line 39 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/compat.h"
5029typedef s32 compat_long_t;
5030#line 212 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/compat.h"
5031typedef u32 compat_uptr_t;
5032#line 226 "include/linux/compat.h"
5033struct compat_robust_list {
5034 compat_uptr_t next ;
5035};
5036#line 230 "include/linux/compat.h"
5037struct compat_robust_list_head {
5038 struct compat_robust_list list ;
5039 compat_long_t futex_offset ;
5040 compat_uptr_t list_op_pending ;
5041};
5042#line 23 "include/linux/ethtool.h"
5043struct ethtool_cmd {
5044 __u32 cmd ;
5045 __u32 supported ;
5046 __u32 advertising ;
5047 __u16 speed ;
5048 __u8 duplex ;
5049 __u8 port ;
5050 __u8 phy_address ;
5051 __u8 transceiver ;
5052 __u8 autoneg ;
5053 __u8 mdio_support ;
5054 __u32 maxtxpkt ;
5055 __u32 maxrxpkt ;
5056 __u16 speed_hi ;
5057 __u8 eth_tp_mdix ;
5058 __u8 reserved2 ;
5059 __u32 lp_advertising ;
5060 __u32 reserved[2] ;
5061};
5062#line 84 "include/linux/ethtool.h"
5063struct ethtool_drvinfo {
5064 __u32 cmd ;
5065 char driver[32] ;
5066 char version[32] ;
5067 char fw_version[32] ;
5068 char bus_info[32] ;
5069 char reserved1[32] ;
5070 char reserved2[12] ;
5071 __u32 n_priv_flags ;
5072 __u32 n_stats ;
5073 __u32 testinfo_len ;
5074 __u32 eedump_len ;
5075 __u32 regdump_len ;
5076};
5077#line 109 "include/linux/ethtool.h"
5078struct ethtool_wolinfo {
5079 __u32 cmd ;
5080 __u32 supported ;
5081 __u32 wolopts ;
5082 __u8 sopass[6] ;
5083};
5084#line 123 "include/linux/ethtool.h"
5085struct ethtool_regs {
5086 __u32 cmd ;
5087 __u32 version ;
5088 __u32 len ;
5089 __u8 data[0] ;
5090};
5091#line 131 "include/linux/ethtool.h"
5092struct ethtool_eeprom {
5093 __u32 cmd ;
5094 __u32 magic ;
5095 __u32 offset ;
5096 __u32 len ;
5097 __u8 data[0] ;
5098};
5099#line 211 "include/linux/ethtool.h"
5100struct ethtool_coalesce {
5101 __u32 cmd ;
5102 __u32 rx_coalesce_usecs ;
5103 __u32 rx_max_coalesced_frames ;
5104 __u32 rx_coalesce_usecs_irq ;
5105 __u32 rx_max_coalesced_frames_irq ;
5106 __u32 tx_coalesce_usecs ;
5107 __u32 tx_max_coalesced_frames ;
5108 __u32 tx_coalesce_usecs_irq ;
5109 __u32 tx_max_coalesced_frames_irq ;
5110 __u32 stats_block_coalesce_usecs ;
5111 __u32 use_adaptive_rx_coalesce ;
5112 __u32 use_adaptive_tx_coalesce ;
5113 __u32 pkt_rate_low ;
5114 __u32 rx_coalesce_usecs_low ;
5115 __u32 rx_max_coalesced_frames_low ;
5116 __u32 tx_coalesce_usecs_low ;
5117 __u32 tx_max_coalesced_frames_low ;
5118 __u32 pkt_rate_high ;
5119 __u32 rx_coalesce_usecs_high ;
5120 __u32 rx_max_coalesced_frames_high ;
5121 __u32 tx_coalesce_usecs_high ;
5122 __u32 tx_max_coalesced_frames_high ;
5123 __u32 rate_sample_interval ;
5124};
5125#line 238 "include/linux/ethtool.h"
5126struct ethtool_ringparam {
5127 __u32 cmd ;
5128 __u32 rx_max_pending ;
5129 __u32 rx_mini_max_pending ;
5130 __u32 rx_jumbo_max_pending ;
5131 __u32 tx_max_pending ;
5132 __u32 rx_pending ;
5133 __u32 rx_mini_pending ;
5134 __u32 rx_jumbo_pending ;
5135 __u32 tx_pending ;
5136};
5137#line 275 "include/linux/ethtool.h"
5138struct ethtool_channels {
5139 __u32 cmd ;
5140 __u32 max_rx ;
5141 __u32 max_tx ;
5142 __u32 max_other ;
5143 __u32 max_combined ;
5144 __u32 rx_count ;
5145 __u32 tx_count ;
5146 __u32 other_count ;
5147 __u32 combined_count ;
5148};
5149#line 288 "include/linux/ethtool.h"
5150struct ethtool_pauseparam {
5151 __u32 cmd ;
5152 __u32 autoneg ;
5153 __u32 rx_pause ;
5154 __u32 tx_pause ;
5155};
5156#line 352 "include/linux/ethtool.h"
5157struct ethtool_test {
5158 __u32 cmd ;
5159 __u32 flags ;
5160 __u32 reserved ;
5161 __u32 len ;
5162 __u64 data[0] ;
5163};
5164#line 361 "include/linux/ethtool.h"
5165struct ethtool_stats {
5166 __u32 cmd ;
5167 __u32 n_stats ;
5168 __u64 data[0] ;
5169};
5170#line 406 "include/linux/ethtool.h"
5171struct ethtool_tcpip4_spec {
5172 __be32 ip4src ;
5173 __be32 ip4dst ;
5174 __be16 psrc ;
5175 __be16 pdst ;
5176 __u8 tos ;
5177};
5178#line 423 "include/linux/ethtool.h"
5179struct ethtool_ah_espip4_spec {
5180 __be32 ip4src ;
5181 __be32 ip4dst ;
5182 __be32 spi ;
5183 __u8 tos ;
5184};
5185#line 441 "include/linux/ethtool.h"
5186struct ethtool_usrip4_spec {
5187 __be32 ip4src ;
5188 __be32 ip4dst ;
5189 __be32 l4_4_bytes ;
5190 __u8 tos ;
5191 __u8 ip_ver ;
5192 __u8 proto ;
5193};
5194#line 450 "include/linux/ethtool.h"
5195union ethtool_flow_union {
5196 struct ethtool_tcpip4_spec tcp_ip4_spec ;
5197 struct ethtool_tcpip4_spec udp_ip4_spec ;
5198 struct ethtool_tcpip4_spec sctp_ip4_spec ;
5199 struct ethtool_ah_espip4_spec ah_ip4_spec ;
5200 struct ethtool_ah_espip4_spec esp_ip4_spec ;
5201 struct ethtool_usrip4_spec usr_ip4_spec ;
5202 struct ethhdr ether_spec ;
5203 __u8 hdata[60] ;
5204};
5205#line 461 "include/linux/ethtool.h"
5206struct ethtool_flow_ext {
5207 __be16 vlan_etype ;
5208 __be16 vlan_tci ;
5209 __be32 data[2] ;
5210};
5211#line 482 "include/linux/ethtool.h"
5212struct ethtool_rx_flow_spec {
5213 __u32 flow_type ;
5214 union ethtool_flow_union h_u ;
5215 struct ethtool_flow_ext h_ext ;
5216 union ethtool_flow_union m_u ;
5217 struct ethtool_flow_ext m_ext ;
5218 __u64 ring_cookie ;
5219 __u32 location ;
5220};
5221#line 544 "include/linux/ethtool.h"
5222struct ethtool_rxnfc {
5223 __u32 cmd ;
5224 __u32 flow_type ;
5225 __u64 data ;
5226 struct ethtool_rx_flow_spec fs ;
5227 __u32 rule_cnt ;
5228 __u32 rule_locs[0] ;
5229};
5230#line 652 "include/linux/ethtool.h"
5231struct ethtool_flash {
5232 __u32 cmd ;
5233 __u32 region ;
5234 char data[128] ;
5235};
5236#line 670 "include/linux/ethtool.h"
5237struct ethtool_dump {
5238 __u32 cmd ;
5239 __u32 version ;
5240 __u32 flag ;
5241 __u32 len ;
5242 __u8 data[0] ;
5243};
5244#line 780
5245enum ethtool_phys_id_state {
5246 ETHTOOL_ID_INACTIVE = 0,
5247 ETHTOOL_ID_ACTIVE = 1,
5248 ETHTOOL_ID_ON = 2,
5249 ETHTOOL_ID_OFF = 3
5250} ;
5251#line 906 "include/linux/ethtool.h"
5252struct ethtool_ops {
5253 int (*get_settings)(struct net_device * , struct ethtool_cmd * ) ;
5254 int (*set_settings)(struct net_device * , struct ethtool_cmd * ) ;
5255 void (*get_drvinfo)(struct net_device * , struct ethtool_drvinfo * ) ;
5256 int (*get_regs_len)(struct net_device * ) ;
5257 void (*get_regs)(struct net_device * , struct ethtool_regs * , void * ) ;
5258 void (*get_wol)(struct net_device * , struct ethtool_wolinfo * ) ;
5259 int (*set_wol)(struct net_device * , struct ethtool_wolinfo * ) ;
5260 u32 (*get_msglevel)(struct net_device * ) ;
5261 void (*set_msglevel)(struct net_device * , u32 ) ;
5262 int (*nway_reset)(struct net_device * ) ;
5263 u32 (*get_link)(struct net_device * ) ;
5264 int (*get_eeprom_len)(struct net_device * ) ;
5265 int (*get_eeprom)(struct net_device * , struct ethtool_eeprom * , u8 * ) ;
5266 int (*set_eeprom)(struct net_device * , struct ethtool_eeprom * , u8 * ) ;
5267 int (*get_coalesce)(struct net_device * , struct ethtool_coalesce * ) ;
5268 int (*set_coalesce)(struct net_device * , struct ethtool_coalesce * ) ;
5269 void (*get_ringparam)(struct net_device * , struct ethtool_ringparam * ) ;
5270 int (*set_ringparam)(struct net_device * , struct ethtool_ringparam * ) ;
5271 void (*get_pauseparam)(struct net_device * , struct ethtool_pauseparam * ) ;
5272 int (*set_pauseparam)(struct net_device * , struct ethtool_pauseparam * ) ;
5273 void (*self_test)(struct net_device * , struct ethtool_test * , u64 * ) ;
5274 void (*get_strings)(struct net_device * , u32 stringset , u8 * ) ;
5275 int (*set_phys_id)(struct net_device * , enum ethtool_phys_id_state ) ;
5276 void (*get_ethtool_stats)(struct net_device * , struct ethtool_stats * , u64 * ) ;
5277 int (*begin)(struct net_device * ) ;
5278 void (*complete)(struct net_device * ) ;
5279 u32 (*get_priv_flags)(struct net_device * ) ;
5280 int (*set_priv_flags)(struct net_device * , u32 ) ;
5281 int (*get_sset_count)(struct net_device * , int ) ;
5282 int (*get_rxnfc)(struct net_device * , struct ethtool_rxnfc * , u32 *rule_locs ) ;
5283 int (*set_rxnfc)(struct net_device * , struct ethtool_rxnfc * ) ;
5284 int (*flash_device)(struct net_device * , struct ethtool_flash * ) ;
5285 int (*reset)(struct net_device * , u32 * ) ;
5286 u32 (*get_rxfh_indir_size)(struct net_device * ) ;
5287 int (*get_rxfh_indir)(struct net_device * , u32 * ) ;
5288 int (*set_rxfh_indir)(struct net_device * , u32 const * ) ;
5289 void (*get_channels)(struct net_device * , struct ethtool_channels * ) ;
5290 int (*set_channels)(struct net_device * , struct ethtool_channels * ) ;
5291 int (*get_dump_flag)(struct net_device * , struct ethtool_dump * ) ;
5292 int (*get_dump_data)(struct net_device * , struct ethtool_dump * , void * ) ;
5293 int (*set_dump)(struct net_device * , struct ethtool_dump * ) ;
5294};
5295#line 5 "include/net/netns/core.h"
5296struct prot_inuse;
5297#line 7 "include/net/netns/core.h"
5298struct netns_core {
5299 struct ctl_table_header *sysctl_hdr ;
5300 int sysctl_somaxconn ;
5301 struct prot_inuse *inuse ;
5302};
5303#line 64 "include/linux/u64_stats_sync.h"
5304struct u64_stats_sync {
5305
5306};
5307#line 56 "include/net/snmp.h"
5308struct ipstats_mib {
5309 u64 mibs[31] ;
5310 struct u64_stats_sync syncp ;
5311};
5312#line 64 "include/net/snmp.h"
5313struct icmp_mib {
5314 unsigned long mibs[27] ;
5315};
5316#line 69 "include/net/snmp.h"
5317struct icmpmsg_mib {
5318 atomic_long_t mibs[512] ;
5319};
5320#line 76 "include/net/snmp.h"
5321struct icmpv6_mib {
5322 unsigned long mibs[5] ;
5323};
5324#line 86 "include/net/snmp.h"
5325struct icmpv6msg_mib {
5326 atomic_long_t mibs[512] ;
5327};
5328#line 97 "include/net/snmp.h"
5329struct tcp_mib {
5330 unsigned long mibs[15] ;
5331};
5332#line 103 "include/net/snmp.h"
5333struct udp_mib {
5334 unsigned long mibs[7] ;
5335};
5336#line 109 "include/net/snmp.h"
5337struct linux_mib {
5338 unsigned long mibs[83] ;
5339};
5340#line 115 "include/net/snmp.h"
5341struct linux_xfrm_mib {
5342 unsigned long mibs[27] ;
5343};
5344#line 6 "include/net/netns/mib.h"
5345struct netns_mib {
5346 struct tcp_mib *tcp_statistics[1] ;
5347 struct ipstats_mib *ip_statistics[1] ;
5348 struct linux_mib *net_statistics[1] ;
5349 struct udp_mib *udp_statistics[1] ;
5350 struct udp_mib *udplite_statistics[1] ;
5351 struct icmp_mib *icmp_statistics[1] ;
5352 struct icmpmsg_mib *icmpmsg_statistics ;
5353 struct proc_dir_entry *proc_net_devsnmp6 ;
5354 struct udp_mib *udp_stats_in6[1] ;
5355 struct udp_mib *udplite_stats_in6[1] ;
5356 struct ipstats_mib *ipv6_statistics[1] ;
5357 struct icmpv6_mib *icmpv6_statistics[1] ;
5358 struct icmpv6msg_mib *icmpv6msg_statistics ;
5359 struct linux_xfrm_mib *xfrm_statistics[1] ;
5360};
5361#line 8 "include/net/netns/unix.h"
5362struct netns_unix {
5363 int sysctl_max_dgram_qlen ;
5364 struct ctl_table_header *ctl ;
5365};
5366#line 10 "include/net/netns/packet.h"
5367struct netns_packet {
5368 spinlock_t sklist_lock ;
5369 struct hlist_head sklist ;
5370};
5371#line 4 "include/net/inet_frag.h"
5372struct netns_frags {
5373 int nqueues ;
5374 atomic_t mem ;
5375 struct list_head lru_list ;
5376 int timeout ;
5377 int high_thresh ;
5378 int low_thresh ;
5379};
5380#line 11 "include/net/netns/ipv4.h"
5381struct ipv4_devconf;
5382#line 12
5383struct fib_rules_ops;
5384#line 16
5385struct xt_table;
5386#line 16 "include/net/netns/ipv4.h"
5387struct netns_ipv4 {
5388 struct ctl_table_header *forw_hdr ;
5389 struct ctl_table_header *frags_hdr ;
5390 struct ctl_table_header *ipv4_hdr ;
5391 struct ctl_table_header *route_hdr ;
5392 struct ipv4_devconf *devconf_all ;
5393 struct ipv4_devconf *devconf_dflt ;
5394 struct fib_rules_ops *rules_ops ;
5395 struct hlist_head *fib_table_hash ;
5396 struct sock *fibnl ;
5397 struct sock **icmp_sk ;
5398 struct sock *tcp_sock ;
5399 struct netns_frags frags ;
5400 struct xt_table *iptable_filter ;
5401 struct xt_table *iptable_mangle ;
5402 struct xt_table *iptable_raw ;
5403 struct xt_table *arptable_filter ;
5404 struct xt_table *iptable_security ;
5405 struct xt_table *nat_table ;
5406 struct hlist_head *nat_bysource ;
5407 unsigned int nat_htable_size ;
5408 int sysctl_icmp_echo_ignore_all ;
5409 int sysctl_icmp_echo_ignore_broadcasts ;
5410 int sysctl_icmp_ignore_bogus_error_responses ;
5411 int sysctl_icmp_ratelimit ;
5412 int sysctl_icmp_ratemask ;
5413 int sysctl_icmp_errors_use_inbound_ifaddr ;
5414 int sysctl_rt_cache_rebuild_count ;
5415 int current_rt_cache_rebuild_count ;
5416 unsigned int sysctl_ping_group_range[2] ;
5417 long sysctl_tcp_mem[3] ;
5418 atomic_t rt_genid ;
5419 atomic_t dev_addr_genid ;
5420 struct list_head mr_tables ;
5421 struct fib_rules_ops *mr_rules_ops ;
5422};
5423#line 12 "include/net/dst_ops.h"
5424struct neighbour;
5425#line 12 "include/net/dst_ops.h"
5426struct dst_ops {
5427 unsigned short family ;
5428 __be16 protocol ;
5429 unsigned int gc_thresh ;
5430 int (*gc)(struct dst_ops *ops ) ;
5431 struct dst_entry *(*check)(struct dst_entry * , __u32 cookie ) ;
5432 unsigned int (*default_advmss)(struct dst_entry const * ) ;
5433 unsigned int (*mtu)(struct dst_entry const * ) ;
5434 u32 *(*cow_metrics)(struct dst_entry * , unsigned long ) ;
5435 void (*destroy)(struct dst_entry * ) ;
5436 void (*ifdown)(struct dst_entry * , struct net_device *dev , int how ) ;
5437 struct dst_entry *(*negative_advice)(struct dst_entry * ) ;
5438 void (*link_failure)(struct sk_buff * ) ;
5439 void (*update_pmtu)(struct dst_entry *dst , u32 mtu ) ;
5440 int (*local_out)(struct sk_buff *skb ) ;
5441 struct neighbour *(*neigh_lookup)(struct dst_entry const *dst , void const *daddr ) ;
5442 struct kmem_cache *kmem_cachep ;
5443 struct percpu_counter pcpuc_entries __attribute__((__aligned__((1) << (6) ))) ;
5444};
5445#line 13 "include/net/netns/ipv6.h"
5446struct netns_sysctl_ipv6 {
5447 struct ctl_table_header *table ;
5448 struct ctl_table_header *frags_hdr ;
5449 int bindv6only ;
5450 int flush_delay ;
5451 int ip6_rt_max_size ;
5452 int ip6_rt_gc_min_interval ;
5453 int ip6_rt_gc_timeout ;
5454 int ip6_rt_gc_interval ;
5455 int ip6_rt_gc_elasticity ;
5456 int ip6_rt_mtu_expires ;
5457 int ip6_rt_min_advmss ;
5458 int icmpv6_time ;
5459};
5460#line 30
5461struct ipv6_devconf;
5462#line 30
5463struct rt6_info;
5464#line 30
5465struct rt6_statistics;
5466#line 30
5467struct fib6_table;
5468#line 30 "include/net/netns/ipv6.h"
5469struct netns_ipv6 {
5470 struct netns_sysctl_ipv6 sysctl ;
5471 struct ipv6_devconf *devconf_all ;
5472 struct ipv6_devconf *devconf_dflt ;
5473 struct netns_frags frags ;
5474 struct xt_table *ip6table_filter ;
5475 struct xt_table *ip6table_mangle ;
5476 struct xt_table *ip6table_raw ;
5477 struct xt_table *ip6table_security ;
5478 struct rt6_info *ip6_null_entry ;
5479 struct rt6_statistics *rt6_stats ;
5480 struct timer_list ip6_fib_timer ;
5481 struct hlist_head *fib_table_hash ;
5482 struct fib6_table *fib6_main_tbl ;
5483 struct dst_ops ip6_dst_ops ;
5484 unsigned int ip6_rt_gc_expire ;
5485 unsigned long ip6_rt_last_gc ;
5486 struct rt6_info *ip6_prohibit_entry ;
5487 struct rt6_info *ip6_blk_hole_entry ;
5488 struct fib6_table *fib6_local_tbl ;
5489 struct fib_rules_ops *fib6_rules_ops ;
5490 struct sock **icmp_sk ;
5491 struct sock *ndisc_sk ;
5492 struct sock *tcp_sk ;
5493 struct sock *igmp_sk ;
5494 struct list_head mr6_tables ;
5495 struct fib_rules_ops *mr6_rules_ops ;
5496};
5497#line 6 "include/net/netns/dccp.h"
5498struct netns_dccp {
5499 struct sock *v4_ctl_sk ;
5500 struct sock *v6_ctl_sk ;
5501};
5502#line 46 "include/linux/proc_fs.h"
5503typedef int read_proc_t(char *page , char **start , off_t off , int count , int *eof ,
5504 void *data );
5505#line 48 "include/linux/proc_fs.h"
5506typedef int write_proc_t(struct file *file , char const *buffer , unsigned long count ,
5507 void *data );
5508#line 51 "include/linux/proc_fs.h"
5509struct proc_dir_entry {
5510 unsigned int low_ino ;
5511 umode_t mode ;
5512 nlink_t nlink ;
5513 uid_t uid ;
5514 gid_t gid ;
5515 loff_t size ;
5516 struct inode_operations const *proc_iops ;
5517 struct file_operations const *proc_fops ;
5518 struct proc_dir_entry *next ;
5519 struct proc_dir_entry *parent ;
5520 struct proc_dir_entry *subdir ;
5521 void *data ;
5522 read_proc_t *read_proc ;
5523 write_proc_t *write_proc ;
5524 atomic_t count ;
5525 int pde_users ;
5526 struct completion *pde_unload_completion ;
5527 struct list_head pde_openers ;
5528 spinlock_t pde_unload_lock ;
5529 u8 namelen ;
5530 char name[] ;
5531};
5532#line 7 "include/net/netns/x_tables.h"
5533struct ebt_table;
5534#line 9 "include/net/netns/x_tables.h"
5535struct netns_xt {
5536 struct list_head tables[13] ;
5537 struct ebt_table *broute_table ;
5538 struct ebt_table *frame_filter ;
5539 struct ebt_table *frame_nat ;
5540};
5541#line 17 "include/linux/list_nulls.h"
5542struct hlist_nulls_node;
5543#line 17 "include/linux/list_nulls.h"
5544struct hlist_nulls_head {
5545 struct hlist_nulls_node *first ;
5546};
5547#line 21 "include/linux/list_nulls.h"
5548struct hlist_nulls_node {
5549 struct hlist_nulls_node *next ;
5550 struct hlist_nulls_node **pprev ;
5551};
5552#line 11 "include/net/netns/conntrack.h"
5553struct ip_conntrack_stat;
5554#line 11
5555struct nf_ct_event_notifier;
5556#line 11
5557struct nf_exp_event_notifier;
5558#line 11 "include/net/netns/conntrack.h"
5559struct netns_ct {
5560 atomic_t count ;
5561 unsigned int expect_count ;
5562 unsigned int htable_size ;
5563 struct kmem_cache *nf_conntrack_cachep ;
5564 struct hlist_nulls_head *hash ;
5565 struct hlist_head *expect_hash ;
5566 struct hlist_nulls_head unconfirmed ;
5567 struct hlist_nulls_head dying ;
5568 struct ip_conntrack_stat *stat ;
5569 struct nf_ct_event_notifier *nf_conntrack_event_cb ;
5570 struct nf_exp_event_notifier *nf_expect_event_cb ;
5571 int sysctl_events ;
5572 unsigned int sysctl_events_retry_timeout ;
5573 int sysctl_acct ;
5574 int sysctl_tstamp ;
5575 int sysctl_checksum ;
5576 unsigned int sysctl_log_invalid ;
5577 struct ctl_table_header *sysctl_header ;
5578 struct ctl_table_header *acct_sysctl_header ;
5579 struct ctl_table_header *tstamp_sysctl_header ;
5580 struct ctl_table_header *event_sysctl_header ;
5581 char *slabname ;
5582};
5583#line 12 "include/net/netns/xfrm.h"
5584struct xfrm_policy_hash {
5585 struct hlist_head *table ;
5586 unsigned int hmask ;
5587};
5588#line 17 "include/net/netns/xfrm.h"
5589struct netns_xfrm {
5590 struct list_head state_all ;
5591 struct hlist_head *state_bydst ;
5592 struct hlist_head *state_bysrc ;
5593 struct hlist_head *state_byspi ;
5594 unsigned int state_hmask ;
5595 unsigned int state_num ;
5596 struct work_struct state_hash_work ;
5597 struct hlist_head state_gc_list ;
5598 struct work_struct state_gc_work ;
5599 wait_queue_head_t km_waitq ;
5600 struct list_head policy_all ;
5601 struct hlist_head *policy_byidx ;
5602 unsigned int policy_idx_hmask ;
5603 struct hlist_head policy_inexact[6] ;
5604 struct xfrm_policy_hash policy_bydst[6] ;
5605 unsigned int policy_count[6] ;
5606 struct work_struct policy_hash_work ;
5607 struct sock *nlsk ;
5608 struct sock *nlsk_stash ;
5609 u32 sysctl_aevent_etime ;
5610 u32 sysctl_aevent_rseqth ;
5611 int sysctl_larval_drop ;
5612 u32 sysctl_acq_expires ;
5613 struct ctl_table_header *sysctl_hdr ;
5614 struct dst_ops xfrm4_dst_ops ;
5615 struct dst_ops xfrm6_dst_ops ;
5616};
5617#line 29 "include/net/net_namespace.h"
5618struct net_generic;
5619#line 31
5620struct netns_ipvs;
5621#line 37 "include/net/net_namespace.h"
5622struct net {
5623 atomic_t passive ;
5624 atomic_t count ;
5625 spinlock_t rules_mod_lock ;
5626 struct list_head list ;
5627 struct list_head cleanup_list ;
5628 struct list_head exit_list ;
5629 struct proc_dir_entry *proc_net ;
5630 struct proc_dir_entry *proc_net_stat ;
5631 struct ctl_table_set sysctls ;
5632 struct sock *rtnl ;
5633 struct sock *genl_sock ;
5634 struct list_head dev_base_head ;
5635 struct hlist_head *dev_name_head ;
5636 struct hlist_head *dev_index_head ;
5637 unsigned int dev_base_seq ;
5638 struct list_head rules_ops ;
5639 struct net_device *loopback_dev ;
5640 struct netns_core core ;
5641 struct netns_mib mib ;
5642 struct netns_packet packet ;
5643 struct netns_unix unx ;
5644 struct netns_ipv4 ipv4 ;
5645 struct netns_ipv6 ipv6 ;
5646 struct netns_dccp dccp ;
5647 struct netns_xt xt ;
5648 struct netns_ct ct ;
5649 struct sock *nfnl ;
5650 struct sock *nfnl_stash ;
5651 struct sk_buff_head wext_nlevents ;
5652 struct net_generic *gen ;
5653 struct netns_xfrm xfrm ;
5654 struct netns_ipvs *ipvs ;
5655};
5656#line 17 "include/linux/seq_file.h"
5657struct seq_file {
5658 char *buf ;
5659 size_t size ;
5660 size_t from ;
5661 size_t count ;
5662 loff_t index ;
5663 loff_t read_pos ;
5664 u64 version ;
5665 struct mutex lock ;
5666 struct seq_operations const *op ;
5667 int poll_event ;
5668 void *private ;
5669};
5670#line 31 "include/linux/seq_file.h"
5671struct seq_operations {
5672 void *(*start)(struct seq_file *m , loff_t *pos ) ;
5673 void (*stop)(struct seq_file *m , void *v ) ;
5674 void *(*next)(struct seq_file *m , void *v , loff_t *pos ) ;
5675 int (*show)(struct seq_file *m , void *v ) ;
5676};
5677#line 22 "include/net/dsa.h"
5678struct dsa_chip_data {
5679 struct device *mii_bus ;
5680 int sw_addr ;
5681 char *port_names[12] ;
5682 s8 *rtable ;
5683};
5684#line 47 "include/net/dsa.h"
5685struct dsa_platform_data {
5686 struct device *netdev ;
5687 int nr_chips ;
5688 struct dsa_chip_data *chip ;
5689};
5690#line 62
5691struct dsa_switch;
5692#line 62 "include/net/dsa.h"
5693struct dsa_switch_tree {
5694 struct dsa_platform_data *pd ;
5695 struct net_device *master_netdev ;
5696 __be16 tag_protocol ;
5697 s8 cpu_switch ;
5698 s8 cpu_port ;
5699 int link_poll_needed ;
5700 struct work_struct link_poll_work ;
5701 struct timer_list link_poll_timer ;
5702 struct dsa_switch *ds[4] ;
5703};
5704#line 95
5705struct dsa_switch_driver;
5706#line 95
5707struct mii_bus;
5708#line 95 "include/net/dsa.h"
5709struct dsa_switch {
5710 struct dsa_switch_tree *dst ;
5711 int index ;
5712 struct dsa_chip_data *pd ;
5713 struct dsa_switch_driver *drv ;
5714 struct mii_bus *master_mii_bus ;
5715 u32 dsa_port_mask ;
5716 u32 phys_port_mask ;
5717 struct mii_bus *slave_mii_bus ;
5718 struct net_device *ports[12] ;
5719};
5720#line 147 "include/net/dsa.h"
5721struct dsa_switch_driver {
5722 struct list_head list ;
5723 __be16 tag_protocol ;
5724 int priv_size ;
5725 char *(*probe)(struct mii_bus *bus , int sw_addr ) ;
5726 int (*setup)(struct dsa_switch *ds ) ;
5727 int (*set_addr)(struct dsa_switch *ds , u8 *addr ) ;
5728 int (*phy_read)(struct dsa_switch *ds , int port , int regnum ) ;
5729 int (*phy_write)(struct dsa_switch *ds , int port , int regnum , u16 val ) ;
5730 void (*poll_link)(struct dsa_switch *ds ) ;
5731 void (*get_strings)(struct dsa_switch *ds , int port , uint8_t *data ) ;
5732 void (*get_ethtool_stats)(struct dsa_switch *ds , int port , uint64_t *data ) ;
5733 int (*get_sset_count)(struct dsa_switch *ds ) ;
5734};
5735#line 57 "include/linux/dcbnl.h"
5736struct ieee_ets {
5737 __u8 willing ;
5738 __u8 ets_cap ;
5739 __u8 cbs ;
5740 __u8 tc_tx_bw[8] ;
5741 __u8 tc_rx_bw[8] ;
5742 __u8 tc_tsa[8] ;
5743 __u8 prio_tc[8] ;
5744 __u8 tc_reco_bw[8] ;
5745 __u8 tc_reco_tsa[8] ;
5746 __u8 reco_prio_tc[8] ;
5747};
5748#line 81 "include/linux/dcbnl.h"
5749struct ieee_pfc {
5750 __u8 pfc_cap ;
5751 __u8 pfc_en ;
5752 __u8 mbc ;
5753 __u16 delay ;
5754 __u64 requests[8] ;
5755 __u64 indications[8] ;
5756};
5757#line 104 "include/linux/dcbnl.h"
5758struct cee_pg {
5759 __u8 willing ;
5760 __u8 error ;
5761 __u8 pg_en ;
5762 __u8 tcs_supported ;
5763 __u8 pg_bw[8] ;
5764 __u8 prio_pg[8] ;
5765};
5766#line 121 "include/linux/dcbnl.h"
5767struct cee_pfc {
5768 __u8 willing ;
5769 __u8 error ;
5770 __u8 pfc_en ;
5771 __u8 tcs_supported ;
5772};
5773#line 151 "include/linux/dcbnl.h"
5774struct dcb_app {
5775 __u8 selector ;
5776 __u8 priority ;
5777 __u16 protocol ;
5778};
5779#line 166 "include/linux/dcbnl.h"
5780struct dcb_peer_app_info {
5781 __u8 willing ;
5782 __u8 error ;
5783};
5784#line 47 "include/net/dcbnl.h"
5785struct dcbnl_rtnl_ops {
5786 int (*ieee_getets)(struct net_device * , struct ieee_ets * ) ;
5787 int (*ieee_setets)(struct net_device * , struct ieee_ets * ) ;
5788 int (*ieee_getpfc)(struct net_device * , struct ieee_pfc * ) ;
5789 int (*ieee_setpfc)(struct net_device * , struct ieee_pfc * ) ;
5790 int (*ieee_getapp)(struct net_device * , struct dcb_app * ) ;
5791 int (*ieee_setapp)(struct net_device * , struct dcb_app * ) ;
5792 int (*ieee_delapp)(struct net_device * , struct dcb_app * ) ;
5793 int (*ieee_peer_getets)(struct net_device * , struct ieee_ets * ) ;
5794 int (*ieee_peer_getpfc)(struct net_device * , struct ieee_pfc * ) ;
5795 u8 (*getstate)(struct net_device * ) ;
5796 u8 (*setstate)(struct net_device * , u8 ) ;
5797 void (*getpermhwaddr)(struct net_device * , u8 * ) ;
5798 void (*setpgtccfgtx)(struct net_device * , int , u8 , u8 , u8 , u8 ) ;
5799 void (*setpgbwgcfgtx)(struct net_device * , int , u8 ) ;
5800 void (*setpgtccfgrx)(struct net_device * , int , u8 , u8 , u8 , u8 ) ;
5801 void (*setpgbwgcfgrx)(struct net_device * , int , u8 ) ;
5802 void (*getpgtccfgtx)(struct net_device * , int , u8 * , u8 * , u8 * , u8 * ) ;
5803 void (*getpgbwgcfgtx)(struct net_device * , int , u8 * ) ;
5804 void (*getpgtccfgrx)(struct net_device * , int , u8 * , u8 * , u8 * , u8 * ) ;
5805 void (*getpgbwgcfgrx)(struct net_device * , int , u8 * ) ;
5806 void (*setpfccfg)(struct net_device * , int , u8 ) ;
5807 void (*getpfccfg)(struct net_device * , int , u8 * ) ;
5808 u8 (*setall)(struct net_device * ) ;
5809 u8 (*getcap)(struct net_device * , int , u8 * ) ;
5810 int (*getnumtcs)(struct net_device * , int , u8 * ) ;
5811 int (*setnumtcs)(struct net_device * , int , u8 ) ;
5812 u8 (*getpfcstate)(struct net_device * ) ;
5813 void (*setpfcstate)(struct net_device * , u8 ) ;
5814 void (*getbcncfg)(struct net_device * , int , u32 * ) ;
5815 void (*setbcncfg)(struct net_device * , int , u32 ) ;
5816 void (*getbcnrp)(struct net_device * , int , u8 * ) ;
5817 void (*setbcnrp)(struct net_device * , int , u8 ) ;
5818 u8 (*setapp)(struct net_device * , u8 , u16 , u8 ) ;
5819 u8 (*getapp)(struct net_device * , u8 , u16 ) ;
5820 u8 (*getfeatcfg)(struct net_device * , int , u8 * ) ;
5821 u8 (*setfeatcfg)(struct net_device * , int , u8 ) ;
5822 u8 (*getdcbx)(struct net_device * ) ;
5823 u8 (*setdcbx)(struct net_device * , u8 ) ;
5824 int (*peer_getappinfo)(struct net_device * , struct dcb_peer_app_info * , u16 * ) ;
5825 int (*peer_getapptable)(struct net_device * , struct dcb_app * ) ;
5826 int (*cee_peer_getpg)(struct net_device * , struct cee_pg * ) ;
5827 int (*cee_peer_getpfc)(struct net_device * , struct cee_pfc * ) ;
5828};
5829#line 40 "include/linux/taskstats.h"
5830struct taskstats {
5831 __u16 version ;
5832 __u32 ac_exitcode ;
5833 __u8 ac_flag ;
5834 __u8 ac_nice ;
5835 __u64 cpu_count __attribute__((__aligned__(8))) ;
5836 __u64 cpu_delay_total ;
5837 __u64 blkio_count ;
5838 __u64 blkio_delay_total ;
5839 __u64 swapin_count ;
5840 __u64 swapin_delay_total ;
5841 __u64 cpu_run_real_total ;
5842 __u64 cpu_run_virtual_total ;
5843 char ac_comm[32] ;
5844 __u8 ac_sched __attribute__((__aligned__(8))) ;
5845 __u8 ac_pad[3] ;
5846 __u32 ac_uid __attribute__((__aligned__(8))) ;
5847 __u32 ac_gid ;
5848 __u32 ac_pid ;
5849 __u32 ac_ppid ;
5850 __u32 ac_btime ;
5851 __u64 ac_etime __attribute__((__aligned__(8))) ;
5852 __u64 ac_utime ;
5853 __u64 ac_stime ;
5854 __u64 ac_minflt ;
5855 __u64 ac_majflt ;
5856 __u64 coremem ;
5857 __u64 virtmem ;
5858 __u64 hiwater_rss ;
5859 __u64 hiwater_vm ;
5860 __u64 read_char ;
5861 __u64 write_char ;
5862 __u64 read_syscalls ;
5863 __u64 write_syscalls ;
5864 __u64 read_bytes ;
5865 __u64 write_bytes ;
5866 __u64 cancelled_write_bytes ;
5867 __u64 nvcsw ;
5868 __u64 nivcsw ;
5869 __u64 ac_utimescaled ;
5870 __u64 ac_stimescaled ;
5871 __u64 cpu_scaled_run_real_total ;
5872 __u64 freepages_count ;
5873 __u64 freepages_delay_total ;
5874};
5875#line 22 "include/linux/cgroup.h"
5876struct cgroupfs_root;
5877#line 25
5878struct cgroup;
5879#line 26
5880struct css_id;
5881#line 60 "include/linux/cgroup.h"
5882struct cgroup_subsys_state {
5883 struct cgroup *cgroup ;
5884 atomic_t refcnt ;
5885 unsigned long flags ;
5886 struct css_id *id ;
5887};
5888#line 163 "include/linux/cgroup.h"
5889struct cgroup {
5890 unsigned long flags ;
5891 atomic_t count ;
5892 struct list_head sibling ;
5893 struct list_head children ;
5894 struct cgroup *parent ;
5895 struct dentry *dentry ;
5896 struct cgroup_subsys_state *subsys[8UL * sizeof(unsigned long )] ;
5897 struct cgroupfs_root *root ;
5898 struct cgroup *top_cgroup ;
5899 struct list_head css_sets ;
5900 struct list_head release_list ;
5901 struct list_head pidlists ;
5902 struct mutex pidlist_mutex ;
5903 struct rcu_head rcu_head ;
5904 struct list_head event_list ;
5905 spinlock_t event_list_lock ;
5906};
5907#line 224 "include/linux/cgroup.h"
5908struct css_set {
5909 atomic_t refcount ;
5910 struct hlist_node hlist ;
5911 struct list_head tasks ;
5912 struct list_head cg_links ;
5913 struct cgroup_subsys_state *subsys[8UL * sizeof(unsigned long )] ;
5914 struct rcu_head rcu_head ;
5915};
5916#line 21 "include/net/netprio_cgroup.h"
5917struct netprio_map {
5918 struct rcu_head rcu ;
5919 u32 priomap_len ;
5920 u32 priomap[] ;
5921};
5922#line 58 "include/linux/netdevice.h"
5923struct netpoll_info;
5924#line 60
5925struct phy_device;
5926#line 62
5927struct wireless_dev;
5928#line 109
5929enum netdev_tx {
5930 __NETDEV_TX_MIN = (-0x7FFFFFFF-1),
5931 NETDEV_TX_OK = 0,
5932 NETDEV_TX_BUSY = 16,
5933 NETDEV_TX_LOCKED = 32
5934} ;
5935#line 115 "include/linux/netdevice.h"
5936typedef enum netdev_tx netdev_tx_t;
5937#line 172 "include/linux/netdevice.h"
5938struct net_device_stats {
5939 unsigned long rx_packets ;
5940 unsigned long tx_packets ;
5941 unsigned long rx_bytes ;
5942 unsigned long tx_bytes ;
5943 unsigned long rx_errors ;
5944 unsigned long tx_errors ;
5945 unsigned long rx_dropped ;
5946 unsigned long tx_dropped ;
5947 unsigned long multicast ;
5948 unsigned long collisions ;
5949 unsigned long rx_length_errors ;
5950 unsigned long rx_over_errors ;
5951 unsigned long rx_crc_errors ;
5952 unsigned long rx_frame_errors ;
5953 unsigned long rx_fifo_errors ;
5954 unsigned long rx_missed_errors ;
5955 unsigned long tx_aborted_errors ;
5956 unsigned long tx_carrier_errors ;
5957 unsigned long tx_fifo_errors ;
5958 unsigned long tx_heartbeat_errors ;
5959 unsigned long tx_window_errors ;
5960 unsigned long rx_compressed ;
5961 unsigned long tx_compressed ;
5962};
5963#line 223
5964struct neigh_parms;
5965#line 241 "include/linux/netdevice.h"
5966struct netdev_hw_addr_list {
5967 struct list_head list ;
5968 int count ;
5969};
5970#line 261 "include/linux/netdevice.h"
5971struct hh_cache {
5972 u16 hh_len ;
5973 u16 __pad ;
5974 seqlock_t hh_lock ;
5975 unsigned long hh_data[128UL / sizeof(long )] ;
5976};
5977#line 288 "include/linux/netdevice.h"
5978struct header_ops {
5979 int (*create)(struct sk_buff *skb , struct net_device *dev , unsigned short type ,
5980 void const *daddr , void const *saddr , unsigned int len ) ;
5981 int (*parse)(struct sk_buff const *skb , unsigned char *haddr ) ;
5982 int (*rebuild)(struct sk_buff *skb ) ;
5983 int (*cache)(struct neighbour const *neigh , struct hh_cache *hh , __be16 type ) ;
5984 void (*cache_update)(struct hh_cache *hh , struct net_device const *dev , unsigned char const *haddr ) ;
5985};
5986#line 410
5987enum rx_handler_result {
5988 RX_HANDLER_CONSUMED = 0,
5989 RX_HANDLER_ANOTHER = 1,
5990 RX_HANDLER_EXACT = 2,
5991 RX_HANDLER_PASS = 3
5992} ;
5993#line 416 "include/linux/netdevice.h"
5994typedef enum rx_handler_result rx_handler_result_t;
5995#line 417 "include/linux/netdevice.h"
5996typedef rx_handler_result_t rx_handler_func_t(struct sk_buff **pskb );
5997#line 539
5998struct Qdisc;
5999#line 539 "include/linux/netdevice.h"
6000struct netdev_queue {
6001 struct net_device *dev ;
6002 struct Qdisc *qdisc ;
6003 struct Qdisc *qdisc_sleeping ;
6004 struct kobject kobj ;
6005 int numa_node ;
6006 spinlock_t _xmit_lock __attribute__((__aligned__((1) << (6) ))) ;
6007 int xmit_lock_owner ;
6008 unsigned long trans_start ;
6009 unsigned long trans_timeout ;
6010 unsigned long state ;
6011 struct dql dql ;
6012} __attribute__((__aligned__((1) << (6) ))) ;
6013#line 596 "include/linux/netdevice.h"
6014struct rps_map {
6015 unsigned int len ;
6016 struct rcu_head rcu ;
6017 u16 cpus[0] ;
6018};
6019#line 608 "include/linux/netdevice.h"
6020struct rps_dev_flow {
6021 u16 cpu ;
6022 u16 filter ;
6023 unsigned int last_qtail ;
6024};
6025#line 618 "include/linux/netdevice.h"
6026struct rps_dev_flow_table {
6027 unsigned int mask ;
6028 struct rcu_head rcu ;
6029 struct work_struct free_work ;
6030 struct rps_dev_flow flows[0] ;
6031};
6032#line 669 "include/linux/netdevice.h"
6033struct netdev_rx_queue {
6034 struct rps_map *rps_map ;
6035 struct rps_dev_flow_table *rps_flow_table ;
6036 struct kobject kobj ;
6037 struct net_device *dev ;
6038} __attribute__((__aligned__((1) << (6) ))) ;
6039#line 682 "include/linux/netdevice.h"
6040struct xps_map {
6041 unsigned int len ;
6042 unsigned int alloc_len ;
6043 struct rcu_head rcu ;
6044 u16 queues[0] ;
6045};
6046#line 695 "include/linux/netdevice.h"
6047struct xps_dev_maps {
6048 struct rcu_head rcu ;
6049 struct xps_map *cpu_map[0] ;
6050};
6051#line 706 "include/linux/netdevice.h"
6052struct netdev_tc_txq {
6053 u16 count ;
6054 u16 offset ;
6055};
6056#line 716 "include/linux/netdevice.h"
6057struct netdev_fcoe_hbainfo {
6058 char manufacturer[64] ;
6059 char serial_number[64] ;
6060 char hardware_version[64] ;
6061 char driver_version[64] ;
6062 char optionrom_version[64] ;
6063 char firmware_version[64] ;
6064 char model[256] ;
6065 char model_description[256] ;
6066};
6067#line 909 "include/linux/netdevice.h"
6068struct net_device_ops {
6069 int (*ndo_init)(struct net_device *dev ) ;
6070 void (*ndo_uninit)(struct net_device *dev ) ;
6071 int (*ndo_open)(struct net_device *dev ) ;
6072 int (*ndo_stop)(struct net_device *dev ) ;
6073 netdev_tx_t (*ndo_start_xmit)(struct sk_buff *skb , struct net_device *dev ) ;
6074 u16 (*ndo_select_queue)(struct net_device *dev , struct sk_buff *skb ) ;
6075 void (*ndo_change_rx_flags)(struct net_device *dev , int flags ) ;
6076 void (*ndo_set_rx_mode)(struct net_device *dev ) ;
6077 int (*ndo_set_mac_address)(struct net_device *dev , void *addr ) ;
6078 int (*ndo_validate_addr)(struct net_device *dev ) ;
6079 int (*ndo_do_ioctl)(struct net_device *dev , struct ifreq *ifr , int cmd ) ;
6080 int (*ndo_set_config)(struct net_device *dev , struct ifmap *map ) ;
6081 int (*ndo_change_mtu)(struct net_device *dev , int new_mtu ) ;
6082 int (*ndo_neigh_setup)(struct net_device *dev , struct neigh_parms * ) ;
6083 void (*ndo_tx_timeout)(struct net_device *dev ) ;
6084 struct rtnl_link_stats64 *(*ndo_get_stats64)(struct net_device *dev , struct rtnl_link_stats64 *storage ) ;
6085 struct net_device_stats *(*ndo_get_stats)(struct net_device *dev ) ;
6086 int (*ndo_vlan_rx_add_vid)(struct net_device *dev , unsigned short vid ) ;
6087 int (*ndo_vlan_rx_kill_vid)(struct net_device *dev , unsigned short vid ) ;
6088 void (*ndo_poll_controller)(struct net_device *dev ) ;
6089 int (*ndo_netpoll_setup)(struct net_device *dev , struct netpoll_info *info ) ;
6090 void (*ndo_netpoll_cleanup)(struct net_device *dev ) ;
6091 int (*ndo_set_vf_mac)(struct net_device *dev , int queue , u8 *mac ) ;
6092 int (*ndo_set_vf_vlan)(struct net_device *dev , int queue , u16 vlan , u8 qos ) ;
6093 int (*ndo_set_vf_tx_rate)(struct net_device *dev , int vf , int rate ) ;
6094 int (*ndo_set_vf_spoofchk)(struct net_device *dev , int vf , bool setting ) ;
6095 int (*ndo_get_vf_config)(struct net_device *dev , int vf , struct ifla_vf_info *ivf ) ;
6096 int (*ndo_set_vf_port)(struct net_device *dev , int vf , struct nlattr **port ) ;
6097 int (*ndo_get_vf_port)(struct net_device *dev , int vf , struct sk_buff *skb ) ;
6098 int (*ndo_setup_tc)(struct net_device *dev , u8 tc ) ;
6099 int (*ndo_fcoe_enable)(struct net_device *dev ) ;
6100 int (*ndo_fcoe_disable)(struct net_device *dev ) ;
6101 int (*ndo_fcoe_ddp_setup)(struct net_device *dev , u16 xid , struct scatterlist *sgl ,
6102 unsigned int sgc ) ;
6103 int (*ndo_fcoe_ddp_done)(struct net_device *dev , u16 xid ) ;
6104 int (*ndo_fcoe_ddp_target)(struct net_device *dev , u16 xid , struct scatterlist *sgl ,
6105 unsigned int sgc ) ;
6106 int (*ndo_fcoe_get_hbainfo)(struct net_device *dev , struct netdev_fcoe_hbainfo *hbainfo ) ;
6107 int (*ndo_fcoe_get_wwn)(struct net_device *dev , u64 *wwn , int type ) ;
6108 int (*ndo_rx_flow_steer)(struct net_device *dev , struct sk_buff const *skb ,
6109 u16 rxq_index , u32 flow_id ) ;
6110 int (*ndo_add_slave)(struct net_device *dev , struct net_device *slave_dev ) ;
6111 int (*ndo_del_slave)(struct net_device *dev , struct net_device *slave_dev ) ;
6112 netdev_features_t (*ndo_fix_features)(struct net_device *dev , netdev_features_t features ) ;
6113 int (*ndo_set_features)(struct net_device *dev , netdev_features_t features ) ;
6114 int (*ndo_neigh_construct)(struct neighbour *n ) ;
6115 void (*ndo_neigh_destroy)(struct neighbour *n ) ;
6116};
6117#line 1017
6118struct iw_handler_def;
6119#line 1017
6120struct iw_public_data;
6121#line 1017
6122struct vlan_info;
6123#line 1017
6124struct in_device;
6125#line 1017
6126struct dn_dev;
6127#line 1017
6128struct inet6_dev;
6129#line 1017
6130struct cpu_rmap;
6131#line 1017
6132enum __anonenum_reg_state_350 {
6133 NETREG_UNINITIALIZED = 0,
6134 NETREG_REGISTERED = 1,
6135 NETREG_UNREGISTERING = 2,
6136 NETREG_UNREGISTERED = 3,
6137 NETREG_RELEASED = 4,
6138 NETREG_DUMMY = 5
6139} ;
6140#line 1017
6141enum __anonenum_rtnl_link_state_351 {
6142 RTNL_LINK_INITIALIZED = 0,
6143 RTNL_LINK_INITIALIZING = 1
6144} ;
6145#line 1017
6146struct pcpu_lstats;
6147#line 1017
6148struct pcpu_tstats;
6149#line 1017
6150struct pcpu_dstats;
6151#line 1017 "include/linux/netdevice.h"
6152union __anonunion____missing_field_name_352 {
6153 void *ml_priv ;
6154 struct pcpu_lstats *lstats ;
6155 struct pcpu_tstats *tstats ;
6156 struct pcpu_dstats *dstats ;
6157};
6158#line 1017
6159struct garp_port;
6160#line 1017
6161struct rtnl_link_ops;
6162#line 1017 "include/linux/netdevice.h"
6163struct net_device {
6164 char name[16] ;
6165 struct pm_qos_request pm_qos_req ;
6166 struct hlist_node name_hlist ;
6167 char *ifalias ;
6168 unsigned long mem_end ;
6169 unsigned long mem_start ;
6170 unsigned long base_addr ;
6171 unsigned int irq ;
6172 unsigned long state ;
6173 struct list_head dev_list ;
6174 struct list_head napi_list ;
6175 struct list_head unreg_list ;
6176 netdev_features_t features ;
6177 netdev_features_t hw_features ;
6178 netdev_features_t wanted_features ;
6179 netdev_features_t vlan_features ;
6180 int ifindex ;
6181 int iflink ;
6182 struct net_device_stats stats ;
6183 atomic_long_t rx_dropped ;
6184 struct iw_handler_def const *wireless_handlers ;
6185 struct iw_public_data *wireless_data ;
6186 struct net_device_ops const *netdev_ops ;
6187 struct ethtool_ops const *ethtool_ops ;
6188 struct header_ops const *header_ops ;
6189 unsigned int flags ;
6190 unsigned int priv_flags ;
6191 unsigned short gflags ;
6192 unsigned short padded ;
6193 unsigned char operstate ;
6194 unsigned char link_mode ;
6195 unsigned char if_port ;
6196 unsigned char dma ;
6197 unsigned int mtu ;
6198 unsigned short type ;
6199 unsigned short hard_header_len ;
6200 unsigned short needed_headroom ;
6201 unsigned short needed_tailroom ;
6202 unsigned char perm_addr[32] ;
6203 unsigned char addr_assign_type ;
6204 unsigned char addr_len ;
6205 unsigned char neigh_priv_len ;
6206 unsigned short dev_id ;
6207 spinlock_t addr_list_lock ;
6208 struct netdev_hw_addr_list uc ;
6209 struct netdev_hw_addr_list mc ;
6210 bool uc_promisc ;
6211 unsigned int promiscuity ;
6212 unsigned int allmulti ;
6213 struct vlan_info *vlan_info ;
6214 struct dsa_switch_tree *dsa_ptr ;
6215 void *atalk_ptr ;
6216 struct in_device *ip_ptr ;
6217 struct dn_dev *dn_ptr ;
6218 struct inet6_dev *ip6_ptr ;
6219 void *ec_ptr ;
6220 void *ax25_ptr ;
6221 struct wireless_dev *ieee80211_ptr ;
6222 unsigned long last_rx ;
6223 struct net_device *master ;
6224 unsigned char *dev_addr ;
6225 struct netdev_hw_addr_list dev_addrs ;
6226 unsigned char broadcast[32] ;
6227 struct kset *queues_kset ;
6228 struct netdev_rx_queue *_rx ;
6229 unsigned int num_rx_queues ;
6230 unsigned int real_num_rx_queues ;
6231 struct cpu_rmap *rx_cpu_rmap ;
6232 rx_handler_func_t *rx_handler ;
6233 void *rx_handler_data ;
6234 struct netdev_queue *ingress_queue ;
6235 struct netdev_queue *_tx __attribute__((__aligned__((1) << (6) ))) ;
6236 unsigned int num_tx_queues ;
6237 unsigned int real_num_tx_queues ;
6238 struct Qdisc *qdisc ;
6239 unsigned long tx_queue_len ;
6240 spinlock_t tx_global_lock ;
6241 struct xps_dev_maps *xps_maps ;
6242 unsigned long trans_start ;
6243 int watchdog_timeo ;
6244 struct timer_list watchdog_timer ;
6245 int *pcpu_refcnt ;
6246 struct list_head todo_list ;
6247 struct hlist_node index_hlist ;
6248 struct list_head link_watch_list ;
6249 enum __anonenum_reg_state_350 reg_state : 8 ;
6250 bool dismantle ;
6251 enum __anonenum_rtnl_link_state_351 rtnl_link_state : 16 ;
6252 void (*destructor)(struct net_device *dev ) ;
6253 struct netpoll_info *npinfo ;
6254 struct net *nd_net ;
6255 union __anonunion____missing_field_name_352 __annonCompField57 ;
6256 struct garp_port *garp_port ;
6257 struct device dev ;
6258 struct attribute_group const *sysfs_groups[4] ;
6259 struct rtnl_link_ops const *rtnl_link_ops ;
6260 unsigned int gso_max_size ;
6261 struct dcbnl_rtnl_ops const *dcbnl_ops ;
6262 u8 num_tc ;
6263 struct netdev_tc_txq tc_to_txq[16] ;
6264 u8 prio_tc_map[16] ;
6265 unsigned int fcoe_ddp_xid ;
6266 struct netprio_map *priomap ;
6267 struct phy_device *phydev ;
6268 int group ;
6269};
6270#line 46 "include/linux/inetdevice.h"
6271struct ipv4_devconf {
6272 void *sysctl ;
6273 int data[25] ;
6274 unsigned long state[((25UL + 8UL * sizeof(long )) - 1UL) / (8UL * sizeof(long ))] ;
6275};
6276#line 52
6277struct in_ifaddr;
6278#line 52
6279struct ip_mc_list;
6280#line 52 "include/linux/inetdevice.h"
6281struct in_device {
6282 struct net_device *dev ;
6283 atomic_t refcnt ;
6284 int dead ;
6285 struct in_ifaddr *ifa_list ;
6286 struct ip_mc_list *mc_list ;
6287 int mc_count ;
6288 spinlock_t mc_tomb_lock ;
6289 struct ip_mc_list *mc_tomb ;
6290 unsigned long mr_v1_seen ;
6291 unsigned long mr_v2_seen ;
6292 unsigned long mr_maxdelay ;
6293 unsigned char mr_qrv ;
6294 unsigned char mr_gq_running ;
6295 unsigned char mr_ifc_count ;
6296 struct timer_list mr_gq_timer ;
6297 struct timer_list mr_ifc_timer ;
6298 struct neigh_parms *arp_parms ;
6299 struct ipv4_devconf cnf ;
6300 struct rcu_head rcu_head ;
6301};
6302#line 147 "include/linux/inetdevice.h"
6303struct in_ifaddr {
6304 struct hlist_node hash ;
6305 struct in_ifaddr *ifa_next ;
6306 struct in_device *ifa_dev ;
6307 struct rcu_head rcu_head ;
6308 __be32 ifa_local ;
6309 __be32 ifa_address ;
6310 __be32 ifa_mask ;
6311 __be32 ifa_broadcast ;
6312 unsigned char ifa_scope ;
6313 unsigned char ifa_flags ;
6314 unsigned char ifa_prefixlen ;
6315 char ifa_label[16] ;
6316};
6317#line 37 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_net.h"
6318struct dvb_net {
6319 struct dvb_device *dvbdev ;
6320 struct net_device *device[10] ;
6321 int state[10] ;
6322 unsigned int exit : 1 ;
6323 struct dmx_demux *demux ;
6324};
6325#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dvb_ringbuffer.h"
6326struct dvb_ringbuffer {
6327 u8 *data ;
6328 ssize_t size ;
6329 ssize_t pread ;
6330 ssize_t pwrite ;
6331 int error ;
6332 wait_queue_head_t queue ;
6333 spinlock_t lock ;
6334};
6335#line 42 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dmxdev.h"
6336enum dmxdev_type {
6337 DMXDEV_TYPE_NONE = 0,
6338 DMXDEV_TYPE_SEC = 1,
6339 DMXDEV_TYPE_PES = 2
6340} ;
6341#line 48
6342enum dmxdev_state {
6343 DMXDEV_STATE_FREE = 0,
6344 DMXDEV_STATE_ALLOCATED = 1,
6345 DMXDEV_STATE_SET = 2,
6346 DMXDEV_STATE_GO = 3,
6347 DMXDEV_STATE_DONE = 4,
6348 DMXDEV_STATE_TIMEDOUT = 5
6349} ;
6350#line 63 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dmxdev.h"
6351union __anonunion_filter_368 {
6352 struct dmx_section_filter *sec ;
6353};
6354#line 63 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dmxdev.h"
6355union __anonunion_feed_369 {
6356 struct list_head ts ;
6357 struct dmx_section_feed *sec ;
6358};
6359#line 63 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dmxdev.h"
6360union __anonunion_params_370 {
6361 struct dmx_sct_filter_params sec ;
6362 struct dmx_pes_filter_params pes ;
6363};
6364#line 63
6365struct dmxdev;
6366#line 63 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dmxdev.h"
6367struct dmxdev_filter {
6368 union __anonunion_filter_368 filter ;
6369 union __anonunion_feed_369 feed ;
6370 union __anonunion_params_370 params ;
6371 enum dmxdev_type type ;
6372 enum dmxdev_state state ;
6373 struct dmxdev *dev ;
6374 struct dvb_ringbuffer buffer ;
6375 struct mutex mutex ;
6376 struct timer_list timer ;
6377 int todo ;
6378 u8 secheader[3] ;
6379};
6380#line 93 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-core/dmxdev.h"
6381struct dmxdev {
6382 struct dvb_device *dvbdev ;
6383 struct dvb_device *dvr_dvbdev ;
6384 struct dmxdev_filter *filter ;
6385 struct dmx_demux *demux ;
6386 int filternum ;
6387 int capabilities ;
6388 unsigned int exit : 1 ;
6389 struct dmx_frontend *dvr_orig_fe ;
6390 struct dvb_ringbuffer dvr_buffer ;
6391 struct mutex mutex ;
6392 spinlock_t lock ;
6393};
6394#line 70 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6395struct dvb_usb_device_description {
6396 char const *name ;
6397 struct usb_device_id *cold_ids[15] ;
6398 struct usb_device_id *warm_ids[15] ;
6399};
6400#line 93
6401struct dvb_usb_device;
6402#line 94
6403struct dvb_usb_adapter;
6404#line 95
6405struct usb_data_stream;
6406#line 102 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6407struct __anonstruct_bulk_372 {
6408 int buffersize ;
6409};
6410#line 102 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6411struct __anonstruct_isoc_373 {
6412 int framesperurb ;
6413 int framesize ;
6414 int interval ;
6415};
6416#line 102 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6417union __anonunion_u_371 {
6418 struct __anonstruct_bulk_372 bulk ;
6419 struct __anonstruct_isoc_373 isoc ;
6420};
6421#line 102 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6422struct usb_data_stream_properties {
6423 int type ;
6424 int count ;
6425 int endpoint ;
6426 union __anonunion_u_371 u ;
6427};
6428#line 139 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6429struct dvb_usb_adapter_fe_properties {
6430 int caps ;
6431 int pid_filter_count ;
6432 int (*streaming_ctrl)(struct dvb_usb_adapter * , int ) ;
6433 int (*pid_filter_ctrl)(struct dvb_usb_adapter * , int ) ;
6434 int (*pid_filter)(struct dvb_usb_adapter * , int , u16 , int ) ;
6435 int (*frontend_attach)(struct dvb_usb_adapter * ) ;
6436 int (*tuner_attach)(struct dvb_usb_adapter * ) ;
6437 struct usb_data_stream_properties stream ;
6438 int size_of_priv ;
6439};
6440#line 160 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6441struct dvb_usb_adapter_properties {
6442 int size_of_priv ;
6443 int (*frontend_ctrl)(struct dvb_frontend * , int ) ;
6444 int (*fe_ioctl_override)(struct dvb_frontend * , unsigned int , void * , unsigned int ) ;
6445 int num_frontends ;
6446 struct dvb_usb_adapter_fe_properties fe[2] ;
6447};
6448#line 179 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6449struct dvb_rc_legacy {
6450 struct rc_map_table *rc_map_table ;
6451 int rc_map_size ;
6452 int (*rc_query)(struct dvb_usb_device * , u32 * , int * ) ;
6453 int rc_interval ;
6454};
6455#line 201 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6456struct dvb_rc {
6457 char *rc_codes ;
6458 u64 protocol ;
6459 u64 allowed_protos ;
6460 enum rc_driver_type driver_type ;
6461 int (*change_protocol)(struct rc_dev *dev , u64 rc_type ) ;
6462 char *module_name ;
6463 int (*rc_query)(struct dvb_usb_device *d ) ;
6464 int rc_interval ;
6465 bool bulk_mode ;
6466};
6467#line 219
6468enum dvb_usb_mode {
6469 DVB_RC_LEGACY = 0,
6470 DVB_RC_CORE = 1
6471} ;
6472#line 262 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6473struct __anonstruct_rc_374 {
6474 enum dvb_usb_mode mode ;
6475 struct dvb_rc_legacy legacy ;
6476 struct dvb_rc core ;
6477};
6478#line 262 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6479struct dvb_usb_device_properties {
6480 int caps ;
6481 int usb_ctrl ;
6482 int (*download_firmware)(struct usb_device * , struct firmware const * ) ;
6483 char const *firmware ;
6484 int no_reconnect ;
6485 int size_of_priv ;
6486 int num_adapters ;
6487 struct dvb_usb_adapter_properties adapter[2] ;
6488 int (*power_ctrl)(struct dvb_usb_device * , int ) ;
6489 int (*read_mac_address)(struct dvb_usb_device * , u8 * ) ;
6490 int (*identify_state)(struct usb_device * , struct dvb_usb_device_properties * ,
6491 struct dvb_usb_device_description ** , int * ) ;
6492 struct __anonstruct_rc_374 rc ;
6493 struct i2c_algorithm *i2c_algo ;
6494 int generic_bulk_ctrl_endpoint ;
6495 int generic_bulk_ctrl_endpoint_response ;
6496 int num_device_descs ;
6497 struct dvb_usb_device_description devices[12] ;
6498};
6499#line 312 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6500struct usb_data_stream {
6501 struct usb_device *udev ;
6502 struct usb_data_stream_properties props ;
6503 int state ;
6504 void (*complete)(struct usb_data_stream * , u8 * , size_t ) ;
6505 struct urb *urb_list[10] ;
6506 int buf_num ;
6507 unsigned long buf_size ;
6508 u8 *buf_list[10] ;
6509 dma_addr_t dma_addr[10] ;
6510 int urbs_initialized ;
6511 int urbs_submitted ;
6512 void *user_priv ;
6513};
6514#line 359 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6515struct dvb_usb_fe_adapter {
6516 struct dvb_frontend *fe ;
6517 int (*fe_init)(struct dvb_frontend * ) ;
6518 int (*fe_sleep)(struct dvb_frontend * ) ;
6519 struct usb_data_stream stream ;
6520 int pid_filtering ;
6521 int max_feed_count ;
6522 void *priv ;
6523};
6524#line 373 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6525struct dvb_usb_adapter {
6526 struct dvb_usb_device *dev ;
6527 struct dvb_usb_adapter_properties props ;
6528 int state ;
6529 u8 id ;
6530 int feedcount ;
6531 struct dvb_adapter dvb_adap ;
6532 struct dmxdev dmxdev ;
6533 struct dvb_demux demux ;
6534 struct dvb_net dvb_net ;
6535 struct dvb_usb_fe_adapter fe_adap[2] ;
6536 int active_fe ;
6537 int num_frontends_initialized ;
6538 void *priv ;
6539};
6540#line 422 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/media/dvb/dvb-usb/dvb-usb.h"
6541struct dvb_usb_device {
6542 struct dvb_usb_device_properties props ;