Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dexacct_catalog.h84 #define EXD_NONE 0x000000 macro
/titanic_41/usr/src/lib/libexacct/demo/
H A Dexdump.c160 { EXD_NONE, "none" }
173 while (catalog[i].type != EXD_NONE) { in catalog_name()