Lines Matching refs:RTStrICmp

588                 if (!RTStrICmp(ValueUnion.psz, "efi"))
592 else if (!RTStrICmp(ValueUnion.psz, "efi32"))
596 else if (!RTStrICmp(ValueUnion.psz, "efi64"))
600 else if (!RTStrICmp(ValueUnion.psz, "efidual"))
604 else if (!RTStrICmp(ValueUnion.psz, "bios"))
654 if ( !RTStrICmp(ValueUnion.psz, "none")
655 || !RTStrICmp(ValueUnion.psz, "disabled"))
657 else if (!RTStrICmp(ValueUnion.psz, "default"))
659 else if (!RTStrICmp(ValueUnion.psz, "legacy"))
661 else if (!RTStrICmp(ValueUnion.psz, "minimal"))
663 else if (!RTStrICmp(ValueUnion.psz, "hyperv"))
665 else if (!RTStrICmp(ValueUnion.psz, "kvm"))
773 if ( !RTStrICmp(ValueUnion.psz, "none")
774 || !RTStrICmp(ValueUnion.psz, "disabled"))
776 else if ( !RTStrICmp(ValueUnion.psz, "vboxvga")
777 || !RTStrICmp(ValueUnion.psz, "vbox")
778 || !RTStrICmp(ValueUnion.psz, "vga")
779 || !RTStrICmp(ValueUnion.psz, "vesa"))
782 else if ( !RTStrICmp(ValueUnion.psz, "vmsvga")
783 || !RTStrICmp(ValueUnion.psz, "vmware"))
840 if (!RTStrICmp(ValueUnion.psz, "disabled"))
844 else if (!RTStrICmp(ValueUnion.psz, "menuonly"))
848 else if (!RTStrICmp(ValueUnion.psz, "messageandmenu"))
874 if (!RTStrICmp(ValueUnion.psz, "none"))
878 else if (!RTStrICmp(ValueUnion.psz, "floppy"))
882 else if (!RTStrICmp(ValueUnion.psz, "dvd"))
886 else if (!RTStrICmp(ValueUnion.psz, "disk"))
890 else if (!RTStrICmp(ValueUnion.psz, "net"))
929 if (!RTStrICmp(ValueUnion.psz, "none"))
961 if (!RTStrICmp(ValueUnion.psz, "PIIX3"))
965 else if (!RTStrICmp(ValueUnion.psz, "PIIX4"))
969 else if (!RTStrICmp(ValueUnion.psz, "ICH6"))
994 if (!RTStrICmp(ValueUnion.psz, "on") || !RTStrICmp(ValueUnion.psz, "enable"))
1002 else if (!RTStrICmp(ValueUnion.psz, "off") || !RTStrICmp(ValueUnion.psz, "disable"))
1011 if (!RTStrICmp(ValueUnion.psz, "none"))
1051 if (!RTStrICmp(ValueUnion.psz, "LsiLogic"))
1065 else if (!RTStrICmp(ValueUnion.psz, "BusLogic"))
1086 if (!RTStrICmp(ValueUnion.psz, "on") || !RTStrICmp(ValueUnion.psz, "enable"))
1096 else if (!RTStrICmp(ValueUnion.psz, "off") || !RTStrICmp(ValueUnion.psz, "disable"))
1109 !RTStrICmp(ValueUnion.psz, "on")));
1118 if (!RTStrICmp(ValueUnion.psz, "none"))
1179 if (!RTStrICmp(ValueUnion.psz, "disabled"))
1195 if ( !RTStrICmp(ValueUnion.psz, "none")
1196 || !RTStrICmp(ValueUnion.psz, "empty")) // deprecated
1311 if (!RTStrICmp(ValueUnion.psz, "Am79C970A"))
1315 else if (!RTStrICmp(ValueUnion.psz, "Am79C973"))
1320 else if (!RTStrICmp(ValueUnion.psz, "82540EM"))
1324 else if (!RTStrICmp(ValueUnion.psz, "82543GC"))
1328 else if (!RTStrICmp(ValueUnion.psz, "82545EM"))
1334 else if (!RTStrICmp(ValueUnion.psz, "virtio"))
1388 if (!RTStrICmp(ValueUnion.psz, "deny"))
1390 else if ( !RTStrICmp(ValueUnion.psz, "allow-vms")
1391 || !RTStrICmp(ValueUnion.psz, "allow-network"))
1393 else if (!RTStrICmp(ValueUnion.psz, "allow-all"))
1422 if (!RTStrICmp(ValueUnion.psz, "none"))
1455 if (!RTStrICmp(ValueUnion.psz, "none"))
1459 else if (!RTStrICmp(ValueUnion.psz, "null"))
1464 else if (!RTStrICmp(ValueUnion.psz, "nat"))
1469 else if ( !RTStrICmp(ValueUnion.psz, "bridged")
1470 || !RTStrICmp(ValueUnion.psz, "hostif")) /* backward compatibility */
1475 else if (!RTStrICmp(ValueUnion.psz, "intnet"))
1480 else if (!RTStrICmp(ValueUnion.psz, "hostonly"))
1486 else if (!RTStrICmp(ValueUnion.psz, "generic"))
1492 else if (!RTStrICmp(ValueUnion.psz, "natnetwork"))
1529 if (!RTStrICmp(ValueUnion.psz, "none"))
1550 if (!RTStrICmp(ValueUnion.psz, "none"))
1571 if (!RTStrICmp(ValueUnion.psz, "none"))
1621 if (!RTStrICmp("default", psz))
1729 if (RTStrICmp(strProto, "udp") == 0)
1731 else if (RTStrICmp(strProto, "tcp") == 0)
1894 if (!RTStrICmp(ValueUnion.psz, "auto"))
1908 if (!RTStrICmp(ValueUnion.psz, "ps2"))
1912 else if (!RTStrICmp(ValueUnion.psz, "usb"))
1918 else if (!RTStrICmp(ValueUnion.psz, "usbtablet"))
1924 else if (!RTStrICmp(ValueUnion.psz, "usbmultitouch"))
1954 if (!RTStrICmp(ValueUnion.psz, "ps2"))
1958 else if (!RTStrICmp(ValueUnion.psz, "usb"))
1993 if (!RTStrICmp(ValueUnion.psz, "disconnected"))
1997 else if ( !RTStrICmp(ValueUnion.psz, "server")
1998 || !RTStrICmp(ValueUnion.psz, "client")
1999 || !RTStrICmp(ValueUnion.psz, "tcpserver")
2000 || !RTStrICmp(ValueUnion.psz, "tcpclient")
2001 || !RTStrICmp(ValueUnion.psz, "file"))
2013 if (!RTStrICmp(pszMode, "server"))
2018 else if (!RTStrICmp(pszMode, "client"))
2023 else if (!RTStrICmp(pszMode, "tcpserver"))
2028 else if (!RTStrICmp(pszMode, "tcpclient"))
2033 else if (!RTStrICmp(pszMode, "file"))
2053 if (!RTStrICmp(ValueUnion.psz, "off") || !RTStrICmp(ValueUnion.psz, "disable"))
2098 if (!RTStrICmp(ValueUnion.psz, "off") || !RTStrICmp(ValueUnion.psz, "disable"))
2136 if (!RTStrICmp(ValueUnion.psz, "sb16"))
2138 else if (!RTStrICmp(ValueUnion.psz, "ac97"))
2140 else if (!RTStrICmp(ValueUnion.psz, "hda"))
2157 if (!RTStrICmp(ValueUnion.psz, "none"))
2161 else if (!RTStrICmp(ValueUnion.psz, "null"))
2168 else if (!RTStrICmp(ValueUnion.psz, "winmm"))
2174 else if (!RTStrICmp(ValueUnion.psz, "dsound"))
2182 else if (!RTStrICmp(ValueUnion.psz, "alsa"))
2189 else if (!RTStrICmp(ValueUnion.psz, "pulse"))
2197 else if (!RTStrICmp(ValueUnion.psz, "solaudio"))
2204 else if (!RTStrICmp(ValueUnion.psz, "oss"))
2210 else if (!RTStrICmp(ValueUnion.psz, "pulse"))
2218 else if (!RTStrICmp(ValueUnion.psz, "coreaudio"))
2226 else if (!RTStrICmp(ValueUnion.psz, "oss"))
2243 if (!RTStrICmp(ValueUnion.psz, "disabled"))
2245 else if (!RTStrICmp(ValueUnion.psz, "hosttoguest"))
2247 else if (!RTStrICmp(ValueUnion.psz, "guesttohost"))
2249 else if (!RTStrICmp(ValueUnion.psz, "bidirectional"))
2266 if (!RTStrICmp(ValueUnion.psz, "disabled"))
2268 else if (!RTStrICmp(ValueUnion.psz, "hosttoguest"))
2270 else if (!RTStrICmp(ValueUnion.psz, "guesttohost"))
2272 else if (!RTStrICmp(ValueUnion.psz, "bidirectional"))
2294 if (RTStrICmp(ValueUnion.psz, "default") != 0)
2354 if (!RTStrICmp(ValueUnion.psz, "default"))
2382 if (!RTStrICmp(ValueUnion.psz, "null"))
2386 else if (!RTStrICmp(ValueUnion.psz, "external"))
2390 else if (!RTStrICmp(ValueUnion.psz, "guest"))
2410 if (RTStrICmp(ValueUnion.psz, "default") != 0)
2539 if (!RTStrICmp(ValueUnion.psz, "default"))
2601 if (!RTStrICmp(ValueUnion.psz, "master"))
2606 if (!RTStrICmp(ValueUnion.psz, "standby"))
2668 if (!RTStrICmp(ValueUnion.psz, "piix3"))
2672 else if (!RTStrICmp(ValueUnion.psz, "ich9"))
2782 if (!RTStrICmp(ValueUnion.psz, "disabled"))
2784 else if (!RTStrICmp(ValueUnion.psz, "savestate"))
2786 else if (!RTStrICmp(ValueUnion.psz, "poweroff"))
2788 else if (!RTStrICmp(ValueUnion.psz, "acpishutdown"))