Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c176 imp->tim_mod = mod; in topo_method_register()
258 save = mp->tim_mod->tm_errno; in topo_method_call()
259 mp->tim_mod->tm_errno = 0; in topo_method_call()
260 if ((rc = mp->tim_func(mp->tim_mod, node, version, in, out)) in topo_method_call()
262 if (mp->tim_mod->tm_errno == 0) in topo_method_call()
265 *err = mp->tim_mod->tm_errno; in topo_method_call()
267 mp->tim_mod->tm_errno = save; in topo_method_call()
H A Dtopo_method.h48 struct topo_mod *tim_mod; /* Ptr to controlling module */ member