Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DDump.c271 BOOLEAN HasPre; in DumpSpdEntry() local
317 HasPre = FALSE; in DumpSpdEntry()
319 Print (HasPre ? L"," : L"life:["); in DumpSpdEntry()
321 HasPre = TRUE; in DumpSpdEntry()
325 Print (HasPre ? L"," : L"life:["); in DumpSpdEntry()
327 HasPre = TRUE; in DumpSpdEntry()
331 Print (HasPre ? L"," : L"life:["); in DumpSpdEntry()
333 HasPre = TRUE; in DumpSpdEntry()
336 if (HasPre) { in DumpSpdEntry()
340 if (HasPre || Data->ProcessingPolicy->ExtSeqNum || in DumpSpdEntry()
[all …]