Home
last modified time | relevance | path

Searched refs:extn (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules/
H A D0001-Stop-using-pyasn1.compat.octets.patch57 self.assertEqual(extn['extnValue'], der_encoder(extnValue))
59 if extn['extnID'] == rfc3770.id_pe_wlanSSID:
63 if extn['extnID'] == rfc5280.id_ce_extKeyUsage:
99 self.assertEqual(extn['extnValue'], der_encoder(extnValue))
101 if extn['extnID'] == rfc4334.id_pe_wlanSSID:
105 if extn['extnID'] == rfc5280.id_ce_extKeyUsage:
/openbmc/linux/Documentation/hwmon/
H A Docc.rst141 The following "extn" sensors are exported as a way for the OCC to provide data
145 extn[1-n]_label
147 extn[1-n]_flags
151 extn[1-n]_input
/openbmc/linux/drivers/hwmon/occ/
H A Dcommon.c715 struct extended_sensor *extn; in occ_show_extended() local
724 extn = ((struct extended_sensor *)sensors->extended.data) + in occ_show_extended()
729 if (extn->flags & EXTN_FLAG_SENSOR_ID) { in occ_show_extended()
731 get_unaligned_be32(&extn->sensor_id)); in occ_show_extended()
733 rc = sysfs_emit(buf, "%4phN\n", extn->name); in occ_show_extended()
737 rc = sysfs_emit(buf, "%02x\n", extn->flags); in occ_show_extended()
740 rc = sysfs_emit(buf, "%6phN\n", extn->data); in occ_show_extended()
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp664 fs::path extn = fname.extension(); in loadProviders() local
665 if (extn == ipmiPluginExtn) in loadProviders()