Searched refs:ofw_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ofw/
H A Dofw_fdt.c65 static int ofw_fdt_init(ofw_t, void *);
66 static phandle_t ofw_fdt_peer(ofw_t, phandle_t);
67 static phandle_t ofw_fdt_child(ofw_t, phandle_t);
68 static phandle_t ofw_fdt_parent(ofw_t, phandle_t);
69 static phandle_t ofw_fdt_instance_to_package(ofw_t, ihandle_t);
70 static ssize_t ofw_fdt_getproplen(ofw_t, phandle_t, const char *);
71 static ssize_t ofw_fdt_getprop(ofw_t, phandle_t, const char *, void *, size_t);
72 static int ofw_fdt_nextprop(ofw_t, phandle_t, const char *, char *, size_t);
73 static int ofw_fdt_setprop(ofw_t, phandle_t, const char *, const void *,
75 static ssize_t ofw_fdt_canon(ofw_t, cons
[all...]
H A Dofw_standard.c73 static int ofw_std_init(ofw_t ofw, void *openfirm);
74 static int ofw_std_test(ofw_t ofw, const char *name);
75 static int ofw_std_interpret(ofw_t ofw, const char *cmd, int nreturns,
77 static phandle_t ofw_std_peer(ofw_t ofw, phandle_t node);
78 static phandle_t ofw_std_child(ofw_t ofw, phandle_t node);
79 static phandle_t ofw_std_parent(ofw_t ofw, phandle_t node);
80 static phandle_t ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance);
81 static ssize_t ofw_std_getproplen(ofw_t ofw, phandle_t package,
83 static ssize_t ofw_std_getprop(ofw_t ofw, phandle_t package,
85 static int ofw_std_nextprop(ofw_t of
[all...]
H A Dofwvar.h81 typedef struct ofw_kobj *ofw_t; typedef in typeref:struct:ofw_kobj
H A Dopenfirm.c86 static ofw_t ofw_obj;
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_real.c80 static int ofw_real_init(ofw_t, void *openfirm);
81 static int ofw_real_test(ofw_t, const char *name);
82 static phandle_t ofw_real_peer(ofw_t, phandle_t node);
83 static phandle_t ofw_real_child(ofw_t, phandle_t node);
84 static phandle_t ofw_real_parent(ofw_t, phandle_t node);
85 static phandle_t ofw_real_instance_to_package(ofw_t, ihandle_t instance);
86 static ssize_t ofw_real_getproplen(ofw_t, phandle_t package,
88 static ssize_t ofw_real_getprop(ofw_t, phandle_t package, const char *propname,
90 static int ofw_real_nextprop(ofw_t, phandle_t package, const char *previous,
92 static int ofw_real_setprop(ofw_t, phandle_
[all...]

Completed in 143 milliseconds