HomeSort by: relevance | last modified time | path
    Searched refs:fileops (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/sys/
file.h 85 struct fileops { struct
142 const struct fileops *f_ops;
208 extern const struct fileops vnops; /* vnode operations for files */
224 /* Commonly used fileops */
filedesc.h 195 struct fileops;
231 int fd_clone(file_t *, unsigned, int, const struct fileops *, void *);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_file.h 394 extern const struct fileops drm_fileops;
  /src/sys/rump/librump/rumpkern/
cons.c 62 static const struct fileops rumpcons_fileops = {
  /src/sys/external/bsd/drm2/linux/
linux_sync_file.c 45 static const struct fileops sync_file_ops;
225 static const struct fileops sync_file_ops = {
linux_dma_buf.c 54 static const struct fileops dmabuf_fileops = {
  /src/sys/modules/examples/fopsmapper/
fopsmapper.c 74 const struct fileops mapper_fileops = {
  /src/sys/modules/examples/pollpal/
pollpal.c 82 const struct fileops pollpal_fileops = {
  /src/sys/kern/
sys_socket.c 88 const struct fileops socketops = {
sys_eventfd.c 533 static const struct fileops eventfd_fileops = {
sys_timerfd.c 474 static const struct fileops timerfd_fileops = {
sys_memfd.c 66 static const struct fileops memfd_fileops = {
kern_drvctl.c 95 static const struct fileops drvctl_fileops = {
subr_kcov.c 78 const struct fileops kcov_fileops = {
kern_ksyms.c 1196 static const struct fileops ksyms_fileops;
1602 static const struct fileops ksyms_fileops = {
sys_mqueue.c 91 static const struct fileops mqops = {
  /src/sys/dev/dmover/
dmover_io.c 766 static const struct fileops dmio_fileops = {
  /src/sys/dev/dtv/
dtv_demux.c 77 static const struct fileops dtv_demux_fileops = {
  /src/sys/dev/putter/
putter.c 209 static const struct fileops putter_fileops = {
  /src/sys/arch/xen/xen/
xenevt.c 79 static const struct fileops xenevt_fileops = {
  /src/sys/dev/iscsi/
iscsi_main.c 88 static const struct fileops iscsi_fileops = {
  /src/sys/external/bsd/drm2/drm/
drm_cdevsw.c 104 const struct fileops drm_fileops = {
  /src/sys/dev/pci/
vio9p.c 145 static const struct fileops vio9p_fileops = {
  /src/sys/dev/pad/
pad.c 170 const struct fileops pad_fileops = {
  /src/sys/net/
if_tap.c 127 /* Fileops access routines */
138 static const struct fileops tap_fileops = {
695 * with its own fileops structure (which maps to the various read, write,
738 * really the same whether we are in cdevsw or fileops mode, the close()

Completed in 39 milliseconds

1 2