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