/third_party/NuttX/fs/dirent/ |
H A D | fs_readdir.c | 144 int old_err = get_errno(); in readdir() 170 ret = get_errno(); in readdir() 212 return -get_errno(); in do_readdir() 221 return -get_errno(); in do_readdir()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_errno.py | 21 self.assertEqual(get_errno(), errno.ENOENT) 24 self.assertEqual(get_errno(), 32) 36 self.assertEqual(get_errno(), 0) 42 self.assertEqual(get_errno(), 32)
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __stdio_seek.c | 15 return (off64_t)-get_errno();
32 return (off64_t)-get_errno();
40 return (off64_t)-get_errno();
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __stdio_seek.c | 15 return (off64_t)-get_errno();
32 return (off64_t)-get_errno();
40 return (off64_t)-get_errno();
|
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 181 ret = get_errno(); in rpcclnt_send() 225 error = get_errno(); in rpcclnt_receive() 233 error = get_errno(); in rpcclnt_receive() 294 error = get_errno(); in rpcclnt_receive() 302 error = get_errno(); in rpcclnt_receive() 472 return get_errno(); in rpcclnt_alivecheck() 564 nfs_debug_error("psock_socket failed: %d", get_errno()); in rpcclnt_reconnect() 582 errval = get_errno(); in rpcclnt_reconnect() 597 errval = get_errno(); in rpcclnt_reconnect() 681 nfs_debug_error("psock_socket failed: %d", get_errno()); in rpcclnt_connect() [all...] |
/third_party/NuttX/fs/vfs/ |
H A D | fs_poll.c | 101 int err = get_errno(); in poll_semtake() 242 int errorcode = get_errno(); in fdesc_poll() 476 err = get_errno(); in poll() 501 temp = get_errno(); in poll() 504 temp = get_errno(); in poll()
|
H A D | fs_sendfile.c | 158 int errcode = get_errno(); in sendfile() 213 int errcode = get_errno(); in sendfile()
|
H A D | fs_pread64.c | 98 errcode = get_errno();
in file_pread64()
|
H A D | fs_pread.c | 80 errcode = get_errno(); in file_pread()
|
H A D | fs_pwrite64.c | 98 errcode = get_errno();
in file_pwrite64()
|
H A D | fs_pwrite.c | 80 errcode = get_errno(); in file_pwrite()
|
H A D | fs_open.c | 332 ret = -get_errno(); in do_open()
|
/third_party/NuttX/fs/driver/ |
H A D | fs_blockproxy.c | 88 ret = get_errno(); in unique_chardev() 202 ret = -get_errno(); in block_proxy()
|
H A D | fs_devsyslog.c | 150 return -get_errno(); in syslog_takesem()
|
/third_party/NuttX/drivers/bch/ |
H A D | bchlib_sem.c | 45 LOS_ASSERT(get_errno() == EINTR); in bchlib_semtake()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
H A D | errno.h | 45 #define get_errno() errno macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | errno.h | 19 #define get_errno() errno macro
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | adp.c | 78 ret = get_errno(); in fs_show()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_generic_ep0.c | 1182 ret, get_errno()); in generic_create_ep0() 1189 ret, get_errno()); in generic_create_ep0() 1247 ret, get_errno()); in generic_remove_ep0()
|
H A D | usbd_generic_epfile.c | 662 ret, get_errno()); in generic_epfiles_create()
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 141 from _ctypes import get_errno, set_errno namespace
|
/third_party/python/Modules/_ctypes/ |
H A D | callproc.c | 133 - ctypes.get_errno() and ctypes.get_last_error() returns the current ctypes 223 get_errno(PyObject *self, PyObject *args) in get_errno() function 225 if (PySys_Audit("ctypes.get_errno", NULL) < 0) { in get_errno() 2005 {"get_errno", get_errno, METH_NOARGS},
|
/third_party/NuttX/fs/inode/ |
H A D | fs_files.c | 135 LOS_ASSERT(get_errno() == EINTR); in _files_semtake()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.c | 888 usb_err("usb mkdir error! ret = %d, errono = %d\n", ret, get_errno()); in usb_dev_init() 906 usb_err("usb rmdir error! ret = %d, errono = %d\n", ret, get_errno()); in usb_dev_uninit()
|
/third_party/NuttX/fs/tmpfs/ |
H A D | fs_tmpfs.c | 224 DEBUGASSERT(get_errno() == EINTR); in tmpfs_lock_reentrant()
|