Searched refs:memcmpb (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/mtd/ |
H A D | nftlmount.c | 248 static int memcmpb(void *a, int c, int n) in memcmpb() function 275 if (memcmpb(buf, 0xff, SECTORSIZE) != 0) in check_free_sectors() 282 if (memcmpb(buf + SECTORSIZE, 0xff, mtd->oobsize) != 0) in check_free_sectors() 392 if (memcmpb(&bci, 0xff, 8) != 0 || in check_sectors_in_chain() 529 if (memcmpb(buf, 0xff, 8)) in check_and_mark_free_block() 532 if (memcmpb(buf, 0xff, 16)) in check_and_mark_free_block()
|
H A D | inftlmount.c | 302 static int memcmpb(void *a, int c, int n) in memcmpb() function 332 if (memcmpb(buf, 0xff, SECTORSIZE) != 0) in check_free_sectors() 339 if (memcmpb(buf + SECTORSIZE, 0xff, mtd->oobsize) != 0) in check_free_sectors()
|