Lines Matching defs:maxslot
4070 struct nfsslot *slots, struct mbuf **reply, uint16_t maxslot)
4077 if (slotid > maxslot)
4131 int error, maxslot, slotpos;
4134 error = nfsv4_sequencelookup(nmp, sep, &slotpos, &maxslot, &slotseq,
4138 KASSERT(maxslot >= 0, ("nfscl_setsequence neg maxslot"));
4147 *tl++ = txdr_unsigned(maxslot);
4159 int i, maxslot, slotpos;
4164 maxslot = -1;
4199 maxslot = i;
4205 *maxslotp = maxslot;