Home | History | Annotate | Download | only in qemu

Lines Matching refs:idstr

141                     qemu_put_byte(f, strlen(block->idstr));
142 qemu_put_buffer(f, (uint8_t *)block->idstr,
143 strlen(block->idstr));
150 qemu_put_byte(f, strlen(block->idstr));
151 qemu_put_buffer(f, (uint8_t *)block->idstr,
152 strlen(block->idstr));
294 qemu_put_byte(f, strlen(block->idstr));
295 qemu_put_buffer(f, (uint8_t *)block->idstr, strlen(block->idstr));
362 if (!strncmp(id, block->idstr, sizeof(id)))
406 if (!strncmp(id, block->idstr, sizeof(id))) {