Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dgx_comm.c190 unsigned char csum, c1, c2; in gx_getpkt() local
194 csum = 0; in gx_getpkt()
215 csum += c; in gx_getpkt()
222 if (csum == (c1 << 4) + c2) in gx_getpkt()
226 (c1 << 4) + c2, csum, buf); in gx_getpkt()
274 unsigned char csum = 0; in gx_putpkt() local
289 csum += buf[i]; in gx_putpkt()
293 *p++ = gx_tohex((csum >> 4) & 0xf); in gx_putpkt()
294 *p++ = gx_tohex(csum & 0xf); in gx_putpkt()
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Doptionroms.c41 uint8_t csum; in scan_option_rom() local
61 csum = 0; in scan_option_rom()
63 csum += ((uint8_t *)rom)[i]; in scan_option_rom()
64 if ( csum != 0 ) in scan_option_rom()
/xen-4.10.0-shim-comet/tools/libfsimage/ufs/
A Dufs.h53 struct csum { struct
137 struct csum fs_cstotal; /* cylinder summary information */
154 struct csum *fs_csp;
/xen-4.10.0-shim-comet/xen/common/
A Dgdbstub.c167 u8 csum; in attempt_receive_packet() local
175 csum = 0; in attempt_receive_packet()
184 csum += ch; in attempt_receive_packet()
197 return (received_csum == csum) ? 0 : -1; in attempt_receive_packet()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D61btrfs.diff269 + u8 csum[BTRFS_CSUM_SIZE];
308 + u8 csum[BTRFS_CSUM_SIZE];
611 + u8 csum;
702 + * csum items have the checksums for data in the extents
/xen-4.10.0-shim-comet/
A D.rootkeys483 4296fb998LGSWCcljGKbOCUv3h9uRQ patches/linux-2.6.11/net-csum.patch

Completed in 22 milliseconds