/trusty/user/base/lib/libc-trusty/ |
D | trusty_uio.c | 22 ssize_t readv(int fd, const struct iovec* iov, int iov_cnt) { in readv() 31 ssize_t read(int fd, void* buf, size_t count) { in read() 36 ssize_t writev(int fd, const struct iovec* iov, int iov_cnt) { in writev() 45 ssize_t write(int fd, const void* buf, size_t count) { in write() 50 ssize_t trusty_readv(int fd, const struct iovec* iov, int iov_cnt) { in trusty_readv() 54 ssize_t trusty_read(int fd, void* buf, size_t count) { in trusty_read() 59 ssize_t trusty_writev(int fd, const struct iovec* iov, int iov_cnt) { in trusty_writev() 63 ssize_t trusty_write(int fd, const void* buf, size_t count) { in trusty_write()
|
D | file_stubs.c | 39 int isatty(int fd) { in isatty()
|
/trusty/user/base/experimental/lib/tidl/ |
D | ipc_ql_tipc.cpp | 53 int handle::reset(Handle fd) { in reset() 71 static __inline__ struct trusty_ipc_chan* tidl_get_channel(handle_t fd) { in tidl_get_channel() 161 extern "C" int tidl_chan_close(handle_t fd) { in tidl_chan_close() 196 static int send_iovs(handle_t fd, in send_iovs() 210 int send(handle_t fd, in send() 224 static int recv_iovs(handle_t fd, in recv_iovs() 238 int recv(handle_t fd, in recv() 254 int send(handle_t fd, in send() 274 int recv(handle_t fd, in recv() 296 int send(handle_t fd, in send() [all …]
|
/trusty/kernel/lib/libc-trusty/ |
D | close.c | 18 int close(int fd) { in close()
|
D | writev.c | 30 ssize_t trusty_writev(int fd, const struct iovec* iov, int iovcnt) { in trusty_writev()
|
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/android-base/ |
D | unique_fd.h | 65 explicit unique_fd_impl(int fd) { reset(fd); } in unique_fd_impl() 72 int fd = s.fd_; variable 276 int fd = ufd.release(); in Fdopen() local 288 int fd = ufd.release(); in Fdopendir() local
|
/trusty/kernel/lib/trusty/ |
D | syscall.c | 66 status_t install_sys_fd_handler(uint32_t fd, const struct sys_fd_ops* ops) { in install_sys_fd_handler() 83 static const struct sys_fd_ops* get_sys_fd_handler(uint32_t fd) { in get_sys_fd_handler() 117 static ssize_t sys_std_writev(uint32_t fd, in sys_std_writev() 162 long sys_writev(uint32_t fd, user_addr_t iov_uaddr, uint32_t iov_cnt) { in sys_writev() 208 long sys_readv(uint32_t fd, user_addr_t iov_uaddr, uint32_t iov_cnt) { in sys_readv() 217 long sys_ioctl(uint32_t fd, uint32_t req, user_addr_t user_ptr) { in sys_ioctl()
|
D | uctx.c | 812 static ssize_t uctx_handle_writev(uint32_t fd, in uctx_handle_writev() 833 static ssize_t uctx_handle_readv(uint32_t fd, in uctx_handle_readv() 859 const struct sys_fd_ops* uctx_get_fd_ops(uint32_t fd) { in uctx_get_fd_ops() 898 const struct sys_fd_ops* uctx_get_fd_ops(uint32_t fd) { in uctx_get_fd_ops()
|
/trusty/user/app/storage/test/storage_host_test/ |
D | storageproxy_shim.c | 219 int fd = handle; in ns_close_file() local 224 static ssize_t write_with_retry(int fd, in write_with_retry() 242 static ssize_t read_with_retry(int fd, void* buf_, size_t size, off_t offset) { in read_with_retry()
|
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/ |
D | tidl.h | 64 handle(Handle fd) : mFd(fd) {} in handle()
|
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 2194 struct malloc_chunk* fd; /* double links -- used only if free. */ member 2412 struct malloc_tree_chunk* fd; member 3175 int fd; in init_mparams() local
|