Searched refs:node_create_seterror (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_node.c | 275 node_create_seterror(topo_mod_t *mod, tnode_t *pnode, topo_nodehash_t *nhp, in node_create_seterror() function 310 return (node_create_seterror(mod, pnode, NULL, in topo_node_range_create() 315 return (node_create_seterror(mod, pnode, NULL, in topo_node_range_create() 319 return (node_create_seterror(mod, pnode, nhp, EMOD_NOMEM)); in topo_node_range_create() 322 return (node_create_seterror(mod, pnode, nhp, EMOD_NOMEM)); in topo_node_range_create() 328 return (node_create_seterror(mod, pnode, nhp, EMOD_NOMEM)); in topo_node_range_create()
|