Searched refs:DPRINTF (Results 1 - 10 of 10) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_arc4.c75 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args); macro
77 #define DPRINTF(level, format, args...) macro
277 DPRINTF(1, "\n");
307 DPRINTF(1, "\n");
H A Difxmips_md5_hmac.c74 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args); macro
76 #define DPRINTF(level, format, args...) macro
H A Difxmips_md5.c75 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args); macro
77 #define DPRINTF(level, format, args...) macro
H A Difxmips_sha1_hmac.c76 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args); macro
78 #define DPRINTF(level, format, args...) macro
H A Difxmips_sha1.c76 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args); macro
78 #define DPRINTF(level, format, args...) macro
H A Difxmips_des.c82 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args); macro
84 #define DPRINTF(level, format, args...) macro
500 DPRINTF(1, "\n");
578 DPRINTF(1, "\n");
611 DPRINTF(1, "\n");
H A Difxmips_async_aes.c96 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args); macro
98 #define DPRINTF(level, format, args...) macro
681 DPRINTF(2, "set_key in %s\n", __FILE__);
689 DPRINTF(0, "ctx @%p, keylen %d, ctx->key_length %d\n", ctx, keylen, ctx->key_length);
728 DPRINTF(2, "ctr_rfc3686_aes_set_key in %s\n", __FILE__);
H A Difxmips_aes.c92 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args); macro
94 #define DPRINTF(level, format, args...) macro
145 DPRINTF(0, "ctx @%p, key_len %d, ctx->key_length %d\n", ctx, key_len, ctx->key_length);
H A Difxmips_async_des.c85 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args); macro
87 #define DPRINTF(level, format, args...) macro
/openwrt/package/network/config/swconfig/src/
H A Dswlib.c33 #define DPRINTF(fmt, ...) fprintf(stderr, "%s(%d): " fmt, __func__, __LINE__, ##__VA_ARGS__) macro
35 #define DPRINTF(fmt, ...) do {} while (0) macro
671 DPRINTF("Failed to create handle\n");
676 DPRINTF("Failed to connect to generic netlink\n");
682 DPRINTF("Failed to allocate netlink cache\n");
688 DPRINTF("Switch API not present\n");

Completed in 40 milliseconds