Home
last modified time | relevance | path

Searched refs:IF_COUNT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dblockdev.h24 IF_COUNT enumerator
/openbmc/qemu/
H A Dblockdev.c77 static const char *const if_name[IF_COUNT] = {
89 static int if_max_devs[IF_COUNT] = {
895 type < IF_COUNT && strcmp(value, if_name[type]); in drive_new()
898 if (type == IF_COUNT) { in drive_new()