OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CON_COOKIE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h
18
#define
CON_COOKIE
0x62416F49 ///< 'IoAb'
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c
135
if(Stream->Cookie !=
CON_COOKIE
) { // Cookie == 'IoAb'
190
if(Stream->Cookie !=
CON_COOKIE
) { // Cookie == 'IoAb'
421
if ((Stream->Cookie !=
CON_COOKIE
) || // Cookie == 'IoAb'
512
if(Stream->Cookie ==
CON_COOKIE
)
612
if(Stream->Cookie !=
CON_COOKIE
) { // Cookie == 'IoAb'
665
if(Stream->Cookie !=
CON_COOKIE
) { // Cookie == 'IoAb'
726
Stream->Cookie =
CON_COOKIE
;
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c
811
Stream->Cookie =
CON_COOKIE
;
Completed in 773 milliseconds