Home
last modified time | relevance | path

Searched refs:OPL_UPDATE_PROP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c750 OPL_UPDATE_PROP(string, node, "name", OPL_CPU_NODE); in opl_create_cpu()
751 OPL_UPDATE_PROP(string, node, "device_type", OPL_CPU_NODE); in opl_create_cpu()
753 OPL_UPDATE_PROP(int, node, "cpuid", cpu->cpu_cpuid); in opl_create_cpu()
754 OPL_UPDATE_PROP(int, node, "reg", probe->pr_cpu); in opl_create_cpu()
756 OPL_UPDATE_PROP(string, node, "status", "okay"); in opl_create_cpu()
818 OPL_UPDATE_PROP(string, node, "name", OPL_CORE_NODE); in opl_create_core()
819 OPL_UPDATE_PROP(string, node, "device_type", OPL_CORE_NODE); in opl_create_core()
820 OPL_UPDATE_PROP(string, node, "compatible", chip->chip_compatible); in opl_create_core()
822 OPL_UPDATE_PROP(int, node, "reg", probe->pr_core); in opl_create_core()
823 OPL_UPDATE_PROP(int, node, "manufacturer#", core->core_manufacturer); in opl_create_core()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h265 #define OPL_UPDATE_PROP(type, dip, name, value) \ macro