Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c172 imp->tim_mod = mod; in topo_method_register()
254 save = mp->tim_mod->tm_errno; in topo_method_call()
255 mp->tim_mod->tm_errno = 0; in topo_method_call()
256 if ((rc = mp->tim_func(mp->tim_mod, node, version, in, out)) in topo_method_call()
258 if (mp->tim_mod->tm_errno == 0) in topo_method_call()
261 *err = mp->tim_mod->tm_errno; in topo_method_call()
263 mp->tim_mod->tm_errno = save; in topo_method_call()
H A Dtopo_method.h46 struct topo_mod *tim_mod; /* Ptr to controlling module */ member