Searched refs:_fmt (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Ddebug.h125 #define ATH5K_DBG(_sc, _m, _fmt, ...) do { \
127 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \
131 #define ATH5K_DBG_UNLIMIT(_sc, _m, _fmt, ...) do { \
133 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \
H A Dath5k.h76 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \
77 printk(_level "ath5k %s: " _fmt, \
81 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) do { \
83 ATH5K_PRINTK(_sc, _level, _fmt, ##__VA_ARGS__); \
86 #define ATH5K_INFO(_sc, _fmt, ...) \
87 ATH5K_PRINTK(_sc, KERN_INFO, _fmt, ##__VA_ARGS__)
89 #define ATH5K_WARN(_sc, _fmt, ...) \
90 ATH5K_PRINTK_LIMIT(_sc, KERN_WARNING, _fmt, ##__VA_ARGS__)
92 #define ATH5K_ERR(_sc, _fmt, ...) \
93 ATH5K_PRINTK_LIMIT(_sc, KERN_ERR, _fmt, ##__VA_ARGS_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtime.cpp174 _fmt(const char * format, const struct tm * const t, char * pt, const char * const ptlim, int * warnp) function
211 ** _fmt("%a %b %e %X %Y", t);
223 pt = _fmt(Locale->c_fmt, t, pt, ptlim, warnp);
231 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp);
252 pt = _fmt("%Y-%m-%d", t, pt, ptlim, warnp);
316 pt = _fmt("%H:%M", t, pt, ptlim, warnp);
319 pt = _fmt("%I:%M:%S %p", t, pt, ptlim, warnp);
342 pt = _fmt("%H:%M:%S", t, pt, ptlim, warnp);
425 pt = _fmt("%e-%b-%Y", t, pt, ptlim, warnp);
438 pt = _fmt(Local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dformat.c45 int format, void *_fmt,
54 struct uac_format_type_i_discrete_descriptor *fmt = _fmt;
62 struct uac_format_type_i_ext_descriptor *fmt = _fmt;
407 int format, void *_fmt,
437 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt;
442 ret = parse_audio_format_rates_v1(chip, fp, _fmt, 8); /* fmt[8..] sample rates */
446 struct uac_format_type_ii_ext_descriptor *fmt = _fmt;
43 parse_audio_format_i_type(struct snd_usb_audio *chip, struct audioformat *fp, int format, void *_fmt, int protocol) argument
405 parse_audio_format_ii(struct snd_usb_audio *chip, struct audioformat *fp, int format, void *_fmt, struct usb_host_interface *iface) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic.h1307 #define QLCDB(adapter, lvl, _fmt, _args...) do { \
1309 printk(KERN_INFO "%s: %s: " _fmt, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpppol2tp.c149 #define DPRINTK(_mask, _fmt, args...) \
152 printk(KERN_DEBUG "PPPOL2TP %s: " _fmt, \
156 #define DPRINTK(_mask, _fmt, args...) do { } while(0)
159 #define PRINTK(_mask, _type, _lvl, _fmt, args...) \
162 printk(_lvl "PPPOL2TP: " _fmt, ##args); \
H A Dpppol2tp_v26.c148 #define DPRINTK(_mask, _fmt, args...) \
151 printk(KERN_DEBUG "PPPOL2TP %s: " _fmt, \
155 #define DPRINTK(_mask, _fmt, args...) do { } while(0)
158 #define PRINTK(_mask, _type, _lvl, _fmt, args...) \
161 printk(_lvl "PPPOL2TP: " _fmt, ##args); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_core.c85 #define PRINTK(_mask, _type, _lvl, _fmt, args...) \
88 printk(_lvl "L2TP: " _fmt, ##args); \
H A Dl2tp_ppp.c109 #define PRINTK(_mask, _type, _lvl, _fmt, args...) \
112 printk(_lvl "PPPOL2TP: " _fmt, ##args); \

Completed in 75 milliseconds