Symbol: fileops
sys/dev/pci/drm/drm_linux.c
2649
const struct fileops dmabufops = {
sys/dev/pci/drm/drm_linux.c
3238
const struct fileops syncfileops = {
sys/kern/kern_event.c
100
const struct fileops kqueueops = {
sys/kern/sys_pipe.c
66
static const struct fileops pipeops = {
sys/kern/sys_socket.c
49
const struct fileops socketops = {
sys/kern/vfs_vnops.c
64
const struct fileops vnops = {
sys/sys/file.h
136
extern const struct fileops socketops; /* socket operations for files */
sys/sys/file.h
137
extern const struct fileops vnops; /* vnode operations for files */
sys/sys/file.h
95
const struct fileops *f_ops; /* [I] file operation pointers */
usr.bin/sndiod/dev_sioctl.c
41
struct fileops dev_sioctl_ops = {
usr.bin/sndiod/fdpass.c
323
fdpass_new(int sock, struct fileops *ops)
usr.bin/sndiod/fdpass.c
49
struct fileops worker_fileops = {
usr.bin/sndiod/fdpass.c
58
struct fileops helper_fileops = {
usr.bin/sndiod/fdpass.h
20
struct fileops;
usr.bin/sndiod/fdpass.h
22
struct fdpass *fdpass_new(int sock, struct fileops *ops);
usr.bin/sndiod/fdpass.h
25
extern struct fileops worker_fileops, helper_fileops;
usr.bin/sndiod/file.c
204
file_new(struct fileops *ops, void *arg, char *name, unsigned int nfds)
usr.bin/sndiod/file.h
50
struct fileops *ops; /* event handlers */
usr.bin/sndiod/file.h
75
struct file *file_new(struct fileops *, void *, char *, unsigned int);
usr.bin/sndiod/listen.c
44
struct fileops listen_fileops = {
usr.bin/sndiod/miofile.c
39
struct fileops port_mio_ops = {
usr.bin/sndiod/siofile.c
46
extern struct fileops dev_sioctl_ops;
usr.bin/sndiod/siofile.c
48
struct fileops dev_sio_ops = {
usr.bin/sndiod/sock.c
70
struct fileops sock_fileops = {