/src/sys/stand/efiboot/ |
efifdt.c | 136 const int system_root = fdt_path_offset(fdt_data, "/"); local in function:efi_fdt_overlay_is_compatible 139 if (system_root < 0 || overlay_root < 0) 142 const int system_ncompat = fdt_stringlist_count(fdt_data, system_root, 155 system_root, "compatible", si, NULL);
|
efifdt.c | 136 const int system_root = fdt_path_offset(fdt_data, "/"); local in function:efi_fdt_overlay_is_compatible 139 if (system_root < 0 || overlay_root < 0) 142 const int system_ncompat = fdt_stringlist_count(fdt_data, system_root, 155 system_root, "compatible", si, NULL);
|
/src/usr.sbin/installboot/ |
evboards.c | 1157 const int system_root = fdt_path_offset(fdt, "/"); local in function:evb_db_get_board_from_dtb 1158 if (system_root < 0) { 1163 const int system_ncompat = fdt_stringlist_count(fdt, system_root, 1173 compatible = fdt_stringlist_get(fdt, system_root,
|
evboards.c | 1157 const int system_root = fdt_path_offset(fdt, "/"); local in function:evb_db_get_board_from_dtb 1158 if (system_root < 0) { 1163 const int system_ncompat = fdt_stringlist_count(fdt, system_root, 1173 compatible = fdt_stringlist_get(fdt, system_root,
|