Searched refs:XDR_CONTROL (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/cddl/compat/opensolaris/rpc/ |
H A D | xdr.h | 62 #undef XDR_CONTROL 63 #define XDR_CONTROL(xdrs, req, op) \ macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/rpc/ |
H A D | xdr.h |
|
/freebsd/include/rpc/ |
H A D | xdr.h | 215 #define XDR_CONTROL(xdrs, req, op) \ macro 218 #define xdr_control(xdrs, req, op) XDR_CONTROL(xdrs, req, op)
|
/freebsd/sys/rpc/ |
H A D | xdr.h | 224 #define XDR_CONTROL(xdrs, req, op) \ macro 227 #define xdr_control(xdrs, req, op) XDR_CONTROL(xdrs, req, op)
|
/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | nvpair.c | 3257 #elif !defined(_KERNEL) && defined(XDR_CONTROL) /* tirpc */
|