Searched refs:condition (Results 1 - 25 of 113) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dbug.h31 #define BUG_ON(condition) do { if (unlikely((condition)!=0)) BUG(); } while(0)
35 #define WARN_ON(condition) ({ \
36 typeof(condition) __ret_warn_on = (condition); \
52 #define BUG_ON(condition) do { if (condition) ; } while(0)
56 #define WARN_ON(condition) ({ \
57 typeof(condition) __ret_warn_on = (condition); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/test/
H A Dtest-integers.c39 # define CHECK(condition) \
40 if (!(condition)) { \
42 __FILE__, __LINE__, #condition); \
46 # define CHECK(condition) \
47 if (!(condition)) { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A D.condition-test2 # True if condition is applied.
3 [ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_condition.h ] && echo condition
H A D.condition-test63 [ -f $KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_condition.h ] && echo condition
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dbug.h58 #define WARN_ON(condition) \
60 typeof(condition) __ret_warn_on = (condition); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dbug.h19 #define BUG_ON(condition) \
22 : : "r" (condition), "i" (BRK_BUG)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dbug.h19 #define BUG_ON(condition) \
22 : : "r" (condition), "i" (BRK_BUG)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_std_subr.c41 ax25->condition = 0x00;
58 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
63 ax25->condition &= ~AX25_COND_ACK_PENDING;
71 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
76 ax25->condition &= ~AX25_COND_ACK_PENDING;
81 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
86 ax25->condition &= ~AX25_COND_ACK_PENDING;
H A Dax25_std_in.c164 ax25->condition = 0x00;
183 ax25->condition &= ~AX25_COND_PEER_RX_BUSY;
185 ax25->condition |= AX25_COND_PEER_RX_BUSY;
197 ax25->condition &= ~AX25_COND_PEER_RX_BUSY;
218 if (ax25->condition & AX25_COND_PEER_RX_BUSY) {
223 if (ax25->condition & AX25_COND_OWN_RX_BUSY) {
230 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
232 ax25->condition &= ~AX25_COND_REJECT;
236 if (!(ax25->condition & AX25_COND_ACK_PENDING)) {
237 ax25->condition |
[all...]
H A Dax25_ds_in.c167 ax25->condition = 0x00;
189 ax25->condition &= ~AX25_COND_PEER_RX_BUSY;
191 ax25->condition |= AX25_COND_PEER_RX_BUSY;
205 ax25->condition &= ~AX25_COND_PEER_RX_BUSY;
231 if (ax25->condition & AX25_COND_PEER_RX_BUSY) {
238 if (ax25->condition & AX25_COND_OWN_RX_BUSY) {
245 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
247 ax25->condition &= ~AX25_COND_REJECT;
251 if (!(ax25->condition & AX25_COND_ACK_PENDING)) {
252 ax25->condition |
[all...]
H A Dax25_ds_subr.c69 if (!(ax25->condition & AX25_COND_PEER_RX_BUSY)) {
95 if (!(ax25o->condition & AX25_COND_PEER_RX_BUSY) && ax25o->state == AX25_STATE_3) {
113 ax25->condition &= AX25_COND_DAMA_MODE;
159 if (ax25->ax25_dev == ax25_dev && (ax25->condition & AX25_COND_DAMA_MODE) && ax25->state > AX25_STATE_1) {
195 ax25->condition |= AX25_COND_DAMA_MODE;
200 ax25->condition &= ~AX25_COND_DAMA_MODE;
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dwait.h164 #define __wait_event(wq, condition) \
170 if (condition) \
178 * wait_event - sleep until a condition gets true
180 * @condition: a C expression for the event to wait for
183 * @condition evaluates to true. The @condition is checked each time
187 * change the result of the wait condition.
189 #define wait_event(wq, condition) \
191 if (condition) \
193 __wait_event(wq, condition); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/
H A Dkernel.h30 /* Force a compilation error if condition is true */
31 #define BUILD_BUG_ON(condition) ((void)BUILD_BUG_ON_ZERO(condition))
33 /* Force a compilation error if condition is constant and true */
40 /* Force a compilation error if condition is true, but also produce a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rose/
H A Drose_in.c48 rose->condition = 0x00;
115 rose->condition = 0x00;
133 rose->condition = 0x00;
144 rose->condition |= ROSE_COND_PEER_RX_BUSY;
146 rose->condition &= ~ROSE_COND_PEER_RX_BUSY;
152 rose->condition &= ~ROSE_COND_PEER_RX_BUSY;
155 rose->condition = 0x00;
174 rose->condition = 0x00;
186 rose->condition |= ROSE_COND_OWN_RX_BUSY;
193 rose->condition
[all...]
H A Drose_out.c57 if (rose->condition & ROSE_COND_PEER_RX_BUSY)
102 rose->condition &= ~ROSE_COND_ACK_PENDING;
116 if (rose->condition & ROSE_COND_OWN_RX_BUSY)
122 rose->condition &= ~ROSE_COND_ACK_PENDING;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dentry26.S86 ldr r9, [sp, #60] @ get new condition codes
92 mov r1, r9 @ fetch the condition codes
93 bl checkCondition @ check the condition
94 cmp r0, #0 @ r0 = 0 ==> condition failed
96 @ if condition code failed to match, next insn
H A Dentry.S97 ldr r1, [sp, #64] @ fetch the condition codes
98 bl checkCondition @ check the condition
99 cmp r0, #0 @ r0 = 0 ==> condition failed
101 @ if condition code failed to match, next insn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dentry.S88 ldr r9, [sp, #60] @ get new condition codes
94 mov r1, r9 @ fetch the condition codes
95 bl checkCondition @ check the condition
96 cmp r0, #0 @ r0 = 0 ==> condition failed
98 @ if condition code failed to match, next insn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Dnr_in.c181 nrom->condition |= NR_COND_PEER_RX_BUSY;
184 nrom->condition &= ~NR_COND_PEER_RX_BUSY;
194 if (nrom->condition & NR_COND_PEER_RX_BUSY) {
211 nrom->condition |= NR_COND_PEER_RX_BUSY;
214 nrom->condition &= ~NR_COND_PEER_RX_BUSY;
222 if (nrom->condition & NR_COND_PEER_RX_BUSY) {
231 if (nrom->condition & NR_COND_OWN_RX_BUSY)
242 nrom->condition |= NR_COND_OWN_RX_BUSY;
261 if (!(nrom->condition & NR_COND_ACK_PENDING)) {
262 nrom->condition |
[all...]
H A Dnr_out.c92 if (nr->condition & NR_COND_OWN_RX_BUSY)
114 if (nr->condition & NR_COND_OWN_RX_BUSY)
119 nr->condition &= ~NR_COND_ACK_PENDING;
134 if (nr->condition & NR_COND_PEER_RX_BUSY)
182 nr->condition &= ~NR_COND_ACK_PENDING;
227 nr->condition = 0x00;
246 if (nr->condition & NR_COND_OWN_RX_BUSY) {
256 nr->condition &= ~NR_COND_ACK_PENDING;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-ff.c183 iforce_dump_packet("condition", FF_CMD_CONDITION, data);
199 * Analyse the changes in an effect, and tell if we need to send an condition
213 ret |= old->u.condition[i].right_saturation != new->u.condition[i].right_saturation
214 || old->u.condition[i].left_saturation != new->u.condition[i].left_saturation
215 || old->u.condition[i].right_coeff != new->u.condition[i].right_coeff
216 || old->u.condition[i].left_coeff != new->u.condition[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dx25_in.c98 x25->condition = 0x00;
182 x25->condition = 0x00;
201 x25->condition = 0x00;
210 x25->condition |= X25_COND_PEER_RX_BUSY;
212 x25->condition &= ~X25_COND_PEER_RX_BUSY;
218 x25->condition &= ~X25_COND_PEER_RX_BUSY;
223 x25->condition = 0x00;
241 x25->condition = 0x00;
251 x25->condition |= X25_COND_OWN_RX_BUSY;
258 x25->condition
[all...]

Completed in 108 milliseconds

12345