Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 205) sorted by relevance

123456789

/l4re-core-master/uclibc/lib/uclibc/ARCH-all/include/
A Dnot-cancel.h3 #define close_not_cancel(fd) \ argument
9 #define fcntl_not_cancel(fd, cmd, val) \ argument
12 #define close_not_cancel_no_status(fd) \ argument
/l4re-core-master/l4re_vfs/include/impl/
A Dfd_store.h46 Fd_store::check_fd(int fd) throw() in check_fd()
53 Fd_store::get(int fd) throw() in get()
63 Fd_store::set(int fd, Ref_ptr<L4Re::Vfs::File> const &f) throw() in set()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dnot-cancel.h63 #define close_not_cancel(fd) \ argument
65 #define close_not_cancel_no_status(fd) \ argument
70 #define read_not_cancel(fd, buf, n) \ argument
75 #define write_not_cancel(fd, buf, n) \ argument
138 #define close_not_cancel(fd) \ argument
140 #define close_not_cancel_no_status(fd) \ argument
143 #define read_not_cancel(fd, buf, n) \ argument
146 #define write_not_cancel(fd, buf, n) \ argument
149 #define fcntl_not_cancel(fd, cmd, val) \ argument
A Dpread_write.c35 static _syscall6(ssize_t, __syscall_pread, int, fd, void *, buf, in _syscall6() argument
37 # define MY_PREAD(fd, buf, count, offset) __syscall_pread(fd, buf, count, 0, OFF_HI_LO(offset)) in _syscall6() argument
38 # define MY_PREAD64(fd, buf, count, offset) __syscall_pread(fd, buf, count, 0, OFF64_HI_LO(offset… in _syscall6() argument
59 # define MY_PWRITE(fd, buf, count, offset) __syscall_pwrite(fd, buf, count, 0, OFF_HI_LO(offset)) in _syscall6() argument
60 # define MY_PWRITE64(fd, buf, count, offset) __syscall_pwrite(fd, buf, count, 0, OFF64_HI_LO(offs… in _syscall6() argument
A Dmmap64.c24 void *mmap64(void *addr, size_t len, int prot, int flags, int fd, __off64_t offset) in mmap64()
46 void *mmap64(void *addr, size_t len, int prot, int flags, int fd, __off64_t offset) in mmap64()
A Dftruncate.c16 int ftruncate(int fd, __off_t length) in ftruncate()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dnot-cancel.h45 # define __openat_nocancel(fd, fname, oflag, mode) \ argument
51 #define openat_not_cancel(fd, fname, oflag, mode) \ argument
53 #define openat_not_cancel_3(fd, fname, oflag) \ argument
55 #define openat64_not_cancel(fd, fname, oflag, mode) \ argument
57 #define openat64_not_cancel_3(fd, fname, oflag) \ argument
61 #define close_not_cancel(fd) \ argument
63 #define close_not_cancel_no_status(fd) \ argument
68 #define read_not_cancel(fd, buf, n) \ argument
72 #define write_not_cancel(fd, buf, n) \ argument
76 #define writev_not_cancel_no_status(fd, iov, n) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/
A Dnot-cancel.h45 # define __openat_nocancel(fd, fname, oflag, mode) \ argument
51 #define openat_not_cancel(fd, fname, oflag, mode) \ argument
53 #define openat_not_cancel_3(fd, fname, oflag) \ argument
55 #define openat64_not_cancel(fd, fname, oflag, mode) \ argument
57 #define openat64_not_cancel_3(fd, fname, oflag) \ argument
61 #define close_not_cancel(fd) \ argument
63 #define close_not_cancel_no_status(fd) \ argument
68 #define read_not_cancel(fd, buf, n) \ argument
72 #define write_not_cancel(fd, buf, n) \ argument
76 #define writev_not_cancel_no_status(fd, iov, n) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dnot-cancel.h45 # define __openat_nocancel(fd, fname, oflag, mode) \ argument
51 #define openat_not_cancel(fd, fname, oflag, mode) \ argument
53 #define openat_not_cancel_3(fd, fname, oflag) \ argument
55 #define openat64_not_cancel(fd, fname, oflag, mode) \ argument
57 #define openat64_not_cancel_3(fd, fname, oflag) \ argument
61 #define close_not_cancel(fd) \ argument
63 #define close_not_cancel_no_status(fd) \ argument
68 #define read_not_cancel(fd, buf, n) \ argument
72 #define write_not_cancel(fd, buf, n) \ argument
76 #define writev_not_cancel_no_status(fd, iov, n) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dpread_write.c18 # define MY_PREAD(fd, buf, count, offset) \ argument
20 # define MY_PREAD64(fd, buf, count, offset) \ argument
25 # define MY_PWRITE(fd, buf, count, offset) \ argument
27 # define MY_PWRITE64(fd, buf, count, offset) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/dirent/
A Dopendir.c19 static DIR *fd_to_DIR(int fd, __blksize_t size) in fd_to_DIR()
43 DIR *fdopendir(int fd) in fdopendir()
71 int fd; in opendir() local
A Dclosedir.c17 int fd; in closedir() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/
A Dfstatfs64.c32 int fstatfs64 (int fd, struct statfs64 *buf) in fstatfs64()
61 int fstatfs64(int fd, struct statfs64 *buf) in fstatfs64()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/v850/bits/
A Dselect.h29 #define __FD_SET(fd, s) \ argument
38 #define __FD_CLR(fd, s) \ argument
47 #define __FD_ISSET(fd, s) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dgrantpt.c45 int grantpt (int fd) in grantpt()
70 int grantpt (attribute_unused int fd) in grantpt()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/
A Dselect.h36 # define __FD_SET(fd, fdsp) \ argument
41 # define __FD_CLR(fd, fdsp) \ argument
46 # define __FD_ISSET(fd, fdsp) \ argument
/l4re-core-master/ldso/ldso/
A Dsyscalls.cc51 L4RE_CALL(int _dl_fstat(int fd, struct stat *buf)) in L4RE_CALL()
69 L4RE_CALL(int _dl_read(int fd, void *buf, size_t len)) in L4RE_CALL()
87 L4RE_CALL(int _dl_close(int fd)) in L4RE_CALL()
112 int fd = L4RE_VFS->alloc_fd(f); in L4RE_CALL() local
117 L4RE_CALL(int _dl_write(int fd, char const *str, size_t len)) in L4RE_CALL()
150 L4RE_CALL(void *_dl_mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset)) in L4RE_CALL()
/l4re-core-master/ldso/libdl/
A Ddl-syscall.h22 _dl_fstat(int fd, struct stat *buf) in _dl_fstat()
58 _dl_close(int fd) in _dl_close()
62 _dl_read(int fd, void *buf, size_t len) in _dl_read()
66 _dl_write(int fd, char const *str, size_t len) in _dl_write()
83 _dl_mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset) in _dl_mmap()
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc39 ssize_t read(int fd, void *buf, size_t count) in read()
47 ssize_t write(int fd, const void *buf, size_t count) in write()
143 int fd = L4Re::Vfs::vfs_ops->alloc_fd(f); in __internal_open() local
181 extern "C" int ioctl(int fd, unsigned long request, ...) in ioctl()
200 extern "C" int fcntl64(int fd, int cmd, ...) in fcntl64()
252 extern "C" int fcntl(int fd, int cmd, ...) in fcntl()
265 off_t lseek(int fd, off_t offset, int whence) in lseek()
271 int ftruncate(int fd, off_t length) in ftruncate()
277 int lockf(int fd, int cmd, off_t len) in lockf()
363 int close(int fd) in close()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dhostid.c22 int fd; in sethostid() local
40 int fd, id = 0; in gethostid() local
A Dopensock.c27 int fd = -1; in __opensock() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/termios/
A Disatty.c23 int isatty (int fd) in isatty()
A Dtcflow.c25 int tcflow (int fd, int action) in tcflow()
A Dtcsendbrk.c27 tcsendbreak (int fd, int duration) in tcsendbreak()
A Dtcsetpgrp.c25 int tcsetpgrp (int fd, pid_t pgrp_id) in tcsetpgrp()

Completed in 33 milliseconds

123456789