Home
last modified time | relevance | path

Searched refs:ILLEGAL4res (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2043 struct ILLEGAL4res { struct
2046 typedef struct ILLEGAL4res ILLEGAL4res; typedef
2859 ILLEGAL4res opillegal;
3543 extern bool_t xdr_ILLEGAL4res(XDR *, ILLEGAL4res*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2234 struct ILLEGAL4res { struct
3256 case OP_ILLEGAL: ILLEGAL4res opillegal;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c2443 xdr_ILLEGAL4res(register XDR *xdrs, ILLEGAL4res *objp) in xdr_ILLEGAL4res()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c2678 ILLEGAL4res *resp = &resop->nfs_resop4_u.opillegal; in rfs4_op_illegal()