Searched defs:ERROR_SYSTEM (Results 1 - 6 of 6) sorted by relevance

/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/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/common/misc/
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
/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

Completed in 26 milliseconds