Searched refs:lflags (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dkmem.c34 gfp_t lflags = kmem_flags_convert(flags); local
47 ptr = kmalloc(size, lflags);
49 ptr = __vmalloc(size, lflags, PAGE_KERNEL);
55 __FUNCTION__, lflags);
123 gfp_t lflags = kmem_flags_convert(flags); local
127 ptr = kmem_cache_alloc(zone, lflags);
133 __FUNCTION__, lflags);
H A Dkmem.h43 gfp_t lflags; local
48 lflags = GFP_ATOMIC | __GFP_NOWARN;
50 lflags = GFP_KERNEL | __GFP_NOWARN;
52 lflags &= ~__GFP_FS;
54 return lflags;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/mm/
H A Dslb.c92 unsigned long linear_llp, vmalloc_llp, lflags, vflags; local
99 lflags = SLB_VSID_KERNEL | linear_llp;
108 mk_vsid_data(ksp_esid_data, lflags), 2);
121 "r"(mk_vsid_data(ksp_esid_data, lflags)),
196 unsigned long lflags, vflags; local
225 lflags = SLB_VSID_KERNEL | linear_llp;
232 create_shadowed_slbe(PAGE_OFFSET, lflags, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/pl/
H A DBC-16.pl19 $lflags="$base_lflags";
27 $lflags.="/Twe";
32 $lflags.=" /Tde";
H A DVC-16.pl32 $lflags="$base_lflags /STACK:20000";
41 $lflags.=" /ALIGN:256";
48 $lflags.=" /EXEPACK";
H A DVC-CE.pl16 $lflags='/nologo /subsystem:windowsce,$(WCELDVERSION) /machine:$(WCELDMACHINE) /opt:ref';
26 $lflags.=" /debug";
62 $mlflags.=" $lflags /dll";
H A DVC-32.pl15 $lflags="/nologo /subsystem:console /machine:I386 /opt:ref";
25 $lflags.=" /debug";
92 $mlflags.=" $lflags /dll";
H A DBC-32.pl14 $lflags="-ap -Tpe -x -Gn ";
90 $mlflags.=" $lflags /dll";
H A DMingw32.pl55 $lflags='${CFLAGS}';
H A DOS2-EMX.pl28 $lflags='${CFLAGS} -Zbsd-signals -s';
75 $mlflags.=" $lflags -Zdll";
H A Dunix.pl33 $lflags='${CFLAGS}';
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A Dnetware.pl102 $lflags="-msgstyle gcc -zerobss -stacksize 32768 -nostdlib -sym internal ";
123 $lflags.=" -entry _LibCPrelude -exit _LibCPostlude -flags pseudopreemption";
128 $lflags.=" -entry _Prelude -exit _Stop";
H A DBC-32.pl14 $lflags="-ap -Tpe -x -Gn ";
90 $mlflags.=" $lflags /dll";
H A DMingw32.pl57 $lflags='${CFLAGS}';
H A DOS2-EMX.pl28 $lflags='${CFLAGS} -Zbsd-signals -s';
76 $mlflags.=" $lflags -Zdll";
H A DVC-32.pl36 $lflags="/nologo /subsystem:console /opt:ref";
90 $lflags="/nologo /opt:ref $wcelflag";
99 $lflags="/nologo /subsystem:console /opt:ref";
110 $lflags.=" /debug";
199 $mlflags.=" $lflags /dll";
231 $mlflags.=" $lflags /dll";
H A Dunix.pl33 $lflags='${CFLAGS}';
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dcomstats.h66 unsigned long lflags; member in struct:__anon9665
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_strex.c250 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str) argument
261 if(!(lflags & ASN1_STRFLGS_DUMP_DER)) {
307 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str) argument
315 flags = (unsigned char)(lflags & ESC_FLAGS);
322 if(lflags & ASN1_STRFLGS_SHOW_TYPE) {
333 if(lflags & ASN1_STRFLGS_DUMP_ALL) type = -1;
335 else if(lflags & ASN1_STRFLGS_IGNORE_TYPE) type = 1;
340 if((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) type = 1;
344 len = do_dump(lflags, io_ch, arg, str);
350 if(lflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Da_strex.c248 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str) argument
259 if(!(lflags & ASN1_STRFLGS_DUMP_DER)) {
305 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str) argument
313 flags = (unsigned char)(lflags & ESC_FLAGS);
320 if(lflags & ASN1_STRFLGS_SHOW_TYPE) {
331 if(lflags & ASN1_STRFLGS_DUMP_ALL) type = -1;
333 else if(lflags & ASN1_STRFLGS_IGNORE_TYPE) type = 1;
338 if((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) type = 1;
342 len = do_dump(lflags, io_ch, arg, str);
348 if(lflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/
H A DConfigure135 #config-string $cc : $cflags : $unistd : $thread_cflag : $sys_id : $lflags : $bn_ops : $cpuid_obj : $bn_obj : $des_obj : $aes_obj : $bf_obj : $md5_obj : $sha1_obj : $cast_obj : $rc4_obj : $rmd160_obj : $rc5_obj : $dso_scheme : $shared_target : $shared_cflag : $shared_ldflag : $shared_extension : $ranlib : $arflags
952 my $lflags = $fields[$idx_lflags];
1095 $lflags="$libs$lflags" if ($libs ne "");
1119 $lflags = "$lflags -lz";
1299 s/^EX_LIBS=.*$/EX_LIBS= $lflags/;
1351 print "EX_LIBS =$lflags\n";
1746 (my $cc,my $cflags,my $unistd,my $thread_cflag,my $sys_id,my $lflags,
1761 \$lflags
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h257 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dapps.h260 void print_name(BIO *out, char *title, X509_NAME *nm, unsigned long lflags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide.c824 unsigned long lflags; local
826 local_irq_set(lflags);
828 local_irq_restore(lflags);
832 local_irq_restore(lflags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap_btree.h316 extern int xfs_bmbt_newroot(struct xfs_btree_cur *cur, int *lflags, int *stat);

Completed in 301 milliseconds

12