Lines Matching defs:ret
31 int ret;
33 ret = sds_init();
34 if (ret != SDS_OK) {
35 ERROR("SDS initialization failed, error: %d\n", ret);
39 ret = sds_struct_read(SDS_ISOLATED_CPU_LIST_ID, 0, &list->num_entries,
41 if (ret != SDS_OK) {
42 INFO("SDS CPU num elements read failed, error: %d\n", ret);
57 ret = sds_struct_read(SDS_ISOLATED_CPU_LIST_ID,
62 if (ret != SDS_OK) {
63 ERROR("SDS CPU list read failed. error: %d\n", ret);
147 int ret;
149 ret = plat_sgi_append_config_node();
150 if (ret != 0)