Home
last modified time | relevance | path

Searched refs:STAT (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/tools/tools/net80211/wlanstats/
H A Dwlanstats.c676 #define STAT(x) \ in wlan_get_curstat() macro
687 case S_RX_DUP: STAT(rx_dup); in wlan_get_curstat()
696 case S_RX_CTL: STAT(rx_ctl); in wlan_get_curstat()
734 case S_RX_ACL: STAT(rx_acl); in wlan_get_curstat()
745 case S_SCAN_BG: STAT(scan_bg); in wlan_get_curstat()
836 #undef STAT in wlan_get_curstat()
843 #define STAT(x) \ in wlan_get_totstat() macro
852 case S_RX_DUP: STAT(rx_dup); in wlan_get_totstat()
861 case S_RX_CTL: STAT(rx_ctl); in wlan_get_totstat()
899 case S_RX_ACL: STAT(rx_acl); in wlan_get_totstat()
[all …]
H A Dmain.c90 #define STAT(x,fmt) \
110 STAT(rx_data, "%u");
111 STAT(rx_mgmt, "%u");
112 STAT(rx_ctrl, "%u");
115 STAT(rx_ucast, "%u");
116 STAT(rx_mcast, "%u");
118 STAT(rx_dup, "%u");
132 STAT(tx_data, "%u");
133 STAT(tx_mgmt, "%u");
145 STAT(tx_auth, "%u");
[all …]
/freebsd-14.2/tools/tools/ath/athstats/
H A Dathstats.c553 #define STAT(x) \ in ath_get_curstat() macro
585 case S_BMISS: STAT(bmiss); in ath_get_curstat()
590 case S_RXORN: STAT(rxorn); in ath_get_curstat()
591 case S_RXEOL: STAT(rxeol); in ath_get_curstat()
592 case S_TXURN: STAT(txurn); in ath_get_curstat()
593 case S_MIB: STAT(mib); in ath_get_curstat()
746 case S_FF_RX: STAT(ff_rx); in ath_get_curstat()
800 #undef STAT in ath_get_curstat()
807 #define STAT(x) \ in ath_get_totstat() macro
845 case S_MIB: STAT(mib); in ath_get_totstat()
[all …]
/freebsd-14.2/tools/tools/npe/npestats/
H A Dnpestats.c179 #define STAT(x) \ in npe_get_curstat() macro
184 case S_FCS: STAT(dot3StatsFCSErrors); in npe_get_curstat()
186 case S_RXORN: STAT(RxOverrunDiscards); in npe_get_curstat()
188 case S_LARGE: STAT(RxLargeFramesDiscards); in npe_get_curstat()
189 case S_STP: STAT(RxSTPBlockedDiscards); in npe_get_curstat()
208 #undef STAT in npe_get_curstat()
215 #define STAT(x) \ in npe_get_totstat() macro
220 case S_FCS: STAT(dot3StatsFCSErrors); in npe_get_totstat()
222 case S_RXORN: STAT(RxOverrunDiscards); in npe_get_totstat()
225 case S_STP: STAT(RxSTPBlockedDiscards); in npe_get_totstat()
[all …]
/freebsd-14.2/tools/tools/mwl/mwlstats/
H A Dmwlstats.c306 #define STAT(x) \ in mwl_get_curstat() macro
352 case S_TX_MGMT: STAT(tx_mgmt); in mwl_get_curstat()
354 case S_TX_QSTOP: STAT(tx_qstop); in mwl_get_curstat()
355 case S_TX_ENCAP: STAT(tx_encap); in mwl_get_curstat()
372 case S_TX_TSO: STAT(tx_tso); in mwl_get_curstat()
405 #undef STAT in mwl_get_curstat()
412 #define STAT(x) \ in mwl_get_totstat() macro
456 case S_TX_MGMT: STAT(tx_mgmt); in mwl_get_totstat()
458 case S_TX_QSTOP: STAT(tx_qstop); in mwl_get_totstat()
476 case S_TX_TSO: STAT(tx_tso); in mwl_get_totstat()
[all …]
/freebsd-14.2/tools/tools/ath/athaggrstats/
H A Dathaggrstats.c225 #define STAT(x) \ in ath_get_curstat() macro
231 case S_SINGLE_PKT: STAT(single_pkt); in ath_get_curstat()
232 case S_NONBAW_PKT: STAT(nonbaw_pkt); in ath_get_curstat()
233 case S_AGGR_PKT: STAT(aggr_pkt); in ath_get_curstat()
236 case S_SCHED_NOPKT: STAT(sched_nopkt); in ath_get_curstat()
274 #undef STAT in ath_get_curstat()
281 #define STAT(x) \ in ath_get_totstat() macro
287 case S_SINGLE_PKT: STAT(single_pkt); in ath_get_totstat()
288 case S_NONBAW_PKT: STAT(nonbaw_pkt); in ath_get_totstat()
289 case S_AGGR_PKT: STAT(aggr_pkt); in ath_get_totstat()
[all …]
/freebsd-14.2/tools/tools/crypto/
H A Dipsecstats.c88 #define STAT(x,fmt) if (x) printf(fmt "\n", (uintmax_t)x) in main() macro
167 STAT(ips.ips_out_nosa, "no SA found %ju (output)"); in main()
168 STAT(ips.ips_out_nomem, "no memory available %ju (output)"); in main()
169 STAT(ips.ips_out_noroute, "no route available %ju (output)"); in main()
170 STAT(ips.ips_out_inval, "generic error %ju (output)"); in main()
171 STAT(ips.ips_out_bundlesa, "bundled SA processed %ju (output)"); in main()
172 STAT(ips.ips_clcopied, "m_clone processing: %ju clusters copied\n"); in main()
173 STAT(ips.ips_spdcache_hits, "spd cache hits %ju\n"); in main()
174 STAT(ips.ips_spdcache_misses, "spd cache misses %ju\n"); in main()
175 STAT(ips.ips_mbinserted, "m_makespace: %ju mbufs inserted\n"); in main()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp133 #define STAT(func, arg, buf) \ macro
137 int stat(const char *path, struct stat *buf) { STAT(stat, path, buf); } in stat()
139 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat()
141 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat()
145 STAT(stat, path, buf); in __xstat()
149 STAT(lstat, path, buf); in __lxstat()
152 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); } in __fxstat()
/freebsd-14.2/contrib/bmake/mk/
H A Dnewlog.sh164 case "$OS,$STAT" in
166 $STAT -f %Op $1 | sed 's,.*\(....\),\1,'
175 case "$OS,$STAT" in
177 $STAT -t "${2:-$opt_f}" -f %Sm $1
202 STAT=${STAT:-`Which stat`}
H A Dsys.vars.mk134 M_mtime = tW:S,^,${STAT:Ustat} -f %m ,:sh
/freebsd-14.2/crypto/heimdal/appl/push/
H A Dpush.c37 #if defined(_AIX) && defined(STAT)
41 # undef STAT
136 typedef enum { INIT = 0, GREET, USER, PASS, STAT, RETR, TOP, enumerator
301 if (((state == STAT || state == RETR || state == TOP) in doit()
354 state = STAT; in doit()
370 state = STAT; in doit()
416 if (state == STAT) { in doit()
439 } else if (++state == STAT) { in doit()
480 if ((state == STAT && !do_from) || state == RETR) in doit()
483 else if ((state == STAT && do_from) || state == TOP) in doit()
/freebsd-14.2/sys/contrib/ck/include/
H A Dck_elide.h315 #define CK_ELIDE_LOCK_ADAPTIVE(NAME, STAT, CONFIG, LOCK) \ argument
316 ck_elide_##NAME##_lock_adaptive(LOCK, STAT, CONFIG)
318 #define CK_ELIDE_UNLOCK_ADAPTIVE(NAME, STAT, LOCK) \ argument
319 ck_elide_##NAME##_unlock_adaptive(STAT, LOCK)
/freebsd-14.2/lib/libc/db/test/
H A DMakefile12 CFLAGS+=-D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC}
/freebsd-14.2/contrib/netbsd-tests/bin/ps/
H A Dkeywords58 lstate STAT LJUST
100 state STAT LJUST
/freebsd-14.2/bin/dd/
H A Dextern.h58 extern STAT st;
H A Ddd.h69 } STAT; typedef
H A Ddd.c81 STAT st; /* statistics */
/freebsd-14.2/tests/sys/cddl/zfs/tests/slog/
H A Dslog_012_neg.ksh75 eval `$STAT -s $ldev`
/freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/
H A Damlogic,meson-gxbb-mhu.yaml19 STAT register and the remote clears it after having read the data.
H A Darm-mhu.txt9 STAT register and the remote clears it after having read the data.
H A Darm,mhu.yaml17 by the remote. This driver assumes the sender polls STAT register and the
/freebsd-14.2/libexec/ftpd/
H A Dftpcmd.y108 STAT HELP NOOP MKD RMD PWD
471 | STAT check_login SP pathname CRLF
478 | STAT check_login CRLF
1107 { "STAT", STAT, OSTR, 1, "[ <sp> path-name ]" },
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRegisters.def133 CV_REGISTER(STAT, 137)
/freebsd-14.2/sys/dev/cxgbe/common/
H A Dt4_hw.c6058 #define STAT(x) val[STAT_IDX(x)] in t4_tp_get_tcp_stats() macro
6059 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats()
6064 v4->tcp_out_rsts = STAT(OUT_RST); in t4_tp_get_tcp_stats()
6072 v6->tcp_out_rsts = STAT(OUT_RST); in t4_tp_get_tcp_stats()
6078 #undef STAT in t4_tp_get_tcp_stats()
/freebsd-14.2/contrib/lib9p/
H A Dutils.c109 X(STAT, "stat"),

12