Lines Matching defs:cip

109 	ses2_cooling_ctl_impl_t *cip;
114 if ((cip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
122 cip->scci_requested_speed_code = v64;
129 cip->scci_rqst_ident = v1;
131 cip->scci_rqst_on = v1;
133 cip->scci_rqst_fail = v1;
233 ses2_controller_ctl_impl_t *cip;
237 if ((cip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
245 cip->scci_rqst_fail = v;
247 cip->scci_rqst_ident = v;
249 cip->scci_select_element = v;
310 ses2_nvcache_ctl_impl_t *cip;
314 if ((cip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
322 cip->snci_rqst_fail = v;
324 cip->snci_rqst_ident = v;
457 ses2_comm_ctl_impl_t *cip;
461 if ((cip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
469 cip->scci_rqst_fail = v;
471 cip->scci_rqst_ident = v;
473 cip->scci_disable = v;
509 ses2_current_ctl_impl_t *cip;
513 if ((cip = ses_plugin_ctlpage_lookup(sp, ses_node_snapshot(np),
521 cip->scci_rqst_fail = v;
523 cip->scci_rqst_ident = v;
1465 ses2_cooling_ctl_impl_t *cip = data;
1468 SES_NV_CTLBOOL(props, SES_PROP_IDENT, cip->scci_rqst_ident);
1470 cip->scci_requested_speed_code);
1471 SES_NV_CTLBOOL(props, SES_PROP_REQUESTED_ON, cip->scci_rqst_on);
1472 SES_NV_CTLBOOL(props, SES_PROP_FAIL, cip->scci_rqst_fail);
1530 ses2_controller_ctl_impl_t *cip = data;
1533 SES_NV_CTLBOOL(props, SES_PROP_FAIL, cip->scci_rqst_fail);
1534 SES_NV_CTLBOOL(props, SES_PROP_IDENT, cip->scci_rqst_ident);
1536 cip->scci_select_element);
1558 ses2_nvcache_ctl_impl_t *cip = data;
1561 SES_NV_CTLBOOL(props, SES_PROP_FAIL, cip->snci_rqst_fail);
1562 SES_NV_CTLBOOL(props, SES_PROP_IDENT, cip->snci_rqst_ident);
1643 ses2_comm_ctl_impl_t *cip = data;
1646 SES_NV_CTLBOOL(props, SES_PROP_FAIL, cip->scci_rqst_fail);
1647 SES_NV_CTLBOOL(props, SES_PROP_IDENT, cip->scci_rqst_ident);
1648 SES_NV_CTLBOOL(props, SES_PROP_DISABLED, cip->scci_disable);
1671 ses2_current_ctl_impl_t *cip = data;
1677 SES_NV_CTLBOOL(props, SES_PROP_FAIL, cip->scci_rqst_fail);
1678 SES_NV_CTLBOOL(props, SES_PROP_IDENT, cip->scci_rqst_ident);