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.c93 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 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.c86 OFWMETHOD(ofw_getprop, ofw_fdt_getprop),
H A Dofw_standard.c115 OFWMETHOD(ofw_getprop, ofw_std_getprop),
/freebsd/sys/powerpc/ofw/
H A Dofw_real.c123 OFWMETHOD(ofw_getprop, ofw_real_getprop),