Searched refs:NFS_PROG (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/sys/vfs/nfs/ |
| HD | nfs_mountrpc.c | 202 error = krpc_portmap(mdsin, NFS_PROG, in md_mount() 253 error = krpc_call(mdsin, NFS_PROG, NFS_VER3, in md_lookup_swap() 256 error = krpc_call(mdsin, NFS_PROG, NFS_VER2, in md_lookup_swap()
|
| HD | nfsproto.h | 52 #define NFS_PROG 100003 macro
|
| HD | nfs_subs.c | 578 nfs_prog = txdr_unsigned(NFS_PROG); in nfs_init()
|
| HD | nfsm_subs.c | 168 *tl++ = txdr_unsigned(NFS_PROG); in nfsm_rpchead()
|
| /dragonfly/stand/lib/ |
| HD | nfs.c | 267 cc = rpc_call(d->iodesc, NFS_PROG, NFS_VER2, NFSPROC_LOOKUP, in nfs_lookupfh() 305 cc = rpc_call(d->iodesc, NFS_PROG, NFS_VER2, NFSPROC_READLINK, in nfs_readlink() 359 cc = rpc_call(d->iodesc, NFS_PROG, NFS_VER2, NFSPROC_READ, in nfs_readdata() 723 cc = rpc_call(fp->iodesc, NFS_PROG, NFS_VER2, NFSPROC_READDIR, in nfs_readdir()
|
| HD | nfsv2.h | 51 #define NFS_PROG 100003 macro
|
| /dragonfly/contrib/tcpdump/ |
| HD | nfs.h | 53 #define NFS_PROG 100003 macro
|