Searched refs:condition (Results 151 - 175 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dvia-rhine.c423 #define RHINE_WAIT_FOR(condition) do { \
425 while (!(condition) && --i) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Daf_rose.c1044 make_rose->condition = 0x00;
1388 rose->condition = 0x00;
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DWLAN_Common.mk68 # Typically this will not be tested explicitly; it's the default condition.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dapp.tex298 This function is called when an assert failure occurs, i.e. the condition
315 \docparam{cond}{the condition of the failed assert in text form}
H A Dfilename.tex343 no race condition occurs between the temporary file name generation and opening
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dp54usb.c428 int ret, lock = (priv->intf->condition != USB_INTERFACE_BINDING);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dusb.c603 int ret, lock = (aru->intf->condition != USB_INTERFACE_BINDING);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusb.h110 * @condition: binding state of the interface: not bound, binding
173 enum usb_interface_condition condition; /* state of binding */ member in struct:usb_interface
1379 * After an error completion, drivers may need to clear a halt condition
H A Dinput.h1004 struct ff_condition_effect condition[2]; /* One for each axis */ member in union:ff_effect::__anon17573
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dhci.h460 __u8 condition[0]; member in struct:hci_cp_set_event_flt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dfpsp.h95 .set FPSR_CC,USER_FPSR+0 | FPSR condition code
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dentry.S241 rfe ; Restore condition code stack in delay-slot.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Derr_marvel.c62 env->condition);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhub.c1146 dev_dbg(hub_dev, "%sover-current condition exists\n",
3759 else if (cintf->condition ==
3780 else if (cintf->condition ==
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parser.c305 *Tests the condition and if it is false, sets
308 *@param condition the condition to test.
310 #define ENSURE_PARSING_COND(condition) \
311 if (! (condition)) {status = CR_PARSING_ERROR; goto error ;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-parser.c305 *Tests the condition and if it is false, sets
308 *@param condition the condition to test.
310 #define ENSURE_PARSING_COND(condition) \
311 if (! (condition)) {status = CR_PARSING_ERROR; goto error ;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_spoolss.h1992 uint32 condition; member in struct:spool_q_routerreplyprinter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Daf_netrom.c1008 nr_make->condition = 0x00;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure1046 condition=$2
1050 #if !($condition)
1051 #error "unsatisfied condition: $condition"
1163 condition=$3
1166 check_code cc "$headers" "char c[2 * !!($condition) - 1]" "$@" && enable "$name"
1260 condition=$2
1264 #if !($condition)
1265 #error "unsatisfied condition: $condition"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c762 static int test_cc(unsigned int condition, unsigned int flags) argument
766 switch ((condition & 15) >> 1) {
793 /* Odd condition identifiers (lsb == 1) have inverted sense. */
794 return (!!rc ^ (condition & 1));
2574 /* All REP prefixes have the same first termination condition */
2581 /* The second termination condition only applies for REPE
2584 * corresponding termination condition according to:
3189 /* #UD condition is already handled by the code above */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_spoolss.c6443 uint32 condition, uint32 change_id)
6448 q_u->condition = condition;
6474 if (!prs_uint32("condition", ps, depth, &q_u->condition))
6442 make_spoolss_q_routerreplyprinter(SPOOL_Q_ROUTERREPLYPRINTER *q_u, POLICY_HND *hnd, uint32 condition, uint32 change_id) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-connection.c1488 * @param condition the current condition of the file descriptors being watched.
1490 * @returns #FALSE if the IO condition may not have been fully handled due to lack of memory
1494 unsigned int condition,
1516 watch, condition);
4848 * notify the connection of the file descriptor's condition.
1493 _dbus_connection_handle_watch(DBusWatch *watch, unsigned int condition, void *data) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex59 decodable; this is not to be considered an error condition and is used
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm611 ; (SSSE3 is a sufficient condition to know that your cpu doesn't have this problem.)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dentry.S168 /* Restore condition codes */
709 /* The getcc software trap. The user wants the condition codes from
721 /* The setcc software trap. The user has condition codes in %g1
855 * this condition, the AC_SYNC_ERR bits are what we must examine.
1037 /* Restore condition codes */
1327 /* System call success, clear Carry condition code. */
1338 /* System call failure, set Carry condition code.
1531 mov 1, %g1 ! signal EFAULT condition

Completed in 663 milliseconds

12345678