Home
last modified time | relevance | path

Searched refs:ds_size (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/cpio/
H A D0003-Fix-previous-commit.patch23 while (len > s->ds_size)
25 + s->ds_string = x2nrealloc (s->ds_string, &s->ds_size, 1);
32 while (len + 1 > s->ds_size)
34 + s->ds_string = x2nrealloc (s->ds_string, &s->ds_size, 1);
H A D0002-Rewrite-dynamic-string-support.patch13 (ds_size) and index of the next free byte in the string (ds_idx).
281 + if (string->ds_idx == string->ds_size)
285 + string->ds_string = x2nrealloc (string->ds_string, &string->ds_size,
295 + while (len > s->ds_size)
359 + while (len + 1 > s->ds_size)
401 + size_t ds_size; /* Actual amount of storage allocated. */
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/
H A DCVE-2021-38185.patch21 (ds_size) and index of the next free byte in the string (ds_idx).
285 + if (string->ds_idx == string->ds_size)
289 + string->ds_string = x2nrealloc (string->ds_string, &string->ds_size,
299 + while (len > s->ds_size)
363 + while (len + 1 > s->ds_size)
405 + size_t ds_size; /* Actual amount of storage allocated. */
485 while (len > s->ds_size)
487 + s->ds_string = x2nrealloc (s->ds_string, &s->ds_size, 1);
494 while (len + 1 > s->ds_size)
496 + s->ds_string = x2nrealloc (s->ds_string, &s->ds_size, 1);
[all …]
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dretimer.c105 u16 ds_size, device; in tb_retimer_nvm_validate_and_write() local
127 ds_size = *(u16 *)(buf + hdr_size); in tb_retimer_nvm_validate_and_write()
128 if (ds_size >= image_size) in tb_retimer_nvm_validate_and_write()
H A Dswitch.c107 u16 ds_size; in nvm_validate_and_write() local
133 ds_size = *(u16 *)(buf + hdr_size); in nvm_validate_and_write()
134 if (ds_size >= image_size) in nvm_validate_and_write()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dprocfs.c992 u32 iir_size, cur_size, ds_size; in rkisp_proc_dump_mem() local
1023 ds_size = p->buf_3dnr_ds[0].size; in rkisp_proc_dump_mem()
1054 kernel_write(fp, ds_addr, ds_size, &fp->f_pos); in rkisp_proc_dump_mem()