| /titanic_54/usr/src/boot/sys/boot/ofw/common/ |
| H A D | main.c | 55 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)); in init_heap() 74 sz = OF_getprop(memoryp, "reg", ®, sizeof(reg)); in memsize() 104 OF_getprop(root, "#address-cells", &acells, sizeof(acells)); in main() 105 OF_getprop(root, "#size-cells", &scells, sizeof(scells)); in main() 129 OF_getprop(chosen, "bootpath", bootpath, 64); in main() 140 OF_getprop(chosen, "bootargs", bootargs, sizeof(bootargs)); in main()
|
| /titanic_54/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | ofw_memory.c | 70 nmapping = OF_getprop(mmup, "translations", mappings, sizeof(mappings)); in ofw_memmap() 127 OF_getprop(root, "#address-cells", &acells, sizeof(acells)); in ofw_alloc_heap() 130 OF_getprop(memoryp, "available", available, sizeof(available)); in ofw_alloc_heap()
|
| H A D | ofw_console.c | 62 OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)); in ofw_cons_probe() 63 OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)); in ofw_cons_probe()
|
| H A D | ofw_net.c | 201 pathlen = OF_getprop(chosen, "bootpath", path, 64); in ofwn_init() 206 if (OF_getprop(netdev, "mac-address", desc->myea, 6) == -1) in ofwn_init() 208 if (OF_getprop(netdev, "local-mac-address", desc->myea, 6) == -1) in ofwn_init()
|
| H A D | openfirm.c | 86 if (OF_getprop(chosen, "memory", &memory, sizeof(memory)) == -1) { in OF_init() 93 if (OF_getprop(chosen, "mmu", &mmu, sizeof(mmu)) == -1) in OF_init() 101 if (OF_getprop(options, "real-mode?", mode, sizeof(mode)) > 0 && in OF_init() 269 OF_getprop(phandle_t package, char *propname, void *buf, int buflen) in OF_getprop() function
|
| H A D | openfirm.h | 93 int OF_getprop(phandle_t, char *, void *, int);
|
| H A D | devicename.c | 98 } else if (OF_getprop(handle, "device_type", type, sizeof(type)) == -1) in ofw_parsedev()
|
| /titanic_54/usr/src/boot/sys/boot/sparc64/loader/ |
| H A D | metadata.c | 129 if (OF_getprop(node, "input-device", buf, sizeof(buf)) == -1) in md_bootserial() 132 if (OF_getprop(node, "output-device", buf, sizeof(buf)) == -1) in md_bootserial() 138 if (OF_getprop(node, "stdin", &inst, sizeof(inst)) == -1) in md_bootserial() 142 if (OF_getprop(node, "stdout", &inst, sizeof(inst)) == -1) in md_bootserial() 149 if (OF_getprop(input, "device_type", buf, sizeof(buf)) == -1) in md_bootserial()
|
| H A D | main.c | 609 if (OF_getprop(node, "device_type", type, in find_bsp_sun4u() 614 if (OF_getprop(node, cpu_cpuid_prop_sun4u(), &cpuid, in find_bsp_sun4u() 706 if (OF_getprop(bsp, "#dtlb-entries", &dtlb_slot_max, in tlb_init_sun4u() 708 OF_getprop(bsp, "#itlb-entries", &itlb_slot_max, in tlb_init_sun4u() 765 if (OF_getprop(options, "boot-device", bdev, len) <= 0) in sparc64_zfs_probe() 772 (void)OF_getprop(aliases, dev, alias, sizeof(alias)); in sparc64_zfs_probe() 779 if (OF_getprop(OF_finddevice(alias), "device_type", type, in sparc64_zfs_probe() 848 OF_getprop(root, "compatible", compatible, sizeof(compatible)); in main() 856 OF_getprop(chosen, "bootpath", bootpath, sizeof(bootpath)); in main()
|