Searched refs:debugf (Results 1 – 3 of 3) sorted by relevance
| /u-boot/api/ |
| A D | api_storage.c | 24 #define debugf(fmt, args...) macro 141 debugf("device instance exists, but is not active.."); in dev_stor_get() 182 debugf("called, type %d\n", type); in dev_enum_stor() 202 debugf("group%d - enum restart\n", type); in dev_enum_stor() 215 debugf("group%d - nothing more to enum!\n", type); in dev_enum_stor() 224 debugf("group %d - already enumerated, skipping\n", type); in dev_enum_stor() 228 debugf("group%d - first time enum\n", type); in dev_enum_stor() 260 debugf("device found, returning cookie 0x%08x\n", in dev_enum_stor() 263 debugf("no device found\n"); in dev_enum_stor() 343 debugf("no block_read() for device 0x%08x\n", cookie); in dev_read_stor() [all …]
|
| A D | api_net.c | 18 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 20 #define debugf(fmt, args...) macro 67 debugf("device found, returning cookie 0x%08x\n", in dev_enum_net()
|
| A D | api.c | 39 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 41 #define debugf(fmt, args...) macro 211 debugf("RESTART ENUM\n"); in API_dev_enum() 355 debugf("write @ %llu: done %llu out of %llu blocks", in API_dev_write() 628 debugf("invalid call #%d\n", call); in syscall() 633 debugf("syscall #%d does not have a handler\n", call); in syscall() 672 debugf("API initialized with %d calls\n", calls_no); in api_init() 686 debugf("API sig @ 0x%lX\n", (unsigned long)sig); in api_init() 693 debugf("syscall entry: 0x%lX\n", (unsigned long)sig->syscall); in api_init()
|
Completed in 11 milliseconds