Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_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()
HDnfs_clrpcops.c1205 *tl = txdr_unsigned(NFS_CALLBCKPROG); in nfsrpc_setclient()
5473 *tl++ = txdr_unsigned(NFS_CALLBCKPROG); /* Call back prog # */ in nfsrpc_createsession()
/freebsd-14-stable/sys/fs/nfs/
HDnfsproto.h51 #define NFS_CALLBCKPROG 0x40000000 /* V4 only */ macro