Home
last modified time | relevance | path

Searched refs:NFS_CALLBCKPROG (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clkrpc.c206 svc_reg(xprt, NFS_CALLBCKPROG, NFSV4_CBVERS, nfscb_program, in nfscbd_addsock()
258 GSS_C_INDEFINITE, NFS_CALLBCKPROG, NFSV4_CBVERS); in nfscbd_nfsd()
265 rpc_gss_clear_svc_name_call(NFS_CALLBCKPROG, NFSV4_CBVERS); in nfscbd_nfsd()
H A Dnfs_clrpcops.c1205 *tl = txdr_unsigned(NFS_CALLBCKPROG); in nfsrpc_setclient()
5473 *tl++ = txdr_unsigned(NFS_CALLBCKPROG); /* Call back prog # */ in nfsrpc_createsession()
/freebsd/sys/fs/nfs/
H A Dnfsproto.h51 #define NFS_CALLBCKPROG 0x40000000 /* V4 only */ macro