Home
last modified time | relevance | path

Searched refs:get_errno (Results 1 – 7 of 7) sorted by relevance

/freebsd/tests/atf_python/
H A Dutils.py5 from ctypes import get_errno
28 return get_errno()
33 return get_errno()
38 return get_errno()
/freebsd/tests/sys/netpfil/pf/
H A Dsctp.py111 raise Exception("Failed to bind: %d" % ctypes.get_errno())
166 print("bind() => %d", ctypes.get_errno())
194 print("errno %d" % ctypes.get_errno())
195 raise Exception(ctypes.get_errno())
213 print("errno %d" % ctypes.get_errno())
227 print("sctp_bindx() errno %d" % ctypes.get_errno())
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dutil.h60 get_errno(void) { in get_errno() function
/freebsd/contrib/jemalloc/src/
H A Dmalloc_io.c488 assert(uwidth != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()
513 assert(uprec != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()
H A Dpages.c212 buferror(get_errno(), buf, sizeof(buf)); in pages_map()
H A Djemalloc.c833 if (get_errno() != 0 || *end != '-') { in malloc_conf_multi_sizes_next()
841 if (get_errno() != 0 || *end != ':') { in malloc_conf_multi_sizes_next()
849 if (get_errno() != 0) { in malloc_conf_multi_sizes_next()
1154 (get_errno() != 0 || (uintptr_t)end - (uintptr_t)v != vlen) in malloc_conf_init_helper()
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in70 errno_ = ctypes.get_errno()