efifdt.c | 150 const char *system_compatible, *overlay_compatible; local in function:efi_fdt_overlay_is_compatible 154 system_compatible = fdt_stringlist_get(fdt_data, 156 if (system_compatible == NULL) 163 if (strcmp(system_compatible, overlay_compatible) == 0)
|