Searched refs:errors (Results 101 - 125 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsystem.conf53 <!-- Signals and reply messages (method returns, errors) are allowed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtmp-session-like-system.conf31 <!-- Signals and reply messages (method returns, errors) are allowed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DMakefile.am29 vorbis-errors.txt \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_cb_dbg.c49 FILE *output = config->errors;
80 config->trace_stream = config->errors; /* aka stderr */
H A Dtool_formparse.c166 fprintf(config->global->errors, "out of memory\n");
280 fprintf(config->global->errors, "Error building form post!\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dmisc.c17 * corruption/inconsistency. Depending on 'errors' mount option the
38 if (opts->errors == FAT_ERRORS_PANIC)
40 else if (opts->errors == FAT_ERRORS_RO && !(s->s_flags & MS_RDONLY)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dnbd.c107 int error = req->errors ? -EIO : 0;
352 req->errors++;
367 req->errors++;
438 req->errors++;
459 req->errors = 0;
474 req->errors++;
489 req->errors++;
547 req->errors++;
H A Dhd.c105 #define MAX_ERRORS 16 /* Max read/write errors/sector */
422 if (++req->errors >= MAX_ERRORS || (hd_error & BBD_ERR)) {
425 } else if (req->errors % RESET_FREQ == 0)
427 else if ((hd_error & TRK0_ERR) || req->errors % RECAL_FREQ == 0)
545 if (++hd_req->errors >= MAX_ERRORS) {
547 printk("%s: too many errors\n", name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dsystem.conf53 <!-- Signals and reply messages (method returns, errors) are allowed
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c155 ALUA_DH_NAME, rq->errors);
192 ALUA_DH_NAME, rq->errors);
231 ALUA_DH_NAME, rq->errors);
255 if (error || host_byte(req->errors) != DID_OK ||
256 msg_byte(req->errors) != COMMAND_COMPLETE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-floppy.c102 rq->errors = uptodate ? 0 : IDE_DRV_ERROR_GENERAL;
243 if (rq->errors >= ERROR_MAX) {
251 rq->errors = 0;
300 if (rq->cmd_type != REQ_TYPE_FS && rq->errors == 0)
301 rq->errors = -EIO;
H A Dide-io.c144 rq->errors = 0;
147 rq->errors = IDE_DRV_ERROR_GENERAL;
148 else if (rq->cmd_type != REQ_TYPE_FS && rq->errors == 0)
149 rq->errors = -EIO;
274 rq->errors = 0;
H A Dide-atapi.c447 pc->rq->errors++;
481 rq->errors = 0;
486 if (rq->errors == 0)
487 rq->errors = -EIO;
H A Dide-cd.c253 if (!rq->errors)
256 rq->errors = 1;
307 if (rq->cmd_type == REQ_TYPE_BLOCK_PC && !rq->errors)
308 rq->errors = SAM_STAT_CHECK_CONDITION;
338 if (++rq->errors > ERROR_MAX)
382 /* go to the default handler for other errors */
385 } else if (++rq->errors > ERROR_MAX)
540 /* check for errors */
682 if (uptodate <= 0 && rq->errors == 0)
683 rq->errors
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dpcc-cpufreq.c312 u32 errors; local
347 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0);
348 if (errors) {
376 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0);
377 if (errors) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkernel-doc69 # All output goes to stdout, with errors to stderr.
158 my $errors = 0;
401 ++$errors;
1496 ++$errors;
1535 ++$errors;
1563 ++$errors;
1827 ++$errors;
1867 if ($verbose && $errors) {
1868 print STDERR "$errors errors\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dsuper.c207 {Opt_errors, "errors=%s"},
279 char *errors = args[0].from; local
280 if (!errors || !*errors)
282 if (!strcmp(errors, "continue")) {
286 } else if (!strcmp(errors, "remount-ro")) {
290 } else if (!strcmp(errors, "panic")) {
297 errors);
634 seq_printf(seq, ",errors=continue");
636 seq_printf(seq, ",errors
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Damplc_pci224.c1019 unsigned errors; local
1030 errors = 0;
1035 errors |= dupchan_err;
1039 errors |= range_err;
1042 if (errors) {
1043 if (errors & dupchan_err) {
1049 if (errors & range_err) {
H A Djr3_pci.h527 /* Error_count is a running count of data reception errors. If this
531 * extremely noisy environment to experience occasional errors even
548 /* Warnings & errors contain the warning and error bits
554 u32 errors; /* offset 0x00f1 */ member in struct:jr3_channel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddebugrpt.cpp659 wxArrayString output, errors;
669 errors);
676 const size_t count = errors.GetCount();
681 wxLogWarning(_T("%s"), errors[n].c_str());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/cna/pstats/
H A Dphyport_defs.h43 u64 errors; member in struct:bna_stats_txf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dslab_def.h94 unsigned long errors; member in struct:kmem_cache
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddebugcxt.tex28 Checks the memory blocks for errors, starting from the currently set
33 Returns the number of errors,
53 Returns true if the memory allocator checks all previous memory blocks for errors.
168 Tells the memory allocator to check all previous memory blocks for errors.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-mpath.c1154 static void pg_init_done(void *data, int errors) argument
1162 switch (errors) {
1167 errors = 0;
1171 "Error %d.", m->hw_handler_name, errors);
1190 errors = 0;
1202 if (errors) {
1204 DMERR("Could not failover device. Error %d.", errors);
1258 if (!error && !clone->errors)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dbsg.c425 dprintk("rq %p bio %p 0x%x\n", rq, bio, rq->errors);
429 hdr->device_status = rq->errors & 0xff;
430 hdr->transport_status = host_byte(rq->errors);
431 hdr->driver_status = driver_byte(rq->errors);
465 if (!ret && rq->errors < 0)
466 ret = rq->errors;
680 * return bytes written on non-fatal errors

Completed in 287 milliseconds

1234567891011>>