Home
last modified time | relevance | path

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

/external/u-boot/include/
Dlog.h163 #define log_ret(_ret) ({ \ macro
170 #define log_ret(_ret) (_ret) macro
/external/u-boot/doc/
DREADME.log152 You can also define CONFIG_LOG_ERROR_RETURN to enable the log_ret() macro. This
155 return log_ret(uclass_first_device(UCLASS_MMC, &dev));
/external/u-boot/common/
DKconfig516 log_ret() to log any errors it sees. With this option disabled,
517 log_ret() is a nop.
519 You can add log_ret() to all functions which return an error code.