Lines Matching refs:fpp
2179 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) in _getmq() argument
2184 error = func(td, fd, rightsp, fpp); in _getmq()
2187 if (&mqueueops != (*fpp)->f_ops) { in _getmq()
2188 fdrop(*fpp, td); in _getmq()
2191 pn = (*fpp)->f_data; in _getmq()
2200 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, in getmq() argument
2205 fpp, ppn, pmq); in getmq()
2209 getmq_read(struct thread *td, int fd, struct file **fpp, in getmq_read() argument
2214 fpp, ppn, pmq); in getmq_read()
2218 getmq_write(struct thread *td, int fd, struct file **fpp, in getmq_write() argument
2223 fpp, ppn, pmq); in getmq_write()