Lines Matching defs:fp
97 file_t *fp; in sys_memfd_create() local
143 memfd_read(file_t *fp, off_t *offp, struct uio *uio, kauth_cred_t cred, in memfd_read()
180 memfd_write(file_t *fp, off_t *offp, struct uio *uio, kauth_cred_t cred, in memfd_write()
232 memfd_ioctl(file_t *fp, u_long cmd, void *data) in memfd_ioctl()
239 memfd_fcntl(file_t *fp, u_int cmd, void *data) in memfd_fcntl()
295 memfd_stat(file_t *fp, struct stat *st) in memfd_stat()
321 memfd_close(file_t *fp) in memfd_close()
334 memfd_mmap(file_t *fp, off_t *offp, size_t size, int prot, int *flagsp, in memfd_mmap()
375 memfd_seek(file_t *fp, off_t delta, int whence, off_t *newoffp, in memfd_seek()
413 memfd_truncate_locked(file_t *fp, off_t length) in memfd_truncate_locked()
454 memfd_truncate(file_t *fp, off_t length) in memfd_truncate()