Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A Dglue.cpp286 int ret = LMS_ACCEPTED; in preprocess()
297 if (ret != LMS_ACCEPTED) { in preprocess()
302 return LMS_ACCEPTED; in preprocess()
308 int ret = LMS_ACCEPTED; in retry()
319 if (ret != LMS_ACCEPTED) { in retry()
324 return LMS_ACCEPTED; in retry()
331 int ret = LMS_ACCEPTED; in postprocess()
342 if (ret != LMS_ACCEPTED) { in postprocess()
347 return LMS_ACCEPTED; in postprocess()
H A Dplugin.h37 #define LMS_ACCEPTED 0x1 macro