Searched refs:bps_rd (Results 1 – 5 of 5) sorted by relevance
/external/qemu/qapi-auto-generated/ |
D | qmp-commands.h | 137 void qmp_block_set_io_throttle(const char * device, int64_t bps, int64_t bps_rd, int64_t bps_wr, in…
|
D | qmp-marshal.c | 2530 int64_t bps_rd; in qmp_marshal_input_block_set_io_throttle() local 2554 visit_type_int(v, &bps_rd, "bps_rd", errp); in qmp_marshal_input_block_set_io_throttle() 2599 …qmp_block_set_io_throttle(device, bps, bps_rd, bps_wr, iops, iops_rd, iops_wr, has_bps_max, bps_ma… in qmp_marshal_input_block_set_io_throttle() 2606 visit_type_int(v, &bps_rd, "bps_rd", NULL); in qmp_marshal_input_block_set_io_throttle()
|
D | qapi-types.h | 2210 int64_t bps_rd; member
|
D | qapi-visit.c | 1612 visit_type_int(m, obj ? &(*obj)->bps_rd : NULL, "bps_rd", &err); in visit_type_BlockDeviceInfo_fields()
|
/external/qemu/ |
D | qapi-schema.json | 832 # @bps_rd: read throughput limit in bytes per second is specified 866 'bps': 'int', 'bps_rd': 'int', 'bps_wr': 'int', 2353 # @bps_rd: read throughput limit in bytes per second 2383 'data': { 'device': 'str', 'bps': 'int', 'bps_rd': 'int', 'bps_wr': 'int',
|