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