Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1516 enum opentype4 { enum
1520 typedef enum opentype4 opentype4; typedef
1523 opentype4 opentype;
1621 opentype4 opentype;
1637 opentype4 opentype;
3508 extern bool_t xdr_opentype4(XDR *, opentype4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1627 enum opentype4 { enum
1632 union openflag4 switch (opentype4 opentype) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c1523 xdr_opentype4(register XDR *xdrs, opentype4 *objp) in xdr_opentype4()