Home
last modified time | relevance | path

Searched refs:check_len (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/mips/bcm63xx/
Dnvram.c45 unsigned int check_len; in bcm63xx_nvram_init() local
54 check_len = offsetof(struct bcm963xx_nvram, reserved3); in bcm63xx_nvram_init()
58 check_len = sizeof(nvram); in bcm63xx_nvram_init()
63 crc = crc32_le(~0, (u8 *)&nvram, check_len); in bcm63xx_nvram_init()
/linux-4.4.14/drivers/mtd/tests/
Dtorturetest.c390 size_t check_len = mtd->erasesize; in report_corrupt() local
393 check_len = pgcnt * pgsize; in report_corrupt()
396 for (i = 0; i < check_len; i += pgsize) in report_corrupt()
406 for (i = 0; i < check_len; i += pgsize) { in report_corrupt()
419 (mtd->erasesize - check_len + i) / pgsize, in report_corrupt()
/linux-4.4.14/crypto/asymmetric_keys/
Dverify_pefile.c179 goto check_len; in pefile_strip_sig_wrapper()
184 goto check_len; in pefile_strip_sig_wrapper()
187 goto check_len; in pefile_strip_sig_wrapper()
194 check_len: in pefile_strip_sig_wrapper()
/linux-4.4.14/drivers/target/loopback/
Dtcm_loop.c1145 goto check_len; in tcm_loop_make_scsi_hba()
1151 goto check_len; in tcm_loop_make_scsi_hba()
1162 check_len: in tcm_loop_make_scsi_hba()
/linux-4.4.14/fs/ubifs/
Drecovery.c415 int empty_offs, check_len; in is_last_write() local
423 check_len = c->leb_size - empty_offs; in is_last_write()
425 return is_empty(p, check_len); in is_last_write()
/linux-4.4.14/drivers/xen/
Dxen-scsiback.c1293 goto check_len; in scsiback_make_tport()
1299 goto check_len; in scsiback_make_tport()
1304 goto check_len; in scsiback_make_tport()
1311 check_len: in scsiback_make_tport()
/linux-4.4.14/drivers/vhost/
Dscsi.c2058 goto check_len; in vhost_scsi_make_tport()
2064 goto check_len; in vhost_scsi_make_tport()
2069 goto check_len; in vhost_scsi_make_tport()
2077 check_len: in vhost_scsi_make_tport()
/linux-4.4.14/drivers/s390/net/
Dctcm_fsms.c363 int check_len; in chx_rx() local
390 check_len = block_len + 2; in chx_rx()
393 check_len = block_len; in chx_rx()
396 if ((len < block_len) || (len > check_len)) { in chx_rx()