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

  /src/sys/stand/efiboot/
efifdt.c 142 const int system_ncompat = fdt_stringlist_count(fdt_data, system_root, local in function:efi_fdt_overlay_is_compatible
147 if (system_ncompat <= 0 || overlay_ncompat <= 0)
153 for (si = 0; si < system_ncompat; si++) {
  /src/usr.sbin/installboot/
evboards.c 1163 const int system_ncompat = fdt_stringlist_count(fdt, system_root, local in function:evb_db_get_board_from_dtb
1165 if (system_ncompat <= 0) {
1172 for (si = 0; si < system_ncompat; si++) {

Completed in 38 milliseconds