Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h178 #define Err_Flag_MALLOC_LastWP ( 1 << 3 ) // Malloc fail at last WP buffer macro
H A Dmactest.c1187 return (finish_check(p_eng, Err_Flag_MALLOC_LastWP)); in setup_data()
H A Dmac.c1138 …if ( eng->flg.error & Err_Flag_MALLOC_LastWP ) { PRINTF( option, "[Err] Malloc fail at l… in FPri_ErrFlag()