Home
last modified time | relevance | path

Searched refs:ERROR_SYSTEM (Results 1 – 25 of 63) sorted by relevance

123

/titanic_51/usr/src/lib/libcmd/common/
H A Dcp.c196 error(ERROR_SYSTEM|2, "%s: cannot reset access and modify times", path); in preserve()
202 error(ERROR_SYSTEM|2, "%s: cannot reset group to %s", path, fmtgid(os->st_gid)); in preserve()
205 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s", path, fmtuid(os->st_uid)); in preserve()
208 …error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fm… in preserve()
277 error(ERROR_SYSTEM|3, "out of space"); in visit()
296 … error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); in visit()
316 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path); in visit()
320 …error(ERROR_SYSTEM|2, "%s: cannot reset directory mode to %s", state->path, fmtmode(st.st_mode & S… in visit()
363 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); in visit()
513 error(ERROR_SYSTEM|3, "%s: out of space", state->path); in visit()
[all …]
H A Dcksum.c159 error(ERROR_SYSTEM|2, "%s: cannot read", path); in openfile()
229 error(ERROR_SYSTEM|2, "%s: read error", file); in pr()
239 error(ERROR_SYSTEM|2, "%s: cannot stat", file); in pr()
310 error(ERROR_SYSTEM|3, "out of space"); in verify()
325 error(ERROR_SYSTEM|2, "%s: cannot stat", file); in verify()
352 error(ERROR_SYSTEM|2, "%s: cannot change group to %s", file, fmtgid(gid)); in verify()
354 error(ERROR_SYSTEM|2, "%s: cannot change user to %s", file, fmtuid(uid)); in verify()
356 …error(ERROR_SYSTEM|2, "%s: cannot change user to %s and group to %s", file, fmtuid(uid), fmtgid(gi… in verify()
373 error(ERROR_SYSTEM|2, "%s: cannot change mode to %s", file, fmtmode(mode, 0)); in verify()
375 error(ERROR_SYSTEM|1, "%s: changed mode to %s", file, fmtmode(mode, 0)); in verify()
H A Dgrep.c191 error(ERROR_SYSTEM|3, "out of space (pattern `%s')", b); in addre()
197 error(ERROR_SYSTEM|3, "out of space (word pattern `%s')", s); in addre()
206 error(ERROR_SYSTEM|3, "out of space"); in addre()
236 error(ERROR_SYSTEM|3, "out of space (string `%s')", s); in addstring()
262 error(ERROR_SYSTEM|4, "%s: cannot open", s); in compile()
385 error(ERROR_SYSTEM|2, "read error"); in execute()
457 error(ERROR_SYSTEM|3, "%s: line longer than %lu characters", name, len + e - s); in execute()
466 error(ERROR_SYSTEM|2, "%s: read error", name); in execute()
481 error(ERROR_SYSTEM|3, "%s: line longer than %lu characters", name, len + e - s); in execute()
510 error(ERROR_SYSTEM|2, "%s: read error", name); in execute()
[all …]
H A Drm.c231 error(ERROR_SYSTEM|2, "%s: directory not removed", ent->fts_path); in rm()
297 error(ERROR_SYSTEM|2, "%s: cannot clear data", ent->fts_path); in rm()
306 error(ERROR_SYSTEM|2, "%s: data clear error", ent->fts_path); in rm()
327 error(ERROR_SYSTEM|2, "%s: not removed", ent->fts_path); in rm()
420 error(ERROR_SYSTEM|2, "%s: cannot remove", argv[0]); in b_rm()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c211 error(ERROR_SYSTEM|2, "%s: cannot reset access and modify times", path); in preserve()
219 error(ERROR_SYSTEM|2, "%s: cannot reset group to %s", path, fmtgid(os->st_gid)); in preserve()
222 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s", path, fmtuid(os->st_uid)); in preserve()
225 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fmtgid(os->st_gid)); in preserve()
295 error(ERROR_SYSTEM|3, "out of space"); in visit()
314 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); in visit()
334 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path); in visit()
338 error(ERROR_SYSTEM|2, "%s: cannot reset directory mode to %s", state->path, fmtmode(st.st_mode & S_IPERM, 0) + 1); in visit()
381 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); in visit()
536 error(ERROR_SYSTEM| in visit()
[all...]
H A Dcksum.c159 error(ERROR_SYSTEM|2, "%s: cannot read", path); in openfile()
229 error(ERROR_SYSTEM|2, "%s: read error", file); in pr()
239 error(ERROR_SYSTEM|2, "%s: cannot stat", file); in pr()
310 error(ERROR_SYSTEM|3, "out of space"); in verify()
325 error(ERROR_SYSTEM|2, "%s: cannot stat", file); in verify()
352 error(ERROR_SYSTEM|2, "%s: cannot change group to %s", file, fmtgid(gid)); in verify()
354 error(ERROR_SYSTEM|2, "%s: cannot change user to %s", file, fmtuid(uid)); in verify()
356 error(ERROR_SYSTEM|2, "%s: cannot change user to %s and group to %s", file, fmtuid(uid), fmtgid(gid)); in verify()
373 error(ERROR_SYSTEM|2, "%s: cannot change mode to %s", file, fmtmode(mode, 0)); in verify()
375 error(ERROR_SYSTEM| in verify()
[all...]
H A Drm.c234 error(ERROR_SYSTEM|2, "%s: directory not removed", ent->fts_path); in rm()
288 error(ERROR_SYSTEM|2, "%s: cannot clear data", ent->fts_path); in rm()
297 error(ERROR_SYSTEM|2, "%s: data clear error", ent->fts_path); in rm()
318 error(ERROR_SYSTEM|2, "%s: not removed", ent->fts_path); in rm()
413 error(ERROR_SYSTEM|2, "%s: cannot remove", argv[0]); in b_rm()
/titanic_51/usr/src/cmd/ast/msgcc/
H A Dmsggen.c162 error(ERROR_SYSTEM|3, "out of space [translation]"); in translation()
169 error(ERROR_SYSTEM|3, "out of space [translation]"); in translation()
272 error(ERROR_SYSTEM|3, "%s: cannot read catalog", catfile); in main()
274 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile); in main()
358 error(ERROR_SYSTEM|3, "out of space [string stream]"); in main()
360 error(ERROR_SYSTEM|3, "%s: cannot read message file", msgfile); in main()
363 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile); in main()
437 error(ERROR_SYSTEM|3, "out of space"); in main()
503 error(ERROR_SYSTEM|3, "out of space"); in main()
512 error(ERROR_SYSTEM|3, "%s: cannot write catalog file", catfile); in main()
[all …]
H A Dmsgcpp.c195 error(ERROR_SYSTEM|3, "out of space"); in main()
275 error(ERROR_SYSTEM|3, "out of space"); in main()
/titanic_51/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsggen.c162 error(ERROR_SYSTEM|3, "out of space [translation]"); in translation()
169 error(ERROR_SYSTEM|3, "out of space [translation]"); in translation()
272 error(ERROR_SYSTEM|3, "%s: cannot read catalog", catfile); in main()
274 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile); in main()
358 error(ERROR_SYSTEM|3, "out of space [string stream]"); in main()
360 error(ERROR_SYSTEM|3, "%s: cannot read message file", msgfile); in main()
363 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile); in main()
437 error(ERROR_SYSTEM|3, "out of space"); in main()
503 error(ERROR_SYSTEM|3, "out of space"); in main()
512 error(ERROR_SYSTEM| in main()
[all...]
H A Dmsgcpp.c195 error(ERROR_SYSTEM|3, "out of space"); in main()
275 error(ERROR_SYSTEM|3, "out of space"); in main()
/titanic_51/usr/src/lib/libast/common/uwin/
H A Derr.c70 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap); in verr()
78 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap); in err()
98 errmsg(ERROR_WARNING|ERROR_SYSTEM, 0, fmt, ap); in vwarn()
106 errmsg(ERROR_WARNING|ERROR_SYSTEM, 0, fmt, ap); in warn()
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/
H A Derr.c70 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap); in verr()
78 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap); in err()
98 errmsg(ERROR_WARNING|ERROR_SYSTEM, 0, fmt, ap); in vwarn()
106 errmsg(ERROR_WARNING|ERROR_SYSTEM, 0, fmt, ap); in warn()
/titanic_51/usr/src/lib/libast/common/disc/
H A Dmemfatal.c56 error(ERROR_SYSTEM|3, "invalid pointer %p passed to free or realloc", obj); in nomalloc()
60 …error(ERROR_SYSTEM|3, "storage allocator out of space on %lu byte request ( region %lu segments %l… in nomalloc()
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/
H A Dmemfatal.c57 error(ERROR_SYSTEM|3, "invalid pointer %p passed to free or realloc", obj); in nomalloc()
62 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); in nomalloc()
/titanic_51/usr/src/lib/libast/common/misc/
H A Derror.c219 error_info.set |= ERROR_SYSTEM; in setopt()
221 error_info.clear |= ERROR_SYSTEM; in setopt()
423 flags |= ERROR_LIBRARY|ERROR_SYSTEM; in errorv()
490 flags &= ~ERROR_SYSTEM; in errorv()
541 if ((flags & ERROR_SYSTEM) && errno && errno != error_info.last_errno) in errorv()
544 if (error_info.set & ERROR_SYSTEM) in errorv()
H A Dcmdarg.c107 error(ERROR_SYSTEM|2, "out of space"); in cmdopen()
130 error(ERROR_SYSTEM|2, "%s: command not found", argv[0]); in cmdopen()
276 error(ERROR_SYSTEM|2, "%s: command exec error", *cmd->argv); in cmdflush()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c219 error_info.set |= ERROR_SYSTEM; in setopt()
221 error_info.clear |= ERROR_SYSTEM; in setopt()
423 flags |= ERROR_LIBRARY|ERROR_SYSTEM; in errorv()
490 flags &= ~ERROR_SYSTEM; in errorv()
541 if ((flags & ERROR_SYSTEM) && errno && errno != error_info.last_errno) in errorv()
544 if (error_info.set & ERROR_SYSTEM) in errorv()
/titanic_51/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
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h45 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM)
70 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
/titanic_51/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
/titanic_51/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
/titanic_51/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
/titanic_51/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
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Derror.h51 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro

123