Searched refs:ofw_getprop (Results 1 – 6 of 6) sorted by relevance
| /freebsd/stand/powerpc/boot1.chrp/ |
| H A D | boot1.c | 93 static int ofw_getprop(ofwh_t, const char *, void *, size_t); 214 ofw_getprop(chosenh, "stdin", &stdinh, sizeof(stdinh)); in ofw_init() 216 ofw_getprop(chosenh, "stdout", &stdouth, sizeof(stdouth)); in ofw_init() 218 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs)); in ofw_init() 219 ofw_getprop(chosenh, "bootpath", bootpath, sizeof(bootpath)); in ofw_init() 271 ofw_getprop(ofwh_t ofwh, const char *name, void *buf, size_t len) in ofw_getprop() function
|
| /freebsd/usr.sbin/ofwdump/ |
| H A D | ofw_util.h | 42 int ofw_getprop(int, phandle_t, const char *, void *, int);
|
| H A D | ofw_util.c | 158 ofw_getprop(int fd, phandle_t node, const char *name, void *buf, int buflen) in ofw_getprop() function
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_fdt.c | 86 OFWMETHOD(ofw_getprop, ofw_fdt_getprop),
|
| H A D | ofw_standard.c | 115 OFWMETHOD(ofw_getprop, ofw_std_getprop),
|
| /freebsd/sys/powerpc/ofw/ |
| H A D | ofw_real.c | 123 OFWMETHOD(ofw_getprop, ofw_real_getprop),
|