Home
last modified time | relevance | path

Searched defs:errorcode (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp96 int errorcode = pthread_rwlock_tryrdlock(rwlock); in lock() local
106 int errorcode in unlock() local
53 int errorcode = pthread_rwlock_init(rwlock, nullptr); RWMutexImpl() local
76 int errorcode = pthread_rwlock_rdlock(rwlock); lock_shared() local
86 int errorcode = pthread_rwlock_unlock(rwlock); unlock_shared() local
[all...]
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_error.c32 _dwarf_set_error(Dwarf_Debug dbg, Dwarf_Error *error, int errorcode, in _dwarf_set_error()
/freebsd-src/crypto/heimdal/lib/ipc/
H A Dtc.c63 reply(void *ctx, int errorcode, heim_idata *reply, heim_icred cred) in reply()
H A Dclient.c106 int ret, errorcode, retries = 0; in mach_ipc() local
/freebsd-src/crypto/openssl/test/
H A Derrtest.c58 unsigned long errorcode; in test_print_error_format() local
/freebsd-src/stand/libsa/
H A Dbzipfs.c361 bz_internal_error(int errorcode) in bz_internal_error()