Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1603 struct open_claim4 { struct
1613 typedef struct open_claim4 open_claim4; argument
1628 open_claim4 claim;
3516 extern bool_t xdr_open_claim4(XDR *, open_claim4*);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c559 static void sum_claim(char *buf, size_t buflen, open_claim4 *claim);
560 static void detail_claim(open_claim4 *claim);
571 static void sum_name(char *buf, size_t buflen, open_claim4 *claim);
3282 sum_name(char *buf, size_t buflen, open_claim4 *claim) in sum_name()
3310 sum_claim(char *buf, size_t buflen, open_claim4 *claim) in sum_claim()
3363 detail_claim(open_claim4 *claim) in detail_claim()
H A Dnfs4_xdr.c1618 xdr_open_claim4(register XDR *xdrs, open_claim4 *objp) in xdr_open_claim4()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1733 union open_claim4 switch (open_claim_type4 claim) {
1808 open_claim4 claim;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c729 xdr_open_claim4(XDR *xdrs, open_claim4 *objp) in xdr_open_claim4()