Searched refs:AsciiStrCmp (Results 1 - 16 of 16) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | Comparison.c | 43 return (int)AsciiStrCmp( s1, s2);
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/ |
H A D | Xen.c | 105 if (!AsciiStrCmp ((CHAR8 *) Signature, "XenVMMXenVMM")) {
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/ |
H A D | Match.c | 67 if ((Data->Name != NULL) && (AsciiStrCmp ((CHAR8 *) Indexer->Name, (CHAR8 *) Data->Name) == 0)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/ |
H A D | IScsiExtScsiPassThru.c | 318 if (AsciiStrCmp (ConfigNvData->TargetName, (CHAR8 *) DevicePath + sizeof (ISCSI_DEVICE_PATH)) != 0) {
|
H A D | IScsiCHAP.c | 223 if (AsciiStrCmp (Value, ISCSI_KEY_VALUE_NONE) != 0) { 227 if (AsciiStrCmp (Value, ISCSI_AUTH_METHOD_CHAP) != 0) {
|
H A D | IScsiProto.c | 1346 if (AsciiStrCmp (Value, "CRC32") == 0) { 1350 } else if (AsciiStrCmp (Value, ISCSI_KEY_VALUE_NONE) == 0) { 1363 if (AsciiStrCmp (Value, "CRC32") == 0) { 1367 } else if (AsciiStrCmp (Value, ISCSI_KEY_VALUE_NONE) == 0) { 1396 Session->InitialR2T = (BOOLEAN) (AsciiStrCmp (Value, "Yes") == 0); 1407 Session->ImmediateData = (BOOLEAN) (Session->ImmediateData && (BOOLEAN) (AsciiStrCmp (Value, "Yes") == 0)); 1465 Session->DataPDUInOrder = (BOOLEAN) (AsciiStrCmp (Value, "Yes") == 0); 1477 Session->DataSequenceInOrder = (BOOLEAN) (AsciiStrCmp (Value, "Yes") == 0); 1757 if (AsciiStrCmp (KeyValuePair->Key, Key) == 0) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/ |
H A D | IScsiProto.c | 1176 if (AsciiStrCmp (Value, "CRC32") == 0) { 1180 } else if (AsciiStrCmp (Value, ISCSI_KEY_VALUE_NONE) == 0) { 1193 if (AsciiStrCmp (Value, "CRC32") == 0) { 1197 } else if (AsciiStrCmp (Value, ISCSI_KEY_VALUE_NONE) == 0) { 1225 Session->InitialR2T = (BOOLEAN) (Session->InitialR2T || (AsciiStrCmp (Value, "Yes") == 0)); 1235 Session->ImmediateData = (BOOLEAN) (Session->ImmediateData && (AsciiStrCmp (Value, "Yes") == 0)); 1291 Session->DataPDUInOrder = (BOOLEAN) (Session->DataPDUInOrder || (AsciiStrCmp (Value, "Yes") == 0)); 1301 Session->DataSequenceInOrder = (BOOLEAN) (Session->DataSequenceInOrder || (AsciiStrCmp (Value, "Yes") == 0)); 1561 if (AsciiStrCmp (KeyValuePair->Key, Key) == 0) {
|
H A D | IScsiCHAP.c | 192 if (AsciiStrCmp (Value, ISCSI_AUTH_METHOD_CHAP) == 0) {
|
H A D | IScsiExtScsiPassThru.c | 288 if (AsciiStrCmp (ConfigNvData->TargetName, (CHAR8 *) DevicePath + sizeof (ISCSI_DEVICE_PATH)) != 0) {
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 232 #define strcmp AsciiStrCmp
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
H A D | ParseUpdateProfile.c | 495 if (AsciiStrCmp ((CONST CHAR8 *) Section->ptrSection, (CONST CHAR8 *) SectionName) == 0) { 497 if (AsciiStrCmp ((CONST CHAR8 *) Section->ptrEntry, (CONST CHAR8 *) EntryName) == 0) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/ |
H A D | String.c | 1278 AsciiStrCmp ( function
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/ |
H A D | FrontPage.c | 480 if (AsciiStrCmp (Lang, BestLanguage) == 0) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
H A D | BootScriptSave.c | 1945 if (AsciiStrCmp ((CHAR8 *)(UINTN)(Script+sizeof(EFI_BOOT_SCRIPT_INFORMATION)), Label) == 0) {
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
H A D | BdsBoot.c | 1667 if ((LastLang != NULL) && (AsciiStrCmp (LastLang, PlatLang) == 0)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | BaseLib.h | 813 AsciiStrCmp (
|
Completed in 1641 milliseconds