Home
last modified time | relevance | path

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

/freebsd/usr.sbin/wlanstats/
H A Dwlanstats.c688 #define STAT(x) \ in wlan_get_curstat() macro
696 case S_RX_BADVERSION: STAT(rx_badversion); in wlan_get_curstat()
697 case S_RX_TOOSHORT: STAT(rx_tooshort); in wlan_get_curstat()
698 case S_RX_WRONGBSS: STAT(rx_wrongbss); in wlan_get_curstat()
699 case S_RX_DUP: STAT(rx_dup); in wlan_get_curstat()
700 case S_RX_WRONGDIR: STAT(rx_wrongdir); in wlan_get_curstat()
701 case S_RX_MCASTECHO: STAT(rx_mcastecho); in wlan_get_curstat()
702 case S_RX_NOTASSOC: STAT(rx_notassoc); in wlan_get_curstat()
703 case S_RX_NOPRIVACY: STAT(rx_noprivacy); in wlan_get_curstat()
704 case S_RX_UNENCRYPTED: STAT(rx_unencrypted); in wlan_get_curstat()
[all …]
H A Dmain.c90 #define STAT(x,fmt) \
110 STAT(rx_data, "%u");
111 STAT(rx_mgmt, "%u");
112 STAT(rx_ctrl, "%u");
113 STAT(rx_beacons, "%u");
114 STAT(rx_proberesp, "%u");
115 STAT(rx_ucast, "%u");
116 STAT(rx_mcast, "%u");
117 STAT(rx_bytes, "%llu");
118 STAT(rx_dup, "%u");
[all …]
/freebsd/tools/tools/ath/athstats/
H A Dathstats.c553 #define STAT(x) \ in ath_get_curstat() macro
583 case S_WATCHDOG: STAT(watchdog); in ath_get_curstat()
584 case S_FATAL: STAT(hardware); in ath_get_curstat()
585 case S_BMISS: STAT(bmiss); in ath_get_curstat()
586 case S_BMISS_PHANTOM: STAT(bmiss_phantom); in ath_get_curstat()
588 case S_BSTUCK: STAT(bstuck); 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()
[all …]
/freebsd/tools/tools/npe/npestats/
H A Dnpestats.c179 #define STAT(x) \ in npe_get_curstat() macro
183 case S_ALIGN: STAT(dot3StatsAlignmentErrors); in npe_get_curstat()
184 case S_FCS: STAT(dot3StatsFCSErrors); in npe_get_curstat()
185 case S_MACRX: STAT(dot3StatsInternalMacReceiveErrors); in npe_get_curstat()
186 case S_RXORN: STAT(RxOverrunDiscards); in npe_get_curstat()
187 case S_LEARN: STAT(RxLearnedEntryDiscards); in npe_get_curstat()
188 case S_LARGE: STAT(RxLargeFramesDiscards); in npe_get_curstat()
189 case S_STP: STAT(RxSTPBlockedDiscards); in npe_get_curstat()
190 case S_RX_VLAN_TYPE: STAT(RxVLANTypeFilterDiscards); in npe_get_curstat()
191 case S_RX_VLAN_ID: STAT(RxVLANIdFilterDiscards); in npe_get_curstat()
[all …]
/freebsd/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()
353 case S_TX_DISCARD: STAT(tx_discard); 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()
356 case S_TX_NOMBUF: STAT(tx_nombuf); in mwl_get_curstat()
357 case S_TX_LINEAR: STAT(tx_linear); in mwl_get_curstat()
358 case S_TX_NODATA: STAT(tx_nodata); in mwl_get_curstat()
359 case S_TX_BUSDMA: STAT(tx_busdma); in mwl_get_curstat()
360 case S_TX_SHORTPRE: STAT(tx_shortpr in mwl_get_curstat()
412 #define STAT( mwl_get_totstat() macro
[all...]
/freebsd/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()
234 case S_BAW_CLOSED_SINGLE_PKT: STAT(baw_closed_single_pkt); in ath_get_curstat()
235 case S_LOW_HWQ_SINGLE_PKT: STAT(low_hwq_single_pkt); in ath_get_curstat()
236 case S_SCHED_NOPKT: STAT(sched_nopkt); in ath_get_curstat()
237 case S_RTS_AGGR_LIMITED: STAT(rts_aggr_limited); in ath_get_curstat()
274 #undef STAT in ath_get_curstat()
281 #define STAT(x) \ in ath_get_totstat() macro
[all …]
/freebsd/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/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/contrib/bmake/mk/
H A Dnewlog.sh166 case "$OS,$STAT" in
168 $STAT -f %Op $1 | sed 's,.*\(....\),\1,'
177 case "$OS,$STAT" in
179 $STAT -t "${2:-$opt_f}" -f %Sm $1
204 STAT=${STAT:-`Which stat`}
H A Dsys.vars.mk136 M_mtime = tW:S,^,${STAT:Ustat} -f %m ,:sh
/freebsd/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/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/contrib/netbsd-tests/bin/ps/
H A Dkeywords58 lstate STAT LJUST
100 state STAT LJUST
/freebsd/lib/libc/db/test/
H A DMakefile10 CFLAGS+=-D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC}
/freebsd/bin/dd/
H A Dextern.h56 extern STAT st;
H A Ddd.h67 } STAT; typedef
H A Ddd.c69 STAT st; /* statistics */
/freebsd/tests/sys/cddl/zfs/tests/slog/
H A Dslog_012_neg.ksh72 eval `$STAT -s $ldev`
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Darm-mhu.txt9 STAT register and the remote clears it after having read the data.
/freebsd/libexec/ftpd/
H A Dftpcmd.y99 STAT HELP NOOP MKD RMD PWD
462 | STAT check_login SP pathname CRLF
469 | STAT check_login CRLF
1098 { "STAT", STAT, OSTR, 1, "[ <sp> path-name ]" },
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRegisters.def133 CV_REGISTER(STAT, 137)
/freebsd/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/contrib/lib9p/
H A Dutils.c109 X(STAT, "stat"),
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib3315 eval `$STAT -s "$filepath"`
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog207 those are ABOR, STAT, ENC, CONF, MIC.