Searched refs:SES_NV_CTLBOOL (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_element_ctl.c | 1460 SES_NV_CTLBOOL(props, SES_PROP_IDENT, dip->sdci_rqst_ident); in elem_setdef_device() 1461 SES_NV_CTLBOOL(props, SES_PROP_RMV, dip->sdci_rqst_remove); in elem_setdef_device() 1462 SES_NV_CTLBOOL(props, SES_DEV_PROP_READY_TO_INSERT, in elem_setdef_device() 1464 SES_NV_CTLBOOL(props, SES_DEV_PROP_REQ_MISSING, in elem_setdef_device() 1466 SES_NV_CTLBOOL(props, SES_DEV_PROP_DO_NOT_REMOVE, in elem_setdef_device() 1468 SES_NV_CTLBOOL(props, SES_DEV_PROP_REQ_ACTIVE, in elem_setdef_device() 1470 SES_NV_CTLBOOL(props, SES_DEV_PROP_BYP_B, dip->sdci_enable_byp_b); in elem_setdef_device() 1471 SES_NV_CTLBOOL(props, SES_DEV_PROP_BYP_A, dip->sdci_enable_byp_a); in elem_setdef_device() 1472 SES_NV_CTLBOOL(props, SES_PROP_OFF, dip->sdci_device_off); in elem_setdef_device() 1473 SES_NV_CTLBOOL(props, SES_DEV_PROP_FAULT_RQSTD, in elem_setdef_device() [all …]
|
H A D | ses2_enclosure_ctl.c | 296 SES_NV_CTLBOOL(props, SES_PROP_IDENT, tp->seci_rqst_ident); in enc_setdef_one() 297 SES_NV_CTLBOOL(props, SES_PROP_WARN_REQ, in enc_setdef_one() 299 SES_NV_CTLBOOL(props, SES_PROP_FAIL_REQ, in enc_setdef_one()
|
H A D | ses2_pages.c | 48 SES_NV_CTLBOOL(props, SES_PROP_DISABLED, eip->seci_disable); in ses2_ctl_common_setdef() 49 SES_NV_CTLBOOL(props, SES_PROP_PRDFAIL, eip->seci_prdfail); in ses2_ctl_common_setdef()
|
/titanic_41/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 112 #define SES_NV_CTLBOOL(_l, _n, _b) \ macro
|