Home
last modified time | relevance | path

Searched refs:tm_errno (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c143 if (mod->tm_errno == 0) in topo_mod_start()
144 mod->tm_errno = ETOPO_MOD_INIT; in topo_mod_start()
147 topo_strerror(mod->tm_errno)); in topo_mod_start()
156 mod->tm_errno = ETOPO_MOD_NOREG; in topo_mod_start()
248 return (set_create_error(thp, mod, path, mod->tm_errno)); in topo_mod_create()
H A Dtopo_method.c254 save = mp->tim_mod->tm_errno; in topo_method_call()
255 mp->tim_mod->tm_errno = 0; 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_module.h78 int tm_errno; /* Module error */ member
H A Dtopo_builtin.c71 if (mp->tm_errno == 0) in bltin_init()
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c238 mdb_printf("%-12s %-36d %-30s\n", "tm_ernno", tm.tm_errno, in topo_module()