Searched refs:debugf (Results 1 – 7 of 7) 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…
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | parent.h | 9 void (*debugf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
|
H A D | printf.h | 14 #define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a)
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 564 .debugf = nouveau_drm_debugf,
|