Home | History | Annotate | Download | only in qemu

Lines Matching refs:idstr

1040     assert(!new_block->idstr[0]);
1045 snprintf(new_block->idstr, sizeof(new_block->idstr), "%s/", id);
1049 pstrcat(new_block->idstr, sizeof(new_block->idstr), name);
1054 if (block != new_block && !strcmp(block->idstr, new_block->idstr)) {
1056 new_block->idstr);
1146 snprintf(new_block->idstr, sizeof(new_block->idstr), "%s/", id);
1150 pstrcat(new_block->idstridstr), name);