Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dutil.h57 get_errno(void) { in get_errno() function
/freebsd-14.2/contrib/jemalloc/src/
H A Dmalloc_io.c478 assert(uwidth != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()
502 assert(uprec != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()
H A Dpages.c142 buferror(get_errno(), buf, sizeof(buf)); in os_pages_unmap()
H A Djemalloc.c794 if (get_errno() != 0 || *end != '-') { in malloc_conf_multi_sizes_next()
802 if (get_errno() != 0 || *end != ':') { in malloc_conf_multi_sizes_next()
810 if (get_errno() != 0) { in malloc_conf_multi_sizes_next()
1108 if (get_errno() != 0 || (uintptr_t)end -\ in malloc_conf_init_helper()
1148 if (get_errno() != 0 || (uintptr_t)end -\ in malloc_conf_init_helper()
/freebsd-14.2/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in66 errno_ = ctypes.get_errno()