Searched refs:set_create_error (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c70 set_create_error(topo_hdl_t *thp, ttree_t *tp, int err) function
88 return (set_create_error(thp, NULL, ETOPO_NOMEM));
93 return (set_create_error(thp, tp, ETOPO_NOMEM));
99 return (set_create_error(thp, tp, ETOPO_NOMEM));
105 return (set_create_error(thp, tp, 0)); /* th_errno set */
H A Dtopo_module.c198 set_create_error(topo_hdl_t *thp, topo_mod_t *mod, const char *path, int err) function
222 return (set_create_error(thp, NULL, path, ETOPO_MOD_LOADED));
225 return (set_create_error(thp, mod, path, ETOPO_NOMEM));
236 return (set_create_error(thp, mod, path, ETOPO_NOMEM));
245 return (set_create_error(thp, mod, path, mod->tm_errno));

Completed in 16 milliseconds