ofw_setprop
ofw_setprop(chosenh, "bootargs", bootpath_full, len+2);
static int ofw_setprop(ofwh_t, const char *, void *, size_t);
OFWMETHOD(ofw_setprop, ofw_fdt_setprop),
OFWMETHOD(ofw_setprop, ofw_std_setprop),
OFWMETHOD(ofw_setprop, ofw_real_setprop),
int ofw_setprop(int, phandle_t, const char *, const void *, int);