fdt_setprop_string 36 arch/arm/boot/compressed/atags_to_fdt.c return fdt_setprop_string(fdt, offset, property, string); fdt_setprop_string 60 arch/arm64/kernel/machine_kexec_file.c ret = fdt_setprop_string(dtb, off, FDT_PROP_BOOTARGS, cmdline); fdt_setprop_string 34 arch/mips/generic/yamon-dt.c err = fdt_setprop_string(fdt, chosen_off, "bootargs", fw_getcmdline()); fdt_setprop_string 130 arch/mips/generic/yamon-dt.c err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); fdt_setprop_string 225 arch/mips/generic/yamon-dt.c err = fdt_setprop_string(fdt, chosen_off, "stdout-path", path); fdt_setprop_string 210 arch/mips/mti-malta/malta-dtshim.c err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); fdt_setprop_string 228 arch/powerpc/kernel/machine_kexec_file_64.c ret = fdt_setprop_string(fdt, chosen_node, "bootargs", cmdline);