Searched refs:invfo_rdwr (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_jaildesc.c | 58 .fo_read = invfo_rdwr, 59 .fo_write = invfo_rdwr,
|
| H A D | sys_procdesc.c | 101 .fo_read = invfo_rdwr, 102 .fo_write = invfo_rdwr,
|
| H A D | uipc_sem.c | 144 .fo_read = invfo_rdwr, 145 .fo_write = invfo_rdwr,
|
| H A D | sys_timerfd.c | 373 .fo_write = invfo_rdwr,
|
| H A D | vfs_inotify.c | 92 .fo_write = invfo_rdwr,
|
| H A D | uipc_mqueue.c | 2685 .fo_read = invfo_rdwr, 2686 .fo_write = invfo_rdwr,
|
| H A D | kern_event.c | 139 .fo_read = invfo_rdwr, 140 .fo_write = invfo_rdwr,
|
| H A D | kern_descrip.c | 5588 invfo_rdwr(struct file *fp, struct uio *uio, struct ucred *active_cred, in invfo_rdwr() function
|
| /freebsd/sys/dev/ntsync/ |
| H A D | ntsync.c | 505 .fo_read = invfo_rdwr, 506 .fo_write = invfo_rdwr, 813 .fo_read = invfo_rdwr, 814 .fo_write = invfo_rdwr, 1102 .fo_read = invfo_rdwr, 1103 .fo_write = invfo_rdwr,
|
| /freebsd/sys/sys/ |
| H A D | file.h | 289 fo_rdwr_t invfo_rdwr; variable
|