Searched defs:recv (Results 1 – 16 of 16) sorted by relevance
/qemu/python/qemu/machine/ |
H A D | console_socket.py | 112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes: member in ConsoleSocket
|
/qemu/hw/ppc/ |
H A D | pnv_i2c.c | 42 bool recv = !!(i2c->regs[I2C_CMD_REG] & I2C_CMD_READ_NOT_WRITE); in pnv_i2c_update_irq() local 169 int recv = !!(val & I2C_CMD_READ_NOT_WRITE); in pnv_i2c_handle_cmd() local
|
/qemu/tests/qtest/libqos/ |
H A D | i2c.h | 19 void (*recv)(I2CAdapter *adapter, uint8_t addr, member
|
/qemu/pc-bios/s390-ccw/ |
H A D | virtio-net.c | 99 int recv(int fd, void *buf, int maxlen, int flags) in recv() function
|
/qemu/hw/i2c/ |
H A D | smbus_slave.c | 47 static void smbus_do_quick_cmd(SMBusDevice *dev, int recv) in smbus_do_quick_cmd()
|
H A D | ppc4xx_i2c.c | 223 int recv = (value & IIC_CNTL_READ) >> 1; in ppc4xx_i2c_writeb() local
|
H A D | npcm7xx_smbus.c | 370 int recv; in npcm7xx_smbus_send_address() local
|
/qemu/include/hw/i2c/ |
H A D | i2c.h | 39 uint8_t (*recv)(I2CSlave *s); member
|
/qemu/include/hw/hyperv/ |
H A D | hyperv.h | 132 } recv; member
|
/qemu/include/system/ |
H A D | os-win32.h | 257 #define recv qemu_recv_wrap macro
|
/qemu/hw/usb/ |
H A D | dev-smartcard-reader.c | 741 static void ccid_write_slot_status(USBCCIDState *s, CCID_Header *recv) in ccid_write_slot_status() 758 static void ccid_write_parameters(USBCCIDState *s, CCID_Header *recv) in ccid_write_parameters() 838 static void ccid_write_data_block_atr(USBCCIDState *s, CCID_Header *recv) in ccid_write_data_block_atr() 881 static void ccid_set_parameters(USBCCIDState *s, CCID_Header *recv) in ccid_set_parameters() 939 static void ccid_on_apdu_from_guest(USBCCIDState *s, CCID_XferBlock *recv) in ccid_on_apdu_from_guest()
|
/qemu/tests/qemu-iotests/ |
H A D | nbd-fault-injector.py | 126 def recv(self, bufsize, event): member in FaultInjectionSocket
|
/qemu/tests/qtest/ |
H A D | npcm7xx_smbus-test.c | 275 bool recv, bool valid) in send_address()
|
H A D | libqtest.c | 1951 static void qtest_client_set_rx_handler(QTestState *s, QTestRecvFn recv) in qtest_client_set_rx_handler()
|
/qemu/migration/ |
H A D | multifd.h | 376 int (*recv)(MultiFDRecvParams *p, Error **errp); member
|
/qemu/hw/audio/ |
H A D | hda-codec.c | 372 int recv = 0; in hda_audio_compat_input_cb() local
|