Searched defs:ubi_msg (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/mtd/ubispl/ |
H A D | ubispl.h | 126 #define ubi_msg(fmt, ...) macro 128 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | misc.c | 145 void ubi_msg(const struct ubi_device *ubi, const char *fmt, ...) in ubi_msg() function
|
/openbmc/u-boot/cmd/ |
H A D | ubi.c | 29 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) macro
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | ubi.h | 45 #define ubi_msg(ubi, fmt, ...) macro 47 #define ubi_msg(ubi, fmt, ...) printk(UBI_NAME_STR "%d: " fmt "\n", \ macro
|