ihandle_t
ihandle_t d_handle;
static ihandle_t stdin;
static ihandle_t stdout;
static ihandle_t netinstance;
OF_instance_to_package(ihandle_t instance)
OF_instance_to_path(ihandle_t instance, char *buf, int len)
OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...)
ihandle_t
OF_close(ihandle_t instance)
OF_read(ihandle_t instance, void *addr, int len)
OF_write(ihandle_t instance, void *addr, int len)
OF_seek(ihandle_t instance, uint64_t pos)
OF_blocks(ihandle_t instance)
OF_block_size(ihandle_t instance)
ihandle_t mmu;
ihandle_t memory;
ihandle_t OF_open(char *);
void OF_close(ihandle_t);
int OF_read(ihandle_t, void *, int);
int OF_write(ihandle_t, void *, int);
int OF_seek(ihandle_t, u_quad_t);
unsigned int OF_blocks(ihandle_t);
int OF_block_size(ihandle_t);
extern ihandle_t memory, mmu;
phandle_t OF_instance_to_package(ihandle_t);
int OF_instance_to_path(ihandle_t, char *, int);
int OF_call_method(char *, ihandle_t, int, int, ...);
ihandle_t inst;
ihandle_t rtas;
ihandle_t sram_ihandle;
sram_ihandle = (ihandle_t)sram_handle[sc->sc_cesa_engine_id];
ihandle_t sram_ihandle;
sram_ihandle = (ihandle_t)sram_handle;
ihandle_t cpu;
ihandle_t cpu;
ihandle_t ifd;
ihandle_t ofwd_instance;
ofw_fdt_instance_to_package(ofw_t ofw, ihandle_t instance)
ofw_fdt_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
static phandle_t ofw_fdt_instance_to_package(ofw_t, ihandle_t);
static ssize_t ofw_fdt_instance_to_path(ofw_t, ihandle_t, char *, size_t);
static ssize_t ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr,
static int ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos);
ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance)
ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
ofw_std_call_method(ofw_t ofw, ihandle_t instance, const char *method,
static ihandle_t
ofw_std_close(ofw_t ofw, ihandle_t instance)
ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len)
ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len)
ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos)
static phandle_t ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance);
static ssize_t ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance,
static int ofw_std_call_method(ofw_t ofw, ihandle_t instance,
static ihandle_t ofw_std_open(ofw_t ofw, const char *device);
static void ofw_std_close(ofw_t ofw, ihandle_t instance);
static ssize_t ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr,
OF_instance_to_package(ihandle_t instance)
OF_instance_to_path(ihandle_t instance, char *buf, size_t len)
OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns,
ihandle_t
OF_close(ihandle_t instance)
OF_read(ihandle_t instance, void *addr, size_t len)
OF_write(ihandle_t instance, const void *addr, size_t len)
OF_seek(ihandle_t instance, uint64_t pos)
static ihandle_t stdout;
ihandle_t OF_open(const char *path);
void OF_close(ihandle_t instance);
ssize_t OF_read(ihandle_t instance, void *buf, size_t len);
ssize_t OF_write(ihandle_t instance, const void *buf, size_t len);
int OF_seek(ihandle_t instance, uint64_t where);
phandle_t OF_instance_to_package(ihandle_t instance);
ssize_t OF_instance_to_path(ihandle_t instance, char *buf, size_t len);
int OF_call_method(const char *method, ihandle_t instance,
ihandle_t stdout;
ihandle_t ih;
sizeof(ihandle_t)) == sizeof(ihandle_t))
ihandle_t sc_handle;
ihandle_t stdout;
ihandle_t mmui;
ihandle_t mmui;
static int ofw_real_call_method(ofw_t, ihandle_t instance, const char *method,
ofw_real_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len)
ofw_real_seek(ofw_t ofw, ihandle_t instance, u_int64_t pos)
static ihandle_t ofw_real_open(ofw_t, const char *device);
static void ofw_real_close(ofw_t, ihandle_t instance);
static ssize_t ofw_real_read(ofw_t, ihandle_t instance, void *addr, size_t len);
static ssize_t ofw_real_write(ofw_t, ihandle_t instance, const void *addr,
static int ofw_real_seek(ofw_t, ihandle_t instance, u_int64_t pos);
ofw_real_instance_to_package(ofw_t ofw, ihandle_t instance)
ofw_real_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
ofw_real_call_method(ofw_t ofw, ihandle_t instance, const char *method,
static phandle_t ofw_real_instance_to_package(ofw_t, ihandle_t instance);
static ihandle_t
ofw_real_close(ofw_t ofw, ihandle_t instance)
static ssize_t ofw_real_instance_to_path(ofw_t, ihandle_t instance, char *buf,
ofw_real_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len)
ihandle_t stdout;
ihandle_t ih;
ihandle_t rtasi;
ihandle_t inst;
ihandle_t stdout;
ihandle_t ibsp;
if (OF_getproplen(chosen, "cpu") == sizeof(ihandle_t)) {