Searched refs:ERROR (Results 101 - 125 of 254) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithPanic.d61 ERROR
H A Derr.D_ACT_SPEC.SpeculateWithRaise.d60 ERROR
H A Derr.D_ACT_SPEC.SpeculateWithStop.d60 ERROR
H A Derr.D_AGG_SPEC.SpeculateWithLquant.d64 ERROR
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d64 ERROR
H A Derr.D_DREC_COMM.DataRecAftCommit.d70 ERROR
H A Derr.D_DREC_COMM.ExitAfterCommit.d58 ERROR
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/
H A Derr.D_XLATE_NONE.BadTransDecl6.d69 ERROR
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h121 #define ERROR 6 /* some kind of PostScript error */ macro
164 "error", ERROR, \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d54 ERROR
60 ERROR
/illumos-gate/usr/src/lib/libadm/common/
H A Dregexp.c38 #define ERROR(c) return (NULL) macro
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dregexp.h98 { ERROR(41); }
108 { ERROR(36); }
117 { ERROR(36); }
122 { ERROR(c); }
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c98 LP_ERRMSG1 (ERROR, E_LP_BADSTATUS, rc);
126 LP_ERRMSG (ERROR, E_ADM_ERRDEST);
136 LP_ERRMSG1 (ERROR, E_LP_BADSTATUS, rc);
189 ERROR,
H A Dsend_message.c83 LP_ERRMSG (ERROR, E_LP_MSEND);
H A Ddo_printer.c92 LP_ERRMSG1 (ERROR, E_ADM_ACCESSINFO, PERROR);
98 LP_ERRMSG1 (ERROR, E_ADM_ACCESSINFO, PERROR);
103 LP_ERRMSG1 (ERROR, E_ADM_ACCESSINFO, PERROR);
114 LP_ERRMSG1 (ERROR, E_ADM_ACCESSINFO, PERROR);
120 LP_ERRMSG1 (ERROR, E_ADM_ACCESSINFO, PERROR);
125 LP_ERRMSG1 (ERROR, E_ADM_ACCESSINFO, PERROR);
136 LP_ERRMSG1 (ERROR, E_ADM_ACCESSINFO, PERROR);
142 LP_ERRMSG1 (ERROR, E_ADM_ACCESSINFO, PERROR);
147 LP_ERRMSG1 (ERROR, E_ADM_ACCESSINFO, PERROR);
165 LP_ERRMSG (ERROR, E_ADM_ERRDES
[all...]
H A Dlpadmin.c92 LP_ERRMSG (ERROR, E_LP_NOTADM);
128 ERROR,
141 ERROR,
202 LP_ERRMSG (ERROR, E_ADM_PLONELY);
206 ERROR,
/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.h50 #define ERROR 05 /* error code */ macro
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dgetcwd.c46 #define ERROR(e) { errno = e; goto error; }
144 if (buf && !len) ERROR(EINVAL);
152 if (len < namlen) ERROR(ERANGE);
154 else if (!(buf = newof(0, char, namlen, len))) ERROR(ENOMEM);
159 if (stat(".", par)) ERROR(errno);
178 if (!(buf = newof(0, char, len, extra))) ERROR(ENOMEM);
191 if (!(dirstk = pushdir(dirstk, dots, p, buf + len - 1))) ERROR(ERANGE);
197 if (!(dirp = opendir(dots))) ERROR(errno);
199 if (fstat(dirp->dd_fd, par)) ERROR(errno);
201 if (stat(dots, par)) ERROR(errn
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Dupdate_drv.c137 if (check_space_within_quote(aliases) == ERROR) {
199 if ((build_filenames(basedir)) == ERROR) {
213 if ((check_perms_aliases(m_flag, i_flag)) == ERROR) {
218 if ((check_name_to_major(R_OK)) == ERROR)
241 if ((error = check_perm_opts(perms)) == ERROR) {
252 if ((error != ERROR) &&
293 if (found == ERROR) {
318 if (error == ERROR) {
335 aliases_paths_exist(aliases2)) == ERROR)) {
342 aliases2)) == ERROR) {
[all...]
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l212 return (ERROR);
219 return (ERROR);
229 return (ERROR);
241 return (ERROR);
260 return (ERROR);
354 return (ERROR);
372 return (ERROR);
393 return (ERROR);
403 return (ERROR);
411 return (ERROR);
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c68 errlog(ERROR, "Error: Unable to get keywordlist\n");
102 errlog(ERROR | FATAL,
131 errlog(ERROR,
179 errlog(ERROR, "Error in xlator_startfile\n");
187 errlog(ERROR,
196 errlog(ERROR, "Error: Unable to open spec file %s: %s\n",
215 errlog(ERROR | FATAL,
228 case XLATOR_FATAL: /* FATAL ERROR */
235 case XLATOR_NONFATAL: /* NON-FATAL ERROR */
248 errlog(ERROR, "\"
[all...]
H A Derrlog.h53 * int severity: 16; FATAL (_ERROR)=-1, (RECOVERABLE_) ERROR=0
59 #define ERROR 0 macro
/illumos-gate/usr/src/head/arpa/
H A Dftp.h56 #define ERROR 5 /* permanent negative completion */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c49 case ERROR:
80 case ERROR:
131 case ERROR:
154 case ERROR: return ("error");
/illumos-gate/usr/src/cmd/lms/
H A Dtypes.h152 #define ERROR(...) fprintf(stderr, __VA_ARGS__) macro
155 #define ERROR(format, arg...) fprintf(stderr, format, ##arg) macro
160 #define ERROR(...) macro
163 #define ERROR(format, arg...) macro

Completed in 86 milliseconds

1234567891011