Searched refs:nfssvc_args (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/sys/nfs/ |
| D | nfs_nfssvc.c | 67 int (*nfsd_call_nfsserver)(struct thread *, struct nfssvc_args *) = NULL; 68 int (*nfsd_call_nfscommon)(struct thread *, struct nfssvc_args *) = NULL; 69 int (*nfsd_call_nfscl)(struct thread *, struct nfssvc_args *) = NULL; 70 int (*nfsd_call_nfsd)(struct thread *, struct nfssvc_args *) = NULL; 76 sys_nfssvc(struct thread *td, struct nfssvc_args *uap) in sys_nfssvc()
|
| /freebsd-10-stable/sys/fs/nfs/ |
| D | nfs_commonport.c | 135 static int nfssvc_call(struct thread *, struct nfssvc_args *, struct ucred *); 439 nfssvc_nfscommon(struct thread *td, struct nfssvc_args *uap) in nfssvc_nfscommon() 449 nfssvc_call(struct thread *p, struct nfssvc_args *uap, struct ucred *cred) in nfssvc_call() 605 extern int (*nfsd_call_nfscommon)(struct thread *, struct nfssvc_args *);
|
| D | nfsport.h | 126 #define NFSSVCARGS nfssvc_args
|
| /freebsd-10-stable/sys/nfsserver/ |
| D | nfs.h | 322 int nfssvc_nfsserver(struct thread *, struct nfssvc_args *);
|
| D | nfs_srvkrpc.c | 166 nfssvc_nfsserver(struct thread *td, struct nfssvc_args *uap) in nfssvc_nfsserver()
|
| D | nfs_srvsubs.c | 509 extern int (*nfsd_call_nfsserver)(struct thread *, struct nfssvc_args *);
|
| /freebsd-10-stable/sys/fs/nfsclient/ |
| D | nfs_clport.c | 1235 nfssvc_nfscl(struct thread *td, struct nfssvc_args *uap) in nfssvc_nfscl() 1305 extern int (*nfsd_call_nfscl)(struct thread *, struct nfssvc_args *);
|
| /freebsd-10-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdport.c | 80 static int nfssvc_srvcall(struct thread *, struct nfssvc_args *, 3074 nfssvc_nfsd(struct thread *td, struct nfssvc_args *uap) in nfssvc_nfsd() 3122 nfssvc_srvcall(struct thread *p, struct nfssvc_args *uap, struct ucred *cred) in nfssvc_srvcall() 3330 extern int (*nfsd_call_nfsd)(struct thread *, struct nfssvc_args *);
|
| /freebsd-10-stable/sys/kern/ |
| D | init_sysent.c | 191 …{ AS(nfssvc_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT }, /* 155 = nfss…
|
| D | systrace_args.c | 845 struct nfssvc_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/sys/ |
| D | sysproto.h | 492 struct nfssvc_args { struct 1941 int sys_nfssvc(struct thread *, struct nfssvc_args *);
|