Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1522 struct openflag4 { struct
1528 typedef struct openflag4 openflag4; argument
3509 extern bool_t xdr_openflag4(XDR *, openflag4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1632 union openflag4 switch (opentype4 opentype) {
1807 openflag4 openhow;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c568 static void sum_openflag(char *bufp, int buflen, openflag4 *flagp);
570 static void detail_openflag(openflag4 *flagp);
3493 sum_openflag(char *bufp, int buflen, openflag4 *flagp) in sum_openflag()
3516 detail_openflag(openflag4 *flagp) in detail_openflag()
H A Dnfs4_xdr.c1532 xdr_openflag4(register XDR *xdrs, openflag4 *objp) in xdr_openflag4()