| /openbmc/qemu/hw/nvram/ |
| H A D | eeprom_at24c.c | 39 uint32_t rsize; member 74 int ret = blk_pwrite(ee->blk, 0, ee->rsize, ee->mem, 0); in at24c_eeprom_event() 109 ee->cur %= ee->rsize; in at24c_eeprom_recv() 114 ee->cur = (ee->cur + 1u) % ee->rsize; in at24c_eeprom_recv() 130 ee->cur %= ee->rsize; in at24c_eeprom_send() 142 ee->cur = (ee->cur + 1u) % ee->rsize; in at24c_eeprom_send() 176 if (ee->init_rom_size > ee->rsize) { in at24c_eeprom_realize() 178 TYPE_AT24C_EE, ee->init_rom_size, ee->rsize); in at24c_eeprom_realize() 185 if (len != ee->rsize) { in at24c_eeprom_realize() 187 TYPE_AT24C_EE, len, ee->rsize); in at24c_eeprom_realize() [all …]
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_raw.c | 66 uint8_t * wdata, uint8_t wsize, uint8_t rsize) in ipmi_master_write_read() argument 72 if (rsize > IPMI_I2C_MASTER_MAX_SIZE) { in ipmi_master_write_read() 73 lprintf(LOG_ERR, "Master Write-Read: Too many bytes (%d) to read", rsize); in ipmi_master_write_read() 90 rqdata[2] = rsize; /* number of bytes to read */ in ipmi_master_write_read() 99 if (rsize > 0) { in ipmi_master_write_read() 100 lprintf(LOG_DEBUG, "Reading %d bytes from i2cdev %02Xh", rsize, addr); in ipmi_master_write_read() 199 uint8_t rsize = 0; in ipmi_rawi2c_main() local 237 if (is_valid_param(argv[i++], &rsize, "read size") != 0) in ipmi_rawi2c_main() 258 i2caddr, rsize, wsize); in ipmi_rawi2c_main() 261 rsp = ipmi_master_write_read(intf, bus, i2caddr, wdata, wsize, rsize); in ipmi_rawi2c_main() [all …]
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-shift.h | 11 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 14 stringify(OP) size " %" rsize "2, %" rsize "0\n\t" \ 20 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 23 stringify(OP) size " %%cl, %" rsize "0\n\t" \ 72 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument 75 stringify(OP) size " %%cl, %" rsize "5, %" rsize "0\n\t" \
|
| H A D | test-i386.h | 8 #define EXECOP2(size, rsize, res, s1, flags) \ argument 11 stringify(OP) size " %" rsize "2, %" rsize "0\n\t" \ 19 #define EXECOP1(size, rsize, res, flags) \ argument 22 stringify(OP) size " %" rsize "0\n\t" \
|
| H A D | test-i386.c | 566 #define TEST_IMUL_IM(size, rsize, op0, op1)\ argument 574 "imul" size " $" #op0 ", %" rsize "2, %" rsize "0\n\t" \
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | rpm2cpio.sh | 53 sigsize=$rsize 56 hdrsize=$rsize
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | libqos-malloc.c | 255 uint64_t rsize = size; in guest_alloc() local 262 rsize += (allocator->page_size - 1); in guest_alloc() 263 rsize &= -allocator->page_size; in guest_alloc() 264 g_assert_cmpint((allocator->start + rsize), <=, allocator->end); in guest_alloc() 265 g_assert_cmpint(rsize, >=, size); in guest_alloc() 267 naddr = mlist_alloc(allocator, rsize); in guest_alloc()
|
| /openbmc/qemu/hw/vfio-user/ |
| H A D | proxy.h | 39 uint32_t rsize; member 121 VFIOUserFDs *fds, int rsize, Error **errp); 123 VFIOUserFDs *fds, int rsize, Error **errp);
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_raw.h | 40 uint8_t * wdata, uint8_t wsize, uint8_t rsize);
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 122 if ((xsz = read(fd, ctl->iobuf1, rsize)) != rsize) 125 else if ((xsz = read(fd2, ctl->iobuf2, rsize)) != rsize) 129 if (xsz != rsize) {
|
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 753 + ssize_t rsize = fsize > (ssize_t) sizeof(ctl->iobuf1) ? 756 + if ((xsz = read(fd, ctl->iobuf1, rsize)) != rsize) 758 + else if ((xsz = read(fd2, ctl->iobuf2, rsize)) != rsize) 761 + if (xsz != rsize) { 766 + if (memcmp(ctl->iobuf1, ctl->iobuf2, rsize))
|
| /openbmc/qemu/tests/qtest/ |
| H A D | tpm-crb-test.c | 30 uint32_t rsize = readl(TPM_CRB_ADDR_BASE + A_CRB_CTRL_RSP_SIZE); in tpm_crb_test() local 49 g_assert_cmpint(rsize, >=, 128); in tpm_crb_test()
|
| /openbmc/qemu/hw/dma/ |
| H A D | sifive_pdma.c | 77 int wsize, rsize, size, remainder; in sifive_pdma_run() local 93 rsize = (config >> CONFIG_RDSZ_SHIFT) & CONFIG_SZ_MASK; in sifive_pdma_run() 94 if (wsize != rsize) { in sifive_pdma_run()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | qemuboot.bbclass | 90 # "wsize=4096,rsize=4096"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
| H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 530 unsigned int csize, rsize; 1065 read_file_number(fd, &rsize, 4); 1072 read_metadata_strings(fd, rsize);
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.2.rst | 111 …ions to be appended to the NFS rootfs options in kernel boot args, e.g. ``"wsize=4096,rsize=4096"``
|