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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Defi.c82 * - Moved crc32() to linux/lib, added efi_crc32().
117 * efi_crc32() - EFI version of crc32 function
129 efi_crc32(const void *buf, unsigned long len) function
315 crc = efi_crc32((const unsigned char *) (*gpt), le32_to_cpu((*gpt)->header_size));
354 crc = efi_crc32((const unsigned char *) (*ptes),

Completed in 45 milliseconds