| /src/sys/compat/netbsd32/ |
| netbsd32_nfssvc.c | 188 return do_nfssvc(&netbsd32_ops, l, flag, argp, retval);
|
| /src/sys/nfs/ |
| nfs_var.h | 357 int do_nfssvc(struct nfssvc_copy_ops *, struct lwp *, int, void *, register_t *);
|
| nfs_syscalls.c | 286 return do_nfssvc(&native_ops, l, flag, argp, retval); 290 do_nfssvc(struct nfssvc_copy_ops *ops, struct lwp *l, int flag, void *argp, register_t *retval) function in typeref:typename:int
|
| /src/usr.sbin/mountd/ |
| mountd.c | 187 static int do_nfssvc(const char *, size_t, struct exportlist *, 1165 if (do_nfssvc(line, lineno, ep, grp, exflags, &anon, 1999 do_nfssvc(const char *line, size_t lineno, struct exportlist *ep, function in typeref:typename:int
|