Lines Matching refs:fildes
13 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()
77 int isastream(int fildes) in isastream() argument
79 ARG_UNUSED(fildes); in isastream()