Home
last modified time | relevance | path

Searched defs:pr_err (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/
H A Datmelimage.c12 #define pr_err(fmt, args...) fprintf(stderr, "atmelimage Error: " fmt, ##args) macro
/openbmc/u-boot/include/linux/
H A Dprintk.h46 #define pr_err(fmt, ...) \ macro