Searched refs:local_errno (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 291 int local_errno = 0; in StopTheWorld() local 292 if (internal_iserror(tracer_pid, &local_errno)) { in StopTheWorld() 293 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); in StopTheWorld() 305 if (!internal_iserror(waitpid_status, &local_errno)) in StopTheWorld() 307 if (local_errno == EINTR) in StopTheWorld() 310 local_errno); in StopTheWorld()
|
| H A D | sanitizer_posix_libcdep.cpp | 563 int local_errno; in IsProcessRunning() local 564 if (internal_iserror(waitpid_status, &local_errno)) { in IsProcessRunning() 565 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in IsProcessRunning() 574 int local_errno; in WaitForProcess() local 575 if (internal_iserror(waitpid_status, &local_errno)) { in WaitForProcess() 576 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in WaitForProcess()
|
| H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 449 int local_errno = 0; in StopTheWorld() local 450 if (internal_iserror(tracer_pid, &local_errno)) { in StopTheWorld() 451 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); in StopTheWorld() 473 if (!internal_iserror(waitpid_status, &local_errno)) in StopTheWorld() 475 if (local_errno == EINTR) in StopTheWorld() 478 local_errno); in StopTheWorld()
|
| /freebsd/sys/security/audit/ |
| H A D | bsm_errno.c | 710 bsm_lookup_errno_local(int local_errno) in bsm_lookup_errno_local() argument 715 if (bsm_errnos[i].be_local_errno == local_errno) in bsm_lookup_errno_local() 726 au_errno_to_bsm(int local_errno) in au_errno_to_bsm() argument 730 bsme = bsm_lookup_errno_local(local_errno); in au_errno_to_bsm()
|
| /freebsd/contrib/openbsm/libbsm/ |
| H A D | bsm_errno.c | 710 bsm_lookup_errno_local(int local_errno) in bsm_lookup_errno_local() argument 715 if (bsm_errnos[i].be_local_errno == local_errno) in bsm_lookup_errno_local() 726 au_errno_to_bsm(int local_errno) in au_errno_to_bsm() argument 730 bsme = bsm_lookup_errno_local(local_errno); in au_errno_to_bsm()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | hash.c | 600 hashp->local_errno = errno = EINVAL; in hash_get() 613 hashp->local_errno = errno = EINVAL; in hash_put() 617 hashp->local_errno = errno = EPERM; in hash_put() 631 hashp->local_errno = errno = EINVAL; in hash_delete() 635 hashp->local_errno = errno = EPERM; in hash_delete() 802 hashp->local_errno = errno = EINVAL; in cursor_get()
|
| H A D | dbm.c | 322 return (hp->local_errno); in kdb2_dbm_error() 331 hp->local_errno = 0; in kdb2_dbm_clearerr()
|
| H A D | hash.h | 97 int32_t local_errno; /* Error Number -- for DBM compatibility */ member
|
| /freebsd/contrib/openbsm/sys/bsm/ |
| H A D | audit_record.h | 299 u_char au_errno_to_bsm(int local_errno);
|
| /freebsd/sys/bsm/ |
| H A D | audit_record.h | 305 u_char au_errno_to_bsm(int local_errno);
|