Searched refs:tm_errno (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h78 int tm_errno; /* Module error */ member in struct:topo_mod
H A Dtopo_module.c140 if (mod->tm_errno == 0)
141 mod->tm_errno = ETOPO_MOD_INIT;
144 topo_strerror(mod->tm_errno));
153 mod->tm_errno = ETOPO_MOD_NOREG;
245 return (set_create_error(thp, mod, path, mod->tm_errno));
H A Dtopo_method.c254 save = mp->tim_mod->tm_errno;
255 mp->tim_mod->tm_errno = 0;
258 if (mp->tim_mod->tm_errno == 0)
261 *err = mp->tim_mod->tm_errno;
263 mp->tim_mod->tm_errno = save;
H A Dtopo_builtin.c70 if (mp->tm_errno == 0)

Completed in 22 milliseconds