Home
last modified time | relevance | path

Searched refs:ETOPO_NOMEM (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c88 return (set_create_error(thp, NULL, ETOPO_NOMEM)); in topo_tree_create()
93 return (set_create_error(thp, tp, ETOPO_NOMEM)); in topo_tree_create()
99 return (set_create_error(thp, tp, ETOPO_NOMEM)); in topo_tree_create()
H A Dtopo_prop.c274 ret = ETOPO_NOMEM; in prop_getval()
290 ret = ETOPO_NOMEM; in prop_getval()
306 ret = ETOPO_NOMEM; in prop_getval()
322 ret = ETOPO_NOMEM; in prop_getval()
338 ret = ETOPO_NOMEM; in prop_getval()
363 ret = ETOPO_NOMEM; in prop_getval()
545 return (set_seterror(node, NULL, err, ETOPO_NOMEM)); in prop_create()
549 return (set_seterror(node, pvl, err, ETOPO_NOMEM)); in prop_create()
556 return (set_seterror(node, pvl, err, ETOPO_NOMEM)); in prop_create()
1113 return (inherit_seterror(node, err, ETOPO_NOMEM)); in topo_prop_inherit()
[all …]
H A Dtopo_snap.c129 return (set_open_errno(thp, errp, ETOPO_NOMEM)); in topo_open()
134 return (set_open_errno(thp, errp, ETOPO_NOMEM)); in topo_open()
149 return (set_open_errno(thp, errp, ETOPO_NOMEM)); in topo_open()
200 return (set_open_errno(thp, errp, ETOPO_NOMEM)); in topo_open()
280 *errp = ETOPO_NOMEM; in topo_snap_create()
290 *errp = ETOPO_NOMEM; in topo_snap_create()
H A Dtopo_error.h47 ETOPO_NOMEM, /* memory limit exceeded */ enumerator
H A Dtopo_parse.c72 (void) topo_mod_seterrno(mp, ETOPO_NOMEM); in tf_rdata_new()
81 (void) topo_mod_seterrno(mp, ETOPO_NOMEM); in tf_rdata_new()
H A Dtopo_file.c72 return (topo_mod_seterrno(mod, ETOPO_NOMEM)); in topo_file_load()
H A Dtopo_module.c228 return (set_create_error(thp, mod, path, ETOPO_NOMEM)); in topo_mod_create()
239 return (set_create_error(thp, mod, path, ETOPO_NOMEM)); in topo_mod_create()
H A Dtopo_xml.c259 return (topo_mod_seterrno(mp, ETOPO_NOMEM)); in xlate_common()
274 return (topo_mod_seterrno(mp, ETOPO_NOMEM)); in xlate_common()
289 return (topo_mod_seterrno(mp, ETOPO_NOMEM)); in xlate_common()
419 return (topo_mod_seterrno(mp, ETOPO_NOMEM)); in xlate_common()
901 ret = topo_mod_seterrno(mp, ETOPO_NOMEM); in pmeth_record()
1067 return (topo_mod_seterrno(mp, ETOPO_NOMEM)); in pgroup_record()
1084 return (topo_mod_seterrno(mp, ETOPO_NOMEM)); in pgroup_record()
1573 (void) topo_mod_seterrno(mp, ETOPO_NOMEM); in enum_attributes_process()
H A Dtopo_node.c731 *errp = ETOPO_NOMEM; in topo_node_facility()
H A Dtopo_fmri.c125 return (set_error(thp, ETOPO_NOMEM, err, in topo_fmri_nvl2str()