Home
last modified time | relevance | path

Searched refs:Counter (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h232 Counter ipReasmOKs;
236 Counter ipFragOKs;
238 Counter ipFragFails;
253 Counter tcpInErrs;
255 Counter udpNoPorts;
389 Counter ipv6InIPv4;
733 Counter re_ref;
802 Counter re_ref;
1239 Counter tcpInSegs;
1258 Counter tcpOutAck;
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dall.test60 for {set Counter 0} {$Counter<$COUNT && $nErr==0} {incr Counter} {
61 set btree_native_byte_order [expr {($Counter>>1)&0x1}]
62 if {$Counter%2} {
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel-cpu-counters.p5m33 set name=pkg.summary value="CPU Performance Counter driver"
51 name="CPU Performance Counter driver"
H A Ddiagnostic-cpu-counters.p5m30 set name=pkg.summary value="CPU Performance Counter libraries and utilities"
31 set name=pkg.description value="CPU Performance Counter libraries and utilities"
268 legacy pkg=SUNWcpcu desc="CPU Performance Counter libraries and utilities" \
269 name="CPU Performance Counter libraries and utilities"
/illumos-gate/usr/src/data/perfmon/
H A Dreadme.txt95 ----Counter----
140 This field maps to the Counter Mask (CMASK) field in IA32_PERFEVTSELx[31:24] MSR.
143 This field corresponds to the Invert Counter Mask (INV) field in IA32_PERFEVTSELx[23] MSR.
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A Dmpi2_history.txt482 * Added new event: SAS PHY Counter.
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME225 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids1178 0014 PCI-Counter/Timer Counter Timer board
22768 4243 PMC424, APC424, AcPC424 Digital I/O and Counter Timer Module
22784 4a42 PMC483, APC483, AcPC483 Counter Timer Module
22785 4a50 PMC484, APC484, AcPC484 Counter Timer Module
22791 4d4e PMC482, APC482, AcPC482 Counter Timer Board
22847 7042 AP482 Counter Timer Module with TTL Level Input/Output
22849 7044 AP484 Counter Timer Module with RS422 Input/Output
23161 0003 Counter Timer
23173 0010 PCIe Counter Timer
31106 2331 DH89xxCC Chap Counter
[all …]
H A Dusb.ids12520 1907 53230A Frequency Counter
17481 8090 SPCM Single Photon Counter
24831 0c8 Counter Reset
24832 0c9 Show Counter
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2107 prval(char *str, Counter val) in prval()