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/core/
H A Dqdev-properties-system.c73 uint8_t c = qemu_toupper(str[i]); /* mimic HMC */ in qdev_prop_sanitize_s390x_loadparm()