Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A Dglue.cpp175 funcs[i].post_funcs = (lms_post_t)dlsym(funcs[i].handle, in handle_init()
196 funcs[i].post_funcs = NULL; in mem_init()
338 if (!funcs[i].post_funcs) { in postprocess()
341 ret = funcs[i].post_funcs(buff, len, status); in postprocess()
H A Dglue.h45 lms_post_t post_funcs; variable