Home
last modified time | relevance | path

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

/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c81 typedef uint32_t ofwcell_t; typedef
83 typedef int (*ofwfp_t)(ofwcell_t *);
185 call_ofw(ofwcell_t* buf) in call_ofw()
256 ofwcell_t args[] = { in ofw_finddevice()
257 (ofwcell_t)"finddevice", in ofw_finddevice()
260 (ofwcell_t)name, in ofw_finddevice()
274 ofwcell_t args[] = { in ofw_getprop()
275 (ofwcell_t)"getprop", in ofw_getprop()
279 (ofwcell_t)name, in ofw_getprop()
280 (ofwcell_t)buf, in ofw_getprop()
[all …]