Home
last modified time | relevance | path

Searched refs:get_errno (Results 1 - 25 of 25) sorted by relevance

/third_party/NuttX/fs/dirent/
H A Dfs_readdir.c144 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 Dtest_errno.py21 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.c15 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.c15 return (off64_t)-get_errno();
32 return (off64_t)-get_errno();
40 return (off64_t)-get_errno();
/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c181 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 Dfs_poll.c101 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 Dfs_sendfile.c158 int errcode = get_errno(); in sendfile()
213 int errcode = get_errno(); in sendfile()
H A Dfs_pread64.c98 errcode = get_errno(); in file_pread64()
H A Dfs_pread.c80 errcode = get_errno(); in file_pread()
H A Dfs_pwrite64.c98 errcode = get_errno(); in file_pwrite64()
H A Dfs_pwrite.c80 errcode = get_errno(); in file_pwrite()
H A Dfs_open.c332 ret = -get_errno(); in do_open()
/third_party/NuttX/fs/driver/
H A Dfs_blockproxy.c88 ret = get_errno(); in unique_chardev()
202 ret = -get_errno(); in block_proxy()
H A Dfs_devsyslog.c150 return -get_errno(); in syslog_takesem()
/third_party/NuttX/drivers/bch/
H A Dbchlib_sem.c45 LOS_ASSERT(get_errno() == EINTR); in bchlib_semtake()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Derrno.h45 #define get_errno() errno macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Derrno.h19 #define get_errno() errno macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c78 ret = get_errno(); in fs_show()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_ep0.c1182 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 Dusbd_generic_epfile.c662 ret, get_errno()); in generic_epfiles_create()
/third_party/python/Lib/ctypes/
H A D__init__.py141 from _ctypes import get_errno, set_errno namespace
/third_party/python/Modules/_ctypes/
H A Dcallproc.c133 - 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 Dfs_files.c135 LOS_ASSERT(get_errno() == EINTR); in _files_semtake()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c888 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 Dfs_tmpfs.c224 DEBUGASSERT(get_errno() == EINTR); in tmpfs_lock_reentrant()

Completed in 25 milliseconds