Home
last modified time | relevance | path

Searched defs:_fmt (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/tools/tools/ath/common/
H A Ddumpregs.h70 #define _DEFREGfmt(_addr, _name, _type, _fmt) \ argument
75 #define DEFVOIDfmt(_addr, _name, _fmt) \ argument
78 #define DEFBASICfmt(_addr, _name, _fmt) \ argument
84 #define DEFINTfmt(_addr, _name, _fmt) \ argument
/dflybsd-src/sys/netproto/802_11/
H A Dieee80211_var.h955 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) do { \ argument
959 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) do { \ argument
963 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \ argument
967 #define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...) do { \ argument
1002 #define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) do { \ argument
1006 #define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) do { \ argument
1010 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \ argument
1026 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) do { } while (0) argument
1027 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) do { } while (0) argument
1028 #define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...) do { } while (0) argument
[all …]
/dflybsd-src/lib/libc/stdtime/
H A Dstrftime.c118 _fmt(const char *format, const struct tm * const t, char *pt, in _fmt() function
/dflybsd-src/sbin/hammer/
H A Dcmd_recover.c187 #define _fmt "Scanning zone-%d big-blocks till %016jx" in hammer_cmd_recover() macro