Home
last modified time | relevance | path

Searched defs:ubi_msg (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/mtd/ubispl/
A Dubispl.h133 #define ubi_msg(fmt, ...) macro
135 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
/u-boot/cmd/
A Dubi.c32 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
/u-boot/drivers/mtd/ubi/
A Dubi.h45 #define ubi_msg(ubi, fmt, ...) macro
47 #define ubi_msg(ubi, fmt, ...) printk(UBI_NAME_STR "%d: " fmt "\n", \ macro

Completed in 11 milliseconds