/openbmc/linux/drivers/target/tcm_remote/ |
H A D | tcm_remote.c | 170 goto check_len; in tcm_remote_make_wwn() 176 goto check_len; in tcm_remote_make_wwn() 182 goto check_len; in tcm_remote_make_wwn() 193 check_len: in tcm_remote_make_wwn()
|
/openbmc/qemu/hw/s390x/ |
H A D | virtio-ccw.c | 280 if (check_len) { in virtio_ccw_handle_set_vq() 327 bool check_len; in virtio_ccw_cb() local 365 if (check_len) { in virtio_ccw_cb() 412 if (check_len) { in virtio_ccw_cb() 460 if (check_len) { in virtio_ccw_cb() 478 if (check_len) { in virtio_ccw_cb() 496 if (check_len) { in virtio_ccw_cb() 516 if (check_len) { in virtio_ccw_cb() 552 if (check_len) { in virtio_ccw_cb() 586 if (check_len) { in virtio_ccw_cb() [all …]
|
H A D | css.c | 1001 bool check_len; in css_interpret_ccw() local 1038 check_len = !((ccw.flags & CCW_FLAG_SLI) && !(ccw.flags & CCW_FLAG_DC)); in css_interpret_ccw() 1055 if (check_len) { in css_interpret_ccw() 1075 if (check_len) { in css_interpret_ccw()
|
/openbmc/linux/drivers/mtd/tests/ |
H A D | torturetest.c | 376 size_t check_len = mtd->erasesize; in report_corrupt() local 379 check_len = pgcnt * pgsize; in report_corrupt() 382 for (i = 0; i < check_len; i += pgsize) in report_corrupt() 392 for (i = 0; i < check_len; i += pgsize) { in report_corrupt() 405 (mtd->erasesize - check_len + i) / pgsize, in report_corrupt()
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | verify_pefile.c | 179 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()
|
/openbmc/linux/kernel/kcsan/ |
H A D | core.c | 1333 size_t check_len = min_t(size_t, count, MAX_ENCODABLE_SIZE); in __tsan_memset() local 1335 check_access(s, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memset() 1347 size_t check_len = min_t(size_t, len, MAX_ENCODABLE_SIZE); in __tsan_memmove() local 1349 check_access(dst, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memmove() 1350 check_access(src, check_len, 0, _RET_IP_); in __tsan_memmove() 1362 size_t check_len = min_t(size_t, len, MAX_ENCODABLE_SIZE); in __tsan_memcpy() local 1364 check_access(dst, check_len, KCSAN_ACCESS_WRITE, _RET_IP_); in __tsan_memcpy() 1365 check_access(src, check_len, 0, _RET_IP_); in __tsan_memcpy()
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | regulator-uclass.c | 313 int check_len = strlen(check_name); in regulator_name_is_unique() local 324 if (len != check_len) in regulator_name_is_unique()
|
/openbmc/linux/drivers/target/loopback/ |
H A D | tcm_loop.c | 1003 goto check_len; in tcm_loop_make_scsi_hba() 1009 goto check_len; in tcm_loop_make_scsi_hba() 1020 check_len: in tcm_loop_make_scsi_hba()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | recovery.c | 409 int empty_offs, check_len; in is_last_write() local 417 check_len = c->leb_size - empty_offs; in is_last_write() 419 return is_empty(p, check_len); in is_last_write()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/xen/ |
H A D | xen-scsiback.c | 1366 goto check_len; in scsiback_make_tport() 1372 goto check_len; in scsiback_make_tport() 1377 goto check_len; in scsiback_make_tport() 1384 check_len: in scsiback_make_tport()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/vhost/ |
H A D | scsi.c | 2519 goto check_len; in vhost_scsi_make_tport() 2525 goto check_len; in vhost_scsi_make_tport() 2530 goto check_len; in vhost_scsi_make_tport() 2538 check_len: in vhost_scsi_make_tport()
|