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

  /src/sys/stand/efiboot/
efifdt.c 150 const char *system_compatible, *overlay_compatible; local
154 system_compatible = fdt_stringlist_get(fdt_data,
156 if (system_compatible == NULL)
163 if (strcmp(system_compatible, overlay_compatible) == 0)
efifdt.c 150 const char *system_compatible, *overlay_compatible; local
154 system_compatible = fdt_stringlist_get(fdt_data,
156 if (system_compatible == NULL)
163 if (strcmp(system_compatible, overlay_compatible) == 0)

Completed in 120 milliseconds