Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpool.h69 #define POOL_CLASS_INVAL -2 /* class is invalid */ macro
/titanic_41/usr/src/uts/common/os/
H A Dpool.c1212 return (POOL_CLASS_INVAL); in pool_get_class()
1367 if ((cid = pool_get_class(pool)) == POOL_CLASS_INVAL) in pool_do_bind()