chosen_off 22 arch/mips/generic/yamon-dt.c int err, chosen_off; chosen_off 25 arch/mips/generic/yamon-dt.c chosen_off = fdt_path_offset(fdt, "/chosen"); chosen_off 26 arch/mips/generic/yamon-dt.c if (chosen_off == -FDT_ERR_NOTFOUND) chosen_off 27 arch/mips/generic/yamon-dt.c chosen_off = fdt_add_subnode(fdt, 0, "chosen"); chosen_off 28 arch/mips/generic/yamon-dt.c if (chosen_off < 0) { chosen_off 30 arch/mips/generic/yamon-dt.c chosen_off); chosen_off 31 arch/mips/generic/yamon-dt.c return chosen_off; chosen_off 34 arch/mips/generic/yamon-dt.c err = fdt_setprop_string(fdt, chosen_off, "bootargs", fw_getcmdline()); chosen_off 163 arch/mips/generic/yamon-dt.c int chosen_off, err; chosen_off 216 arch/mips/generic/yamon-dt.c chosen_off = fdt_path_offset(fdt, "/chosen"); chosen_off 217 arch/mips/generic/yamon-dt.c if (chosen_off == -FDT_ERR_NOTFOUND) chosen_off 218 arch/mips/generic/yamon-dt.c chosen_off = fdt_add_subnode(fdt, 0, "chosen"); chosen_off 219 arch/mips/generic/yamon-dt.c if (chosen_off < 0) { chosen_off 221 arch/mips/generic/yamon-dt.c chosen_off); chosen_off 222 arch/mips/generic/yamon-dt.c return chosen_off; chosen_off 225 arch/mips/generic/yamon-dt.c err = fdt_setprop_string(fdt, chosen_off, "stdout-path", path);