Home | History | Annotate | Download | only in qemu

Lines Matching refs:idstr

2531             snprintf(new_block->idstr, sizeof(new_block->idstr), "%s/", id);
2536 pstrcat(new_block->idstr, sizeof(new_block->idstr), name);
2539 if (!strcmp(block->idstr, new_block->idstr)) {
2541 new_block->idstr);