Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/dimm/
H A Dtopo_dimm.c916 const char *const *mfg_name_key, const char *const *type_key, in dimm_comp_mfg_common() argument
928 type_valid = dimm_comp_keys_exist(spd, type_key, nents, false); in dimm_comp_mfg_common()
974 if (!dimm_comp_mfg_common_type(mod, dimm, spd, comp, type_key, in dimm_comp_mfg_common()
999 char *mfg_key = NULL, *mfg_str_key = NULL, *type_key = NULL; in dimm_comp_mfg_single() local
1011 topo_mod_asprintf(mod, &type_key, "module.%s.type", name) == -1 || in dimm_comp_mfg_single()
1020 (const char **)&type_key, (const char **)&rev_key, 1); in dimm_comp_mfg_single()
1025 topo_mod_strfree(mod, type_key); in dimm_comp_mfg_single()
/illumos-gate/usr/src/lib/libjedec/common/
H A Dlibjedec_spd_ddr5.c924 const char *type_key, const spd_value_map_t *type_map, size_t ntypes) in spd_parse_ddr5_dev_common() argument
932 spd_insert_map(si, type_key, type, type_map, ntypes); in spd_parse_ddr5_dev_common()