Searched refs:Active (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DTransactionStats.java21 public static class Active { class in class:TransactionStats
23 /* package */ Active() {} method in class:TransactionStats.Active
104 return "Active:"
220 private Active[] st_txnarray;
221 public Active[] getTxnarray() {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_java_stat66 $2 private Active[] \1;\\
67 $2 public Active[] get_\1() {\\
222 s/^[ ]*[^\*]*\*[ ]*\([^;]*\).*/ { \&$1_\1_fid, \&$1_class, \"\1\", \"[L\" DB_PKG \"TransactionStats\$Active;\" },/p
354 # Build TransactionStats.java - special because of embedded Active class
366 echo " public static class Active {"
368 echo " /* package */ Active() {}"
370 jclass_toString txn_active Active " "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dumem.c133 int Active, Ready; member in struct:cardinfo
268 * no IO active, and we know that card->Active
276 page = &card->mm_pages[card->Active];
277 pr_debug("start_io: %d %d->%d\n", card->Active, page->headcnt, page->cnt-1);
318 /* if No page is Active, and Ready is
328 if (card->Active == -1 &&
330 card->Active = card->Ready;
335 } while (card->Active == -1 && add_bio(card));
447 if (card->Active < 0)
449 page = &card->mm_pages[card->Active];
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskrlmt.c1324 SK_U32 Active, /* Active port */
1407 SK_U32 Active, /* Active port */
1421 if (!pAC->Rlmt.Port[Active].PortDown &&
1422 !(pAC->Rlmt.Port[Active].CheckingState & SK_RLMT_PCS_RX)) {
1423 *pSelect = Active;
1456 SK_U32 Active, /* Active port */
1471 if (pAC->Rlmt.Port[Active]
1321 SkRlmtSelectBcRx( SK_AC *pAC, SK_IOC IoC, SK_U32 Active, SK_U32 PrefPort, SK_U32 *pSelect) argument
1404 SkRlmtSelectNotSuspect( SK_AC *pAC, SK_IOC IoC, SK_U32 Active, SK_U32 PrefPort, SK_U32 *pSelect) argument
1453 SkRlmtSelectUp( SK_AC *pAC, SK_IOC IoC, SK_U32 Active, SK_U32 PrefPort, SK_U32 *pSelect, SK_BOOL AutoNegDone) argument
1502 SkRlmtSelectGoingUp( SK_AC *pAC, SK_IOC IoC, SK_U32 Active, SK_U32 PrefPort, SK_U32 *pSelect, SK_BOOL AutoNegDone) argument
1560 SkRlmtSelectDown( SK_AC *pAC, SK_IOC IoC, SK_U32 Active, SK_U32 PrefPort, SK_U32 *pSelect, SK_BOOL AutoNegDone) argument
1616 SK_U32 Active; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_fsm.c117 case Active:
118 /* Active is waiting connection from remote peer. And if
513 /* If the peer is passive mode, force to move to Active mode. */
739 {bgp_connect_fail, Active}, /* TCP_connection_open_failed */
750 /* Active, */
751 {bgp_ignore, Active}, /* BGP_Start */
755 {bgp_ignore, Active}, /* TCP_connection_open_failed */
770 {bgp_stop, Active}, /* TCP_connection_closed */
H A Dbgp_network.c107 peer->status = Active;
H A Dbgpd.h563 #define Active 3 macro
H A Dbgp_debug.c61 { Active, "Active" },
H A Dbgp_packet.c1191 if (ret == 0 && realpeer->status != Active
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec840 %{error:--with[out] ads Build with Active Directory support - %opt_status %build_ads}
2140 - Added if's for build_ads, which hopefully will add Active Directory
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure880 --with-ads Active Directory support (default auto)
28971 echo "$as_me:$LINENO: checking for Active Directory and krb5 support" >&5
28972 echo $ECHO_N "checking for Active Directory and krb5 support... $ECHO_C" >&6
28993 { { echo "$as_me:$LINENO: error: Active Directory Support requires LDAP support" >&5
28994 echo "$as_me: error: Active Directory Support requires LDAP support" >&2;}
28997 { echo "$as_me:$LINENO: WARNING: Active Directory Support requires LDAP support" >&5
28998 echo "$as_me: WARNING: Active Directory Support requires LDAP support" >&2;}
29319 { { echo "$as_me:$LINENO: error: Active Directory cannot be supported without krb5.h" >&5
29320 echo "$as_me: error: Active Directory cannot be supported without krb5.h" >&2;}
29323 { echo "$as_me:$LINENO: WARNING: Active Director
[all...]

Completed in 189 milliseconds