Searched refs:putstr (Results 1 - 1 of 1) sorted by relevance

/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1075 static void putstr(uint8_t **pp, const char *str) function
1131 putstr(&q, "PCMP"); /* "PCMP signature */
1136 putstr(&q, "QEMUCPU "); /* OEM id */
1138 putstr(&q, "BOCHSCPU");
1140 putstr(&q, "0.1 "); /* vendor id */
1173 putstr(&q, "ISA ");
1226 putstr(&q, "_MP_");

Completed in 333 milliseconds