Searched refs:sys_errno (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | error.c | 66 int uv_translate_sys_error(int sys_errno) { in uv_translate_sys_error() argument 67 if (sys_errno <= 0) { in uv_translate_sys_error() 68 return sys_errno; /* If < 0 then it's already a libuv error. */ in uv_translate_sys_error() 71 switch (sys_errno) { in uv_translate_sys_error()
|
| H A D | fs.c | 76 #define SET_REQ_WIN32_ERROR(req, sys_errno) \ argument 78 req->sys_errno_ = (sys_errno); \ 82 #define SET_REQ_UV_ERROR(req, uv_errno, sys_errno) \ argument 85 req->sys_errno_ = (sys_errno); \
|
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | ev_connects.c | 240 evTryAccept(evContext opaqueCtx, evConnID id, int *sys_errno) { in evTryAccept() argument 275 *sys_errno = new->ioErrno; in evTryAccept()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | errors.h | 129 int sys_errno; /* irrelevent unless errcode == member
|
| H A D | misc.c | 315 int sys_errno, const char *file, int line, const char *fmt,...) in pgp_push_error() argument 344 err->sys_errno = sys_errno; in pgp_push_error() 361 printf("system error %d returned from %s()\n", err->sys_errno, in pgp_print_error()
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | errors.rst | 377 .. c:function:: int uv_translate_sys_error(int sys_errno) 383 If `sys_errno` is already a libuv error, it is simply returned.
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | core.c | 1262 int uv_translate_sys_error(int sys_errno) { in uv_translate_sys_error() argument 1264 return sys_errno <= 0 ? sys_errno : -sys_errno; in uv_translate_sys_error()
|
| /netbsd-src/external/mit/libuv/dist/include/ |
| H A D | uv.h | 392 UV_EXTERN int uv_translate_sys_error(int sys_errno);
|
| /netbsd-src/external/gpl3/gdb/dist/sim/common/ |
| H A D | ChangeLog-2021 | 5909 (sim_io_syscalls): Ditto for sys_errno.
|