HomeSort by relevance Sort by last modified time
    Searched refs:DBG_EXIT_TF (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.h 54 #define DBG_EXIT_TF(Status) DEBUG (( DEBUG_ENTER_EXIT, "Exiting " __FUNCTION__ ", returning %s\n", (FALSE == Status) ? L"FALSE" : L"TRUE" )) ///< Display routine with TRUE/FALSE value
61 #define DBG_EXIT_TF(Status)
TftpServer.c 577 DBG_EXIT_TF ( bTransmitError );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Efi/
EfiSocketLib.h 55 #define DBG_EXIT_TF(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", returning %s\n", (FALSE == Status) ? L"FALSE" : L"TRUE" )) ///< Display routine with TRUE/FALSE value
62 #define DBG_EXIT_TF(Status) ///< Display routine with TRUE/FALSE value
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.h 88 #define DBG_EXIT_TF(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", returning %s\n", (FALSE == Status) ? L"FALSE" : L"TRUE" )) ///< Display routine with TRUE/FALSE value
95 #define DBG_EXIT_TF(Status)
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
Ax88772.h 57 #define DBG_EXIT_TF(Status) DEBUG (( 0xffffffff, "Exiting " __FUNCTION__ ", returning %s\n", (FALSE == Status) ? L"FALSE" : L"TRUE" )) ///< Display routine with TRUE/FALSE value
64 #define DBG_EXIT_TF(Status) ///< Display routine with TRUE/FALSE value
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
Ax88772.h 50 //#define DBG_EXIT_TF(Status) DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", returning %s\n", (FALSE == Status) ? L"FALSE" : L"TRUE" )) ///< Display routine with TRUE/FALSE value
57 #define DBG_EXIT_TF(Status) ///< Display routine with TRUE/FALSE value
    [all...]

Completed in 449 milliseconds