Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/
H A Daso.c263 asoerror(ASO_EMETHOD, "%s method has no lock function", meth->name, 0, 0);
278 …asoerror(ASO_EMETHOD, "%s method initialization failed -- reverting to the %s method", meth->name,…
315 asoerror(ASO_EMETHOD, "%s method lock failed", state.meth->name, 0, 0);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Daso.h49 #define ASO_EMETHOD 0 /* method specific error */ macro