Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/nfs/
H A Dxdr_subs.h103 typedef enum xdrbuf_type { enum
106 } xdrbuf_type; typedef
119 xdrbuf_type xb_type; /* type of xdr buffer */
129 void xb_init(struct xdrbuf *, xdrbuf_type);
151 xb_init(struct xdrbuf *xbp, xdrbuf_type type) in xb_init()