Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c295 error(ERROR_SYSTEM|3, "out of space"); in visit()
334 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path); in visit()
536 error(ERROR_SYSTEM|3, "%s: out of space", state->path); in visit()
699 error(ERROR_SYSTEM|3, "out of space"); in b_cp()
712 error(ERROR_SYSTEM|3, "out of space [tmp string]"); in b_cp()
749 error(ERROR_SYSTEM|3, "%s: out of space", state->path); in b_cp()
884 error(ERROR_SYSTEM|3, "out of space"); in b_cp()
973 error(ERROR_SYSTEM|3, "out of space"); in b_cp()
995 error(ERROR_SYSTEM|2, "%s: cannot copy", argv[0]); in b_cp()
998 error(ERROR_SYSTEM|2, "%s: cannot link", argv[0]); in b_cp()
[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 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()
H A Djoin.c672 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[0].name); in join()
682 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[1].name); in join()
707 error(ERROR_SYSTEM|2, "out of space"); in join()
723 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[1].name); in join()
755 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[1].name); in join()
781 error(ERROR_SYSTEM|2, "%s: seek error", jp->file[1].name); in join()
H A Ddate.c346 error(ERROR_SYSTEM|3, "out of space [format]"); in b_date()
503 error(ERROR_SYSTEM|3, "cannot set system time"); in b_date()
H A Dmktemp.c151 error(ERROR_SYSTEM|2, "cannot create temporary path"); in b_mktemp()
H A Drev.c79 error(ERROR_SYSTEM|2, "out of space"); in rev_char()
H A Dchgrp.c254 error(ERROR_SYSTEM|3, "out of space"); in b_chgrp()
270 error(ERROR_SYSTEM|3, "out of space"); in b_chgrp()
H A Dfds.c218 error(ERROR_SYSTEM|3, "%d: cannot write to file descriptor"); in b_fds()
H A Dgetconf.c403 error(ERROR_SYSTEM|2, "%s: exec error [%d]", cmd, n); in b_getconf()
H A Dwclib.c109 error(ERROR_SYSTEM|1, "invalid multibyte character"); in invalid()
/illumos-gate/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|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()
H A Dmsgget.c100 error(ERROR_SYSTEM|3, "%s: cannot read message catalog", path); in main()
/illumos-gate/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()
/illumos-gate/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 %l… in nomalloc()
/illumos-gate/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()
H A Dcmdarg.c152 (*disc->errorf)(NiL, sh, ERROR_SYSTEM|2, "out of space"); in cmdopen_20120411()
180 (*cmd->errorf)(NiL, cmd, ERROR_SYSTEM|2, "%s: command not found", exe); in cmdopen_20120411()
330 (*cmd->errorf)(NiL, cmd, ERROR_SYSTEM|2, "%s: command exec error", *cmd->argv); in cmdflush()
H A Dfastfind.c279 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot create tmp file"); in findopen()
300 …(*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot create tmp file in this directory", … in findopen()
308 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot open tmp file", fp->encode.temp); in findopen()
1091 …(*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot rename from tmp file %s", fp->encode… in findsync()
1137 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "cannot rewind tmp file"); in findsync()
1194 (*fp->disc->errorf)(fp, fp->disc, ERROR_SYSTEM|2, "%s: cannot read tmp file", fp->encode.temp); in findsync()
/illumos-gate/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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Derror.h51 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c1398 …(*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "incomplete multibyte sequence at offset %I*u", sizeof(… in _ast_iconv_write()
1402 …(*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "invalid multibyte sequence at offset %I*u", sizeof(fo)… in _ast_iconv_write()
1499 …(*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "incomplete multibyte sequence at offset %I*u", sizeof(… in _ast_iconv_move()
1506 …(*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "invalid multibyte sequence at offset %I*u", sizeof(ft)… in _ast_iconv_move()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h71 #define PPWRITE(n) do{if(write(1,pp.outbuf,n)!=(n))pperror(ERROR_SYSTEM|3,"%s: write error",pp.outf…
H A Dppsearch.c193 error(ERROR_SYSTEM|1, "%s: ignored -- cannot open", dp->name); in search()
572 error(ERROR_SYSTEM|1, "%s: cannot open file for reading", pp.path); in search()
H A Dpplex.c2395 error(ERROR_SYSTEM|3, "cannot dup pool input"); in pool()
2417 error(ERROR_SYSTEM|3, "cannot fork pool"); in pool()
2425 error(ERROR_SYSTEM|3, "%s: cannot read", ifile); in pool()
2428 error(ERROR_SYSTEM|3, "%s: cannot create", ofile); in pool()

12