Searched refs:error (Results 1 - 25 of 1460) sorted by last modified time

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp.c145 error("PPTP: Unknown host %s\n", pptp_server);
164 error("PPTP: connect failed (%s)\n",strerror(errno));
187 error("PPTP: failed to create PPTP socket (%s)\n",strerror(errno));
193 error("PPTP: failed to bind PPTP socket (%s)\n",strerror(errno));
217 error("PPTP: failed to connect PPTP socket (%s)\n",strerror(errno));
286 error("Call manager exited with error %d", status);
296 error("Could not launch call manager after %d tries.", i);
315 /* XXX need better error checking XXX */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dusb-ohci.h13 /* mapping of the OHCI CC status to error codes */
222 #define OHCI_INTR_UE (1 << 4) /* unrecoverable error */
451 # error "usb-ohci currently requires PCI-based controllers"
H A Dehci.h28 unsigned long error; member in struct:ehci_stats
210 #define STS_ERR (1<<1) /* "error" completion (overflow, ...) */
279 #define QTD_STS_HALT (1 << 6) /* halted on error */
280 #define QTD_STS_DBE (1 << 5) /* data buffer error (in HC) */
457 #define EHCI_ISOC_BUF_ERR (1<<30) /* Data buffer error */
459 #define EHCI_ISOC_XACTERR (1<<28) /* XactErr - transaction error */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhub.h130 int error; member in struct:usb_hub
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h374 # error Unsupported: HZ <= 16 or HZ > 4096
H A Daddrconf.h25 #error "Please fix <asm/byteorder.h>"
H A Dpkt_sched.h285 #error PSCHED_CLOCK_SOURCE=PSCHED_CPU is not supported on this arch.
H A Ddst.h52 int error; member in struct:dst_entry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dasmmacro.h119 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
215 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dasmmacro.h119 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
215 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_conntrack_proto_gre.h50 #error "Adjust your <asm/byteorder.h> defines"
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dip.h126 #error "Please fix <asm/byteorder.h>"
H A Dicmpv6.h36 #error "Please fix <asm/byteorder.h>"
52 #error "Please fix <asm/byteorder.h>"
H A Dif_pppox.h135 #error "Please fix <asm/byteorder.h>"
H A Dipv6.h91 #error "Please fix <asm/byteorder.h>"
H A Dtcp.h51 #error "Adjust your <asm/byteorder.h> defines"
H A Dftape.h68 __u8 error; member in struct:__anon6725::__anon6726
70 } error; member in union:__anon6725
89 #error "HZ undefined."
94 * before giving up (and letting a higher level handle the error).
98 #define FT_RETRIES_ON_ECC_ERROR 3 /* ecc error when correcting segment */
101 #define FT_RETRIES_ON_ECC_ERROR 3 /* ecc error when correcting segment */
H A Dtpqic02.h198 #error No QIC-02 tape drive type defined!
357 # error Unsupported or incorrect DMA configuration.
385 # error Unsupported or incorrect DMA configuration.
405 # error DMA channels other than 1 and 3 are not supported.
425 # error DMA channels other than 1 and 3 are not supported.
429 # error No valid interface card specified!
601 unsigned short dec; /* data error count: nr of blocks rewritten/soft read errors */
618 #define TP_UDA 0x04 /* Unrecoverable data error */
636 #define EXC_XBAD 6 /* read error, bad block transferred */
637 #define EXC_XFILLER 7 /* read error, fille
[all...]
H A Dcdrom.h41 * using doesn't, we will return the error EDRIVE_CANT_DO_THIS. We will
42 * borrow the "Operation not supported" error from the network folks to
43 * accomplish this. Maybe someday we will get a more targeted error code,
368 #define CDROM_AUDIO_ERROR 0x14 /* audio play stopped due to error */
805 long error; member in struct:__anon6658
835 #error "Please fix <asm/byteorder.h>"
H A Dpoll.h16 int error; member in struct:poll_table_struct
30 pt->error = 0;
63 int error; local
64 error = verify_area(VERIFY_WRITE, ufdset, nr);
65 if (!error && __copy_from_user(fdset, ufdset, nr))
66 error = -EFAULT;
67 return error;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dcfi.h109 #error You must define at least one interleave to support!
149 #error You must define at least one bus width to support!
H A Dcfi_endian.h50 #error No CFI endianness defined
H A Dcompatmac.h32 # error "This kernel is too old: not supported by this file"
169 #error No (recognised) endianness defined (unless it,s PDP)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/jmr3927/
H A Djmr3927.h154 #error "No Endian"
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/jmr3927/
H A Djmr3927.h154 #error "No Endian"

Completed in 162 milliseconds

1234567891011>>