Searched refs:fileops (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dsys_dep.c273 static struct fileops fileops = local
291 fp->f_ops = &fileops;
H A Dddp.save262 static struct fileops fileops = {_ATrw, _ATioctl, _ATselect, _ATclose, _ATstat};
270 &fileops, 0, DTYPE_OTHER, &fd, crp)) != 0)
273 &fileops, 0, DTYPE_ATALK, &fd, crp)) != 0)
/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h148 struct fileops { struct in struct:fileglob
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_socket.c106 struct fileops socketops = {
H A Dposix_sem.c180 struct fileops psemops =
H A Dposix_shm.c195 struct fileops pshmops =
1188 /* vfs_context_t passed to match prototype for struct fileops */
H A Dsys_pipe.c174 struct fileops pipeops =
591 * XXX struct fileops indirection rather than as FS objects.
H A Dkern_event.c127 static struct fileops kqueueops = {
H A Dkern_exec.c215 extern struct fileops vnops;
H A Duipc_syscalls.c153 extern struct fileops socketops;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c499 extern struct fileops vnops;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c138 struct fileops vnops =
H A Dvfs_fsevents.c2085 static struct fileops fsevents_fops = {
H A Dvfs_syscalls.c195 extern struct fileops vnops;

Completed in 79 milliseconds