Lines Matching refs:props

43 	nvlist_t *props = ses_node_props(np);  in ses2_ctl_common_setdef()  local
48 SES_NV_CTLBOOL_INVERT(props, SES_PROP_SWAP, eip->seci_rst_swap); in ses2_ctl_common_setdef()
49 SES_NV_CTLBOOL(props, SES_PROP_DISABLED, eip->seci_disable); in ses2_ctl_common_setdef()
50 SES_NV_CTLBOOL(props, SES_PROP_PRDFAIL, eip->seci_prdfail); in ses2_ctl_common_setdef()
64 nvlist_t *props = ses_node_props(np); in ses2_aes_index() local
69 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_ONLY_INDEX, in ses2_aes_index()
71 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_INDEX, in ses2_aes_index()
73 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE, in ses2_aes_index()
164 nvlist_t *props = ses_node_props(np); in ses2_threshold_index() local
168 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_INDEX, in ses2_threshold_index()
186 nvlist_t *props = ses_node_props(np); in ses2_element_index() local
192 if (nvlist_lookup_uint64(props, SES_PROP_ELEMENT_INDEX, &index) != 0) in ses2_element_index()
234 nvlist_t *props = ses_node_props(np); in ses2_status_index() local
237 if (nvlist_lookup_uint64(props, SES_PROP_ELEMENT_INDEX, in ses2_status_index()
265 nvlist_t *props = ses_node_props(np); in ses2_ctl_fill() local
271 if (nvlist_lookup_uint64(props, SES_PROP_ELEMENT_INDEX, in ses2_ctl_fill()
319 nvlist_t *props = ses_node_props(np); in ses2_threshout_ctl_fill() local
325 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_INDEX, in ses2_threshout_ctl_fill()
371 nvlist_t *props = ses_node_props(np); in ses2_ucodeout_ctl_fill() local
382 VERIFY(nvlist_lookup_uint64(props, SES_EN_PROP_EID, &eid) == 0); in ses2_ucodeout_ctl_fill()