OF_setprop
OF_setprop(ofw_chosen, "bootpath", opened_name,
OF_setprop(ofw_chosen, "bootargs", bootline, strlen(bootline) + 1);
int OF_setprop(int, const char *, void *, int);
OF_setprop(qhandle, "device_type", "display", 8);
OF_setprop(chosen, "bootpath", opened_name, strlen(opened_name) + 1);
OF_setprop(chosen, "bootargs", bootline, strlen(bootline) + 1);
int OF_setprop(int, char *, void *, int);
OF_setprop(chosen, "bootpath", opened_name, strlen(opened_name) + 1);
OF_setprop(chosen, "bootargs", bootline, strlen(bootline) + 1);
int OF_setprop(int, const char *, void *, int);
promops.po_setprop = OF_setprop;
int OF_setprop(u_int handle, char *prop, void *buf, int len);
int OF_setprop(int, const char *, const void *, int);
len = OF_setprop(node, name, value, of->of_buflen + 1);