Showing error 1030

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


Source:

  1/* Generated by CIL v. 1.3.7 */
  2/* print_CIL_Input is true */
  3
  4#line 43 "include/asm-generic/int-ll64.h"
  5typedef unsigned char u8;
  6#line 46 "include/asm-generic/int-ll64.h"
  7typedef unsigned short u16;
  8#line 49 "include/asm-generic/int-ll64.h"
  9typedef unsigned int u32;
 10#line 52 "include/asm-generic/int-ll64.h"
 11typedef unsigned long long u64;
 12#line 14 "include/asm-generic/posix_types.h"
 13typedef long __kernel_long_t;
 14#line 15 "include/asm-generic/posix_types.h"
 15typedef unsigned long __kernel_ulong_t;
 16#line 75 "include/asm-generic/posix_types.h"
 17typedef __kernel_ulong_t __kernel_size_t;
 18#line 76 "include/asm-generic/posix_types.h"
 19typedef __kernel_long_t __kernel_ssize_t;
 20#line 27 "include/linux/types.h"
 21typedef unsigned short umode_t;
 22#line 63 "include/linux/types.h"
 23typedef __kernel_size_t size_t;
 24#line 68 "include/linux/types.h"
 25typedef __kernel_ssize_t ssize_t;
 26#line 202 "include/linux/types.h"
 27typedef unsigned int gfp_t;
 28#line 221 "include/linux/types.h"
 29struct __anonstruct_atomic_t_6 {
 30   int counter ;
 31};
 32#line 221 "include/linux/types.h"
 33typedef struct __anonstruct_atomic_t_6 atomic_t;
 34#line 226 "include/linux/types.h"
 35struct __anonstruct_atomic64_t_7 {
 36   long counter ;
 37};
 38#line 226 "include/linux/types.h"
 39typedef struct __anonstruct_atomic64_t_7 atomic64_t;
 40#line 227 "include/linux/types.h"
 41struct list_head {
 42   struct list_head *next ;
 43   struct list_head *prev ;
 44};
 45#line 58 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/page_types.h"
 46struct page;
 47#line 58
 48struct page;
 49#line 327 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt_types.h"
 50struct arch_spinlock;
 51#line 327
 52struct arch_spinlock;
 53#line 433 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 54struct kmem_cache;
 55#line 23 "include/asm-generic/atomic-long.h"
 56typedef atomic64_t atomic_long_t;
 57#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 58typedef u16 __ticket_t;
 59#line 15 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 60typedef u32 __ticketpair_t;
 61#line 16 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 62struct __raw_tickets {
 63   __ticket_t head ;
 64   __ticket_t tail ;
 65};
 66#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 67union __anonunion_ldv_5907_29 {
 68   __ticketpair_t head_tail ;
 69   struct __raw_tickets tickets ;
 70};
 71#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 72struct arch_spinlock {
 73   union __anonunion_ldv_5907_29 ldv_5907 ;
 74};
 75#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 76typedef struct arch_spinlock arch_spinlock_t;
 77#line 34 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 78struct lockdep_map;
 79#line 34
 80struct lockdep_map;
 81#line 55 "include/linux/debug_locks.h"
 82struct stack_trace {
 83   unsigned int nr_entries ;
 84   unsigned int max_entries ;
 85   unsigned long *entries ;
 86   int skip ;
 87};
 88#line 26 "include/linux/stacktrace.h"
 89struct lockdep_subclass_key {
 90   char __one_byte ;
 91};
 92#line 53 "include/linux/lockdep.h"
 93struct lock_class_key {
 94   struct lockdep_subclass_key subkeys[8U] ;
 95};
 96#line 59 "include/linux/lockdep.h"
 97struct lock_class {
 98   struct list_head hash_entry ;
 99   struct list_head lock_entry ;
100   struct lockdep_subclass_key *key ;
101   unsigned int subclass ;
102   unsigned int dep_gen_id ;
103   unsigned long usage_mask ;
104   struct stack_trace usage_traces[13U] ;
105   struct list_head locks_after ;
106   struct list_head locks_before ;
107   unsigned int version ;
108   unsigned long ops ;
109   char const   *name ;
110   int name_version ;
111   unsigned long contention_point[4U] ;
112   unsigned long contending_point[4U] ;
113};
114#line 144 "include/linux/lockdep.h"
115struct lockdep_map {
116   struct lock_class_key *key ;
117   struct lock_class *class_cache[2U] ;
118   char const   *name ;
119   int cpu ;
120   unsigned long ip ;
121};
122#line 556 "include/linux/lockdep.h"
123struct raw_spinlock {
124   arch_spinlock_t raw_lock ;
125   unsigned int magic ;
126   unsigned int owner_cpu ;
127   void *owner ;
128   struct lockdep_map dep_map ;
129};
130#line 33 "include/linux/spinlock_types.h"
131struct __anonstruct_ldv_6122_33 {
132   u8 __padding[24U] ;
133   struct lockdep_map dep_map ;
134};
135#line 33 "include/linux/spinlock_types.h"
136union __anonunion_ldv_6123_32 {
137   struct raw_spinlock rlock ;
138   struct __anonstruct_ldv_6122_33 ldv_6122 ;
139};
140#line 33 "include/linux/spinlock_types.h"
141struct spinlock {
142   union __anonunion_ldv_6123_32 ldv_6123 ;
143};
144#line 76 "include/linux/spinlock_types.h"
145typedef struct spinlock spinlock_t;
146#line 445 "include/linux/elf.h"
147struct sock;
148#line 445
149struct sock;
150#line 446
151struct kobject;
152#line 446
153struct kobject;
154#line 447
155enum kobj_ns_type {
156    KOBJ_NS_TYPE_NONE = 0,
157    KOBJ_NS_TYPE_NET = 1,
158    KOBJ_NS_TYPES = 2
159} ;
160#line 453 "include/linux/elf.h"
161struct kobj_ns_type_operations {
162   enum kobj_ns_type type ;
163   void *(*grab_current_ns)(void) ;
164   void const   *(*netlink_ns)(struct sock * ) ;
165   void const   *(*initial_ns)(void) ;
166   void (*drop_ns)(void * ) ;
167};
168#line 57 "include/linux/kobject_ns.h"
169struct attribute {
170   char const   *name ;
171   umode_t mode ;
172   struct lock_class_key *key ;
173   struct lock_class_key skey ;
174};
175#line 98 "include/linux/sysfs.h"
176struct sysfs_ops {
177   ssize_t (*show)(struct kobject * , struct attribute * , char * ) ;
178   ssize_t (*store)(struct kobject * , struct attribute * , char const   * , size_t  ) ;
179   void const   *(*namespace)(struct kobject * , struct attribute  const  * ) ;
180};
181#line 117
182struct sysfs_dirent;
183#line 117
184struct sysfs_dirent;
185#line 182 "include/linux/sysfs.h"
186struct kref {
187   atomic_t refcount ;
188};
189#line 49 "include/linux/kobject.h"
190struct kset;
191#line 49
192struct kobj_type;
193#line 49 "include/linux/kobject.h"
194struct kobject {
195   char const   *name ;
196   struct list_head entry ;
197   struct kobject *parent ;
198   struct kset *kset ;
199   struct kobj_type *ktype ;
200   struct sysfs_dirent *sd ;
201   struct kref kref ;
202   unsigned char state_initialized : 1 ;
203   unsigned char state_in_sysfs : 1 ;
204   unsigned char state_add_uevent_sent : 1 ;
205   unsigned char state_remove_uevent_sent : 1 ;
206   unsigned char uevent_suppress : 1 ;
207};
208#line 107 "include/linux/kobject.h"
209struct kobj_type {
210   void (*release)(struct kobject * ) ;
211   struct sysfs_ops  const  *sysfs_ops ;
212   struct attribute **default_attrs ;
213   struct kobj_ns_type_operations  const  *(*child_ns_type)(struct kobject * ) ;
214   void const   *(*namespace)(struct kobject * ) ;
215};
216#line 115 "include/linux/kobject.h"
217struct kobj_uevent_env {
218   char *envp[32U] ;
219   int envp_idx ;
220   char buf[2048U] ;
221   int buflen ;
222};
223#line 122 "include/linux/kobject.h"
224struct kset_uevent_ops {
225   int (* const  filter)(struct kset * , struct kobject * ) ;
226   char const   *(* const  name)(struct kset * , struct kobject * ) ;
227   int (* const  uevent)(struct kset * , struct kobject * , struct kobj_uevent_env * ) ;
228};
229#line 139 "include/linux/kobject.h"
230struct kset {
231   struct list_head list ;
232   spinlock_t list_lock ;
233   struct kobject kobj ;
234   struct kset_uevent_ops  const  *uevent_ops ;
235};
236#line 88 "include/linux/kmemleak.h"
237struct kmem_cache_cpu {
238   void **freelist ;
239   unsigned long tid ;
240   struct page *page ;
241   struct page *partial ;
242   int node ;
243   unsigned int stat[26U] ;
244};
245#line 55 "include/linux/slub_def.h"
246struct kmem_cache_node {
247   spinlock_t list_lock ;
248   unsigned long nr_partial ;
249   struct list_head partial ;
250   atomic_long_t nr_slabs ;
251   atomic_long_t total_objects ;
252   struct list_head full ;
253};
254#line 66 "include/linux/slub_def.h"
255struct kmem_cache_order_objects {
256   unsigned long x ;
257};
258#line 76 "include/linux/slub_def.h"
259struct kmem_cache {
260   struct kmem_cache_cpu *cpu_slab ;
261   unsigned long flags ;
262   unsigned long min_partial ;
263   int size ;
264   int objsize ;
265   int offset ;
266   int cpu_partial ;
267   struct kmem_cache_order_objects oo ;
268   struct kmem_cache_order_objects max ;
269   struct kmem_cache_order_objects min ;
270   gfp_t allocflags ;
271   int refcount ;
272   void (*ctor)(void * ) ;
273   int inuse ;
274   int align ;
275   int reserved ;
276   char const   *name ;
277   struct list_head list ;
278   struct kobject kobj ;
279   int remote_node_defrag_ratio ;
280   struct kmem_cache_node *node[1024U] ;
281};
282#line 1650 "include/linux/input.h"
283struct rc_map_table {
284   u32 scancode ;
285   u32 keycode ;
286};
287#line 35 "include/media/rc-map.h"
288struct rc_map {
289   struct rc_map_table *scan ;
290   unsigned int size ;
291   unsigned int len ;
292   unsigned int alloc ;
293   u64 rc_type ;
294   char const   *name ;
295   spinlock_t lock ;
296};
297#line 45 "include/media/rc-map.h"
298struct rc_map_list {
299   struct list_head list ;
300   struct rc_map map ;
301};
302#line 2 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
303void ldv_spin_lock(void) ;
304#line 3
305void ldv_spin_unlock(void) ;
306#line 4
307int ldv_spin_trylock(void) ;
308#line 220 "include/linux/slub_def.h"
309extern void *kmem_cache_alloc(struct kmem_cache * , gfp_t  ) ;
310#line 223
311void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
312#line 11 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
313void ldv_check_alloc_flags(gfp_t flags ) ;
314#line 12
315void ldv_check_alloc_nonatomic(void) ;
316#line 14
317struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) ;
318#line 53 "include/media/rc-map.h"
319extern int rc_map_register(struct rc_map_list * ) ;
320#line 54
321extern void rc_map_unregister(struct rc_map_list * ) ;
322#line 35 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
323static struct rc_map_table pixelview_002t[26U]  = 
324#line 35 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
325  {      {8809235U, 113U}, 
326        {8809234U, 356U}, 
327        {8809217U, 2U}, 
328        {8809218U, 3U}, 
329        {8809219U, 4U}, 
330        {8809220U, 5U}, 
331        {8809221U, 6U}, 
332        {8809222U, 7U}, 
333        {8809223U, 8U}, 
334        {8809224U, 9U}, 
335        {8809225U, 10U}, 
336        {8809216U, 11U}, 
337        {8809229U, 402U}, 
338        {8809241U, 403U}, 
339        {8809232U, 115U}, 
340        {8809228U, 114U}, 
341        {8809226U, 212U}, 
342        {8809227U, 372U}, 
343        {8809243U, 14U}, 
344        {8809237U, 28U}, 
345        {8809245U, 103U}, 
346        {8809246U, 108U}, 
347        {8809230U, 105U}, 
348        {8809231U, 106U}, 
349        {8809240U, 167U}, 
350        {8809242U, 128U}};
351#line 70 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
352static struct rc_map_list pixelview_map  =    {{(struct list_head *)0, (struct list_head *)0}, {(struct rc_map_table *)(& pixelview_002t),
353                                                     26U, 0U, 0U, 2ULL, "rc-pixelview-002t",
354                                                     {{{{{0U}}, 0U, 0U, (void *)0,
355                                                        {(struct lock_class_key *)0,
356                                                         {(struct lock_class *)0,
357                                                          (struct lock_class *)0},
358                                                         (char const   *)0, 0, 0UL}}}}}};
359#line 79 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
360static int init_rc_map_pixelview(void) 
361{ int tmp ;
362
363  {
364  {
365#line 81
366  tmp = rc_map_register(& pixelview_map);
367  }
368#line 81
369  return (tmp);
370}
371}
372#line 84 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
373static void exit_rc_map_pixelview(void) 
374{ 
375
376  {
377  {
378#line 86
379  rc_map_unregister(& pixelview_map);
380  }
381#line 87
382  return;
383}
384}
385#line 111
386extern void ldv_check_final_state(void) ;
387#line 117
388extern void ldv_initialize(void) ;
389#line 120
390extern int __VERIFIER_nondet_int(void) ;
391#line 123 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
392int LDV_IN_INTERRUPT  ;
393#line 126 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
394void main(void) 
395{ int tmp ;
396  int tmp___0 ;
397  int tmp___1 ;
398
399  {
400  {
401#line 138
402  LDV_IN_INTERRUPT = 1;
403#line 147
404  ldv_initialize();
405#line 153
406  tmp = init_rc_map_pixelview();
407  }
408#line 153
409  if (tmp != 0) {
410#line 154
411    goto ldv_final;
412  } else {
413
414  }
415#line 156
416  goto ldv_19081;
417  ldv_19080: 
418  {
419#line 159
420  tmp___0 = __VERIFIER_nondet_int();
421  }
422  {
423#line 161
424  goto switch_default;
425#line 159
426  if (0) {
427    switch_default: /* CIL Label */ ;
428#line 161
429    goto ldv_19079;
430  } else {
431    switch_break: /* CIL Label */ ;
432  }
433  }
434  ldv_19079: ;
435  ldv_19081: 
436  {
437#line 156
438  tmp___1 = __VERIFIER_nondet_int();
439  }
440#line 156
441  if (tmp___1 != 0) {
442#line 157
443    goto ldv_19080;
444  } else {
445#line 159
446    goto ldv_19082;
447  }
448  ldv_19082: ;
449  {
450#line 173
451  exit_rc_map_pixelview();
452  }
453  ldv_final: 
454  {
455#line 176
456  ldv_check_final_state();
457  }
458#line 179
459  return;
460}
461}
462#line 5 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast-assert.h"
463void ldv_blast_assert(void) 
464{ 
465
466  {
467  ERROR: ;
468#line 6
469  goto ERROR;
470}
471}
472#line 6 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast.h"
473extern int __VERIFIER_nondet_int(void) ;
474#line 200 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
475int ldv_spin  =    0;
476#line 204 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
477void ldv_check_alloc_flags(gfp_t flags ) 
478{ 
479
480  {
481#line 207
482  if (ldv_spin != 0) {
483#line 207
484    if (flags != 32U) {
485      {
486#line 207
487      ldv_blast_assert();
488      }
489    } else {
490
491    }
492  } else {
493
494  }
495#line 210
496  return;
497}
498}
499#line 210
500extern struct page *ldv_some_page(void) ;
501#line 213 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
502struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) 
503{ struct page *tmp ;
504
505  {
506#line 216
507  if (ldv_spin != 0) {
508#line 216
509    if (flags != 32U) {
510      {
511#line 216
512      ldv_blast_assert();
513      }
514    } else {
515
516    }
517  } else {
518
519  }
520  {
521#line 218
522  tmp = ldv_some_page();
523  }
524#line 218
525  return (tmp);
526}
527}
528#line 222 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
529void ldv_check_alloc_nonatomic(void) 
530{ 
531
532  {
533#line 225
534  if (ldv_spin != 0) {
535    {
536#line 225
537    ldv_blast_assert();
538    }
539  } else {
540
541  }
542#line 228
543  return;
544}
545}
546#line 229 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
547void ldv_spin_lock(void) 
548{ 
549
550  {
551#line 232
552  ldv_spin = 1;
553#line 233
554  return;
555}
556}
557#line 236 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
558void ldv_spin_unlock(void) 
559{ 
560
561  {
562#line 239
563  ldv_spin = 0;
564#line 240
565  return;
566}
567}
568#line 243 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
569int ldv_spin_trylock(void) 
570{ int is_lock ;
571
572  {
573  {
574#line 248
575  is_lock = __VERIFIER_nondet_int();
576  }
577#line 250
578  if (is_lock != 0) {
579#line 253
580    return (0);
581  } else {
582#line 258
583    ldv_spin = 1;
584#line 260
585    return (1);
586  }
587}
588}
589#line 427 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9184/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-pixelview-002t.c.p"
590void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) 
591{ 
592
593  {
594  {
595#line 433
596  ldv_check_alloc_flags(ldv_func_arg2);
597#line 435
598  kmem_cache_alloc(ldv_func_arg1, ldv_func_arg2);
599  }
600#line 436
601  return ((void *)0);
602}
603}