Searched refs:ci_getprop (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/pc-bios/vof/ |
H A D | ci.c | 30 ci_getprop(rtas, "rtas-size", &rtassize, sizeof(rtassize)); in prom_handle() 88 uint32_t ci_getprop(phandle ph, const char *propname, void *prop, int len) in ci_getprop() function
|
H A D | bootmem.c | 8 if (ci_getprop(chosen, "qemu,boot-kernel", kern, sizeof(kern)) != in boot_from_memory()
|
H A D | vof.h | 33 uint32_t ci_getprop(phandle ph, const char *propname, void *prop, int len);
|