Searched refs:ea_error (Results 1 – 14 of 14) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/ |
| H A D | randtest.c | 107 if (ea_error() == EXR_SYSCALL_FAIL) { in die() 112 ea_errstr[ea_error()], buf); in die() 143 if (ea_error() == EXR_EOF) { in do_reads() 157 if (ea_error() == EXR_EOF) { in do_reads() 171 if (ea_error() == EXR_EOF) { in do_reads() 186 if (ea_error() == EXR_EOF) { in do_reads()
|
| H A D | RandTest | 140 unless (ea_error() == EXR_EOF); 150 unless (ea_error() == EXR_EOF); 161 unless (ea_error() == EXR_EOF); 181 unless (ea_error() == EXR_EOF); 202 unless (ea_error() == EXR_EOF);
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/ |
| H A D | Exacct.pod | 18 This module provides access to the C<ea_error(3EXACCT)> function and for all the 57 B<C<ea_error()>> 59 This function provides access to the C<ea_error(3EXACCT)> function. It returns 67 one of the C<EXR_*> constants as returned by C<ea_error>. In a string context 68 it describes the value returned by C<ea_error>. If C<ea_error> returns 73 if (ea_error() == EXR_SYSCALL_FAIL) { 76 print("error: ", ea_error(), "\n"); 134 :LIBCALLS ea_error() and ea_error_str() 165 C<getacct(2)>, C<putacct(2)>, C<wracct(2)>, C<ea_error(3EXACCT)>,
|
| H A D | File.pod | 60 C<Sun::Solaris::Exacct::ea_error()> function. 121 can be accessed with the C<Sun::Solaris::Exacct::ea_error()> function. (See 138 with the C<Sun::Solaris::Exacct::ea_error()> function. After this operation, 147 C<Sun::Solaris::Exacct::ea_error()> function.
|
| /onnv-gate/usr/src/cmd/lastcomm/ |
| H A D | lc_exacct.c | 166 switch (ea_error()) { in lc_exacct() 208 if (ea_error() == EXR_EOF) in lc_exacct() 217 if (ea_error() != EXR_EOF) { in lc_exacct()
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/ |
| H A D | README | 36 if (ea_error() != EXR_OK && ea_error() != EXR_EOF) {
|
| H A D | Exacct.xs | 433 ea_error() 438 eno = ea_error(); 448 # returned by ea_error is EXR_SYSCALL_FAIL, a string describing the value of 449 # errno will be returned. For all other values returned by ea_error() a string 457 eno = ea_error();
|
| /onnv-gate/usr/src/lib/libexacct/common/ |
| H A D | exacct_ops.c | 305 ea_error(void) in ea_error() function 793 if (ea_error() == EXR_EOF) { in ea_unpack_object() 875 error = ea_error(); in validate_header() 888 error = ea_error(); in validate_header() 912 error = ea_error(); in validate_header() 922 error = ea_error(); in validate_header() 986 error = ea_error(); in write_header() 1000 error = ea_error(); in write_header() 1005 error = ea_error(); in write_header()
|
| H A D | mapfile-vers | 64 ea_error;
|
| /onnv-gate/usr/src/head/ |
| H A D | exacct.h | 69 extern int ea_error(void);
|
| /onnv-gate/usr/src/cmd/fm/fmd/common/ |
| H A D | fmd_log.c | 210 int eaerr = ea_error(); in fmd_log_check_err() 342 lp->log_name, fmd_ea_strerror(ea_error())); in fmd_log_open_exacct() 457 lp->log_name, fmd_ea_strerror(ea_error())); in fmd_log_close() 939 if (ea_error() != EXR_EOF) { in fmd_log_replay() 942 fmd_ea_strerror(ea_error())); in fmd_log_replay()
|
| /onnv-gate/usr/src/lib/fm/libfmd_log/common/ |
| H A D | fmd_log.c | 74 if (err == EFDL_EXACCT && ea_error() != EXR_OK) in fmd_log_set_errno() 75 lp->log_errno = EFDL_EXACCT + ea_error(); in fmd_log_set_errno() 369 *errp = err == EFDL_EXACCT ? EFDL_EXACCT + ea_error() : err; in fmd_log_open_err()
|
| /onnv-gate/usr/src/cmd/acctadm/ |
| H A D | utils.c | 218 if (ea_error() != EXR_EOF) { in verify_exacct_file()
|
| /onnv-gate/usr/src/cmd/zonestat/zonestatd/ |
| H A D | zonestatd.c | 2787 if (ea_error() == EXR_EOF) { in zsd_refresh_procs()
|