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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcmodel.h70 * p_cm->cm_poly = 0x8005L;
139 uint32_t cm_poly; /* Parameter: The algorithm's polynomial. */ member in struct:__anon3248
173 /* The function examines the fields cm_width, cm_poly, cm_refin, and the */
H A Dcrcmodel.c118 p_cm->cm_reg = (p_cm->cm_reg << 1) ^ p_cm->cm_poly;
162 r = (r << 1) ^ p_cm->cm_poly;
H A Dcrcutils.c65 p_crc->cm_poly = 0x107; /* = X^8 + x^2 + x + 1 */
93 p_crc->cm_poly = 0x04c11db7;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcmodel.h71 * p_cm->cm_poly = 0x8005L;
140 uint32_t cm_poly; /* Parameter: The algorithm's polynomial. */ member in struct:__anon1144
174 /* The function examines the fields cm_width, cm_poly, cm_refin, and the */
H A Dcrcmodel.c119 p_cm->cm_reg = (p_cm->cm_reg << 1) ^ p_cm->cm_poly;
163 r = (r << 1) ^ p_cm->cm_poly;
H A Dcrcutils.c67 p_crc->cm_poly = 0x107; /* = X^8 + x^2 + x + 1 */
95 p_crc->cm_poly = 0x04c11db7;

Completed in 57 milliseconds