HomeSort by: relevance | last modified time | path
    Searched defs:system_compatible (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/stand/efiboot/
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)

Completed in 11 milliseconds