Searched defs:STAT (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/ck/include/ |
H A D | ck_elide.h | 315 #define CK_ELIDE_LOCK_ADAPTIVE(NAME, STAT, CONFIG, LOCK) \ argument 318 #define CK_ELIDE_UNLOCK_ADAPTIVE(NAME, STAT, LOCK) \ argument
|
/freebsd/tools/tools/crypto/ |
H A D | ipsecstats.c | 88 #define STAT(x,fmt) if (x) printf(fmt "\n", (uintmax_t)x) in main() macro
|
/freebsd/tools/tools/ath/athaggrstats/ |
H A D | athaggrstats.c | 225 #define STAT(x) \ in ath_get_curstat() macro 281 #define STAT(x) \ in ath_get_totstat() macro
|
/freebsd/tools/tools/npe/npestats/ |
H A D | npestats.c | 179 #define STAT(x) \ in npe_get_curstat() macro 215 #define STAT(x) \ in npe_get_totstat() macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 133 #define STAT(func, arg, buf) \ macro
|
/freebsd/bin/dd/ |
H A D | dd.h | 67 } STAT; typedef
|
/freebsd/tools/tools/mwl/mwlstats/ |
H A D | mwlstats.c | 306 #define STAT(x) \ in mwl_get_curstat() macro 412 #define STAT( mwl_get_totstat() macro [all...] |
/freebsd/tools/tools/net80211/wlanstats/ |
H A D | wlanstats.c | 676 #define STAT(x) \ in wlan_get_curstat() macro 843 #define STAT(x) \ in wlan_get_totstat() macro
|
/freebsd/tools/tools/ath/athstats/ |
H A D | athstats.c | 553 #define STAT(x) \ in ath_get_curstat() macro 807 #define STAT(x) \ in ath_get_totstat() macro
|
/freebsd/crypto/heimdal/appl/push/ |
H A D | push.c | 136 typedef enum { INIT = 0, GREET, USER, PASS, STAT, RETR, TOP, enumerator
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 6058 #define STAT(x) val[STAT_IDX(x)] in t4_tp_get_tcp_stats() macro
|