Lines Matching refs:debugf
20 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) macro
22 #define debugf(fmt, args...) macro
138 debugf("device instance exists, but is not active.."); in dev_stor_get()
179 debugf("called, type %d\n", type); in dev_enum_stor()
199 debugf("group%d - enum restart\n", type); in dev_enum_stor()
209 debugf("group%d - enum continued for the next device\n", type); in dev_enum_stor()
212 debugf("group%d - nothing more to enum!\n", type); in dev_enum_stor()
221 debugf("group %d - already enumerated, skipping\n", type); in dev_enum_stor()
225 debugf("group%d - first time enum\n", type); in dev_enum_stor()
257 debugf("device found, returning cookie 0x%08x\n", in dev_enum_stor()
260 debugf("no device found\n"); in dev_enum_stor()
340 debugf("no block_read() for device 0x%08x\n", cookie); in dev_read_stor()