Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/tcm_remote/
H A Dtcm_remote.c170 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 Dvirtio-ccw.c280 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 Dcss.c1001 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 Dtorturetest.c376 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 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()
/openbmc/linux/kernel/kcsan/
H A Dcore.c1333 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 Dregulator-uclass.c313 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 Dtcm_loop.c1003 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 Drecovery.c409 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 Drecovery.c404 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 Dxen-scsiback.c1366 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 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()
/openbmc/linux/drivers/vhost/
H A Dscsi.c2519 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()