OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OF_getprop
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/dev/fdt/
fdt_openfirm.c
169
OF_getprop
(int phandle, const char *prop, void *buf, int buflen)
/src/sys/arch/macppc/stand/bootxx/
bootxx.c
178
OF_getprop
(int handle, char *prop, void *buf, int buflen)
327
if (
OF_getprop
(chosen, "bootpath", bootpath, sizeof(bootpath)) == 1) {
332
OF_getprop
(options, "boot-device", bootpath, sizeof(bootpath));
334
if (
OF_getprop
(chosen, "stdout", &stdout, sizeof(stdout))
/src/sys/arch/shark/stand/ofwboot/
Locore.c
77
if (
OF_getprop
(cpu, "d-cache-flush-address", &vclean,
181
OF_getprop
(int handle, const char *prop, void *buf, int buflen)
516
if (
OF_getprop
(chosen, "stdin", buf, sizeof(buf)) != sizeof(buf))
520
if (
OF_getprop
(chosen, "stdout", buf, sizeof(buf)) != sizeof(buf))
/src/sys/arch/arm/ofw/
openfirm.c
199
OF_getprop
(int handle, const char *prop, void *buf, int buflen)
/src/sys/arch/macppc/stand/ofwboot/
Locore.c
320
OF_getprop
(int handle, const char *prop, void *buf, int buflen)
705
if (
OF_getprop
(ofw_chosen, "stdin", &ofw_stdin, sizeof(ofw_stdin)) !=
707
OF_getprop
(ofw_chosen, "stdout", &ofw_stdout, sizeof(ofw_stdout)) !=
746
proplen =
OF_getprop
(ofw_options, "real-mode?", prop,
758
OF_getprop
(ofw_root, "#address-cells", &ofw_address_cells,
760
OF_getprop
(ofw_root, "#size-cells", &ofw_size_cells,
775
OF_getprop
(ofw_chosen, "memory", &ofw_memory_ihandle,
777
OF_getprop
(ofw_chosen, "mmu", &ofw_mmu_ihandle,
/src/sys/arch/ofppc/stand/ofwboot/
Locore.c
154
OF_getprop
(int handle, char *prop, void *buf, int buflen)
526
if (
OF_getprop
(chosen, "stdin", &stdin, sizeof(stdin)) !=
528
OF_getprop
(chosen, "stdout", &stdout, sizeof(stdout)) !=
681
dlen =
OF_getprop
(peer, newnamebuf, data, 256);
/src/sys/arch/powerpc/powerpc/
openfirm.c
229
OF_getprop
(int handle, const char *prop, void *buf, int buflen)
/src/sys/arch/sparc/stand/ofwboot/
Locore.c
178
OF_getprop
(int handle, const char *prop, void *buf, int buflen)
490
if (
OF_getprop
(chosen, "mmu", &mmuh, sizeof(mmuh)) != sizeof(mmuh)
491
||
OF_getprop
(chosen, "memory", &memh, sizeof(memh)) != sizeof(memh))
/src/usr.sbin/ofctl/
ofctl.c
96
int
OF_getprop
(int, const char *, void *, size_t);
453
OF_getprop
(int nodeid, const char *name, void *buf, size_t len)
536
len =
OF_getprop
(phandle, "device_type", device_type,
539
len =
OF_getprop
(phandle, "name", device_type,
547
len =
OF_getprop
(phandle, "device_type", device_type,
550
len =
OF_getprop
(phandle, "name", device_type,
583
len =
OF_getprop
(node, "name", name, sizeof(name));
588
reglen =
OF_getprop
(node, "reg", reg_buf, sizeof(reg_buf));
592
len =
OF_getprop
(parent, "device_type",
595
len =
OF_getprop
(parent, "name"
[
all
...]
/src/sys/arch/sparc/sparc/
openfirm.c
181
OF_getprop
(int handle, const char *prop, void *buf, int buflen)
/src/usr.sbin/installboot/
evboards.c
998
OF_getprop
(int phandle, const char *prop, void *buf, size_t buflen)
1042
switch (len =
OF_getprop
(phandle, prop, buf, buflen)) {
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025