Home
last modified time | relevance | path

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

12

/misc/
A Dsyncfs.c24 syncfs (int fd) in syncfs()
A Dfsync.c23 fsync (int fd) in fsync()
A Dstty.c24 stty (int fd, const struct sgttyb *params) in stty()
A Dgtty.c24 gtty (int fd, struct sgttyb *params) in gtty()
A Dfchflags.c27 fchflags (int fd, unsigned long int flags) in fchflags()
A Dftruncate.c24 __ftruncate (int fd, off_t length) in __ftruncate()
A Dftruncate64.c24 __ftruncate64 (int fd, off64_t length) in __ftruncate64()
A Dfutimes.c25 __futimes (int fd, const struct timeval tvp[2]) in __futimes()
A Dreadv.c28 __readv (int fd, const struct iovec *vector, int count) in __readv()
A Dwritev.c28 __writev (int fd, const struct iovec *vector, int count) in __writev()
A Dioctl.c24 __ioctl (int fd, unsigned long int request, ...) in __ioctl()
A Dfutimesat.c28 futimesat (int fd, const char *file, const struct timeval tvp[2]) in futimesat()
A Dpwritev.c29 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev()
A Dpwritev64.c29 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64()
A Dpreadv.c29 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv()
A Dpreadv64.c29 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64()
A Dpwritev2.c24 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2()
A Dpwritev64v2.c24 pwritev64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in pwritev64v2()
A Dpreadv2.c24 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2()
A Dpreadv64v2.c24 preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in preadv64v2()
A Ddaemon.c46 int fd; in daemon() local
A Dmmap.c32 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap()
A Dtst-syscalls.c109 do_read (int fd, void *ptr, struct Array b) in do_read()
121 do_write (int fd, void *ptr, struct Array b) in do_write()
149 int fd = xopen ("/dev/null", O_RDWR, 0); in do_test() local
A Dmmap64.c32 __mmap64 (void *addr, size_t len, int prot, int flags, int fd, in __mmap64()
/misc/sys/
A Dselect.h85 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) argument
86 #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) argument
87 #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) argument

Completed in 42 milliseconds

12