Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/nfs/
Dnfs_nfssvc.c67 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/
Dnfs_commonport.c135 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 *);
Dnfsport.h126 #define NFSSVCARGS nfssvc_args
/freebsd-10-stable/sys/nfsserver/
Dnfs.h322 int nfssvc_nfsserver(struct thread *, struct nfssvc_args *);
Dnfs_srvkrpc.c166 nfssvc_nfsserver(struct thread *td, struct nfssvc_args *uap) in nfssvc_nfsserver()
Dnfs_srvsubs.c509 extern int (*nfsd_call_nfsserver)(struct thread *, struct nfssvc_args *);
/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clport.c1235 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/
Dnfs_nfsdport.c80 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/
Dinit_sysent.c191 …{ AS(nfssvc_args), (sy_call_t *)lkmressys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT }, /* 155 = nfss…
Dsystrace_args.c845 struct nfssvc_args *p = params; in systrace_args()
/freebsd-10-stable/sys/sys/
Dsysproto.h492 struct nfssvc_args { struct
1941 int sys_nfssvc(struct thread *, struct nfssvc_args *);