Home
last modified time | relevance | path

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

/trueos/tools/tools/net80211/wlanstats/
HDwlanstats.c675 #define STAT(x) \ in wlan_get_curstat() macro
683 case S_RX_BADVERSION: STAT(rx_badversion); in wlan_get_curstat()
684 case S_RX_TOOSHORT: STAT(rx_tooshort); in wlan_get_curstat()
685 case S_RX_WRONGBSS: STAT(rx_wrongbss); in wlan_get_curstat()
686 case S_RX_DUP: STAT(rx_dup); in wlan_get_curstat()
687 case S_RX_WRONGDIR: STAT(rx_wrongdir); in wlan_get_curstat()
688 case S_RX_MCASTECHO: STAT(rx_mcastecho); in wlan_get_curstat()
689 case S_RX_NOTASSOC: STAT(rx_notassoc); in wlan_get_curstat()
690 case S_RX_NOPRIVACY: STAT(rx_noprivacy); in wlan_get_curstat()
691 case S_RX_UNENCRYPTED: STAT(rx_unencrypted); in wlan_get_curstat()
[all …]
HDmain.c89 #define STAT(x,fmt) \
109 STAT(rx_data, "%u");
110 STAT(rx_mgmt, "%u");
111 STAT(rx_ctrl, "%u");
112 STAT(rx_beacons, "%u");
113 STAT(rx_proberesp, "%u");
114 STAT(rx_ucast, "%u");
115 STAT(rx_mcast, "%u");
116 STAT(rx_bytes, "%llu");
117 STAT(rx_dup, "%u");
[all …]
/trueos/tools/tools/ath/athstats/
HDathstats.c562 #define STAT(x) \ in ath_get_curstat() macro
592 case S_WATCHDOG: STAT(watchdog); in ath_get_curstat()
593 case S_FATAL: STAT(hardware); in ath_get_curstat()
594 case S_BMISS: STAT(bmiss); in ath_get_curstat()
595 case S_BMISS_PHANTOM: STAT(bmiss_phantom); in ath_get_curstat()
597 case S_BSTUCK: STAT(bstuck); in ath_get_curstat()
599 case S_RXORN: STAT(rxorn); in ath_get_curstat()
600 case S_RXEOL: STAT(rxeol); in ath_get_curstat()
601 case S_TXURN: STAT(txurn); in ath_get_curstat()
602 case S_MIB: STAT(mib); in ath_get_curstat()
[all …]
/trueos/tools/tools/npe/npestats/
HDnpestats.c181 #define STAT(x) \ in npe_get_curstat() macro
185 case S_ALIGN: STAT(dot3StatsAlignmentErrors); in npe_get_curstat()
186 case S_FCS: STAT(dot3StatsFCSErrors); in npe_get_curstat()
187 case S_MACRX: STAT(dot3StatsInternalMacReceiveErrors); in npe_get_curstat()
188 case S_RXORN: STAT(RxOverrunDiscards); in npe_get_curstat()
189 case S_LEARN: STAT(RxLearnedEntryDiscards); in npe_get_curstat()
190 case S_LARGE: STAT(RxLargeFramesDiscards); in npe_get_curstat()
191 case S_STP: STAT(RxSTPBlockedDiscards); in npe_get_curstat()
192 case S_RX_VLAN_TYPE: STAT(RxVLANTypeFilterDiscards); in npe_get_curstat()
193 case S_RX_VLAN_ID: STAT(RxVLANIdFilterDiscards); in npe_get_curstat()
[all …]
/trueos/tools/tools/mwl/mwlstats/
HDmwlstats.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_shortpre); in mwl_get_curstat()
[all …]
/trueos/tools/tools/ath/athaggrstats/
HDathaggrstats.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 …]
/trueos/tools/tools/crypto/
HDipsecstats.c86 #define STAT(x,fmt) if (x) printf(fmt "\n", (uintmax_t)x) in main() macro
165 STAT(ips.ips_out_nosa, "no SA found %ju (output)"); in main()
166 STAT(ips.ips_out_nomem, "no memory available %ju (output)"); in main()
167 STAT(ips.ips_out_noroute, "no route available %ju (output)"); in main()
168 STAT(ips.ips_out_inval, "generic error %ju (output)"); in main()
169 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_mbinserted, "m_makespace: %ju mbufs inserted\n"); in main()
/trueos/crypto/heimdal/appl/push/
HDpush.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()
/trueos/contrib/netbsd-tests/bin/ps/
HDkeywords58 lstate STAT LJUST
100 state STAT LJUST
/trueos/lib/libc/db/test/
HDMakefile13 CFLAGS+=-D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC}
/trueos/contrib/opie/
HDftpcmd.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 ]" },
/trueos/contrib/binutils/ld/emultempl/
HDspuelf.em391 #define WAITFOR(PID, STAT) waitpid (PID, STAT, 0)
393 #define WAITFOR(PID, STAT) wait (STAT)
/trueos/libexec/ftpd/
HDftpcmd.y106 STAT HELP NOOP MKD RMD PWD
469 | STAT check_login SP pathname CRLF
476 | STAT check_login CRLF
1105 { "STAT", STAT, OSTR, 1, "[ <sp> path-name ]" },
/trueos/sys/dev/cxgbe/common/
HDt4_hw.c3179 #define STAT(x) val[STAT_IDX(x)] in t4_tp_get_tcp_stats() macro
3180 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats()
3185 v4->tcpOutRsts = STAT(OUT_RST); in t4_tp_get_tcp_stats()
3193 v6->tcpOutRsts = STAT(OUT_RST); in t4_tp_get_tcp_stats()
3199 #undef STAT in t4_tp_get_tcp_stats()
/trueos/crypto/heimdal/appl/ftp/
HDChangeLog207 those are ABOR, STAT, ENC, CONF, MIC.
/trueos/contrib/tzdata/
HDeurope2398 3:00 - STAT 1930 Jun 21 # Stalingrad Time
2399 4:00 - STAT 1961 Nov 11