Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h152 #define SP_CHK_BYTE_2(x) *(SP_chk_byte_2(x)) /* check bytes */
153 #define SP_chk_byte_2(x) (&((uchar_t *)x)[5]) /* check bytes */ macro