Searched refs:ofw_setprop (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.sbin/ofwdump/ |
| H A D | ofw_util.h | 43 int ofw_setprop(int, phandle_t, const char *, const void *, int);
|
| H A D | ofw_util.c | 172 ofw_setprop(int fd, phandle_t node, const char *name, const void *buf, in ofw_setprop() function
|
| /freebsd/stand/powerpc/boot1.chrp/ |
| H A D | boot1.c | 94 static int ofw_setprop(ofwh_t, const char *, void *, size_t); 293 ofw_setprop(ofwh_t ofwh, const char *name, void *buf, size_t len) in ofw_setprop() function 545 ofw_setprop(chosenh, "bootargs", bootpath_full, len+2); in main()
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_fdt.c | 88 OFWMETHOD(ofw_setprop, ofw_fdt_setprop),
|
| H A D | ofw_standard.c | 117 OFWMETHOD(ofw_setprop, ofw_std_setprop),
|
| /freebsd/sys/powerpc/ofw/ |
| H A D | ofw_real.c | 125 OFWMETHOD(ofw_setprop, ofw_real_setprop),
|