Searched defs:add_md_prop (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c87 add_md_prop(picl_nodehdl_t node, int size, char *name, void* value, int type) function
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c63 add_md_prop(picl_nodehdl_t node, int size, char *name, void* value, int type) function
123 add_md_prop(node, sizeof (int_value), property,
185 add_md_prop(node, sizeof (int_value), property,
193 add_md_prop(node, sizeof (int_value), property,
201 add_md_prop(node, sizeof (int_value), property,
218 add_md_prop(pnode, sizeof (uint32_value), "clock-frequency",
259 add_md_prop(pnode, len, "compatible", compat,
271 add_md_prop(pnode, strlen(device_type) + 1, "device_type", device_type,
343 add_md_prop(node, sizeof (int_value), OBP_PROP_CPUID,
346 add_md_prop(nod
[all...]

Completed in 57 milliseconds