Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsserver/
Dnfs_nfsdserv.c3905 uint32_t rdmacnt; in nfsrvd_createsession() local
3933 rdmacnt = fxdr_unsigned(uint32_t, *tl); in nfsrvd_createsession()
3934 if (rdmacnt > 1) { in nfsrvd_createsession()
3937 } else if (rdmacnt == 1) in nfsrvd_createsession()
3948 rdmacnt = fxdr_unsigned(uint32_t, *tl); in nfsrvd_createsession()
3949 if (rdmacnt > 1) { in nfsrvd_createsession()
3952 } else if (rdmacnt == 1) in nfsrvd_createsession()