Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman.c258 #define MK_NOT_COUNTER (1<<0) /* is it a counter? */ macro
285 #define MK_NOTCOUNTER32(name) MK_DECLARE(name, name, NULL, 32, MK_NOT_COUNTER)
286 #define MK_NOTCOUNTER64(name) MK_DECLARE(name, name, NULL, 64, MK_NOT_COUNTER)
7922 if (flags & MK_NOT_COUNTER) { in man_sum_kstats()