Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dmib2.h154 typedef uint32_t Counter; typedef
200 Counter ipInReceives;
202 Counter ipInHdrErrors;
204 Counter ipInAddrErrors;
206 Counter ipForwDatagrams;
208 Counter ipInUnknownProtos;
210 Counter ipInDiscards;
212 Counter ipInDelivers;
214 Counter ipOutRequests;
216 Counter ipOutDiscards;
[all …]
/titanic_50/usr/src/lib/libsqlite/test/
H A Dall.test62 for {set Counter 0} {$Counter<$COUNT && $nErr==0} {incr Counter} {
63 set btree_native_byte_order [expr {($Counter>>1)&0x1}]
64 if {$Counter%2} {
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-kernel-cpu-counters.mf34 set name=pkg.summary value="CPU Performance Counter driver"
71 name="CPU Performance Counter driver"
74 name="CPU Performance Counter driver"
77 name="CPU Performance Counter driver"
H A Ddiagnostic-cpu-counters.mf29 value="CPU Performance Counter libraries and utilities"
30 set name=pkg.summary value="CPU Performance Counter libraries and utilities"
123 legacy pkg=SUNWcpcu desc="CPU Performance Counter libraries and utilities" \
124 name="CPU Performance Counter libraries and utilities"
/titanic_50/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.
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt482 * Added new event: SAS PHY Counter.
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME227 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)
/titanic_50/usr/src/data/hwdata/
H A Dpci.ids820 0014 PCI-Counter/Timer Counter Timer board
20369 4243 PMC424, APC424, AcPC424 Digital I/O and Counter Timer Module
20370 4248 PMC464, APC464, AcPC464 Digital I/O and Counter Timer Module
20385 4a42 PMC483, APC483, AcPC483 Counter Timer Module
20386 4a50 PMC484, APC484, AcPC484 Counter Timer Module
20392 4d4e PMC482, APC482, AcPC482 Counter Timer Board
20447 7042 AP482 Counter Timer Module with TTL Level Input/Output
20448 7043 AP483 Counter Timer Module with TTL Level and RS422 Input/Output
20449 7044 AP484 Counter Timer Module with RS422 Input/Output
20639 0003 Counter Timer
[all …]
H A Dusb.ids20941 0c8 Counter Reset
20942 0c9 Show Counter
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1699 prval(char *str, Counter val) in prval()