Home
last modified time | relevance | path

Searched refs:PUTFH4res (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1769 struct PUTFH4res { struct
1772 typedef struct PUTFH4res PUTFH4res; typedef
2821 PUTFH4res opputfh;
3523 extern bool_t xdr_PUTFH4res(XDR *, PUTFH4res*);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_dispatch.c584 PUTFH4res *resp; in rfs4_resource_err()
H A Dnfs4_srv.c3781 PUTFH4res *resp = &resop->nfs_resop4_u.opputfh; in rfs4_op_putfh()
3833 PUTFH4res *, resp); in rfs4_op_putfh()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1966 struct PUTFH4res { struct
3166 case OP_PUTFH: PUTFH4res opputfh;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c1857 xdr_PUTFH4res(register XDR *xdrs, PUTFH4res *objp) in xdr_PUTFH4res()