Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Deftwrite.c55 static struct stats *Outbytes; variable
63 Outbytes = stats_new_counter("eftwrite.total", "bytes written", 1); in eftwrite_init()
165 stats_counter_add(Outbytes, sizeof (hdr)); in eftwrite()
168 stats_counter_add(Outbytes, Identlen); in eftwrite()
170 stats_counter_add(Outbytes, Dictlen); in eftwrite()
179 stats_counter_add(Outbytes, cc); in eftwrite()