/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30.py | 229 def compact(self, value): member in IRIProp 230 for iri, compact in self.context: 232 return compact 236 for iri, compact in self.context: 237 if value == compact: 289 encoder.write_iri(value, self.compact(value)) 485 encoder.write_enum(value, self, self.compact(value)) 597 compact=None, argument 611 cls._OBJ_PROPERTIES[iri] = (prop, min_count, max_count, pyname, compact) 722 for iri, _, _, _, pyname, compact in self.__iter_props(): [all …]
|
/openbmc/linux/net/ethtool/ |
H A D | features.c | 58 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in features_reply_size() local 63 netdev_features_strings, compact); in features_reply_size() 68 netdev_features_strings, compact); in features_reply_size() 73 netdev_features_strings, compact); in features_reply_size() 78 netdev_features_strings, compact); in features_reply_size() 91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in features_fill_reply() local 96 netdev_features_strings, compact); in features_fill_reply() 101 netdev_features_strings, compact); in features_fill_reply() 106 netdev_features_strings, compact); in features_fill_reply() 111 netdev_features_strings, compact); in features_fill_reply() [all …]
|
H A D | tsinfo.c | 47 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in tsinfo_reply_size() local 59 sof_timestamping_names, compact); in tsinfo_reply_size() 67 ts_tx_type_names, compact); in tsinfo_reply_size() 75 ts_rx_filter_names, compact); in tsinfo_reply_size() 91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in tsinfo_fill_reply() local 99 sof_timestamping_names, compact); in tsinfo_fill_reply() 107 ts_tx_type_names, compact); in tsinfo_fill_reply() 115 ts_rx_filter_names, compact); in tsinfo_fill_reply()
|
H A D | bitset.h | 10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact); 13 bool compact); 15 ethnl_string_array_t names, bool compact); 19 bool compact); 22 ethnl_string_array_t names, bool compact);
|
H A D | privflags.c | 92 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in privflags_reply_size() local 97 data->priv_flag_names, compact); in privflags_reply_size() 105 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in privflags_fill_reply() local 111 compact); in privflags_fill_reply() 152 bool compact; in ethnl_set_privflags() local 156 ret = ethnl_bitset_is_compact(tb[ETHTOOL_A_PRIVFLAGS_FLAGS], &compact); in ethnl_set_privflags() 160 ret = ethnl_get_priv_flags_info(dev, &nflags, compact ? NULL : &names); in ethnl_set_privflags()
|
H A D | tunnels.c | 21 static ssize_t ethnl_udp_table_reply_size(unsigned int types, bool compact) in ethnl_udp_table_reply_size() argument 26 udp_tunnel_type_names, compact); in ethnl_udp_table_reply_size() 39 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_reply_size() local 59 compact); in ethnl_tunnel_info_reply_size() 68 ret = ethnl_udp_table_reply_size(0, compact); in ethnl_tunnel_info_reply_size() 85 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_fill_reply() local 113 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply() 135 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply()
|
H A D | eee.c | 49 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in eee_reply_size() local 62 EEE_MODES_COUNT, link_mode_names, compact); in eee_reply_size() 68 EEE_MODES_COUNT, link_mode_names, compact); in eee_reply_size() 85 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in eee_fill_reply() local 92 EEE_MODES_COUNT, link_mode_names, compact); in eee_fill_reply() 97 link_mode_names, compact); in eee_fill_reply()
|
H A D | bitset.c | 172 ethnl_string_array_t names, bool compact) in ethnl_bitset32_size() argument 182 if (compact) { in ethnl_bitset32_size() 234 ethnl_string_array_t names, bool compact) in ethnl_put_bitset32() argument 247 if (compact) { in ethnl_put_bitset32() 328 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact) in ethnl_bitset_is_compact() argument 341 *compact = false; in ethnl_bitset_is_compact() 347 *compact = true; in ethnl_bitset_is_compact() 741 bool compact) in ethnl_bitset_size() argument 766 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact); in ethnl_bitset_size() 777 bool compact) in ethnl_put_bitset() argument [all …]
|
H A D | debug.c | 48 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in debug_reply_size() local 51 netif_msg_class_names, compact); in debug_reply_size() 59 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in debug_fill_reply() local 63 netif_msg_class_names, compact); in debug_fill_reply()
|
H A D | wol.c | 51 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_reply_size() local 56 WOL_MODE_COUNT, wol_mode_names, compact); in wol_reply_size() 69 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_fill_reply() local 75 wol_mode_names, compact); in wol_fill_reply()
|
H A D | linkmodes.c | 66 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in linkmodes_reply_size() local 78 link_mode_names, compact); in linkmodes_reply_size() 85 link_mode_names, compact); in linkmodes_reply_size() 107 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in linkmodes_fill_reply() local 117 compact); in linkmodes_fill_reply() 124 link_mode_names, compact); in linkmodes_fill_reply()
|
H A D | fec.c | 145 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in fec_reply_size() local 152 link_mode_names, compact); in fec_reply_size() 198 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in fec_fill_reply() local 205 link_mode_names, compact); in fec_fill_reply()
|
/openbmc/qemu/target/m68k/ |
H A D | softfloat.c | 233 int32_t compact, j, k; in floatx80_lognp1() local 276 compact = floatx80_make_compact(aExp, aSig); in floatx80_lognp1() 287 compact = floatx80_make_compact(aExp, aSig); in floatx80_lognp1() 289 if (compact < 0x3FFE8000 || compact > 0x3FFFC000) { in floatx80_lognp1() 349 } else if (compact < 0x3FFEF07D || compact > 0x3FFF8841) { in floatx80_lognp1() 356 if (compact >= 0x3FFF8000) { /* 1+Z >= 1 */ in floatx80_lognp1() 433 int32_t compact, j, k, adjk; in floatx80_logn() local 476 compact = floatx80_make_compact(aExp, aSig); in floatx80_logn() 478 if (compact < 0x3FFEF07D || compact > 0x3FFF8841) { in floatx80_logn() 728 int32_t compact, n, j, k, m, m1; in floatx80_etox() local [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | cavium-compact-flash.txt | 5 industry standard compact flash devices. 8 - compatible: "cavium,ebt3000-compact-flash"; 24 compact-flash@5,0 { 25 compatible = "cavium,ebt3000-compact-flash";
|
H A D | atmel-at91_cf.txt | 11 compact-flash@50000000 {
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp153c-dhcor-drc-compact.dts | 16 #include "stm32mp15xx-dhcor-drc-compact.dtsi" 20 compatible = "dh,stm32mp153c-dhcor-drc-compact",
|
/openbmc/linux/arch/arc/kernel/ |
H A D | Makefile | 10 obj-$(CONFIG_ISA_ARCOMPACT) += entry-compact.o intc-compact.o
|
/openbmc/openbmc-test-automation/systest/ |
H A D | htx_hardbootme_test.robot | 97 # And save it in printable (compact) format. 99 ... ${loop_body_seconds} result_format=compact 129 ... ${est_seconds_left} result_format=compact 169 ... ${est_seconds_left} result_format=compact
|
/openbmc/openbmc/poky/meta/recipes-core/ell/ |
H A D | ell_0.71.bb | 7 and compact enough for use on embedded Linux platforms, it is not \
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | tuners.rst | 84 41xx: Tuner compact 85 40x9: Tuner+FM compact
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 195 int *compact, in xfs_dir2_block_need_space() argument 203 *compact = 0; in xfs_dir2_block_need_space() 223 *compact = 1; in xfs_dir2_block_need_space() 357 int compact; /* need to compact leaf ents */ in xfs_dir2_block_addname() local 401 &enddup, &compact, len); in xfs_dir2_block_addname() 435 if (compact) { in xfs_dir2_block_addname()
|
/openbmc/u-boot/doc/device-tree-bindings/timer/ |
H A D | atcpit100_timer.txt | 6 This timer is a set of compact multi-function timers, which can be
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/duktape/ |
H A D | duktape_2.7.0.bb | 2 DESCRIPTION = "Duktape is an embeddable Javascript engine, with a focus on portability and compact …
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_sdr.c | 1435 sr.compact = (struct sdr_record_compact_sensor *)sensor; in ipmi_sdr_read_sensor_value() 1436 idlen = sr.compact->id_code & 0x1f; in ipmi_sdr_read_sensor_value() 1439 memcpy(sr.s_id, sr.compact->id_string, idlen); in ipmi_sdr_read_sensor_value() 1467 (sr.compact && rsp->ccode == 0xcd)) ) { in ipmi_sdr_read_sensor_value() 1794 sr->full ? sr->full->oem : sr->compact->oem); in ipmi_sdr_print_sensor_fc() 1843 sr->compact->threshold.hysteresis.positive, "Positive Hysteresis"); in ipmi_sdr_print_sensor_fc() 1847 sr->compact->threshold.hysteresis.negative, "Negative Hysteresis"); in ipmi_sdr_print_sensor_fc() 2510 struct sdr_record_compact_sensor *compact; in ipmi_sdr_print_name_from_rawentry() member 2530 record.compact = (struct sdr_record_compact_sensor *) raw ; in ipmi_sdr_print_name_from_rawentry() 2531 snprintf(desc, (record.compact->id_code & 0x1f) +1, "%s", in ipmi_sdr_print_name_from_rawentry() [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | bpa-rs600.rst | 19 The BPA-RS600 is a compact 600W removable power supply module.
|