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

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1296 } crc16_u; local
1371 crc16_u.dword = ioctl_info.af_quadlet;
1375 if (crc != crc16_u.dword) {
1377 "differs from GUID section 0x%x\n"), crc, crc16_u.dword);
1380 "GUID section 0x%x\n", crc, crc16_u.dword);

Completed in 48 milliseconds