HomeSort by: relevance | last modified time | path
    Searched defs:highest_slotid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 3958 uint32_t highest_slotid, sequenceid, sflags, target_highest_slotid; local in function:nfsrvd_sequence
3970 highest_slotid = fxdr_unsigned(uint32_t, *tl++);
3976 nd->nd_repstat = nfsrv_checksequence(nd, sequenceid, &highest_slotid,
3984 *tl++ = txdr_unsigned(highest_slotid);
nfs_nfsdserv.c 3958 uint32_t highest_slotid, sequenceid, sflags, target_highest_slotid; local in function:nfsrvd_sequence
3970 highest_slotid = fxdr_unsigned(uint32_t, *tl++);
3976 nd->nd_repstat = nfsrv_checksequence(nd, sequenceid, &highest_slotid,
3984 *tl++ = txdr_unsigned(highest_slotid);

Completed in 31 milliseconds