Home
last modified time | relevance | path

Searched refs:fildes (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dstropts.c13 int putmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int flags) in putmsg() argument
15 ARG_UNUSED(fildes); in putmsg()
24 int putpmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int band, in putpmsg() argument
27 ARG_UNUSED(fildes); in putpmsg()
45 int fattach(int fildes, const char *path) in fattach() argument
47 ARG_UNUSED(fildes); in fattach()
54 int getmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp) in getmsg() argument
56 ARG_UNUSED(fildes); in getmsg()
65 int getpmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp, int *flagsp) in getpmsg() argument
67 ARG_UNUSED(fildes); in getpmsg()
[all …]
Daio.c12 int aio_cancel(int fildes, struct aiocb *aiocbp) in aio_cancel() argument
14 ARG_UNUSED(fildes); in aio_cancel()
29 int aio_fsync(int fildes, struct aiocb *aiocbp) in aio_fsync() argument
31 ARG_UNUSED(fildes); in aio_fsync()
Dfs.c441 int fstat(int fildes, struct stat *buf) in fstat() argument
443 return zvfs_fstat(fildes, buf); in fstat()
/Zephyr-latest/include/zephyr/posix/
Dstropts.h20 int putmsg(int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, int flags);
22 int fattach(int fildes, const char *path);
23 int getmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp);
24 int getpmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp, int *flagsp);
25 int isastream(int fildes);
Dfcntl.h38 int fcntl(int fildes, int cmd, ...);
Daio.h30 int aio_cancel(int fildes, struct aiocb *aiocbp);
/Zephyr-latest/include/zephyr/posix/sys/
Dmman.h40 void *mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off);