Searched refs:nfssvc_args (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/nfs/ |
| H A D | nfs_nfssvc.c | 68 int (*nfsd_call_nfsserver)(struct thread *, struct nfssvc_args *) = NULL; 69 int (*nfsd_call_nfscommon)(struct thread *, struct nfssvc_args *) = NULL; 70 int (*nfsd_call_nfscl)(struct thread *, struct nfssvc_args *) = NULL; 71 int (*nfsd_call_nfsd)(struct thread *, struct nfssvc_args *) = NULL; 77 sys_nfssvc(struct thread *td, struct nfssvc_args *uap) in sys_nfssvc()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonport.c | 147 static int nfssvc_call(struct thread *, struct nfssvc_args *, struct ucred *); 427 nfssvc_nfscommon(struct thread *td, struct nfssvc_args *uap) in nfssvc_nfscommon() 439 nfssvc_call(struct thread *p, struct nfssvc_args *uap, struct ucred *cred) in nfssvc_call() 919 extern int (*nfsd_call_nfscommon)(struct thread *, struct nfssvc_args *);
|
| H A D | nfsport.h | 126 #define NFSSVCARGS nfssvc_args
|
| /freebsd/sys/nfsserver/ |
| H A D | nfs.h | 321 int nfssvc_nfsserver(struct thread *, struct nfssvc_args *);
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clport.c | 1244 nfssvc_nfscl(struct thread *td, struct nfssvc_args *uap) in nfssvc_nfscl() 1381 extern int (*nfsd_call_nfscl)(struct thread *, struct nfssvc_args *);
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 111 static int nfssvc_srvcall(struct thread *, struct nfssvc_args *, 4045 nfssvc_nfsd(struct thread *td, struct nfssvc_args *uap) in nfssvc_nfsd() 4254 nfssvc_srvcall(struct thread *p, struct nfssvc_args *uap, struct ucred *cred) in nfssvc_srvcall() 7551 extern int (*nfsd_call_nfsd)(struct thread *, struct nfssvc_args *);
|
| /freebsd/sys/sys/ |
| H A D | sysproto.h | 467 struct nfssvc_args { struct 2031 int sys_nfssvc(struct thread *, struct nfssvc_args *);
|
| /freebsd/sys/kern/ |
| H A D | init_sysent.c | 224 …{ .sy_narg = AS(nfssvc_args), .sy_call = (sy_call_t *)lkmressys, .sy_auevent = AUE_NULL, .sy_flags…
|
| H A D | systrace_args.c | 795 struct nfssvc_args *p = params; in systrace_args()
|