Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x257 typedef uint32_t slotid4; typedef
2644 slotid4 sa_slotid;
2645 slotid4 sa_highest_slotid;
2666 slotid4 sr_slotid;
2667 slotid4 sr_highest_slotid;
3473 slotid4 rsa_target_highest_slotid;
3482 slotid4 rc_slotid;
3493 slotid4 csa_slotid;
3494 slotid4 csa_highest_slotid;
3502 slotid4 csr_slotid;
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h220 typedef uint32_t slotid4; typedef
2514 slotid4 sa_slotid;
2515 slotid4 sa_highest_slotid;
2537 slotid4 sr_slotid;
2538 slotid4 sr_highest_slotid;
2539 slotid4 sr_target_highest_slotid;
3117 slotid4 rc_slotid;
3133 slotid4 csa_slotid;
3134 slotid4 csa_highest_slotid;
3146 slotid4 csr_slotid;
[all …]
H A Dnfs4.h1233 slotid4 slotno;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_state.c41 slotid4 rfs4_max_slots = MAXSLOTS; /* fore channel */
42 slotid4 rfs4_back_max_slots = MAXSLOTS_BACK; /* back channel */
H A Dnfs4x_srv.c762 slotid4 slot; in rfs4x_find_session()
H A Dnfs4x_xdr.c77 xdr_slotid4(XDR *xdrs, slotid4 *objp) in xdr_slotid4()