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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c751 OPL_UPDATE_PROP(string, node, "name", OPL_CPU_NODE);
752 OPL_UPDATE_PROP(string, node, "device_type", OPL_CPU_NODE);
754 OPL_UPDATE_PROP(int, node, "cpuid", cpu->cpu_cpuid);
755 OPL_UPDATE_PROP(int, node, "reg", probe->pr_cpu);
757 OPL_UPDATE_PROP(string, node, "status", "okay");
819 OPL_UPDATE_PROP(string, node, "name", OPL_CORE_NODE);
820 OPL_UPDATE_PROP(string, node, "device_type", OPL_CORE_NODE);
821 OPL_UPDATE_PROP(string, node, "compatible", chip->chip_compatible);
823 OPL_UPDATE_PROP(int, node, "reg", probe->pr_core);
824 OPL_UPDATE_PROP(in
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h265 #define OPL_UPDATE_PROP(type, dip, name, value) \ macro

Completed in 48 milliseconds