Home | History | Annotate | Download | only in qemu

Lines Matching refs:label

2142 CharDriverState *qemu_chr_open(const char *label, const char *filename, void (*init)(struct CharDriverState *s))
2166 chr = qemu_chr_open(label, p, NULL);
2245 chr->label = qemu_strdup(label);
2257 qemu_free(chr->label);
2266 monitor_printf(mon, "%s: filename=%s\n", chr->label, chr->filename);