Searched refs:condition (Results 26 - 50 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dgsockgtk.cpp29 GdkInputCondition condition)
33 if (condition & GDK_INPUT_READ)
35 if (condition & GDK_INPUT_WRITE)
27 _GSocket_GDK_Input(gpointer data, gint source, GdkInputCondition condition) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtraps.h70 static inline int get_si_code(unsigned long condition) argument
72 if (condition & DR_STEP)
74 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_in.c100 x25->condition = 0x00;
192 x25->condition = 0x00;
211 x25->condition = 0x00;
220 x25->condition |= X25_COND_PEER_RX_BUSY;
222 x25->condition &= ~X25_COND_PEER_RX_BUSY;
228 x25->condition &= ~X25_COND_PEER_RX_BUSY;
233 x25->condition = 0x00;
251 x25->condition = 0x00;
261 x25->condition |= X25_COND_OWN_RX_BUSY;
268 x25->condition
[all...]
H A Dx25_out.c158 if (x25->condition & X25_COND_PEER_RX_BUSY)
205 x25->condition &= ~X25_COND_ACK_PENDING;
219 if (x25->condition & X25_COND_OWN_RX_BUSY)
225 x25->condition &= ~X25_COND_ACK_PENDING;
H A Dx25_timer.c144 if (x25->condition & X25_COND_ACK_PENDING) {
145 x25->condition &= ~X25_COND_ACK_PENDING;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Drose_out.c58 if (rose->condition & ROSE_COND_PEER_RX_BUSY)
103 rose->condition &= ~ROSE_COND_ACK_PENDING;
117 if (rose->condition & ROSE_COND_OWN_RX_BUSY)
123 rose->condition &= ~ROSE_COND_ACK_PENDING;
H A Drose_timer.c152 (rose->condition & ROSE_COND_OWN_RX_BUSY)) {
153 rose->condition &= ~ROSE_COND_OWN_RX_BUSY;
154 rose->condition &= ~ROSE_COND_ACK_PENDING;
187 if (rose->condition & ROSE_COND_ACK_PENDING) {
188 rose->condition &= ~ROSE_COND_ACK_PENDING;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dentry.S84 bl checkCondition @ check the condition
85 cmp r0, #0 @ r0 = 0 ==> condition failed
87 @ if condition code failed to match, next insn
108 b emulate @ check condition and emulate
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtest.h136 * A failure occurs when a test fails (condition is false).
236 * Asserts that a condition is true.
237 * If the condition is not true, a failure is generated.
238 * @param condition Condition to fullfill for the assertion to pass
241 #define ASSERT_TRUE_M(condition, message) \
243 if (!(condition)) { \
252 #define ASSERT_TRUE(condition) \
253 ASSERT_TRUE_M(condition, wxString(wxT("Not true: ")) + wxT(#condition));
257 * Same as ASSERT_TRUE, but without an explicit message and condition mus
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Dnr_out.c93 if (nr->condition & NR_COND_OWN_RX_BUSY)
115 if (nr->condition & NR_COND_OWN_RX_BUSY)
120 nr->condition &= ~NR_COND_ACK_PENDING;
135 if (nr->condition & NR_COND_PEER_RX_BUSY)
183 nr->condition &= ~NR_COND_ACK_PENDING;
228 nr->condition = 0x00;
247 if (nr->condition & NR_COND_OWN_RX_BUSY) {
257 nr->condition &= ~NR_COND_ACK_PENDING;
H A Dnr_timer.c142 (nr->condition & NR_COND_OWN_RX_BUSY)) {
143 nr->condition &= ~NR_COND_OWN_RX_BUSY;
144 nr->condition &= ~NR_COND_ACK_PENDING;
162 if (nr->condition & NR_COND_ACK_PENDING) {
163 nr->condition &= ~NR_COND_ACK_PENDING;
174 nr_sk(sk)->condition &= ~NR_COND_PEER_RX_BUSY;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_condition.c1 /* Shared library add-on to ip6tables for condition match */
15 printf("condition match v%s options:\n"
16 "--condition [!] filename "
23 { .name = "condition", .has_arg = 1, .flag = 0, .val = 'X' },
62 "Condition match: must specify --condition");
73 printf("condition %s%s ", (info->invert) ? "!" : "", info->name);
84 printf("--condition %s\"%s\" ", (info->invert) ? "! " : "", info->name);
88 static struct ip6tables_match condition = { variable in typeref:struct:ip6tables_match
89 .name = "condition",
105 register_match6(&condition);
[all...]
H A Dlibipt_condition.c1 /* Shared library add-on to iptables for condition match */
15 printf("condition match v%s options:\n"
16 "--condition [!] filename "
23 { .name = "condition", .has_arg = 1, .flag = 0, .val = 'X' },
62 "Condition match: must specify --condition");
73 printf("condition %s%s ", (info->invert) ? "!" : "", info->name);
84 printf("--condition %s\"%s\" ", (info->invert) ? "! " : "", info->name);
88 static struct iptables_match condition = { variable in typeref:struct:iptables_match
89 .name = "condition",
105 register_match(&condition);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_std_timer.c66 (ax25->condition & AX25_COND_OWN_RX_BUSY)) {
67 ax25->condition &= ~AX25_COND_OWN_RX_BUSY;
68 ax25->condition &= ~AX25_COND_ACK_PENDING;
83 if (ax25->condition & AX25_COND_ACK_PENDING) {
84 ax25->condition &= ~AX25_COND_ACK_PENDING;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-socket-set-poll.c249 unsigned int condition = 0; local
252 condition |= DBUS_WATCH_READABLE;
254 condition |= DBUS_WATCH_WRITABLE;
256 condition |= DBUS_WATCH_HANGUP;
258 condition |= DBUS_WATCH_ERROR;
261 condition |= _DBUS_WATCH_NVAL;
263 return condition;
H A Ddbus-mainloop.h34 unsigned int condition,
H A Ddbus-watch.h57 unsigned int *condition);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dgsockgtk.cpp36 GdkInputCondition condition)
40 if (condition & GDK_INPUT_READ)
42 if (condition & GDK_INPUT_WRITE)
34 _GSocket_GDK_Input(gpointer data, gint source, GdkInputCondition condition) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/lapb/
H A Dlapb_in.c73 lapb->condition = 0x00;
101 lapb->condition = 0x00;
211 lapb->condition = 0x00;
360 lapb->condition = 0x00;
383 lapb->condition = 0x00;
438 lapb->condition |= LAPB_PEER_RX_BUSY_CONDITION;
462 lapb->condition &= ~LAPB_PEER_RX_BUSY_CONDITION;
486 lapb->condition &= ~LAPB_PEER_RX_BUSY_CONDITION;
527 if (lapb->condition & LAPB_PEER_RX_BUSY_CONDITION)
549 lapb->condition
[all...]
H A Dlapb_out.c81 if (!(lapb->condition & LAPB_PEER_RX_BUSY_CONDITION) &&
113 lapb->condition &= ~LAPB_ACK_PENDING_CONDITION;
164 lapb->condition = 0x00;
194 lapb->condition &= ~LAPB_ACK_PENDING_CONDITION;
205 lapb->condition &= ~LAPB_ACK_PENDING_CONDITION;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dosd.h47 int condition; member in struct:osd_waitevent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Ddiscovery.h82 LAP_REASON condition; /* More info about the discovery */ member in struct:discovery_t
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Drules.c272 static int rule_condition_eval(struct hotplug2_event_t *event, struct condition_t *condition) { argument
277 event_value = get_hotplug2_value_by_key(event, condition->key);
279 switch (condition->type) {
285 rv = strcmp(condition->value, event_value) ? EVAL_NOT_MATCH : EVAL_MATCH;
286 if (condition->type == COND_NMATCH_CMP)
296 regcomp(&preg, condition->value, REG_EXTENDED | REG_NOSUB);
299 if (condition->type == COND_NMATCH_RE)
307 if (!strcasecmp(condition->value, "set"))
310 if (!strcasecmp(condition->value, "unset"))
574 ERROR("rules_get_value / status / condtype", "Malformed rule - unknown condition typ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxp.h46 #define DBUG_ON(condition) BUG_ON(condition)
48 #define DBUG_ON(condition)
207 * partid - partition ID associated with condition.
208 * ch_number - channel # associated with condition.
237 * partid - partition ID associated with condition.
238 * ch_number - channel # associated with condition.
264 * or an incoming message received, or an error condition encountered. A
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/
H A Dminicheck.h74 void _fail_unless(int condition, const char *file, int line, char *msg);

Completed in 299 milliseconds

12345678