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

  /src/sys/arch/arm/fdt/
arm_fdt.c 73 static const char * const ignore_efi_runtime_models[] = { variable in typeref:typename:const char * const[]
265 for (n = 0; n < __arraycount(ignore_efi_runtime_models); n++) {
266 if (strcmp(descr, ignore_efi_runtime_models[n]) == 0) {
arm_fdt.c 73 static const char * const ignore_efi_runtime_models[] = { variable in typeref:typename:const char * const[]
265 for (n = 0; n < __arraycount(ignore_efi_runtime_models); n++) {
266 if (strcmp(descr, ignore_efi_runtime_models[n]) == 0) {

Completed in 26 milliseconds