/src/sys/rump/librump/rumpkern/ |
cons.c | 72 .fo_restart = fnullop_restart,
|
/src/sys/sys/ |
file.h | 97 void (*fo_restart) (struct file *); member in struct:fileops
|
/src/sys/modules/examples/fopsmapper/ |
fopsmapper.c | 83 .fo_restart = fnullop_restart,
|
/src/sys/modules/examples/pollpal/ |
pollpal.c | 91 .fo_restart = fnullop_restart,
|
/src/sys/external/bsd/drm2/linux/ |
linux_sync_file.c | 235 .fo_restart = fnullop_restart,
|
linux_dma_buf.c | 64 .fo_restart = fnullop_restart,
|
/src/sys/kern/ |
sys_socket.c | 98 .fo_restart = soo_restart,
|
sys_eventfd.c | 543 .fo_restart = eventfd_fop_restart,
|
sys_timerfd.c | 484 .fo_restart = timerfd_fop_restart,
|
sys_memfd.c | 76 .fo_restart = fnullop_restart,
|
kern_drvctl.c | 105 .fo_restart = fnullop_restart,
|
subr_kcov.c | 87 .fo_restart = fnullop_restart,
|
sys_mqueue.c | 101 .fo_restart = fnullop_restart,
|
uipc_sem.c | 130 .fo_restart = fnullop_restart,
|
sys_pipe.c | 103 .fo_restart = pipe_restart,
|
/src/sys/dev/dmover/ |
dmover_io.c | 776 .fo_restart = fnullop_restart,
|
/src/sys/dev/dtv/ |
dtv_demux.c | 87 .fo_restart = fnullop_restart,
|
/src/sys/dev/putter/ |
putter.c | 219 .fo_restart = fnullop_restart,
|
/src/sys/arch/xen/xen/ |
xenevt.c | 89 .fo_restart = fnullop_restart,
|
/src/sys/dev/iscsi/ |
iscsi_main.c | 98 .fo_restart = fnullop_restart
|
/src/sys/external/bsd/drm2/drm/ |
drm_cdevsw.c | 114 .fo_restart = fnullop_restart,
|
/src/sys/dev/pci/ |
vio9p.c | 155 .fo_restart = fnullop_restart,
|
/src/sys/dev/pad/ |
pad.c | 181 .fo_restart = fnullop_restart
|
/src/sys/net/ |
if_tap.c | 148 .fo_restart = fnullop_restart,
|
/src/sys/dev/nvmm/ |
nvmm.c | 1104 .fo_restart = fnullop_restart,
|