Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h3152 struct CB_SEQUENCE4res { struct
3158 typedef struct CB_SEQUENCE4res CB_SEQUENCE4res; typedef
3263 CB_SEQUENCE4res opcbsequence;
3657 extern bool_t xdr_CB_SEQUENCE4res(XDR *, CB_SEQUENCE4res*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x3507 union CB_SEQUENCE4res switch (nfsstat4 csr_status) {
3659 case OP_CB_SEQUENCE: CB_SEQUENCE4res opcbsequence;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c2428 xdr_CB_SEQUENCE4res(XDR *xdrs, CB_SEQUENCE4res *objp) in xdr_CB_SEQUENCE4res()