Searched refs:STAT (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.c674 #define STAT(x) \ macro
682 case S_RX_BADVERSION: STAT(rx_badversion);
683 case S_RX_TOOSHORT: STAT(rx_tooshort);
684 case S_RX_WRONGBSS: STAT(rx_wrongbss);
685 case S_RX_DUP: STAT(rx_dup);
686 case S_RX_WRONGDIR: STAT(rx_wrongdir);
687 case S_RX_MCASTECHO: STAT(rx_mcastecho);
688 case S_RX_NOTASSOC: STAT(rx_notassoc);
689 case S_RX_NOPRIVACY: STAT(rx_noprivacy);
690 case S_RX_UNENCRYPTED: STAT(rx_unencrypte
832 #undef STAT macro
839 #define STAT macro
995 #undef STAT macro
[all...]
H A Dmain.c92 #define STAT(x,fmt) \
112 STAT(rx_data, "%u");
113 STAT(rx_mgmt, "%u");
114 STAT(rx_ctrl, "%u");
115 STAT(rx_beacons, "%u");
116 STAT(rx_proberesp, "%u");
117 STAT(rx_ucast, "%u");
118 STAT(rx_mcast, "%u");
119 STAT(rx_bytes, "%llu");
120 STAT(rx_du
[all...]
/freebsd-11-stable/tools/tools/npe/npestats/
H A Dnpestats.c181 #define STAT(x) \ macro
185 case S_ALIGN: STAT(dot3StatsAlignmentErrors);
186 case S_FCS: STAT(dot3StatsFCSErrors);
187 case S_MACRX: STAT(dot3StatsInternalMacReceiveErrors);
188 case S_RXORN: STAT(RxOverrunDiscards);
189 case S_LEARN: STAT(RxLearnedEntryDiscards);
190 case S_LARGE: STAT(RxLargeFramesDiscards);
191 case S_STP: STAT(RxSTPBlockedDiscards);
192 case S_RX_VLAN_TYPE: STAT(RxVLANTypeFilterDiscards);
193 case S_RX_VLAN_ID: STAT(RxVLANIdFilterDiscard
210 #undef STAT macro
217 #define STAT macro
246 #undef STAT macro
[all...]
/freebsd-11-stable/tools/tools/ath/athstats/
H A Dathstats.c543 #define STAT(x) \ macro
573 case S_WATCHDOG: STAT(watchdog);
574 case S_FATAL: STAT(hardware);
575 case S_BMISS: STAT(bmiss);
576 case S_BMISS_PHANTOM: STAT(bmiss_phantom);
578 case S_BSTUCK: STAT(bstuck);
580 case S_RXORN: STAT(rxorn);
581 case S_RXEOL: STAT(rxeol);
582 case S_TXURN: STAT(txurn);
583 case S_MIB: STAT(mi
782 #undef STAT macro
789 #define STAT macro
1027 #undef STAT macro
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dmcdi_mon.c58 #define STAT(portmask, stat) \ macro
75 STAT(Px, INT_TEMP), /* 0x00 CONTROLLER_TEMP */
76 STAT(Px, EXT_TEMP), /* 0x01 PHY_COMMON_TEMP */
77 STAT(Px, INT_COOLING), /* 0x02 CONTROLLER_COOLING */
78 STAT(P1, EXT_TEMP), /* 0x03 PHY0_TEMP */
79 STAT(P1, EXT_COOLING), /* 0x04 PHY0_COOLING */
80 STAT(P2, EXT_TEMP), /* 0x05 PHY1_TEMP */
81 STAT(P2, EXT_COOLING), /* 0x06 PHY1_COOLING */
82 STAT(Px, 1V), /* 0x07 IN_1V0 */
83 STAT(P
[all...]
/freebsd-11-stable/tools/tools/mwl/mwlstats/
H A Dmwlstats.c308 #define STAT(x) \ macro
354 case S_TX_MGMT: STAT(tx_mgmt);
355 case S_TX_DISCARD: STAT(tx_discard);
356 case S_TX_QSTOP: STAT(tx_qstop);
357 case S_TX_ENCAP: STAT(tx_encap);
358 case S_TX_NOMBUF: STAT(tx_nombuf);
359 case S_TX_LINEAR: STAT(tx_linear);
360 case S_TX_NODATA: STAT(tx_nodata);
361 case S_TX_BUSDMA: STAT(tx_busdma);
362 case S_TX_SHORTPRE: STAT(tx_shortpr
407 #undef STAT macro
414 #define STAT macro
511 #undef STAT macro
[all...]
/freebsd-11-stable/tools/tools/ath/athaggrstats/
H A Dathaggrstats.c227 #define STAT(x) \ macro
233 case S_SINGLE_PKT: STAT(single_pkt);
234 case S_NONBAW_PKT: STAT(nonbaw_pkt);
235 case S_AGGR_PKT: STAT(aggr_pkt);
236 case S_BAW_CLOSED_SINGLE_PKT: STAT(baw_closed_single_pkt);
237 case S_LOW_HWQ_SINGLE_PKT: STAT(low_hwq_single_pkt);
238 case S_SCHED_NOPKT: STAT(sched_nopkt);
239 case S_RTS_AGGR_LIMITED: STAT(rts_aggr_limited);
276 #undef STAT macro
283 #define STAT( macro
332 #undef STAT macro
[all...]
/freebsd-11-stable/tools/tools/crypto/
H A Dipsecstats.c90 #define STAT(x,fmt) if (x) printf(fmt "\n", (uintmax_t)x) macro
169 STAT(ips.ips_out_nosa, "no SA found %ju (output)");
170 STAT(ips.ips_out_nomem, "no memory available %ju (output)");
171 STAT(ips.ips_out_noroute, "no route available %ju (output)");
172 STAT(ips.ips_out_inval, "generic error %ju (output)");
173 STAT(ips.ips_out_bundlesa, "bundled SA processed %ju (output)");
176 STAT(ips.ips_clcopied, "m_clone processing: %ju clusters copied\n");
177 STAT(ips.ips_mbinserted, "m_makespace: %ju mbufs inserted\n");
/freebsd-11-stable/bin/dd/
H A Dextern.h55 extern STAT st;
H A Ddd.h69 } STAT; typedef in typeref:struct:__anon2
H A Ddd.c77 STAT st; /* statistics */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp132 #define STAT(func, arg, buf) \ macro
136 int stat(const char *path, struct stat *buf) { STAT(stat, path, buf); }
138 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); }
140 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); }
144 STAT(stat, path, buf);
148 STAT(lstat, path, buf);
151 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); }
/freebsd-11-stable/lib/libc/db/test/
H A DMakefile7 # Uncomment the STAT line get hash and btree statistical use info. This
12 #STAT= -DSTATISTICS
13 CFLAGS+=-D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC}
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_elide.h315 #define CK_ELIDE_LOCK_ADAPTIVE(NAME, STAT, CONFIG, LOCK) \
316 ck_elide_##NAME##_lock_adaptive(LOCK, STAT, CONFIG)
318 #define CK_ELIDE_UNLOCK_ADAPTIVE(NAME, STAT, LOCK) \
319 ck_elide_##NAME##_unlock_adaptive(STAT, LOCK)
/freebsd-11-stable/crypto/heimdal/appl/push/
H A Dpush.c37 #if defined(_AIX) && defined(STAT)
39 * AIX defines STAT to 1 in sys/dir.h
41 # undef STAT macro
136 typedef enum { INIT = 0, GREET, USER, PASS, STAT, RETR, TOP, enumerator in enum:__anon5917
140 "INIT", "GREET", "USER", "PASS", "STAT", "RETR", "TOP",
301 if (((state == STAT || state == RETR || state == TOP)
354 state = STAT;
370 state = STAT;
416 if (state == STAT) {
439 } else if (++state == STAT) {
[all...]
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y175 STAT HELP NOOP MKD RMD PWD
353 | STAT check_login SP pathname CRLF
360 | STAT CRLF
843 { "STAT", STAT, OSTR, 1, "[ <sp> path-name ]" },
/freebsd-11-stable/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-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c6053 #define STAT(x) val[STAT_IDX(x)] macro
6054 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO))
6059 v4->tcp_out_rsts = STAT(OUT_RST);
6067 v6->tcp_out_rsts = STAT(OUT_RST);
6073 #undef STAT macro

Completed in 260 milliseconds