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

1234567

/illumos-gate/usr/src/lib/libcmd/common/
H A Duname.c343 if (error_info.errors || *argv && (flags || sethost) || sethost && flags)
513 return error_info.errors;
H A Dtail.c609 if (error_info.errors)
633 return error_info.errors != 0;
774 return error_info.errors != 0;
H A Dcmp.c221 if (error_info.errors || !(file1 = *argv++) || !(file2 = *argv++))
H A Dfds.c211 if (error_info.errors || *argv)
H A Dcut.c671 if (error_info.errors)
703 return error_info.errors != 0;
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c161 static int lineno = 0, errors = 0; variable
264 errors++;
832 "No errors detected - Map written to %s\n", name);
853 "No errors detected - Binary written to %s\n",
949 "No errors detected - Header written to %s\n",
1069 if (errors == 0) {
1083 if (errors > 0) {
1084 (void) fprintf(stderr, "%d errors - compile failed\n", errors);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3710 nvlist_t *errors; local
3747 ret = lzc_snapshot(snaps, props, &errors);
3751 for (elem = nvlist_next_nvpair(errors, NULL);
3753 elem = nvlist_next_nvpair(errors, elem)) {
3777 nvlist_free(errors);
4499 nvlist_t *errors; local
4504 errors = NULL;
4505 ret = lzc_hold(holds, cleanup_fd, &errors);
4508 /* There may be errors even in the success case. */
4509 fnvlist_free(errors);
4597 nvlist_t *errors = NULL; local
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_jalapeno.c316 uint64_t errors; local
329 if (page_retire_check(aflt->flt_addr, &errors) == EINVAL) {
332 } else if (errors != PR_OK) {
636 * FRC/FRU errors (which Jalapeno does not). This register also
637 * captures the address for UE and CE errors.
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ecc.c163 * Clear any pending ECC errors.
165 DEBUG0(DBG_ATTACH, dip, "ecc_configure: clearing UE and CE errors\n");
222 * ECC errors.
232 * to this error. PBM errors related to the ECC error may exist, to report
234 * that the child devices can log their pci errors.
238 * queue(pci_ecc_queue) which we dispatch errors to, to report the errors
375 * Need to report any PBM errors which may have caused or
402 * Function used to handle and log IO detected ECC errors, can be called by
453 * Secondary errors ar
546 uint64_t errors; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dprint.c219 if(error_info.errors==0)
242 if(error_info.errors || (argc<0 && !(format = *argv++)))
H A Dtrap.c64 if(error_info.errors)
197 if(error_info.errors || flag==(L_FLAG|S_FLAG) || (!(*argv) && !(flag&L_FLAG)))
H A Dalarm.c253 if(error_info.errors)
H A Dgetopts.c86 if(error_info.errors || argc<2)
H A Dulimit.c123 if(error_info.errors || (limit && label) || argc>opt_info.index+1)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c8067 uint32_t errors = 0; local
8093 errors++;
8108 errors++;
8135 errors++;
8150 errors++;
8178 errors++;
8206 errors++;
8234 errors++;
8261 errors++;
8289 errors
8719 uint32_t errors = 0; local
[all...]
/illumos-gate/usr/src/cmd/more/
H A Dmore.c177 int inwait, Pause, errors; variable
981 if (!errors)
984 errors = 0;
1745 errors++;
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_subr_asm.s231 membar #Sync ! non-core specific errors
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_hw_debug.c336 u32_t errors = 0; local
362 IDLE_CHK_2(0x3, 0x212c, 4, 4, ((val != 0) && (errors > 0)), IDLE_CHK_WARNING, "PCIE: error packet header is not 0");
384 IDLE_CHK_2(0x1C, 0x211c, 4, 4, ((val != 0) && (errors > 0)), IDLE_CHK_WARNING, "PCIE: error packet header is not 0");
548 IDLE_CHK_1(0x1C, PXP2_REG_RQ_GARB, ((val & 0x1000) != 0), IDLE_CHK_WARNING, "PXP2: PSWRQ Close the gates is asserted. Check AEU AFTER_INVERT registers for parity errors.");
1282 // Check if there were errors
1283 if (errors == 0) {
1286 DbgMessage(pdev, FATAL, "Idle_chk failed !!! (with %d errors, %d warnings of %d checks)\n",errors, warnings, total);
1295 return errors;
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt132 Partial results may also be returned for these errors.
/illumos-gate/usr/src/lib/libast/common/misc/
H A Derror.c555 error_info.errors++;
647 p->errors = p->flags = p->line = p->warnings = 0;
H A Dcmdarg.c291 error_info.errors++;
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc1347 case 'i': /* Ignore errors */
1365 case 'k': /* Keep making even after errors */
2898 warning(gettext("Target `%s' not remade because of errors"),
2963 warning(gettext("Target `%s' not remade because of errors"),
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c144 errors; /* set if error message has been printed. */ variable
526 if (errors)
527 errors = 0;
1657 errors++;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h262 int dsl_dataset_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_t *errors);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6869 int errors; local
6873 errors = 0;
6919 errors++;
6929 errors++;
6953 errors++;
6960 errors++;
6968 errors++;
7006 if (errors && errflag)
7009 if (errors)
7011 return (errors);
7362 int errors; local
[all...]

Completed in 123 milliseconds

1234567