Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_enclosure.c81 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 Dses2_enclosure_ctl.c173 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 Dses2.h342 #define SES_EN_PROP_EID "ses-enclosure-id" /* U64 */ macro
H A Dses2_pages.c382 VERIFY(nvlist_lookup_uint64(props, SES_EN_PROP_EID, &eid) == 0); in ses2_ucodeout_ctl_fill()
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_enclosure.c174 { SES_EN_PROP_EID, 0, enc_eid },