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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dmodprobe.c678 static int check_pattern(const char* pat_src, const char* mod_src) function
724 if (check_pattern(dt->m_name, mod) == 0) {
740 if (check_pattern(adt->m_name, dt->m_deparr[0]) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dio.c380 * check_pattern - check if buffer contains only a certain byte pattern.
388 static int check_pattern(const void *buf, uint8_t patt, int size) function
429 err = check_pattern(ubi->peb_buf1, 0xFF, ubi->peb_size);
448 err = check_pattern(ubi->peb_buf1, patterns[i], ubi->peb_size);
755 if (check_pattern(ec_hdr, 0xFF, UBI_EC_HDR_SIZE)) {
1028 if (check_pattern(vid_hdr, 0xFF, UBI_VID_HDR_SIZE)) {
1386 err = check_pattern(ubi->dbg_peb_buf, 0xFF, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_bbt.c63 * check_pattern - [GENERIC] check if a pattern is in the buffer
75 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) function
134 * tables and good / bad block identifiers. Same as check_pattern, but
365 if (check_pattern(buf, scanlen, mtd->writesize, bd))
549 if (!check_pattern(buf, scanlen, mtd->writesize, td)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_bbt.c122 * check_pattern - [GENERIC] check if a pattern is in the buffer
134 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) function
171 * tables and good / bad block identifiers. Same as check_pattern, but
396 if (check_pattern(buf, scanlen, mtd->writesize, bd))
583 if (!check_pattern(buf, scanlen, mtd->writesize, td)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_bbt.c122 * check_pattern - [GENERIC] check if a pattern is in the buffer
134 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) function
171 * tables and good / bad block identifiers. Same as check_pattern, but
396 if (check_pattern(buf, scanlen, mtd->writesize, bd))
583 if (!check_pattern(buf, scanlen, mtd->writesize, td)) {

Completed in 95 milliseconds