Searched refs:cm_xorot (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcmodel.h74 * p_cm->cm_xorot = 0L;
143 uint32_t cm_xorot; /* Parameter: XOR this to output CRC. */ member in struct:__anon3248
H A Dcrcmodel.c141 return (p_cm->cm_xorot ^ reflect(p_cm->cm_reg, p_cm->cm_width));
143 return (p_cm->cm_xorot ^ p_cm->cm_reg);
H A Dcrcutils.c69 p_crc->cm_xorot = 0;
97 p_crc->cm_xorot = 0xffffffff;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcmodel.h75 * p_cm->cm_xorot = 0L;
144 uint32_t cm_xorot; /* Parameter: XOR this to output CRC. */ member in struct:__anon1144
H A Dcrcmodel.c142 return (p_cm->cm_xorot ^ reflect(p_cm->cm_reg, p_cm->cm_width));
144 return (p_cm->cm_xorot ^ p_cm->cm_reg);
H A Dcrcutils.c71 p_crc->cm_xorot = 0;
99 p_crc->cm_xorot = 0xffffffff;

Completed in 71 milliseconds