Searched refs:fo_restart (Results 1 – 25 of 37) sorted by relevance
12
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | cons.c | 72 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/modules/examples/fopsmapper/ |
H A D | fopsmapper.c | 83 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/sys/ |
H A D | file.h | 97 void (*fo_restart) (struct file *); member
|
/netbsd-src/sys/kern/ |
H A D | sys_socket.c | 98 .fo_restart = soo_restart,
|
H A D | sys_memfd.c | 76 .fo_restart = fnullop_restart,
|
H A D | sys_timerfd.c | 484 .fo_restart = timerfd_fop_restart,
|
H A D | sys_eventfd.c | 543 .fo_restart = eventfd_fop_restart,
|
H A D | kern_drvctl.c | 105 .fo_restart = fnullop_restart,
|
H A D | subr_kcov.c | 87 .fo_restart = fnullop_restart,
|
H A D | uipc_sem.c | 130 .fo_restart = fnullop_restart,
|
H A D | sys_pipe.c | 103 .fo_restart = pipe_restart,
|
H A D | sys_mqueue.c | 101 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/external/bsd/drm2/linux/ |
H A D | linux_sync_file.c | 235 .fo_restart = fnullop_restart,
|
H A D | linux_dma_buf.c | 64 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/modules/examples/pollpal/ |
H A D | pollpal.c | 91 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/dev/dtv/ |
H A D | dtv_demux.c | 87 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/external/bsd/drm2/drm/ |
H A D | drm_cdevsw.c | 114 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/dev/putter/ |
H A D | putter.c | 219 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/dev/iscsi/ |
H A D | iscsi_main.c | 98 .fo_restart = fnullop_restart
|
/netbsd-src/sys/dev/pci/ |
H A D | vio9p.c | 155 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/arch/xen/xen/ |
H A D | xenevt.c | 89 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/dev/dmover/ |
H A D | dmover_io.c | 776 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/dev/pad/ |
H A D | pad.c | 181 .fo_restart = fnullop_restart
|
/netbsd-src/sys/net/ |
H A D | if_tap.c | 148 .fo_restart = fnullop_restart,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_syncobj.c | 595 .fo_restart = fnullop_restart,
|
12