Home | History | Annotate | Download | only in kern

Lines Matching refs:file_t

54 static int memfd_read(file_t *, off_t *, struct uio *, kauth_cred_t, int);
55 static int memfd_write(file_t *, off_t *, struct uio *, kauth_cred_t, int);
56 static int memfd_ioctl(file_t *, u_long, void *);
57 static int memfd_fcntl(file_t *, u_int, void *);
58 static int memfd_stat(file_t *, struct stat *);
59 static int memfd_close(file_t *);
60 static int memfd_mmap(file_t *, off_t *, size_t, int, int *, int *,
62 static int memfd_seek(file_t *, off_t, int, off_t *, int);
63 static int memfd_truncate_locked(file_t *, off_t);
64 static int memfd_truncate(file_t *, off_t);
97 file_t *fp;
143 memfd_read(file_t *fp, off_t *offp, struct uio *uio, kauth_cred_t cred,
180 memfd_write(file_t *fp, off_t *offp, struct uio *uio, kauth_cred_t cred,
232 memfd_ioctl(file_t *fp, u_long cmd, void *data)
239 memfd_fcntl(file_t *fp, u_int cmd, void *data)
295 memfd_stat(file_t *fp, struct stat *st)
321 memfd_close(file_t *fp)
334 memfd_mmap(file_t *fp, off_t *offp, size_t size, int prot, int *flagsp,
375 memfd_seek(file_t *fp, off_t delta, int whence, off_t *newoffp,
413 memfd_truncate_locked(file_t *fp, off_t length)
454 memfd_truncate(file_t *fp, off_t length)