Searched refs:debugf (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/api/ |
| H A D | api_storage.c | 20 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 22 #define debugf(fmt, args...) macro 143 debugf("device instance exists, but is not active.."); in dev_stor_get() 184 debugf("called, type %d\n", type); in dev_enum_stor() 204 debugf("group%d - enum restart\n", type); in dev_enum_stor() 214 debugf("group%d - enum continued for the next device\n", type); in dev_enum_stor() 217 debugf("group%d - nothing more to enum!\n", type); in dev_enum_stor() 226 debugf("group %d - already enumerated, skipping\n", type); in dev_enum_stor() 230 debugf("group%d - first time enum\n", type); in dev_enum_stor() 262 debugf("device found, returning cookie 0x%08x\n", in dev_enum_stor() [all …]
|
| H 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()
|
| H A D | api.c | 36 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro 38 #define debugf(fmt, args...) macro 208 debugf("RESTART ENUM\n"); in API_dev_enum() 608 debugf("invalid call #%d\n", call); in syscall() 613 debugf("syscall #%d does not have a handler\n", call); in syscall() 652 debugf("API initialized with %d calls\n", calls_no); in api_init() 666 debugf("API sig @ 0x%lX\n", (unsigned long)sig); in api_init() 673 debugf("syscall entry: 0x%lX\n", (unsigned long)sig->syscall); in api_init()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
| H A D | 0005-mDNSCore-Fix-broken-debug-parameter.patch | 20 - debugf("mDNSCoreReceiveNoUnicastAnswers making negative cache entry TT… 21 + debugf("mDNSCoreReceiveNoUnicastAnswers making negative cache entry TT…
|