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

/freebsd-9.3-release/tools/tools/net80211/wlanstats/
H A Dwlanstats.c667 #define STAT(x) \ macro
675 case S_RX_BADVERSION: STAT(rx_badversion);
676 case S_RX_TOOSHORT: STAT(rx_tooshort);
677 case S_RX_WRONGBSS: STAT(rx_wrongbss);
678 case S_RX_DUP: STAT(rx_dup);
679 case S_RX_WRONGDIR: STAT(rx_wrongdir);
680 case S_RX_MCASTECHO: STAT(rx_mcastecho);
681 case S_RX_NOTASSOC: STAT(rx_notassoc);
682 case S_RX_NOPRIVACY: STAT(rx_noprivacy);
683 case S_RX_UNENCRYPTED: STAT(rx_unencrypte
820 #undef STAT macro
827 #define STAT macro
978 #undef STAT macro
[all...]
H A Dmain.c88 #define STAT(x,fmt) \
108 STAT(rx_data, "%u");
109 STAT(rx_mgmt, "%u");
110 STAT(rx_ctrl, "%u");
111 STAT(rx_beacons, "%u");
112 STAT(rx_proberesp, "%u");
113 STAT(rx_ucast, "%u");
114 STAT(rx_mcast, "%u");
115 STAT(rx_bytes, "%llu");
116 STAT(rx_du
[all...]
/freebsd-9.3-release/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-9.3-release/tools/tools/ath/athstats/
H A Dathstats.c521 #define STAT(x) \ macro
549 case S_WATCHDOG: STAT(watchdog);
550 case S_FATAL: STAT(hardware);
551 case S_BMISS: STAT(bmiss);
552 case S_BMISS_PHANTOM: STAT(bmiss_phantom);
554 case S_BSTUCK: STAT(bstuck);
556 case S_RXORN: STAT(rxorn);
557 case S_RXEOL: STAT(rxeol);
558 case S_TXURN: STAT(txurn);
559 case S_MIB: STAT(mi
735 #undef STAT macro
742 #define STAT macro
955 #undef STAT macro
[all...]
/freebsd-9.3-release/tools/tools/mwl/mwlstats/
H A Dmwlstats.c306 #define STAT(x) \ macro
352 case S_TX_MGMT: STAT(tx_mgmt);
353 case S_TX_DISCARD: STAT(tx_discard);
354 case S_TX_QSTOP: STAT(tx_qstop);
355 case S_TX_ENCAP: STAT(tx_encap);
356 case S_TX_NOMBUF: STAT(tx_nombuf);
357 case S_TX_LINEAR: STAT(tx_linear);
358 case S_TX_NODATA: STAT(tx_nodata);
359 case S_TX_BUSDMA: STAT(tx_busdma);
360 case S_TX_SHORTPRE: STAT(tx_shortpr
405 #undef STAT macro
412 #define STAT macro
509 #undef STAT macro
[all...]
/freebsd-9.3-release/bin/dd/
H A Dextern.h52 extern STAT st;
H A Ddd.h68 } STAT; typedef in typeref:struct:__anon3
H A Ddd.c76 STAT st; /* statistics */
/freebsd-9.3-release/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-9.3-release/usr.bin/yacc/test/
H A Dftp.tab.h48 #define STAT 304 macro
H A Dftp.y86 STAT HELP NOOP MKD RMD PWD
240 | STAT check_login SP pathname CRLF
247 | STAT CRLF
713 { "STAT", STAT, OSTR, 1, "[ <sp> path-name ]" },
H A Dftp.tab.c117 #define STAT 304 macro
290 "DELE","CWD","LIST","NLST","SITE","STAT","HELP","NOOP","MKD","RMD","PWD","CDUP",
314 "cmd : STAT check_login SP pathname CRLF",
315 "cmd : STAT CRLF",
453 { "STAT", STAT, OSTR, 1, "[ <sp> path-name ]" },
/freebsd-9.3-release/tools/tools/crypto/
H A Dipsecstats.c85 #define STAT(x,fmt) if (x) printf(fmt "\n", x) macro
167 STAT(ips.ips_out_nosa, "no SA found %u (output)");
168 STAT(ips.ips_out_nomem, "no memory available %u (output)");
169 STAT(ips.ips_out_noroute, "no route available %u (output)");
170 STAT(ips.ips_out_inval, "generic error %u (output)");
171 STAT(ips.ips_out_bundlesa, "bundled SA processed %u (output)");
/freebsd-9.3-release/crypto/heimdal/appl/push/
H A Dpush.c137 typedef enum { INIT = 0, GREET, USER, PASS, STAT, RETR, TOP, enumerator in enum:__anon4551
141 "INIT", "GREET", "USER", "PASS", "STAT", "RETR", "TOP",
302 if (((state == STAT || state == RETR || state == TOP)
355 state = STAT;
371 state = STAT;
417 if (state == STAT) {
440 } else if (++state == STAT) {
442 errx(1, "Bad STAT-line: %.*s", (int)(p - beg), beg);
481 if ((state == STAT && !do_from) || state == RETR)
484 else if ((state == STAT
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/lukemftpd/src/
H A Dftpcmd.y150 STAT HELP NOOP
703 | STAT check_login SP pathname CRLF
711 | STAT CRLF
1257 { "STAT", STAT, OSTR, 4, "[ <sp> path-name ]" },
/freebsd-9.3-release/libexec/ftpd/
H A Dftpcmd.y110 STAT HELP NOOP MKD RMD PWD
473 | STAT check_login SP pathname CRLF
480 | STAT check_login CRLF
1109 { "STAT", STAT, OSTR, 1, "[ <sp> path-name ]" },
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_hw.c3137 #define STAT(x) val[STAT_IDX(x)] macro
3138 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO))
3143 v4->tcpOutRsts = STAT(OUT_RST);
3151 v6->tcpOutRsts = STAT(OUT_RST);
3157 #undef STAT macro

Completed in 192 milliseconds