Searched refs:SES_EN_PROP_EID (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_enclosure.c | 81 if (nvlist_lookup_uint64(nvl, SES_EN_PROP_EID, &eid) != 0) in enc_parse_help() 139 if (nvlist_lookup_uint64(nvl, SES_EN_PROP_EID, &eid) != 0) in enc_parse_string_in() 219 if (nvlist_lookup_uint64(nvl, SES_EN_PROP_EID, &eid) != 0) in enc_parse_dlucode() 264 if (nvlist_lookup_uint64(nvl, SES_EN_PROP_EID, &eid) != 0) in enc_parse_subnick()
|
H A D | ses2_enclosure_ctl.c | 173 VERIFY(nvlist_lookup_uint64(props, SES_EN_PROP_EID, &eid) == 0); in enc_ctl_string() 215 VERIFY(nvlist_lookup_uint64(props, SES_EN_PROP_EID, &eid) == 0); in enc_ctl_nick()
|
H A D | ses2.h | 342 #define SES_EN_PROP_EID "ses-enclosure-id" /* U64 */ macro
|
H A D | ses2_pages.c | 348 VERIFY(nvlist_lookup_uint64(props, SES_EN_PROP_EID, &eid) == 0); in ses2_ucodeout_ctl_fill()
|
/titanic_41/usr/src/lib/scsi/libses/common/ |
H A D | ses_enclosure.c | 174 { SES_EN_PROP_EID, 0, enc_eid },
|