| /openbsd-src/sys/arch/riscv64/stand/efiboot/ |
| H A D | efiboot.c | 449 fdt_node_add_property(child, "status", "okay", strlen("okay") + 1); in efi_framebuffer() 450 fdt_node_add_property(child, "format", format, strlen(format) + 1); in efi_framebuffer() 451 fdt_node_add_property(child, "stride", &stride, 4); in efi_framebuffer() 452 fdt_node_add_property(child, "height", &height, 4); in efi_framebuffer() 453 fdt_node_add_property(child, "width", &width, 4); in efi_framebuffer() 454 fdt_node_add_property(child, "reg", reg, (acells + scells) * 4); in efi_framebuffer() 455 fdt_node_add_property(child, "compatible", in efi_framebuffer() 475 fdt_node_add_property(node, "stdout-path", in efi_console() 494 fdt_node_add_property(node, "openbsd,dma-constraint", in efi_dma_constraint() 543 fdt_node_add_property(node, "boot-hartid", &hartid, 4); in efi_makebootargs() [all …]
|
| H A D | fdt.h | 63 int fdt_node_add_property(void *, char *, void *, int);
|
| H A D | fdt.c | 277 fdt_node_add_property(void *node, char *name, void *data, int len) in fdt_node_add_property() function
|
| /openbsd-src/sys/arch/armv7/stand/efiboot/ |
| H A D | efiboot.c | 470 fdt_node_add_property(child, "status", "okay", strlen("okay") + 1); in efi_framebuffer() 471 fdt_node_add_property(child, "format", format, strlen(format) + 1); in efi_framebuffer() 472 fdt_node_add_property(child, "stride", &stride, 4); in efi_framebuffer() 473 fdt_node_add_property(child, "height", &height, 4); in efi_framebuffer() 474 fdt_node_add_property(child, "width", &width, 4); in efi_framebuffer() 475 fdt_node_add_property(child, "reg", reg, (acells + scells) * 4); in efi_framebuffer() 476 fdt_node_add_property(child, "compatible", in efi_framebuffer() 503 fdt_node_add_property(node, "stdout-path", in efi_console() 511 fdt_node_add_property(node, "stdout-path", in efi_console() 534 fdt_node_add_property(node, "openbsd,dma-constraint", in efi_dma_constraint() [all …]
|
| H A D | fdt.h | 63 int fdt_node_add_property(void *, char *, void *, int);
|
| H A D | fdt.c | 277 fdt_node_add_property(void *node, char *name, void *data, int len) in fdt_node_add_property() function
|
| /openbsd-src/sys/arch/arm64/stand/efiboot/ |
| H A D | efiboot.c | 502 fdt_node_add_property(child, "status", "okay", strlen("okay") + 1); in efi_console() 503 fdt_node_add_property(child, "format", format, strlen(format) + 1); in efi_console() 504 fdt_node_add_property(child, "stride", &stride, 4); in efi_console() 505 fdt_node_add_property(child, "height", &height, 4); in efi_console() 506 fdt_node_add_property(child, "width", &width, 4); in efi_console() 507 fdt_node_add_property(child, "reg", reg, (acells + scells) * 4); in efi_console() 508 fdt_node_add_property(child, "compatible", in efi_console() 535 fdt_node_add_property(node, "stdout-path", in efi_dma_constraint() 543 fdt_node_add_property(node, "stdout-path", in efi_dma_constraint() 613 fdt_node_add_property(nod in efi_makebootargs() [all...] |
| H A D | efiacpi.c | 30 fdt_node_add_property((n), (p), (s), strlen((s)) + 1) 434 fdt_node_add_property(child, "reg", ®, sizeof(reg)); in efi_acpi_madt_gicc() 490 fdt_node_add_property(child, "msi-controller", NULL, 0); in efi_acpi_madt_gic_msi() 491 fdt_node_add_property(child, "reg", reg, sizeof(reg)); in efi_acpi_madt_gic_msi() 496 fdt_node_add_property(child, "arm,msi-base-spi", in efi_acpi_madt_gic_msi() 498 fdt_node_add_property(child, "arm,msi-num-spis", in efi_acpi_madt_gic_msi() 501 fdt_node_add_property(child, "phandle", &phandle, sizeof(phandle)); in efi_acpi_madt_gic_msi() 531 fdt_node_add_property(child, "msi-controller", NULL, 0); in efi_acpi_madt_gic_its() 532 fdt_node_add_property(child, "reg", reg, sizeof(reg)); in efi_acpi_madt_gic_its() 533 fdt_node_add_property(child, "phandle", &phandle, sizeof(phandle)); in efi_acpi_madt_gic_its() [all …]
|
| H A D | fdt.h | 63 int fdt_node_add_property(void *, char *, void *, int);
|
| H A D | fdt.c | 277 fdt_node_add_property(void *node, char *name, void *data, int len) in fdt_node_add_property() function
|
| /openbsd-src/sys/dev/ofw/ |
| H A D | fdt.h | 66 int fdt_node_add_property(void *, char *, void *, int);
|
| H A D | fdt.c | 287 fdt_node_add_property(void *node, char *name, void *data, int len) in fdt_node_add_property() function
|
| /openbsd-src/sys/arch/powerpc64/dev/ |
| H A D | kexec.c | 215 fdt_node_add_property(node, "openbsd,boothowto", in kexec_kexec() 217 fdt_node_add_property(node, "openbsd,bootduid", in kexec_kexec()
|