Searched refs:ERROR_SYSTEM (Results 1 - 25 of 37) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/disc/
H A Dmemfatal.c56 error(ERROR_SYSTEM|3, "invalid pointer %p passed to free or realloc", obj);
60 error(ERROR_SYSTEM|3, "storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsggen.c162 error(ERROR_SYSTEM|3, "out of space [translation]");
169 error(ERROR_SYSTEM|3, "out of space [translation]");
272 error(ERROR_SYSTEM|3, "%s: cannot read catalog", catfile);
274 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile);
358 error(ERROR_SYSTEM|3, "out of space [string stream]");
360 error(ERROR_SYSTEM|3, "%s: cannot read message file", msgfile);
363 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile);
437 error(ERROR_SYSTEM|3, "out of space");
503 error(ERROR_SYSTEM|3, "out of space");
512 error(ERROR_SYSTEM|
[all...]
H A Dmsgget.c100 error(ERROR_SYSTEM|3, "%s: cannot read message catalog", path);
H A Dmsgcpp.c195 error(ERROR_SYSTEM|3, "out of space");
275 error(ERROR_SYSTEM|3, "out of space");
/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c211 error(ERROR_SYSTEM|2, "%s: cannot reset access and modify times", path);
219 error(ERROR_SYSTEM|2, "%s: cannot reset group to %s", path, fmtgid(os->st_gid));
222 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s", path, fmtuid(os->st_uid));
225 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fmtgid(os->st_gid));
295 error(ERROR_SYSTEM|3, "out of space");
314 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path);
334 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path);
338 error(ERROR_SYSTEM|2, "%s: cannot reset directory mode to %s", state->path, fmtmode(st.st_mode & S_IPERM, 0) + 1);
381 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path);
532 error(ERROR_SYSTEM|
[all...]
H A Dxargs.c220 error(ERROR_SYSTEM|3, "out of space [cmd]");
222 error(ERROR_SYSTEM|3, "out of space [arg]");
277 error(ERROR_SYSTEM|3, "out of space");
296 error(ERROR_SYSTEM|2, "input read error");
H A Dcksum.c159 error(ERROR_SYSTEM|2, "%s: cannot read", path);
229 error(ERROR_SYSTEM|2, "%s: read error", file);
239 error(ERROR_SYSTEM|2, "%s: cannot stat", file);
310 error(ERROR_SYSTEM|3, "out of space");
325 error(ERROR_SYSTEM|2, "%s: cannot stat", file);
352 error(ERROR_SYSTEM|2, "%s: cannot change group to %s", file, fmtgid(gid));
354 error(ERROR_SYSTEM|2, "%s: cannot change user to %s", file, fmtuid(uid));
356 error(ERROR_SYSTEM|2, "%s: cannot change user to %s and group to %s", file, fmtuid(uid), fmtgid(gid));
373 error(ERROR_SYSTEM|2, "%s: cannot change mode to %s", file, fmtmode(mode, 0));
375 error(ERROR_SYSTEM|
[all...]
H A Dgrep.c198 error(ERROR_SYSTEM|3, "out of space (pattern `%s')", b);
204 error(ERROR_SYSTEM|3, "out of space (word pattern `%s')", s);
213 error(ERROR_SYSTEM|3, "out of space");
243 error(ERROR_SYSTEM|3, "out of space (string `%s')", s);
269 error(ERROR_SYSTEM|4, "%s: cannot open", s);
392 error(ERROR_SYSTEM|2, "read error");
464 error(ERROR_SYSTEM|3, "%s: line longer than %lu characters", name, len + e - s);
473 error(ERROR_SYSTEM|2, "%s: read error", name);
488 error(ERROR_SYSTEM|3, "%s: line longer than %lu characters", name, len + e - s);
519 error(ERROR_SYSTEM|
[all...]
H A Drm.c233 error(ERROR_SYSTEM|2, "%s: directory not removed", ent->fts_path);
287 error(ERROR_SYSTEM|2, "%s: cannot clear data", ent->fts_path);
296 error(ERROR_SYSTEM|2, "%s: data clear error", ent->fts_path);
317 error(ERROR_SYSTEM|2, "%s: not removed", ent->fts_path);
410 error(ERROR_SYSTEM|2, "%s: cannot remove", argv[0]);
H A Dmktemp.c151 error(ERROR_SYSTEM|2, "cannot create temporary path");
H A Drev.c79 error(ERROR_SYSTEM|2, "out of space");
H A Ddate.c346 error(ERROR_SYSTEM|3, "out of space [format]");
503 error(ERROR_SYSTEM|3, "cannot set system time");
H A Djoin.c682 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[0].name);
692 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[1].name);
717 error(ERROR_SYSTEM|2, "out of space");
733 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[1].name);
765 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[1].name);
791 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[1].name);
H A Dchgrp.c253 error(ERROR_SYSTEM|3, "out of space");
269 error(ERROR_SYSTEM|3, "out of space");
H A Dtr.c444 error(2, ERROR_SYSTEM|2, "read error");
496 error(ERROR_SYSTEM|2, "write error [%d]", c);
H A Dfds.c218 error(ERROR_SYSTEM|3, "%d: cannot write to file descriptor");
H A Dgetconf.c394 error(ERROR_SYSTEM|2, "%s: exec error [%d]", cmd, n);
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h45 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
70 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h54 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
79 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h54 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
79 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h54 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
79 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h54 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
79 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c219 error_info.set |= ERROR_SYSTEM;
221 error_info.clear |= ERROR_SYSTEM;
423 flags |= ERROR_LIBRARY|ERROR_SYSTEM;
490 flags &= ~ERROR_SYSTEM;
541 if ((flags & ERROR_SYSTEM) && errno && errno != error_info.last_errno)
544 if (error_info.set & ERROR_SYSTEM)
H A Dcmdarg.c107 error(ERROR_SYSTEM|2, "out of space");
130 error(ERROR_SYSTEM|2, "%s: command not found", argv[0]);
276 error(ERROR_SYSTEM|2, "%s: command exec error", *cmd->argv);
H A Dfastfind.c300 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot create tmp file"); local
321 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot create tmp file in this directory", p ? p : "."); local
329 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot open tmp file", fp->encode.temp); local
1112 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot rename from tmp file %s", fp->encode.file, fp->encode.temp); local
1158 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot rewind tmp file"); local
1215 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot read tmp file", fp->encode.temp); local

Completed in 275 milliseconds

12