Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_standard.c72 static int ofw_std_init(ofw_t ofw, void *openfirm);
73 static int ofw_std_test(ofw_t ofw, const char *name);
74 static int ofw_std_interpret(ofw_t ofw, const char *cmd, int nreturns,
76 static phandle_t ofw_std_peer(ofw_t ofw, phandle_t node);
77 static phandle_t ofw_std_child(ofw_t ofw, phandle_t node);
78 static phandle_t ofw_std_parent(ofw_t ofw, phandle_t node);
79 static phandle_t ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance);
80 static ssize_t ofw_std_getproplen(ofw_t ofw, phandle_t package,
82 static ssize_t ofw_std_getprop(ofw_t ofw, phandle_t package,
84 static int ofw_std_nextprop(ofw_t ofw, phandle_t package, const char *previous,
[all …]
H A Dofw_fdt.c64 static int ofw_fdt_init(ofw_t, void *);
65 static phandle_t ofw_fdt_peer(ofw_t, phandle_t);
66 static phandle_t ofw_fdt_child(ofw_t, phandle_t);
67 static phandle_t ofw_fdt_parent(ofw_t, phandle_t);
68 static phandle_t ofw_fdt_instance_to_package(ofw_t, ihandle_t);
69 static ssize_t ofw_fdt_getproplen(ofw_t, phandle_t, const char *);
70 static ssize_t ofw_fdt_getprop(ofw_t, phandle_t, const char *, void *, size_t);
71 static int ofw_fdt_nextprop(ofw_t, phandle_t, const char *, char *, size_t);
72 static int ofw_fdt_setprop(ofw_t, phandle_t, const char *, const void *,
74 static ssize_t ofw_fdt_canon(ofw_t, const char *, char *, size_t);
[all …]
H A Dofw_if.m46 ofw_t _ofw;
56 ofw_t _ofw;
66 ofw_t _ofw;
76 ofw_t _ofw;
86 ofw_t _ofw;
97 ofw_t _ofw;
111 ofw_t _ofw;
127 ofw_t _ofw;
143 ofw_t _ofw;
158 ofw_t _ofw;
[all …]
H A Dofwvar.h81 typedef struct ofw_kobj *ofw_t; typedef
H A Dopenfirm.c86 static ofw_t ofw_obj;
/freebsd/sys/powerpc/ofw/
H A Dofw_real.c81 static int ofw_real_init(ofw_t, void *openfirm);
82 static int ofw_real_test(ofw_t, const char *name);
83 static phandle_t ofw_real_peer(ofw_t, phandle_t node);
84 static phandle_t ofw_real_child(ofw_t, phandle_t node);
85 static phandle_t ofw_real_parent(ofw_t, phandle_t node);
86 static phandle_t ofw_real_instance_to_package(ofw_t, ihandle_t instance);
87 static ssize_t ofw_real_getproplen(ofw_t, phandle_t package,
89 static ssize_t ofw_real_getprop(ofw_t, phandle_t package, const char *propname,
91 static int ofw_real_nextprop(ofw_t, phandle_t package, const char *previous,
93 static int ofw_real_setprop(ofw_t, phandle_t package, const char *propname,
[all …]