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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dkmem.c51 gfp_t lflags = kmem_flags_convert(flags); local
55 ptr = kmalloc(size, lflags);
61 __func__, lflags);
107 gfp_t lflags = kmem_flags_convert(flags); local
111 ptr = kmem_cache_alloc(zone, lflags);
117 __func__, 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_intr.c100 if (lstate >= IB_PORT_INIT && (ppd->lflags & QIBL_LINKDOWN) &&
105 } else if (ppd->lflags & (QIBL_LINKINIT | QIBL_LINKARMED |
118 if (ppd->lflags & QIBL_LINKACTIVE)
122 ppd->lflags |= QIBL_LINKARMED | QIBL_LINKV;
123 ppd->lflags &= ~(QIBL_LINKINIT |
126 ppd->lflags |= QIBL_LINKINIT | QIBL_LINKV;
127 ppd->lflags &= ~(QIBL_LINKARMED |
141 ppd->lflags |= QIBL_LINKACTIVE | QIBL_LINKV;
142 ppd->lflags &= ~(QIBL_LINKINIT |
152 if (ppd->lflags
[all...]
H A Dqib_driver.c100 if (ppd->lid && (ppd->lflags & (QIBL_LINKINIT |
132 if (ppd->lid && (ppd->lflags & (QIBL_LINKINIT |
174 (ppd->lflags & state),
180 if (!(ppd->lflags & state))
225 if (ppd->lflags & QIBL_LINKARMED) {
229 if (!(ppd->lflags & (QIBL_LINKINIT | QIBL_LINKACTIVE))) {
240 ppd->lflags &= ~QIBL_LINKV;
248 if (ppd->lflags & QIBL_LINKACTIVE) {
252 if (!(ppd->lflags & QIBL_LINKARMED)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dslb.c99 unsigned long linear_llp, vmalloc_llp, lflags, vflags; local
104 lflags = SLB_VSID_KERNEL | linear_llp;
114 slb_shadow_update(get_paca()->kstack, mmu_kernel_ssize, lflags, 2);
270 unsigned long lflags, vflags; local
314 lflags = SLB_VSID_KERNEL | linear_llp;
321 create_shadowed_slbe(PAGE_OFFSET, mmu_kernel_ssize, lflags, 0);
334 mmu_kernel_ssize, lflags, 2);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcomstats.h66 unsigned long lflags; member in struct:__anon17295
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_strex.c294 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, argument
308 if (!(lflags & ASN1_STRFLGS_DUMP_DER)) {
352 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, argument
361 flags = (unsigned char)(lflags & ESC_FLAGS);
367 if (lflags & ASN1_STRFLGS_SHOW_TYPE) {
379 if (lflags & ASN1_STRFLGS_DUMP_ALL)
382 else if (lflags & ASN1_STRFLGS_IGNORE_TYPE)
390 if ((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN))
395 len = do_dump(lflags, io_ch, arg, str);
402 if (lflags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_strex.c294 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, argument
308 if (!(lflags & ASN1_STRFLGS_DUMP_DER)) {
352 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, argument
361 flags = (unsigned char)(lflags & ESC_FLAGS);
367 if (lflags & ASN1_STRFLGS_SHOW_TYPE) {
379 if (lflags & ASN1_STRFLGS_DUMP_ALL)
382 else if (lflags & ASN1_STRFLGS_IGNORE_TYPE)
390 if ((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN))
395 len = do_dump(lflags, io_ch, arg, str);
402 if (lflags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A DMingw32.pl55 $lflags='${CFLAGS}';
H A DOS2-EMX.pl28 $lflags='${CFLAGS} -Zbsd-signals -s';
76 $mlflags.=" $lflags -Zdll";
H A DVC-32.pl51 $lflags="/nologo /subsystem:console /opt:ref";
128 $lflags="/nologo /opt:ref $wcelflag";
137 $lflags="/nologo /subsystem:console /opt:ref";
160 $lflags.=" /debug";
262 $mlflags.=" $lflags /dll";
291 $mlflags.=" $lflags /dll";
292 $lflags.=' /entry:mainCRTstartup' if(defined($ENV{'PORTSDK_LIBPATH'}));
H A DBC-32.pl14 $lflags="-ap -Tpe -x -Gn ";
90 $mlflags.=" $lflags /dll";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A DMingw32.pl55 $lflags='${CFLAGS}';
H A DOS2-EMX.pl28 $lflags='${CFLAGS} -Zbsd-signals -s';
76 $mlflags.=" $lflags -Zdll";
H A DVC-32.pl51 $lflags="/nologo /subsystem:console /opt:ref";
128 $lflags="/nologo /opt:ref $wcelflag";
137 $lflags="/nologo /subsystem:console /opt:ref";
160 $lflags.=" /debug";
262 $mlflags.=" $lflags /dll";
291 $mlflags.=" $lflags /dll";
292 $lflags.=' /entry:mainCRTstartup' if(defined($ENV{'PORTSDK_LIBPATH'}));
H A DBC-32.pl14 $lflags="-ap -Tpe -x -Gn ";
90 $mlflags.=" $lflags /dll";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmakefile.wat104 lflags = sys DOS4G
109 lflags = format os2 le op osname='PMODE/W' op stub=pmodew.exe $(defaultlibs)
120 lflags = sys DOS
175 $(link) $(lflags) $(ldebug) name $@ @WLK_VA @WLK_VB
182 $(link) $(lflags) $(ldebug) name $@ @WLK_VAR
187 $(link) $(lflags) $(ldebug) name $@ @WLK_VAR
192 $(link) $(lflags) $(ldebug) name $@ @WLK_VAR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmakefile.wat145 lflags = sys DOS4G
150 lflags = format os2 le op osname='PMODE/W' op stub=pmodew.exe $(defaultlibs)
165 lflags = sys DOS
212 $(link) $(lflags) $(ldebug) name $@ @WLK_VA @WLK_VB @WLK_VC
220 $(link) $(lflags) $(ldebug) name $@ @WLK_VX
225 $(link) $(lflags) $(ldebug) name $@ @WLK_VF

Completed in 124 milliseconds

123