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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h121 #define ER_EXT_ID_LOC 8 /* location where the ER id */ macro
124 #define ER_ext_id(x) (&((uchar_t *)x)[ER_EXT_ID_LOC])
127 #define ER_ext_des(x) (&((uchar_t *)x)[ER_EXT_ID_LOC + ER_ID_LEN(x)])
130 #define ER_ext_src(x) (&((uchar_t *)x)[ER_EXT_ID_LOC + ER_ID_LEN(x) + \

Completed in 44 milliseconds