Lines Matching defs:ret
239 int ret = security_locked_down(LOCKDOWN_ACPI_TABLES);
241 if (ret)
242 return ret;
303 acpi_status ret = acpi_load_table(data, NULL);
304 if (ret)
305 pr_err("failed to load table: %u\n", ret);
814 const efi_char16_t *ret;
816 ret = early_memremap_ro(fw_vendor, size);
817 if (!ret)
819 return ret;
1042 int ret;
1055 ret = parent ? request_resource(parent, res) : 0;
1062 if (IS_ENABLED(CONFIG_ARCH_KEEP_MEMBLOCK) && !ret)
1065 return ret;