Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h149 #define SP_CHK_BYTE_1(x) *(SP_chk_byte_1(x)) /* check bytes */
150 #define SP_chk_byte_1(x) (&((uchar_t *)x)[4]) /* check bytes */ macro