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.h161 typedef uint32_t Counter; typedef
208 Counter ipInReceives;
210 Counter ipInHdrErrors;
212 Counter ipInAddrErrors;
214 Counter ipForwDatagrams;
216 Counter ipInUnknownProtos;
218 Counter ipInDiscards;
220 Counter ipInDelivers;
222 Counter ipOutRequests;
224 Counter ipOutDiscards;
[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.ids1237 0014 PCI-Counter/Timer Counter Timer board
23464 4243 PMC424, APC424, AcPC424 Digital I/O and Counter Timer Module
23465 4248 PMC464, APC464, AcPC464 Digital I/O and Counter Timer Module
23480 4a42 PMC483, APC483, AcPC483 Counter Timer Module
23481 4a50 PMC484, APC484, AcPC484 Counter Timer Module
23487 4d4e PMC482, APC482, AcPC482 Counter Timer Board
23543 7042 AP482 Counter Timer Module with TTL Level Input/Output
23544 7043 AP483 Counter Timer Module with TTL Level and RS422 Input/Output
23545 7044 AP484 Counter Timer Module with RS422 Input/Output
23569 2200 GTX2200 High Resolution Universal Time Interval Counter PXI Board
[all …]
H A Dusb.ids12527 1907 53230A Frequency Counter
17495 8090 SPCM Single Photon Counter
24848 0c8 Counter Reset
24849 0c9 Show Counter
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2107 prval(char *str, Counter val) in prval()