Searched refs:fmt (Results 1 - 25 of 4102) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dceph_debug.h4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
16 # define dout(fmt, ...) \
17 pr_debug(" %12.12s:%-4d : " fmt, \
22 # define dout(fmt, ...) do { \
24 printk(KERN_DEBUG fmt, ##__VA_ARGS__); \
33 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Dceph_debug.h4 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
16 # define dout(fmt, ...) \
17 pr_debug(" %12.12s:%-4d : " fmt, \
22 # define dout(fmt, ...) do { \
24 printk(KERN_DEBUG fmt, ##__VA_ARGS__); \
33 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/osd/
H A Dosd_debug.h17 #define OSD_ERR(fmt, a...) printk(KERN_ERR "osd: " fmt, ##a)
18 #define OSD_INFO(fmt, a...) printk(KERN_NOTICE "osd: " fmt, ##a)
21 #define OSD_DEBUG(fmt, a...) \
22 printk(KERN_NOTICE "osd @%s:%d: " fmt, __func__, __LINE__, ##a)
24 #define OSD_DEBUG(fmt, a...) do {} while (0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/osd/
H A Dosd_debug.h17 #define OSD_ERR(fmt, a...) printk(KERN_ERR "osd: " fmt, ##a)
18 #define OSD_INFO(fmt, a...) printk(KERN_NOTICE "osd: " fmt, ##a)
21 #define OSD_DEBUG(fmt, a...) \
22 printk(KERN_NOTICE "osd @%s:%d: " fmt, __func__, __LINE__, ##a)
24 #define OSD_DEBUG(fmt, a...) do {} while (0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/usb/
H A Ddebug.h9 #define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)
11 #define hwc_debug(fmt, args...) /**/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/usb/
H A Ddebug.h9 #define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)
11 #define hwc_debug(fmt, args...) /**/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dmemblock.h6 #define MEMBLOCK_DBG(fmt...) prom_printf(fmt)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dmemblock.h6 #define MEMBLOCK_DBG(fmt...) prom_printf(fmt)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/libertas_tf/
H A Ddeb_defs.h48 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \
50 printk(KERN_DEBUG DRV_NAME grpnam "%s: " fmt, \
53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0)
58 #define lbtf_deb_enter_args(grp, fmt, args...) \
59 LBTF_DEB_LL(grp | LBTF_DEB_ENTER, " enter", "%s(" fmt ")\n", __func__, ## args);
62 #define lbtf_deb_leave_args(grp, fmt, args...) \
63 LBTF_DEB_LL(grp | LBTF_DEB_LEAVE, " leave", "%s(), " fmt "\n", \
65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args)
66 #define lbtf_deb_net(fmt, arg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Ddeb_defs.h48 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \
50 printk(KERN_DEBUG DRV_NAME grpnam "%s: " fmt, \
53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0)
58 #define lbtf_deb_enter_args(grp, fmt, args...) \
59 LBTF_DEB_LL(grp | LBTF_DEB_ENTER, " enter", "%s(" fmt ")\n", __func__, ## args);
62 #define lbtf_deb_leave_args(grp, fmt, args...) \
63 LBTF_DEB_LL(grp | LBTF_DEB_LEAVE, " leave", "%s(), " fmt "\n", \
65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args)
66 #define lbtf_deb_net(fmt, arg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/ui/
H A Dhelpline.h7 void ui_helpline__vpush(const char *fmt, va_list ap);
8 void ui_helpline__fpush(const char *fmt, ...);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dmemblock.h6 #define MEMBLOCK_DBG(fmt...) udbg_printf(fmt)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/ui/
H A Dhelpline.h7 void ui_helpline__vpush(const char *fmt, va_list ap);
8 void ui_helpline__fpush(const char *fmt, ...);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmemblock.h6 #define MEMBLOCK_DBG(fmt...) udbg_printf(fmt)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dcifs_debug.h48 #define cifsfyi(fmt, arg...) \
51 printk(KERN_DEBUG "%s: " fmt "\n", __FILE__, ##arg); \
54 #define cFYI(set, fmt, arg...) \
57 cifsfyi(fmt, ##arg); \
60 #define cifswarn(fmt, arg...) \
61 printk(KERN_WARNING fmt "\n", ##arg)
66 #define cEVENT(fmt, arg...) \
69 printk(KERN_EVENT "%s: " fmt "\n", __FILE__, ##arg); \
73 #define cifserror(fmt, arg...) \
76 printk(KERN_ERR "CIFS VFS: " fmt "\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/boot/
H A Dstdio.h10 extern int printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
12 #define fprintf(fmt, args...) printf(args)
14 extern int sprintf(char *buf, const char *fmt, ...)
17 extern int vsprintf(char *buf, const char *fmt, va_list args);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/include/
H A Dlib_scanf.h50 int lib_sscanf(char *buf, char *fmt, ...);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/boot/
H A Dstdio.h10 extern int printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
12 #define fprintf(fmt, args...) printf(args)
14 extern int sprintf(char *buf, const char *fmt, ...)
17 extern int vsprintf(char *buf, const char *fmt, va_list args);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dcifs_debug.h48 #define cifsfyi(fmt, arg...) \
51 printk(KERN_DEBUG "%s: " fmt "\n", __FILE__, ##arg); \
54 #define cFYI(set, fmt, arg...) \
57 cifsfyi(fmt, ##arg); \
60 #define cifswarn(fmt, arg...) \
61 printk(KERN_WARNING fmt "\n", ##arg)
66 #define cEVENT(fmt, arg...) \
69 printk(KERN_EVENT "%s: " fmt "\n", __FILE__, ##arg); \
73 #define cifserror(fmt, arg...) \
76 printk(KERN_ERR "CIFS VFS: " fmt "\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dasprintf.c47 asprintf (char **buf, const char *fmt, ...) argument
50 VA_OPEN (ap, fmt);
52 VA_FIXEDARG (ap, const char *, fmt);
53 status = vasprintf (buf, fmt, ap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dasprintf.c47 asprintf (char **buf, const char *fmt, ...) argument
50 VA_OPEN (ap, fmt);
52 VA_FIXEDARG (ap, const char *, fmt);
53 status = vasprintf (buf, fmt, ap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dasprintf.c47 asprintf (char **buf, const char *fmt, ...) argument
50 VA_OPEN (ap, fmt);
52 VA_FIXEDARG (ap, const char *, fmt);
53 status = vasprintf (buf, fmt, ap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dhuman_readable.c44 const char *fmt; local
49 fmt = "%llu";
63 fmt = "%llu.%u%c";
78 fmt = "%llu%*c";
88 sprintf(str, fmt, val, frac, *u);
99 const char *fmt; local
112 fmt = " 123456789";
119 if (c != ' ') fmt = "0123456789";
120 c = buf[1] = fmt[u/100%10];
121 if (c != ' ') fmt
155 const char *fmt; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dhuman_readable.c44 const char *fmt; local
49 fmt = "%llu";
63 fmt = "%llu.%u%c";
78 fmt = "%llu%*c";
88 sprintf(str, fmt, val, frac, *u);
99 const char *fmt; local
112 fmt = " 123456789";
119 if (c != ' ') fmt = "0123456789";
120 c = buf[1] = fmt[u/100%10];
121 if (c != ' ') fmt
155 const char *fmt; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dhuman_readable.c44 const char *fmt; local
49 fmt = "%llu";
63 fmt = "%llu.%u%c";
78 fmt = "%llu%*c";
88 sprintf(str, fmt, val, frac, *u);
99 const char *fmt; local
112 fmt = " 123456789";
119 if (c != ' ') fmt = "0123456789";
120 c = buf[1] = fmt[u/100%10];
121 if (c != ' ') fmt
155 const char *fmt; local
[all...]

Completed in 212 milliseconds

1234567891011>>