Searched refs:errors (Results 76 - 100 of 156) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c105 if(error_info.errors)
170 if(error_info.errors)
356 error_info.errors++;
358 error_info.errors++;
360 error_info.errors++;
362 error_info.errors++;
364 error_info.errors++;
365 if(error_info.errors)
807 error_info.errors++;
818 if(error_info.errors)
[all...]
H A Dcd_pwd.c82 if(error_info.errors>0 || argc >2)
234 if(error_info.errors)
H A Denum.c218 if (error_info.errors || !*argv || *(argv + 1))
269 return error_info.errors != 0;
H A Dwhence.c87 if(error_info.errors || !*argv)
128 if(error_info.errors || !*argv)
H A Dregress.c334 if (error_info.errors || *(argv + opt_info.index))
H A Dmkservice.c433 if (error_info.errors || !(var = *argv++) || !(path = *argv++) || *argv)
485 if (error_info.errors || *argv)
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dhttpd-standalone-ipp.conf264 ErrorLog /var/lp/logs/ipp-errors
/illumos-gate/usr/src/lib/libcmd/common/
H A Ddate.c364 if (error_info.errors)
488 return error_info.errors != 0;
H A Dfmt.c607 if (error_info.errors)
621 error_info.errors = 1;
631 return error_info.errors != 0;
H A Dchgrp.c132 #define OPT_FORCE (1<<1) /* ignore errors */
330 if (error_info.errors || argc < 2)
478 return error_info.errors != 0;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h80 errors++; \
84 errors++; \
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_proc_init.s146 ! check for errors from the hcall
166 ! check for errors from the hcall
191 * On errors, just enter a spin loop until the
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h129 * errors = the 8 bit error field of the Rx descriptor with EOP set
154 #define TBI_ACCEPT(a, status, errors, length, last_byte, \
157 (((errors) & E1000_RXD_ERR_FRAME_ERR_MASK) == E1000_RXD_ERR_CE) && \
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c93 int errors, member in struct:stats_t
439 " %d errors\n %d warnings\n"
444 Statistics.errors, Statistics.warnings,
449 if (Statistics.errors != 0 || Statistics.warnings != 0) {
451 "spec2trace: %d errors %d warnings.\n",
452 Statistics.errors, Statistics.warnings);
471 Statistics.errors++;
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c62 int errors = 0; local
403 errors++;
438 cleanup(errors);
/illumos-gate/usr/src/tools/pmodes/
H A Dpmodes.c108 static int errors = 0; variable
266 return (errors != 0);
538 errors++;
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c257 uint32_t errors; local
267 errors = stflag & RXD_CSUM_MSK;
268 switch (errors) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c89 * list of errors, and it will be "smushed" down to fit into the
129 * - To return multiple errors from an ioctl which makes on-disk
245 nvlist_t **errors);
523 * Returns 0 for success, non-zero for access and other errors.
1339 nvlist_smush(nvlist_t *errors, size_t max) argument
1343 size = fnvlist_size(errors);
1352 fnvlist_add_int32(errors, ZPROP_N_MORE_ERRORS, 0);
1353 more_errors = nvlist_prev_nvpair(errors, NULL);
1356 nvpair_t *pair = nvlist_prev_nvpair(errors,
1358 fnvlist_remove_nvpair(errors, pai
2717 nvlist_t *errors; local
3990 nvlist_t *errors; local
4181 nvlist_t *errors; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c125 goto errors;
134 goto errors;
140 goto errors;
151 errors:
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c288 return error_info.errors != 0;
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c83 static int errors = 0; /* count of errors */ variable
384 if (errors)
423 errors = 1;
468 errors = 1;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Derror.h114 int errors; /* >= ERROR_ERROR count */ \
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Derror.h114 int errors; /* >= ERROR_ERROR count */ \
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Derror.h114 int errors; /* >= ERROR_ERROR count */ \
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h114 int errors; /* >= ERROR_ERROR count */ \

Completed in 112 milliseconds

1234567