Home
last modified time | relevance | path

Searched refs:fileops (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/sys/sys/
H A Dfile.h85 struct fileops { struct
142 const struct fileops *f_ops;
208 extern const struct fileops vnops; /* vnode operations for files */
H A Dfiledesc.h192 struct fileops;
228 int fd_clone(file_t *, unsigned, int, const struct fileops *, void *);
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_sync_file.c45 static const struct fileops sync_file_ops;
225 static const struct fileops sync_file_ops = {
H A Dlinux_dma_buf.c54 static const struct fileops dmabuf_fileops = {
/netbsd-src/sys/rump/librump/rumpkern/
H A Dcons.c62 static const struct fileops rumpcons_fileops = {
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_file.h394 extern const struct fileops drm_fileops;
/netbsd-src/sys/modules/examples/fopsmapper/
H A Dfopsmapper.c74 const struct fileops mapper_fileops = {
/netbsd-src/sys/kern/
H A Dsys_socket.c88 const struct fileops socketops = {
H A Dsys_memfd.c66 static const struct fileops memfd_fileops = {
H A Dsys_timerfd.c474 static const struct fileops timerfd_fileops = {
H A Dsys_eventfd.c533 static const struct fileops eventfd_fileops = {
H A Dkern_drvctl.c95 static const struct fileops drvctl_fileops = {
H A Dkern_ksyms.c1196 static const struct fileops ksyms_fileops;
1602 static const struct fileops ksyms_fileops = {
H A Dsubr_kcov.c78 const struct fileops kcov_fileops = {
H A Duipc_sem.c120 static const struct fileops semops = {
/netbsd-src/sys/modules/examples/pollpal/
H A Dpollpal.c82 const struct fileops pollpal_fileops = {
/netbsd-src/sys/modules/examples/
H A DREADME11 * fopsmapper - basic implementation of mmap with fileops fo_mmap
/netbsd-src/sys/dev/dtv/
H A Ddtv_demux.c77 static const struct fileops dtv_demux_fileops = {
/netbsd-src/sys/external/bsd/drm2/drm/
H A Ddrm_cdevsw.c104 const struct fileops drm_fileops = {
/netbsd-src/sys/dev/putter/
H A Dputter.c209 static const struct fileops putter_fileops = {
/netbsd-src/sys/dev/iscsi/
H A Discsi_main.c88 static const struct fileops iscsi_fileops = {
/netbsd-src/sys/dev/pci/
H A Dvio9p.c145 static const struct fileops vio9p_fileops = {
/netbsd-src/sys/arch/xen/xen/
H A Dxenevt.c79 static const struct fileops xenevt_fileops = {
/netbsd-src/sys/dev/dmover/
H A Ddmover_io.c766 static const struct fileops dmio_fileops = {
/netbsd-src/sys/dev/pad/
H A Dpad.c170 const struct fileops pad_fileops = {

12