Searched refs:lflags (Results 26 - 50 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dmakefile.w1080 lflags = sys NT
109 $(link) $(lflags) $(ldebug) name $@ file {$(OBJZ)}
113 $(link) $(lflags) $(ldebug) name $@ file {$(OBJN)}
116 $(link) $(lflags) $(ldebug) name $@ file {$(OBJC)}
119 $(link) $(lflags) $(ldebug) name $@ file {$(OBJS)}
H A Dmakefile.wat80 lflags = sys NT
109 $(link) $(lflags) $(ldebug) name $@ file {$(OBJZ)}
113 $(link) $(lflags) $(ldebug) name $@ file {$(OBJN)}
116 $(link) $(lflags) $(ldebug) name $@ file {$(OBJC)}
119 $(link) $(lflags) $(ldebug) name $@ file {$(OBJS)}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dprocess_keys.c511 key_ref_t lookup_user_key(key_serial_t id, unsigned long lflags, argument
527 if (!(lflags & KEY_LOOKUP_CREATE))
545 if (!(lflags & KEY_LOOKUP_CREATE))
668 if (lflags & KEY_LOOKUP_FOR_UNLINK) {
673 if (!(lflags & KEY_LOOKUP_PARTIAL)) {
691 if (!(lflags & KEY_LOOKUP_PARTIAL) &&
H A Dkeyctl.c237 unsigned long lflags; local
240 lflags = create ? KEY_LOOKUP_CREATE : 0;
241 key_ref = lookup_user_key(id, lflags, KEY_SEARCH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c1120 !(ppd->lflags & QIBL_LINKACTIVE)) {
1131 !(ppd->lflags & QIBL_LINKACTIVE)) {
1170 if (!(ppd->lflags & QIBL_IB_AUTONEG_INPROG))
1205 if (ppd->state_wanted & ppd->lflags)
1499 ppd->lflags |= QIBL_IB_LINK_DISABLED;
1508 ppd->lflags &= ~QIBL_IB_LINK_DISABLED;
1692 ppd->lflags &= ~QIBL_IB_AUTONEG_INPROG;
2162 dd->pport->lflags |= QIBL_IB_FORCE_NOTIFY;
2163 dd->pport->lflags &= ~QIBL_IB_AUTONEG_FAILED;
2456 if (!(ppd->lflags
[all...]
H A Dqib_iba7322.c1762 !(ppd->lflags & QIBL_LINKACTIVE)) {
1778 !(ppd->lflags & QIBL_LINKACTIVE)) {
1815 if (!(ppd->lflags & QIBL_IB_AUTONEG_INPROG))
1839 if ((ppd->lflags & QIBL_IB_LINK_DISABLED) && ltstate !=
1861 if (ppd->state_wanted & ppd->lflags)
2103 ppd->lflags |= QIBL_IB_LINK_DISABLED;
2112 ppd->lflags &= ~QIBL_IB_LINK_DISABLED;
2348 ppd->lflags &= ~QIBL_IB_AUTONEG_INPROG;
3322 ppd->lflags |= QIBL_IB_FORCE_NOTIFY;
3323 ppd->lflags
[all...]
H A Dqib_init.c509 ppd->lflags &= ~(QIBL_LINKACTIVE | QIBL_LINKARMED |
575 ppd->lflags |= QIBL_IB_LINK_DISABLED;
588 ppd->lflags &= ~QIBL_IB_LINK_DISABLED;
723 ppd->lflags &= ~(QIBL_LINKDOWN | QIBL_LINKINIT |
H A Dqib_tx.c513 if (!(ppd->lflags & QIBL_IB_AUTONEG_INPROG))
H A Dqib_sd7220.c1399 if ((dd->flags & QIB_INITTED) && !(ppd->lflags &
1403 if (!(ppd->lflags & QIBL_IB_LINK_DISABLED))
H A Dqib_iba6120.c1027 !(ppd->lflags & QIBL_LINKACTIVE)) {
1038 !(ppd->lflags & QIBL_LINKACTIVE)) {
1103 if (ppd->state_wanted & ppd->lflags)
1209 ppd->lflags |= QIBL_IB_LINK_DISABLED;
1218 ppd->lflags &= ~QIBL_IB_LINK_DISABLED;
3031 ppd->lflags &= ~QIBL_IB_FORCE_NOTIFY;
3377 !(ppd->lflags & (QIBL_IB_AUTONEG_INPROG | QIBL_LINKACTIVE)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A Dnetware.pl186 $lflags="-T";
221 $lflags="-msgstyle gcc -zerobss -nostdlib -sym internal -commandfile";
H A Dunix.pl34 $lflags='${CFLAG}';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A Dnetware.pl186 $lflags="-T";
221 $lflags="-msgstyle gcc -zerobss -nostdlib -sym internal -commandfile";
H A Dunix.pl34 $lflags='${CFLAG}';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A DMakefile.wat132 lflags = sys NT
170 $(link) $(lflags) $(ldebug) name $@ file {$(OBJU)} $(BZ2LNKLIB)
173 $(link) $(lflags) $(ldebug) name $@ file {$(OBJX)} $(BZ2LNKLIB)
176 $(link) $(lflags) $(ldebug) name $@ file {$(OBJF)}
183 $(link) $(lflags) $(ldebug) name $@ file {$(O)uzexampl.obj} lib version.lib
H A DMakefile326 lflags = /INCREMENTAL:NO /PDB:NONE /NOLOGO macro
329 conlflags = $(lflags) /subsystem:console
330 guilflags = $(lflags) /subsystem:windows
331 dlllflags = $(lflags) /DLL
/netgear-R7000-V1.0.7.12_1.2.5/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);
H A Dapps.c1281 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags) argument
1288 if((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) {
1292 if(lflags == XN_FLAG_COMPAT) {
1299 X509_NAME_print_ex(out, nm, indent, lflags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.h238 unsigned long lflags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.h238 unsigned long lflags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_files.c46 u_int32_t i, extid, maxext, numext, lflags, offset, oldext, openflags; local
182 (void)__memp_get_flags(mpf, &lflags);
183 if (!FLD_ISSET(lflags, DB_MPOOL_UNLINK))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c981 u_int32_t lflags; local
1031 lflags = DB_LOG_COMMIT | DB_FLUSH;
1033 lflags, TXN_PREPARE, &xid, td->format, td->gtrid, td->bqual,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-eh.c2473 unsigned int lflags = link->flags; local
2670 if (!(lflags & ATA_LFLAG_ASSUME_CLASS))
2671 lflags |= ATA_LFLAG_ASSUME_ATA;
2689 if (lflags & ATA_LFLAG_ASSUME_ATA)
2691 else if (lflags & ATA_LFLAG_ASSUME_SEMB)
H A Dlibata-core.c108 unsigned int lflags; member in struct:ata_force_param
389 /* let lflags stack */
390 if (fe->param.lflags) {
391 link->flags |= fe->param.lflags;
394 fe->param.lflags, link->flags);
6353 { "nohrst", .lflags = ATA_LFLAG_NO_HRST },
6354 { "nosrst", .lflags = ATA_LFLAG_NO_SRST },
6355 { "norst", .lflags = ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST },

Completed in 327 milliseconds

123