Home
last modified time | relevance | path

Searched refs:OF_setprop (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/arch/shark/stand/ofwboot/
H A Dboot.c265 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 Dopenfirm.h45 int OF_setprop(int, const char *, void *, int);
H A DLocore.c209 OF_setprop(int handle, const char *prop, void *buf, int len) in OF_setprop() function
/netbsd-src/sys/arch/ofppc/stand/ofwboot/
H A Dboot.c264 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 Dopenfirm.h48 int OF_setprop(int, char *, void *, int);
H A DLocore.c182 OF_setprop(int handle, char *prop, void *buf, int len) in OF_setprop() function
/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dboot.c321 OF_setprop(ofw_chosen, "bootpath", opened_name, in main()
347 OF_setprop(ofw_chosen, "bootargs", bootline, strlen(bootline) + 1); in changedisk_hook()
H A Dopenfirm.h62 int OF_setprop(int, const char *, void *, int);
H A DLocore.c348 OF_setprop(int handle, const char *prop, void *buf, int len) in OF_setprop() function
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dopenfirm.h50 int OF_setprop(u_int handle, char *prop, void *buf, int len);
H A DLocore.c205 OF_setprop(u_int handle, char *prop, void *buf, int len) in OF_setprop() function
/netbsd-src/sys/dev/ofw/
H A Dopenfirm.h99 int OF_setprop(int, const char *, const void *, int);
H A Dopenfirmio.c202 len = OF_setprop(node, name, value, of->of_buflen + 1); in openfirmioctl()
/netbsd-src/sys/dev/fdt/
H A Dfdt_openfirm.c282 OF_setprop(int phandle, const char *prop, const void *buf, int buflen) in OF_setprop() function
/netbsd-src/sys/arch/ofppc/ofppc/
H A Dmachdep.c236 OF_setprop(qhandle, "device_type", "display", 8); in model_init()
/netbsd-src/sys/arch/arm/ofw/
H A Dopenfirm.c228 OF_setprop(int handle, const char *prop, const void *buf, int buflen) in OF_setprop() function
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dopenfirm.c272 OF_setprop(int handle, const char *prop, const void *buf, int buflen) in OF_setprop() function
/netbsd-src/sys/arch/sparc/sparc/
H A Dopenfirm.c210 OF_setprop(int handle, const char *prop, const void *buf, int buflen) in OF_setprop() function
H A Dpromlib.c1381 promops.po_setprop = OF_setprop; in prom_init_opf()