Searched refs:debugf (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/api/ |
| H A D | api_storage.c | 21 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 23 #define debugf(fmt, args...) macro 139 debugf("device instance exists, but is not active.."); in dev_stor_get() 180 debugf("called, type %d\n", type); in dev_enum_stor() 200 debugf("group%d - enum restart\n", type); in dev_enum_stor() 210 debugf("group%d - enum continued for the next device\n", type); in dev_enum_stor() 213 debugf("group%d - nothing more to enum!\n", type); in dev_enum_stor() 222 debugf("group %d - already enumerated, skipping\n", type); in dev_enum_stor() 226 debugf("group%d - first time enum\n", type); in dev_enum_stor() 258 debugf("device found, returning cookie 0x%08x\n", in dev_enum_stor() [all …]
|
| H A D | api_net.c | 21 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 23 #define debugf(fmt, args...) macro 70 debugf("device found, returning cookie 0x%08x\n", in dev_enum_net()
|
| H A D | api.c | 37 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 39 #define debugf(fmt, args...) macro 209 debugf("RESTART ENUM\n"); in API_dev_enum() 609 debugf("invalid call #%d\n", call); in syscall() 614 debugf("syscall #%d does not have a handler\n", call); in syscall() 653 debugf("API initialized with %d calls\n", calls_no); in api_init() 667 debugf("API sig @ 0x%lX\n", (unsigned long)sig); in api_init() 674 debugf("syscall entry: 0x%lX\n", (unsigned long)sig->syscall); in api_init()
|