Searched refs:ACTIONS (Results 1 - 23 of 23) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/lib/Parse/Pidl/
H A DExpr.pm28 ACTIONS => {
47 ACTIONS => {
66 ACTIONS => {
90 ACTIONS => {
109 ACTIONS => {
134 ACTIONS => {
153 ACTIONS => {
172 ACTIONS => {
181 ACTIONS => {
187 ACTIONS
[all...]
H A DIDL.pm34 ACTIONS => {
56 ACTIONS => {
61 ACTIONS => {
73 ACTIONS => {
80 ACTIONS => {
104 ACTIONS => {
113 ACTIONS => {
121 ACTIONS => {
133 ACTIONS => {
141 ACTIONS
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/lib/Parse/Pidl/
H A DExpr.pm28 ACTIONS => {
47 ACTIONS => {
66 ACTIONS => {
90 ACTIONS => {
109 ACTIONS => {
134 ACTIONS => {
153 ACTIONS => {
172 ACTIONS => {
181 ACTIONS => {
187 ACTIONS
[all...]
H A DIDL.pm34 ACTIONS => {
56 ACTIONS => {
61 ACTIONS => {
73 ACTIONS => {
80 ACTIONS => {
104 ACTIONS => {
113 ACTIONS => {
121 ACTIONS => {
133 ACTIONS => {
141 ACTIONS
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/lib/Parse/Pidl/
H A DExpr.pm28 ACTIONS => {
47 ACTIONS => {
66 ACTIONS => {
90 ACTIONS => {
109 ACTIONS => {
134 ACTIONS => {
153 ACTIONS => {
172 ACTIONS => {
181 ACTIONS => {
187 ACTIONS
[all...]
H A DIDL.pm34 ACTIONS => {
56 ACTIONS => {
61 ACTIONS => {
73 ACTIONS => {
80 ACTIONS => {
104 ACTIONS => {
113 ACTIONS => {
121 ACTIONS => {
133 ACTIONS => {
141 ACTIONS
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/lib/Parse/Yapp/
H A DDriver.pm160 keys %{$self->{STATES}[$self->{STACK}[-1][0]]{ACTIONS}}
267 if (exists($$actions{ACTIONS})) {
276 $act= exists($$actions{ACTIONS}{$$token})
277 ? $$actions{ACTIONS}{$$token}
434 and ( not exists($$states[$$stack[-1][0]]{ACTIONS})
435 or not exists($$states[$$stack[-1][0]]{ACTIONS}{error})
436 or $$states[$$stack[-1][0]]{ACTIONS}{error} <= 0)) {
457 #DBG> $$states[$$stack[-1][0]]{ACTIONS}{error}.
460 push(@$stack, [ $$states[$$stack[-1][0]]{ACTIONS}{error}, undef ]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/lib/Parse/Yapp/
H A DDriver.pm160 keys %{$self->{STATES}[$self->{STACK}[-1][0]]{ACTIONS}}
267 if (exists($$actions{ACTIONS})) {
276 $act= exists($$actions{ACTIONS}{$$token})
277 ? $$actions{ACTIONS}{$$token}
434 and ( not exists($$states[$$stack[-1][0]]{ACTIONS})
435 or not exists($$states[$$stack[-1][0]]{ACTIONS}{error})
436 or $$states[$$stack[-1][0]]{ACTIONS}{error} <= 0)) {
457 #DBG> $$states[$$stack[-1][0]]{ACTIONS}{error}.
460 push(@$stack, [ $$states[$$stack[-1][0]]{ACTIONS}{error}, undef ]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/lib/Parse/Yapp/
H A DDriver.pm160 keys %{$self->{STATES}[$self->{STACK}[-1][0]]{ACTIONS}}
267 if (exists($$actions{ACTIONS})) {
276 $act= exists($$actions{ACTIONS}{$$token})
277 ? $$actions{ACTIONS}{$$token}
434 and ( not exists($$states[$$stack[-1][0]]{ACTIONS})
435 or not exists($$states[$$stack[-1][0]]{ACTIONS}{error})
436 or $$states[$$stack[-1][0]]{ACTIONS}{error} <= 0)) {
457 #DBG> $$states[$$stack[-1][0]]{ACTIONS}{error}.
460 push(@$stack, [ $$states[$$stack[-1][0]]{ACTIONS}{error}, undef ]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/
H A Decm.c58 #define ACTIONS(x) (x|AFLAG) macro
111 smc->mib.fddiSMTECMState = ACTIONS(EC0_OUT) ;
130 (smc->mib.fddiSMTECMState & AFLAG) ? "ACTIONS " : "",
171 case ACTIONS(EC0_OUT) :
195 case ACTIONS(EC1_IN) :
217 case ACTIONS(EC2_TRACE) :
252 case ACTIONS(EC3_LEAVE) :
292 case ACTIONS(EC4_PATH_TEST) :
337 case ACTIONS(EC5_INSERT) :
354 case ACTIONS(EC6_CHEC
[all...]
H A Drmt.c62 #define ACTIONS(x) (x|AFLAG) macro
127 smc->mib.m[MAC0].fddiMACRMTState = ACTIONS(RM0_ISOLATED) ;
153 (smc->mib.m[MAC0].fddiMACRMTState & AFLAG) ? "ACTIONS " : "",
172 smc->mib.m[MAC0].fddiMACRMTState != ACTIONS(RM0_ISOLATED) &&
181 case ACTIONS(RM0_ISOLATED) :
211 case ACTIONS(RM1_NON_OP) :
237 case ACTIONS(RM2_RING_OP) :
283 case ACTIONS(RM3_DETECT) :
376 case ACTIONS(RM4_NON_OP_DUP) :
447 case ACTIONS(RM5_RING_OP_DU
[all...]
H A Dcfm.c53 #define ACTIONS(x) (x|AFLAG) macro
107 smc->mib.fddiSMTCF_State = ACTIONS(SC0_ISOLATED) ;
234 (smc->mib.fddiSMTCF_State & AFLAG) ? "ACTIONS " : "",
276 case ACTIONS(SC0_ISOLATED) :
311 case ACTIONS(SC9_C_WRAP_A) :
376 case ACTIONS(SC10_C_WRAP_B) :
428 case ACTIONS(SC4_THRU_A) :
461 case ACTIONS(SC5_THRU_B) :
494 case ACTIONS(SC11_C_WRAP_S) :
H A Dpcmplc.c78 #define ACTIONS(x) (x|AFLAG) macro
247 mib->fddiPORTPCMState = ACTIONS(PC0_OFF) ;
610 (mib->fddiPORTPCMState & AFLAG) ? "ACTIONS " : "") ;
716 case ACTIONS(PC0_OFF) :
736 case ACTIONS(PC1_BREAK) :
814 case ACTIONS(PC2_TRACE) :
825 case ACTIONS(PC5_SIGNAL) :
909 case ACTIONS(PC6_JOIN) : function
948 case ACTIONS(PC8_ACTIVE) :
972 case ACTIONS(PC9_MAIN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/
H A Decm.c58 #define ACTIONS(x) (x|AFLAG) macro
111 smc->mib.fddiSMTECMState = ACTIONS(EC0_OUT) ;
130 (smc->mib.fddiSMTECMState & AFLAG) ? "ACTIONS " : "",
171 case ACTIONS(EC0_OUT) :
195 case ACTIONS(EC1_IN) :
217 case ACTIONS(EC2_TRACE) :
252 case ACTIONS(EC3_LEAVE) :
292 case ACTIONS(EC4_PATH_TEST) :
337 case ACTIONS(EC5_INSERT) :
354 case ACTIONS(EC6_CHEC
[all...]
H A Drmt.c62 #define ACTIONS(x) (x|AFLAG) macro
127 smc->mib.m[MAC0].fddiMACRMTState = ACTIONS(RM0_ISOLATED) ;
153 (smc->mib.m[MAC0].fddiMACRMTState & AFLAG) ? "ACTIONS " : "",
172 smc->mib.m[MAC0].fddiMACRMTState != ACTIONS(RM0_ISOLATED) &&
181 case ACTIONS(RM0_ISOLATED) :
211 case ACTIONS(RM1_NON_OP) :
237 case ACTIONS(RM2_RING_OP) :
283 case ACTIONS(RM3_DETECT) :
376 case ACTIONS(RM4_NON_OP_DUP) :
447 case ACTIONS(RM5_RING_OP_DU
[all...]
H A Dcfm.c53 #define ACTIONS(x) (x|AFLAG) macro
107 smc->mib.fddiSMTCF_State = ACTIONS(SC0_ISOLATED) ;
234 (smc->mib.fddiSMTCF_State & AFLAG) ? "ACTIONS " : "",
276 case ACTIONS(SC0_ISOLATED) :
311 case ACTIONS(SC9_C_WRAP_A) :
376 case ACTIONS(SC10_C_WRAP_B) :
428 case ACTIONS(SC4_THRU_A) :
461 case ACTIONS(SC5_THRU_B) :
494 case ACTIONS(SC11_C_WRAP_S) :
H A Dpcmplc.c78 #define ACTIONS(x) (x|AFLAG) macro
247 mib->fddiPORTPCMState = ACTIONS(PC0_OFF) ;
610 (mib->fddiPORTPCMState & AFLAG) ? "ACTIONS " : "") ;
716 case ACTIONS(PC0_OFF) :
736 case ACTIONS(PC1_BREAK) :
814 case ACTIONS(PC2_TRACE) :
825 case ACTIONS(PC5_SIGNAL) :
909 case ACTIONS(PC6_JOIN) : function
948 case ACTIONS(PC8_ACTIVE) :
972 case ACTIONS(PC9_MAIN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java40 private static final ForeignKeyDeleteAction[] ACTIONS = { field in class:ForeignKeyTest
65 for (int j = 0; j < ACTIONS.length; j += 1) {
67 ACTIONS[j],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DForeignKeyTest.java40 private static final DeleteAction[] ACTIONS = { field in class:ForeignKeyTest
56 for (int i = 0; i < ACTIONS.length; i += 1) {
62 test.onDelete = ACTIONS[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java40 private static final ForeignKeyDeleteAction[] ACTIONS = { field in class:ForeignKeyTest
65 for (int j = 0; j < ACTIONS.length; j += 1) {
67 ACTIONS[j],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DForeignKeyTest.java40 private static final DeleteAction[] ACTIONS = { field in class:ForeignKeyTest
56 for (int i = 0; i < ACTIONS.length; i += 1) {
62 test.onDelete = ACTIONS[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java40 private static final ForeignKeyDeleteAction[] ACTIONS = { field in class:ForeignKeyTest
65 for (int j = 0; j < ACTIONS.length; j += 1) {
67 ACTIONS[j],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/persist/test/
H A DForeignKeyTest.java40 private static final DeleteAction[] ACTIONS = { field in class:ForeignKeyTest
56 for (int i = 0; i < ACTIONS.length; i += 1) {
62 test.onDelete = ACTIONS[i];

Completed in 220 milliseconds