Searched refs:fo_stat (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/sys/ |
| D | file.h | 70 int (*fo_stat)(struct file *, struct stat *, struct proc *); member
|
| /openbsd/src/sys/kern/ |
| D | sys_socket.c | 54 .fo_stat = soo_stat,
|
| D | vfs_vnops.c | 69 .fo_stat = vn_statfile,
|
| D | sys_pipe.c | 71 .fo_stat = pipe_stat,
|
| D | kern_descrip.c | 790 error = (*fp->f_ops->fo_stat)(fp, &ub, p); in sys_fstat()
|
| D | kern_event.c | 104 .fo_stat = kqueue_stat,
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_linux.c | 2566 .fo_stat = dmabuf_stat, 3155 .fo_stat = syncfile_stat,
|