Searched refs:ETOPO_NOMEM (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_tree.c | 88 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 D | topo_prop.c | 274 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 D | topo_snap.c | 129 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 D | topo_error.h | 47 ETOPO_NOMEM, /* memory limit exceeded */ enumerator
|
H A D | topo_parse.c | 72 (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 D | topo_file.c | 72 return (topo_mod_seterrno(mod, ETOPO_NOMEM)); in topo_file_load()
|
H A D | topo_module.c | 228 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 D | topo_xml.c | 259 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 D | topo_node.c | 731 *errp = ETOPO_NOMEM; in topo_node_facility()
|
H A D | topo_fmri.c | 125 return (set_error(thp, ETOPO_NOMEM, err, in topo_fmri_nvl2str()
|