Searched refs:tailbytes (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | crcutils.c | 122 unsigned char tailbytes[4] = { 0x00, 0x00, 0x00, 0x00 }; local 141 tailbytes[k] = bytes[j]; 145 * Treat any remaining bytes put into tailbytes as if they were 148 (void) memcpy(&next4bytes, tailbytes, 4);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | crcutils.c | 124 unsigned char tailbytes[4] = { 0x00, 0x00, 0x00, 0x00 }; local 143 tailbytes[k] = bytes[j]; 147 * Treat any remaining bytes put into tailbytes as if they were 150 (void) memcpy(&next4bytes, tailbytes, 4);
|
Completed in 54 milliseconds