Searched defs:IXDR_GET_ENUM (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h203 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h350 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
362 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_INT32(buf)) macro

Completed in 68 milliseconds