Home
last modified time | relevance | path

Searched refs:nfssvc_args (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
HDsysunion.h118 struct nfssvc_args nfssvc;
HDsysproto.h463 struct nfssvc_args { struct
1577 int sys_nfssvc (struct sysmsg *sysmsg, const struct nfssvc_args *);
/dragonfly/sys/kern/
HDinit_sysent.c172 { AS(nfssvc_args), 4, (sy_call_t *)sys_nosys }, /* 155 = nfssvc */
/dragonfly/sys/vfs/nfs/
HDnfs_syscalls.c123 sys_nfssvc(struct sysmsg *sysmsg, const struct nfssvc_args *uap) in sys_nfssvc()