Searched refs:highslot (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 3566 uint32_t seqid, slotid = 0, highslot, cachethis __unused; in nfscl_docb() local 3887 highslot = fxdr_unsigned(uint32_t, *tl++); in nfscl_docb() 3908 highslot, tsep->nfsess_cbslots, &rep, in nfscl_docb() 3942 highslot = fxdr_unsigned(uint32_t, *tl); in nfscl_docb() 3950 if ((highslot + 1) < tsep->nfsess_foreslots) { in nfscl_docb() 3951 tsep->nfsess_foreslots = (highslot + 1); in nfscl_docb()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 4816 nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot, in nfsv4_seqsession() argument
|