Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c142 uint32_t fma_cap; in get_cap_conf() local
164 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() argument
213 oem_data[2] = fma_cap; in send_fma_cap_to_ilom()
233 uint32_t fma_cap; in fma_cap_init() local
235 fma_cap = get_cap_conf(hdl); in fma_cap_init()
[all …]