Searched refs:check_len (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/tests/ |
| H A D | torturetest.c | 401 size_t check_len = mtd->erasesize; in report_corrupt() local 404 check_len = pgcnt * pgsize; in report_corrupt() 407 for (i = 0; i < check_len; i += pgsize) in report_corrupt() 417 for (i = 0; i < check_len; i += pgsize) { in report_corrupt() 430 (mtd->erasesize - check_len + i) / pgsize, in report_corrupt()
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | verify_pefile.c | 175 goto check_len; in pefile_strip_sig_wrapper() 180 goto check_len; in pefile_strip_sig_wrapper() 183 goto check_len; in pefile_strip_sig_wrapper() 190 check_len: in pefile_strip_sig_wrapper()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_timesync.c | 895 uint32 check_len = 0; in dhd_timesync_handle_fw_timestamp() local 897 while (check_len < tlv_len) { in dhd_timesync_handle_fw_timestamp() 898 bcopy(tag_ptr+check_len, &tag_id, sizeof(uint16)); in dhd_timesync_handle_fw_timestamp() 900 tag_id, check_len)); in dhd_timesync_handle_fw_timestamp() 903 tag_id, check_len)); in dhd_timesync_handle_fw_timestamp() 906 check_len += sizeof(*fw_clock_info); in dhd_timesync_handle_fw_timestamp()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_timesync.c | 895 uint32 check_len = 0; in dhd_timesync_handle_fw_timestamp() local 897 while (check_len < tlv_len) { in dhd_timesync_handle_fw_timestamp() 898 bcopy(tag_ptr+check_len, &tag_id, sizeof(uint16)); in dhd_timesync_handle_fw_timestamp() 900 tag_id, check_len)); in dhd_timesync_handle_fw_timestamp() 903 tag_id, check_len)); in dhd_timesync_handle_fw_timestamp() 906 check_len += sizeof(*fw_clock_info); in dhd_timesync_handle_fw_timestamp()
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 374 int check_len = strlen(check_name); in regulator_name_is_unique() local 385 if (len != check_len) in regulator_name_is_unique()
|
| /OK3568_Linux_fs/kernel/drivers/target/loopback/ |
| H A D | tcm_loop.c | 1043 goto check_len; in tcm_loop_make_scsi_hba() 1049 goto check_len; in tcm_loop_make_scsi_hba() 1060 check_len: in tcm_loop_make_scsi_hba()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | recovery.c | 404 int empty_offs, check_len; in is_last_write() local 412 check_len = c->leb_size - empty_offs; in is_last_write() 414 return is_empty(p, check_len); in is_last_write()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | recovery.c | 410 int empty_offs, check_len; in is_last_write() local 418 check_len = c->leb_size - empty_offs; in is_last_write() 420 return is_empty(p, check_len); in is_last_write()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | xen-scsiback.c | 1308 goto check_len; in scsiback_make_tport() 1314 goto check_len; in scsiback_make_tport() 1319 goto check_len; in scsiback_make_tport() 1326 check_len: in scsiback_make_tport()
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | scsi.c | 2384 goto check_len; in vhost_scsi_make_tport() 2390 goto check_len; in vhost_scsi_make_tport() 2395 goto check_len; in vhost_scsi_make_tport() 2403 check_len: in vhost_scsi_make_tport()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | ctcm_fsms.c | 363 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()
|