Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dxdr.h346 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro
358 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_INT32(buf)) macro
/titanic_50/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h203 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) macro