/src/sys/arch/arm/dts/ |
imx6q-utilite-pro.dts | 31 chosen {
|
omap3-beagle.dts | 32 chosen {
|
omap3-n900.dts | 32 chosen {
|
omap3-beagle-xm.dts | 32 chosen {
|
imx23-olinuxino.dts | 39 chosen {
|
sun8i-a83t.dtsi | 30 chosen {
|
/src/sys/dev/fdt/ |
fdt_userconf.c | 39 #define FDT_CHOSEN_PATH "/chosen" 47 int chosen, index; local in function:userconf_bootinfo 53 chosen = fdt_path_offset(fdt, FDT_CHOSEN_PATH); 54 if (chosen < 0) { 60 cmd = fdt_stringlist_get(fdt, chosen, FDT_CHOSEN_USERCONF_PROP,
|
fdt_boot.c | 115 int chosen, len; local in function:fdt_probe_range 120 chosen = OF_finddevice("/chosen"); 121 if (chosen < 0) 124 start_data = fdtbus_get_prop(chosen, startname, &len); 125 end_data = fdtbus_get_prop(chosen, endname, NULL); 139 printf("Unsupported len %d for /chosen `%s'\n", 196 const int chosen = OF_finddevice("/chosen"); local in function:fdt_get_bootargs 198 if (chosen >= 0 404 const int chosen = OF_finddevice("\/chosen"); local in function:fdt_detect_root_device [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm911360k.dts | 45 chosen {
|
vf610m4.dtsi | 51 chosen { };
|
cx92755_equinox.dts | 66 chosen {
|
bcm4708.dtsi | 19 chosen {
|
mps2-an385.dts | 57 chosen {
|
mps2-an399.dts | 57 chosen {
|
sun6i-a31-app4-evb1.dts | 59 chosen {
|
artpec6-devboard.dts | 23 chosen {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amazon/ |
alpine-v2-evp.dts | 48 chosen {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/realtek/ |
rtd1295-mele-v9.dts | 24 chosen {
|
rtd1295-probox2-ava.dts | 24 chosen {
|
/src/sys/stand/efiboot/ |
efifdt.c | 48 #define FDT_CHOSEN_NODE_PATH "/chosen" 49 #define FDT_CHOSEN_NODE_NAME "chosen" 228 int chosen; local in function:efi_fdt_chosen 230 chosen = fdt_path_offset(fdt_data, FDT_CHOSEN_NODE_PATH); 231 if (chosen < 0) 232 chosen = fdt_add_subnode(fdt_data, 235 if (chosen < 0) 238 return chosen; 245 int chosen; local in function:efi_fdt_system_table 247 chosen = efi_fdt_chosen() 279 int chosen = efi_fdt_chosen(); local in function:efi_fdt_memory_map 338 int fb, chosen; local in function:efi_fdt_gop 411 int chosen; local in function:efi_fdt_bootargs 450 const int chosen = efi_fdt_chosen(); local in function:efi_fdt_userconf_addprop 464 int chosen; local in function:efi_fdt_initrd 478 int chosen; local in function:efi_fdt_rndseed 492 int chosen; local in function:efi_fdt_efirng 508 int chosen; local in function:efi_fdt_module [all...] |
/src/sys/arch/ofppc/stand/ofwboot/ |
boot.c | 192 int chosen, cpu, cpunode, j, is64=0; local in function:main 203 chosen = OF_finddevice("/"); 204 dump_ofwtree(chosen); 209 if ((chosen = OF_finddevice("/chosen")) == -1 || 210 OF_getprop(chosen, "bootpath", bootdev, sizeof bootdev) < 0 || 211 OF_getprop(chosen, "bootargs", bootline, sizeof bootline) < 0) { 217 if (OF_getprop(chosen, "cpu", &cpu, sizeof cpu) == sizeof(cpu)) { 264 OF_setprop(chosen, "bootpath", opened_name, strlen(opened_name) + 1); 287 OF_setprop(chosen, "bootargs", bootline, strlen(bootline) + 1) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/ |
sc9836-openphone.dts | 30 chosen {
|
/src/sys/stand/efiboot/bootriscv64/ |
efibootriscv64.c | 42 const int chosen = fdt_path_offset(efi_fdt_data(), "/chosen"); local in function:efi_fdt_get_boot_hartid 45 data = fdt_getprop(efi_fdt_data(), chosen, "boot-hartid", NULL);
|
/src/sys/arch/macppc/stand/ofwboot/ |
hfs.c | 41 int chosen; local in function:hfs_open 44 if ((chosen = OF_finddevice("/chosen")) == -1) 47 OF_getprop(chosen, "bootpath", bootpath, sizeof bootpath);
|
/src/sys/arch/shark/stand/ofwboot/ |
boot.c | 190 int chosen; local in function:main 203 if ((chosen = OF_finddevice("/chosen")) == -1 || 204 OF_getprop(chosen, "bootpath", bootdev, sizeof bootdev) < 0 || 205 OF_getprop(chosen, "bootargs", bootline, sizeof bootline) < 0) { 265 OF_setprop(chosen, "bootpath", opened_name, strlen(opened_name) + 1); 288 OF_setprop(chosen, "bootargs", bootline, strlen(bootline) + 1);
|