Searched refs:conf_props (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rsrc_info_impl.h | 84 nvlist_t *conf_props; member 92 nvlist_t *conf_props; member
|
H A D | rsrc_info.c | 85 if (ap->conf_props != NULL) in ri_ap_free() 86 nvlist_free(ap->conf_props); in ri_ap_free() 110 nvlist_free(dev->conf_props); in ri_dev_free() 380 if (pack_add_byte_array(ap->conf_props, RI_AP_PROPS, nvl, in ap_pack() 445 if (pack_add_byte_array(dev->conf_props, RI_DEV_PROPS, nvl, in dev_pack() 856 &dev->conf_props) != 0) { in dev_unpack() 862 nvlist_print(stderr, dev->conf_props); in dev_unpack() 893 if (lookup_unpack_byte_array(nvl, RI_AP_PROPS, &ap->conf_props) != 0) { in ap_unpack() 899 nvlist_print(stderr, ap->conf_props); in ap_unpack() 987 return (ap->conf_props); in ri_ap_conf_props() [all …]
|
H A D | ri_init.c | 1009 if (nvlist_add_int32(cpu->conf_props, RI_CPU_ID, cpuid) != 0 || in i_cpu_cm_info() 1010 nvlist_add_int32(cpu->conf_props, RI_CPU_SPEED, speed) != 0 || in i_cpu_cm_info() 1011 nvlist_add_int32(cpu->conf_props, RI_CPU_ECACHE, ecache_mb) != 0 || in i_cpu_cm_info() 1012 nvlist_add_string(cpu->conf_props, RI_CPU_STATE, state) != 0) { in i_cpu_cm_info() 1024 if (nvlist_add_int32(cpu->conf_props, RI_CPU_ECACHE_KBYTE, in i_cpu_cm_info() 1118 if (nvlist_add_uint64(mem->conf_props, RI_MEM_ADDR, base_addr) != 0 || in mem_cm_info() 1119 nvlist_add_int32(mem->conf_props, RI_MEM_BRD, size_kb/KBYTE) != 0 || in mem_cm_info() 1120 nvlist_add_int32(mem->conf_props, RI_MEM_PERM, in mem_cm_info() 1128 (nvlist_add_string(mem->conf_props, RI_MEM_TARG, target) != 0 || in mem_cm_info() 1129 nvlist_add_int32(mem->conf_props, RI_MEM_DEL, del_kb/KBYTE) != 0 || in mem_cm_info() [all …]
|