Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/ubi/
H A Dmisc.c161 void ubi_warn(const struct ubi_device *ubi, const char *fmt, ...) in ubi_warn() function
/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.h131 #define ubi_warn(fmt, ...) printf("UBI warning: " fmt "\n", ##__VA_ARGS__) macro
/openbmc/u-boot/drivers/mtd/ubi/
H A Dubi.h52 #define ubi_warn(ubi, fmt, ...) pr_warn(UBI_NAME_STR "%d warning: %s: " fmt "\n", \ macro