Searched refs:MK_ERROR (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 259 #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) 300 MK_DECLARE(name, name, alias, 32, MK_ERROR) 302 MK_DECLARE(name, name, alias, 64, MK_ERROR)
|