Home
last modified time | relevance | path

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

/titanic_53/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_53/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_53/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_53/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_53/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt482 * Added new event: SAS PHY Counter.
/titanic_53/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME227 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)
/titanic_53/usr/src/data/hwdata/
H A Dpci.ids1094 0014 PCI-Counter/Timer Counter Timer board
22100 4243 PMC424, APC424, AcPC424 Digital I/O and Counter Timer Module
22101 4248 PMC464, APC464, AcPC464 Digital I/O and Counter Timer Module
22116 4a42 PMC483, APC483, AcPC483 Counter Timer Module
22117 4a50 PMC484, APC484, AcPC484 Counter Timer Module
22123 4d4e PMC482, APC482, AcPC482 Counter Timer Board
22179 7042 AP482 Counter Timer Module with TTL Level Input/Output
22180 7043 AP483 Counter Timer Module with TTL Level and RS422 Input/Output
22181 7044 AP484 Counter Timer Module with RS422 Input/Output
22201 2200 GTX2200 High Resolution Universal Time Interval Counter PXI Board
[all …]
H A Dusb.ids17261 8090 SPCM Single Photon Counter
24578 0c8 Counter Reset
24579 0c9 Show Counter
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1699 prval(char *str, Counter val) in prval()