Searched refs:fma_cap (Results 1 – 1 of 1) sorted by relevance
142 uint32_t fma_cap; in get_cap_conf() local164 fma_cap = fmd_prop_get_int32(hdl, cl->propname); in get_cap_conf()166 fma_cap); in get_cap_conf()169 fma_cap = fmd_prop_get_int32(hdl, "default_fma_cap"); in get_cap_conf()171 "use default=0x%x", fma_cap); in get_cap_conf()176 return (fma_cap); in get_cap_conf()180 send_fma_cap_to_ilom(fmd_hdl_t *hdl, uint32_t fma_cap) in send_fma_cap_to_ilom() argument213 oem_data[2] = fma_cap; in send_fma_cap_to_ilom()233 uint32_t fma_cap; in fma_cap_init() local235 fma_cap = get_cap_conf(hdl); in fma_cap_init()[all …]