Lines Matching refs:fpp
2165 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) in _getmq() argument
2170 error = func(td, fd, rightsp, fpp); in _getmq()
2173 if (&mqueueops != (*fpp)->f_ops) { in _getmq()
2174 fdrop(*fpp, td); in _getmq()
2177 pn = (*fpp)->f_data; in _getmq()
2186 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, in getmq() argument
2191 fpp, ppn, pmq); in getmq()
2195 getmq_read(struct thread *td, int fd, struct file **fpp, in getmq_read() argument
2200 fpp, ppn, pmq); in getmq_read()
2204 getmq_write(struct thread *td, int fd, struct file **fpp, in getmq_write() argument
2209 fpp, ppn, pmq); in getmq_write()