Home
last modified time | relevance | path

Searched refs:qemu_toupper (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dctype.h23 #define qemu_toupper(c) toupper((unsigned char)(c)) macro
/openbmc/qemu/util/
H A Dcutils.c111 if (qemu_toupper(*p) != qemu_toupper(*q)) in stristart()
171 switch (qemu_toupper(suffix)) { in suffix_mul()
/openbmc/qemu/ui/
H A Dkeymaps.c156 *c = qemu_toupper(*c); in parse_keyboard_layout()
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c517 char c = qemu_toupper(p[i]); in read_naa_id()
/openbmc/qemu/hw/s390x/
H A Ds390-virtio-ccw.c738 uint8_t c = qemu_toupper(val[i]); /* mimic HMC */ in machine_set_loadparm()