Home
last modified time | relevance | path

Searched refs:ofw_getprop (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c91 static int ofw_getprop(ofwh_t, const char *, void *, size_t);
215 ofw_getprop(chosenh, "stdin", &stdinh, sizeof(stdinh)); in ofw_init()
217 ofw_getprop(chosenh, "stdout", &stdouth, sizeof(stdouth)); in ofw_init()
219 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs)); in ofw_init()
220 ofw_getprop(chosenh, "bootpath", bootpath, sizeof(bootpath)); in ofw_init()
272 ofw_getprop(ofwh_t ofwh, const char *name, void *buf, size_t len) in ofw_getprop() function
/freebsd/usr.sbin/ofwdump/
H A Dofw_util.h42 int ofw_getprop(int, phandle_t, const char *, void *, int);
H A Dofw_util.c158 ofw_getprop(int fd, phandle_t node, const char *name, void *buf, int buflen) in ofw_getprop() function
/freebsd/sys/dev/ofw/
H A Dofw_fdt.c87 OFWMETHOD(ofw_getprop, ofw_fdt_getprop),
H A Dofw_standard.c116 OFWMETHOD(ofw_getprop, ofw_std_getprop),
/freebsd/sys/powerpc/ofw/
H A Dofw_real.c123 OFWMETHOD(ofw_getprop, ofw_real_getprop),