Searched refs:ihandle_t (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/sys/boot/ofw/libofw/
H A Dopenfirm.h68 typedef unsigned int ihandle_t; typedef
74 extern ihandle_t memory, mmu;
90 phandle_t OF_instance_to_package(ihandle_t);
97 int OF_instance_to_path(ihandle_t, char *, int);
99 int OF_call_method(char *, ihandle_t, int, int, ...);
102 ihandle_t OF_open(char *);
103 void OF_close(ihandle_t);
104 int OF_read(ihandle_t, void *, int);
105 int OF_write(ihandle_t, void *, int);
106 int OF_seek(ihandle_t, u_quad_
[all...]
H A Dofw_console.c43 static ihandle_t stdin;
44 static ihandle_t stdout;
H A Dlibofw.h35 ihandle_t d_handle;
H A Dopenfirm.c70 ihandle_t mmu;
71 ihandle_t memory;
223 OF_instance_to_package(ihandle_t instance)
400 OF_instance_to_path(ihandle_t instance, char *buf, int len)
452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...)
495 ihandle_t
519 OF_close(ihandle_t instance)
537 OF_read(ihandle_t instance, void *addr, int len)
575 OF_write(ihandle_t instance, void *addr, int len)
601 OF_seek(ihandle_t instanc
[all...]
H A Dofw_net.c74 static ihandle_t netinstance;
/freebsd-10.0-release/sys/dev/ofw/
H A Dopenfirm.h69 typedef uint32_t ihandle_t; typedef
130 ihandle_t OF_open(const char *path);
131 void OF_close(ihandle_t instance);
132 ssize_t OF_read(ihandle_t instance, void *buf, size_t len);
133 ssize_t OF_write(ihandle_t instance, const void *buf, size_t len);
134 int OF_seek(ihandle_t instance, uint64_t where);
136 phandle_t OF_instance_to_package(ihandle_t instance);
137 ssize_t OF_instance_to_path(ihandle_t instance, char *buf, size_t len);
138 int OF_call_method(const char *method, ihandle_t instance,
H A Dopenfirm.c79 static ihandle_t stdout;
244 OF_instance_to_package(ihandle_t instance)
369 OF_instance_to_path(ihandle_t instance, char *buf, size_t len)
433 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns,
462 ihandle_t
474 OF_close(ihandle_t instance)
485 OF_read(ihandle_t instance, void *addr, size_t len)
496 OF_write(ihandle_t instance, const void *addr, size_t len)
507 OF_seek(ihandle_t instance, uint64_t pos)
H A Dofw_standard.c80 static phandle_t ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance);
92 static ssize_t ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance,
96 static int ofw_std_call_method(ofw_t ofw, ihandle_t instance,
98 static ihandle_t ofw_std_open(ofw_t ofw, const char *device);
99 static void ofw_std_close(ofw_t ofw, ihandle_t instance);
100 static ssize_t ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr,
102 static ssize_t ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr,
104 static int ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos);
283 ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance)
463 ofw_std_instance_to_path(ofw_t ofw, ihandle_t instanc
[all...]
H A Dofw_disk.c50 ihandle_t ofwd_instance;
141 ihandle_t ifd;
H A Dofw_fdt.c59 static phandle_t ofw_fdt_instance_to_package(ofw_t, ihandle_t);
67 static ssize_t ofw_fdt_instance_to_path(ofw_t, ihandle_t, char *, size_t);
227 ofw_fdt_instance_to_package(ofw_t ofw, ihandle_t instance)
402 ofw_fdt_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofw_real.c86 static phandle_t ofw_real_instance_to_package(ofw_t, ihandle_t instance);
97 static ssize_t ofw_real_instance_to_path(ofw_t, ihandle_t instance, char *buf,
101 static int ofw_real_call_method(ofw_t, ihandle_t instance, const char *method,
105 static ihandle_t ofw_real_open(ofw_t, const char *device);
106 static void ofw_real_close(ofw_t, ihandle_t instance);
107 static ssize_t ofw_real_read(ofw_t, ihandle_t instance, void *addr, size_t len);
108 static ssize_t ofw_real_write(ofw_t, ihandle_t instance, const void *addr,
110 static int ofw_real_seek(ofw_t, ihandle_t instance, u_int64_t pos);
435 ofw_real_instance_to_package(ofw_t ofw, ihandle_t instance)
680 ofw_real_instance_to_path(ofw_t ofw, ihandle_t instanc
[all...]
H A Drtas.c78 ihandle_t rtasi;
H A Dofw_syscons.c223 ihandle_t stdout;
445 ihandle_t ih;
/freebsd-10.0-release/sys/dev/fdt/
H A Dfdt_common.h76 ihandle_t iph;
H A Dfdt_common.c503 ihandle_t iph;
573 ihandle_t phy_ihandle;
582 phy_ihandle = (ihandle_t)phy_handle;
H A Dsimplebus.c342 ihandle_t iph;
H A Dfdt_pci.c258 ihandle_t iph;
/freebsd-10.0-release/sys/boot/ofw/common/
H A Dmain.c56 ihandle_t stdout;
/freebsd-10.0-release/sys/arm/mv/
H A Dgpio.c575 inc = sizeof(ihandle_t) / sizeof(pcell_t);
608 ihandle_t ctrl_ihandle;
642 ctrl_ihandle = (ihandle_t)gpios[0];
/freebsd-10.0-release/sys/dev/uart/
H A Duart_cpu_sparc64.c107 ihandle_t inst;
/freebsd-10.0-release/sys/powerpc/powermac/
H A Dplatform_powermac.c252 ihandle_t inst;
/freebsd-10.0-release/sys/boot/sparc64/loader/
H A Dmetadata.c144 ihandle_t inst;
/freebsd-10.0-release/sys/powerpc/pseries/
H A Dphyp_console.c194 ihandle_t stdout;
H A Dplatform_chrp.c285 ihandle_t inst;
/freebsd-10.0-release/sys/mips/nlm/
H A Dxlp_machdep.c299 ihandle_t mask;

Completed in 216 milliseconds

12