/src/sys/arch/ofppc/stand/ofwboot/ |
openfirm.h | 48 int OF_setprop(int, char *, void *, int);
|
boot.c | 264 OF_setprop(chosen, "bootpath", opened_name, strlen(opened_name) + 1); 287 OF_setprop(chosen, "bootargs", bootline, strlen(bootline) + 1);
|
Locore.c | 182 OF_setprop(int handle, char *prop, void *buf, int len)
|
/src/sys/arch/shark/stand/ofwboot/ |
openfirm.h | 45 int OF_setprop(int, const char *, void *, int);
|
boot.c | 265 OF_setprop(chosen, "bootpath", opened_name, strlen(opened_name) + 1); 288 OF_setprop(chosen, "bootargs", bootline, strlen(bootline) + 1);
|
Locore.c | 209 OF_setprop(int handle, const char *prop, void *buf, int len)
|
/src/sys/arch/macppc/stand/ofwboot/ |
openfirm.h | 62 int OF_setprop(int, const char *, void *, int);
|
boot.c | 321 OF_setprop(ofw_chosen, "bootpath", opened_name, 347 OF_setprop(ofw_chosen, "bootargs", bootline, strlen(bootline) + 1);
|
Locore.c | 348 OF_setprop(int handle, const char *prop, void *buf, int len)
|
/src/sys/arch/sparc/stand/ofwboot/ |
openfirm.h | 50 int OF_setprop(u_int handle, char *prop, void *buf, int len);
|
Locore.c | 205 OF_setprop(u_int handle, char *prop, void *buf, int len)
|
/src/sys/dev/ofw/ |
openfirm.h | 99 int OF_setprop(int, const char *, const void *, int);
|
openfirmio.c | 202 len = OF_setprop(node, name, value, of->of_buflen + 1);
|
/src/sys/dev/fdt/ |
fdt_openfirm.c | 282 OF_setprop(int phandle, const char *prop, const void *buf, int buflen)
|
/src/sys/arch/arm/ofw/ |
openfirm.c | 228 OF_setprop(int handle, const char *prop, const void *buf, int buflen)
|
/src/sys/arch/ofppc/ofppc/ |
machdep.c | 236 OF_setprop(qhandle, "device_type", "display", 8);
|
/src/sys/arch/powerpc/powerpc/ |
openfirm.c | 272 OF_setprop(int handle, const char *prop, const void *buf, int buflen)
|
/src/sys/arch/sparc/sparc/ |
openfirm.c | 210 OF_setprop(int handle, const char *prop, const void *buf, int buflen)
|
promlib.c | 1381 promops.po_setprop = OF_setprop;
|