/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/ |
H A D | 0001-Add-casts-to-appease-conversions-between-wchar_t-and.patch | 19 if (el->el_refresh.r_cursor.v + 1 >= el->el_terminal.t_size.v) { 20 int i, lins = el->el_terminal.t_size.v; 41 - (size_t) el->el_terminal.t_size.h); 44 + (size_t) el->el_terminal.t_size.h); 70 - re__copy_and_pad(lastline, L"", (size_t)el->el_terminal.t_size.h); 71 + re__copy_and_pad((wchar_t *)lastline, L"", (size_t)el->el_terminal.t_size.h);
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios_build.h | 86 size_t term_cnt, t_size; \ 96 t_size = smbios_tables_len - t_off; \ 97 if (t_size > smbios_table_max) { \ 98 smbios_table_max = t_size; \
|
/openbmc/linux/drivers/mmc/host/ |
H A D | tifm_sd.c | 169 unsigned int off, cnt, t_size = TIFM_MMCSD_FIFO_SIZE * 2; in tifm_sd_transfer_data() local 175 while (t_size) { in tifm_sd_transfer_data() 197 p_cnt = min(p_cnt, t_size); in tifm_sd_transfer_data() 204 t_size -= p_cnt; in tifm_sd_transfer_data() 225 unsigned int t_size = r_data->blksz; in tifm_sd_bounce_block() local 231 while (t_size) { in tifm_sd_bounce_block() 246 p_cnt = min(p_cnt, t_size); in tifm_sd_bounce_block() 250 r_data->blksz - t_size, in tifm_sd_bounce_block() 254 r_data->blksz - t_size, p_cnt); in tifm_sd_bounce_block() 256 t_size -= p_cnt; in tifm_sd_bounce_block() [all …]
|
/openbmc/linux/drivers/memstick/host/ |
H A D | tifm_ms.c | 185 unsigned int t_size, p_cnt; in tifm_ms_transfer_data() local 217 t_size = host->req->data_dir == WRITE in tifm_ms_transfer_data() 226 if (!t_size) in tifm_ms_transfer_data() 228 host->block_pos += t_size; in tifm_ms_transfer_data() 229 length -= t_size; in tifm_ms_transfer_data() 230 off += t_size; in tifm_ms_transfer_data()
|
H A D | jmb38x_ms.c | 303 unsigned int t_size, p_cnt; in jmb38x_ms_transfer_data() local 334 t_size = !(host->cmd_flags & REG_DATA) in jmb38x_ms_transfer_data() 338 t_size = !(host->cmd_flags & REG_DATA) in jmb38x_ms_transfer_data() 347 if (!t_size) in jmb38x_ms_transfer_data() 349 host->block_pos += t_size; in jmb38x_ms_transfer_data() 350 length -= t_size; in jmb38x_ms_transfer_data() 351 off += t_size; in jmb38x_ms_transfer_data()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 207 req->t_size = total_size; in v9fs_req_init() 208 req->t_msg = guest_alloc(alloc, req->t_size); in v9fs_req_init() 219 req->free_head = qvirtqueue_add(req->qts, v9p->vq, req->t_msg, req->t_size, in v9fs_req_send()
|
H A D | virtio-9p-client.h | 31 uint32_t t_size; member
|
/openbmc/linux/net/9p/ |
H A D | client.c | 277 p9_tag_alloc(struct p9_client *c, int8_t type, uint t_size, uint r_size, in p9_tag_alloc() argument 288 t_size ?: p9_msg_buf_size(c, type, fmt, apc)); in p9_tag_alloc() 625 int8_t type, uint t_size, uint r_size, in p9_client_prepare_req() argument 643 req = p9_tag_alloc(c, type, t_size, r_size, fmt, apc); in p9_client_prepare_req()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 1277 TCGv_i32 t_size = tcg_constant_i32(1 << ot); in gen_bpt_io() 1279 gen_helper_bpt_io(tcg_env, t_port, t_size, t_next); in gen_bpt_io()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 645 TCGv_ptr t_size = tcg_constant_ptr(oprsz); in do_dup() local 656 gen_helper_memset(t_ptr, t_ptr, t_val, t_size); in do_dup()
|