Searched refs:aw_errno (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.h167 extern int aw_errno; /* error number */
175 extern int aw_errno;
H A Dauditwrite.c165 int aw_errno; /* errno for this rec */ member in struct:aw_context
292 int aw_errno = AW_ERR_NO_ERROR; /* error number */ variable
679 "aborted: aw_errno = %d = %s, errno = %d = %s",
680 aw_errno,
681 (aw_err_mesg = aw_strerror(aw_errno)) ? aw_err_mesg : "unknown error",
2223 rec->context.aw_errno = AW_ERR_NO_ERROR;
2402 * This routine sets aw_errno. It insures aw_errno is set
2408 if (error == AW_ERR_NO_ERROR || aw_errno == AW_ERR_NO_ERROR)
2409 aw_errno
[all...]

Completed in 25 milliseconds