Searched refs:MK_ERROR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c259 #define MK_ERROR (1<<2) /* for error statistics */ macro
279 #define MK_OBSOLETE32(name, alias) MK_DECLARE(alias, name, alias, 32, MK_ERROR)
280 #define MK_OBSOLETE64(name, alias) MK_DECLARE(alias, name, alias, 64, MK_ERROR)
297 * Error counters need special MK_ERROR flag only for the non-AP form
300 MK_DECLARE(name, name, alias, 32, MK_ERROR)
302 MK_DECLARE(name, name, alias, 64, MK_ERROR)

Completed in 58 milliseconds