Searched refs:vaf (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/mlx4/
H A Den_main.c86 struct va_format vaf; local
91 vaf.fmt = format;
92 vaf.va = &args;
95 level, DRV_NAME, priv->dev->name, &vaf);
99 priv->port, &vaf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/mlx4/
H A Den_main.c86 struct va_format vaf; local
91 vaf.fmt = format;
92 vaf.va = &args;
95 level, DRV_NAME, priv->dev->name, &vaf);
99 priv->port, &vaf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dcore.c915 struct va_format *vaf)
918 return printk("%s(NULL wiphy *): %pV", level, vaf);
920 return printk("%s%s: %pV", level, wiphy_name(wiphy), vaf);
926 struct va_format vaf; local
932 vaf.fmt = fmt;
933 vaf.va = &args;
935 r = ___wiphy_printk(level, wiphy, &vaf);
945 struct va_format vaf; \
951 vaf.fmt = fmt; \
952 vaf
914 ___wiphy_printk(const char *level, const struct wiphy *wiphy, struct va_format *vaf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dcore.c915 struct va_format *vaf)
918 return printk("%s(NULL wiphy *): %pV", level, vaf);
920 return printk("%s%s: %pV", level, wiphy_name(wiphy), vaf);
926 struct va_format vaf; local
932 vaf.fmt = fmt;
933 vaf.va = &args;
935 r = ___wiphy_printk(level, wiphy, &vaf);
945 struct va_format vaf; \
951 vaf.fmt = fmt; \
952 vaf
914 ___wiphy_printk(const char *level, const struct wiphy *wiphy, struct va_format *vaf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/base/
H A Dcore.c1830 struct va_format *vaf)
1833 return printk("%s(NULL device *): %pV", level, vaf);
1836 level, dev_driver_string(dev), dev_name(dev), vaf);
1842 struct va_format vaf; local
1848 vaf.fmt = fmt;
1849 vaf.va = &args;
1851 r = __dev_printk(level, dev, &vaf);
1861 struct va_format vaf; \
1867 vaf.fmt = fmt; \
1868 vaf
1829 __dev_printk(const char *level, const struct device *dev, struct va_format *vaf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/base/
H A Dcore.c1830 struct va_format *vaf)
1833 return printk("%s(NULL device *): %pV", level, vaf);
1836 level, dev_driver_string(dev), dev_name(dev), vaf);
1842 struct va_format vaf; local
1848 vaf.fmt = fmt;
1849 vaf.va = &args;
1851 r = __dev_printk(level, dev, &vaf);
1861 struct va_format vaf; \
1867 vaf.fmt = fmt; \
1868 vaf
1829 __dev_printk(const char *level, const struct device *dev, struct va_format *vaf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/core/
H A Ddev.c5891 struct va_format *vaf)
5897 netdev_name(dev), vaf);
5899 r = printk("%s%s: %pV", level, netdev_name(dev), vaf);
5901 r = printk("%s(NULL net_device): %pV", level, vaf);
5909 struct va_format vaf; local
5915 vaf.fmt = format;
5916 vaf.va = &args;
5918 r = __netdev_printk(level, dev, &vaf);
5929 struct va_format vaf; \
5934 vaf
5890 __netdev_printk(const char *level, const struct net_device *dev, struct va_format *vaf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Ddev.c5891 struct va_format *vaf)
5897 netdev_name(dev), vaf);
5899 r = printk("%s%s: %pV", level, netdev_name(dev), vaf);
5901 r = printk("%s(NULL net_device): %pV", level, vaf);
5909 struct va_format vaf; local
5915 vaf.fmt = format;
5916 vaf.va = &args;
5918 r = __netdev_printk(level, dev, &vaf);
5929 struct va_format vaf; \
5934 vaf
5890 __netdev_printk(const char *level, const struct net_device *dev, struct va_format *vaf) argument
[all...]

Completed in 210 milliseconds