Searched refs:condition (Results 76 - 100 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_misc.h142 #define crystalhd_wait_on_event(ev, condition, timeout, ret, nosig) \
150 if (condition) { \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mainloop.c792 unsigned int condition; local
813 condition = ready_fds[i].flags;
814 _dbus_assert ((condition & _DBUS_WATCH_NVAL) == 0);
816 /* condition may still be 0 if we got some
819 if (condition == 0)
842 oom = !dbus_watch_handle (watch, condition);
H A Ddbus-internals.c55 * Aborts with an error message if the condition is false.
57 * @param condition condition which must be true.
914 * @param condition TRUE if assertion succeeded
915 * @param condition_text condition as a string
921 _dbus_real_assert (dbus_bool_t condition, argument
927 if (_DBUS_UNLIKELY (!condition))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h597 * wait_event_interruptible_tty -- wait for a condition with the tty lock held
599 * The condition we are waiting for might take a long time to
608 #define wait_event_interruptible_tty(wq, condition) \
611 if (!(condition)) { \
612 __wait_event_interruptible_tty(wq, condition, __ret); \
617 #define __wait_event_interruptible_tty(wq, condition, ret) \
623 if (condition) \
H A Dnfs_fs.h591 #define nfs_wait_event(clnt, wq, condition) \
593 int __retval = wait_event_killable(wq, condition); \
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dlinuxver.h690 #define __wait_event_interruptible_timeout(wq, condition, ret) \
698 if (condition) \
713 #define wait_event_interruptible_timeout(wq, condition, timeout) \
716 if (!(condition)) \
717 __wait_event_interruptible_timeout(wq, condition, __ret); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_macros.h60 #define SMB_WARN(condition, message) \
61 ((condition) ? (void)0 : \
62 DEBUG(0, ("WARNING: %s: %s\n", #condition, message)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/
H A Dminicheck.c159 _fail_unless(int condition, const char *file, int line, char *msg) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dusb.c570 if (iface && (iface->condition == USB_INTERFACE_UNBINDING ||
571 iface->condition == USB_INTERFACE_UNBOUND))
586 if (iface && (iface->condition == USB_INTERFACE_UNBINDING ||
587 iface->condition == USB_INTERFACE_UNBOUND))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/
H A Dminicheck.c159 _fail_unless(int condition, const char *file, int line, char *msg) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_unimp.S56 | exception byte and condition codes are clear before proceeding
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Derr_ev7.h155 u8 unit_id; /* unit reporting condition */
157 u8 condition; /* condition reported */ member in struct:ev7_pal_environmental_subpacket
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex223 'end-of-packet' condition. End-of-packet is not to be considered an
229 condition shall also return 'end-of-packet'.
237 not past, such that an 'end-of-packet' condition has not triggered)
239 not trigger an end-of-packet condition. Reading a zero-bit-wide
H A D06-floor0.tex40 An end-of-packet condition during any of these bitstream reads renders
43 number for this bitstream is an error condition that also renders the
79 \item An end-of-packet condition during decode should be considered a
97 condition, and care must be taken not to allow a buffer overflow in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndwav.cpp65 #define FAIL_WITH(condition, err) if (condition) { m_snderror = err; return false; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dboot.h34 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h321 #define spufs_wait(wq, condition) \
327 if (condition) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-pidff.c377 * Send condition effect reports to the device
390 effect->u.condition[i].center);
392 effect->u.condition[i].right_coeff);
394 effect->u.condition[i].left_coeff);
396 effect->u.condition[i].right_saturation);
398 effect->u.condition[i].left_saturation);
400 effect->u.condition[i].deadband);
407 * Test if condition effect parameters have changed
416 struct ff_condition_effect *cond = &effect->u.condition[i];
417 struct ff_condition_effect *old_cond = &old->u.condition[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_out.c255 if (ax25->condition & AX25_COND_PEER_RX_BUSY)
322 ax25->condition &= ~AX25_COND_ACK_PENDING;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbitstream.c286 #define COPY(condition)\
289 if (!(condition))\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbitstream.c303 #define COPY(condition)\
306 if (!(condition)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl577 my $condition = substr($blk, $soff, $coff - $soff + 1);
580 #warn "CONDITION<$condition>\n";
584 return ($statement, $condition,
633 my ($statement, $condition, $level);
638 ($statement, $condition, $linenr, $remain, $off, $level) =
640 #print "F: c<$condition> s<$statement> remain<$remain>\n";
641 push(@chunks, [ $condition, $statement ]);
642 if (!($remain > 0 && $condition =~ /^\s*(?:\n[+-])?\s*(?:if|else|do)\b/s)) {
649 ($statement, $condition, $linenr, $remain, $off, $level) =
651 #print "C: c<$condition>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_linux.h250 #define __wait_event_interruptible_timeout(wq, condition, ret) \
257 if (condition) \
272 #define wait_event_interruptible_timeout(wq, condition, timeout) \
275 if (!(condition)) \
276 __wait_event_interruptible_timeout(wq, condition, __ret); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-tknzr.c206 *Tests the condition and if it is false, sets
209 *@param condition the condition to test.
211 #define ENSURE_PARSING_COND(condition) \
212 if (! (condition)) {status = CR_PARSING_ERROR; goto error ;}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dkmmio.c246 * condition needs handling by do_page_fault(), the
311 static int post_kmmio_handler(unsigned long condition, struct pt_regs *regs) argument
328 ctx->probe->post_handler(ctx->probe, condition, regs);

Completed in 400 milliseconds

12345678