| /OK3568_Linux_fs/kernel/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() 151 bool compact; in ethnl_set_privflags() local 157 ret = ethnl_bitset_is_compact(tb[ETHTOOL_A_PRIVFLAGS_FLAGS], &compact); in ethnl_set_privflags() 177 ret = ethnl_get_priv_flags_info(dev, &nflags, compact ? NULL : &names); in ethnl_set_privflags()
|
| 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() 701 bool compact) in ethnl_bitset_size() argument 726 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact); in ethnl_bitset_size() 737 bool compact) in ethnl_put_bitset() argument [all …]
|
| 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 | 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 | 50 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_reply_size() local 55 WOL_MODE_COUNT, wol_mode_names, compact); in wol_reply_size() 68 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_fill_reply() local 74 wol_mode_names, compact); in wol_fill_reply()
|
| H A D | linkmodes.c | 61 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in linkmodes_reply_size() local 71 link_mode_names, compact); in linkmodes_reply_size() 78 link_mode_names, compact); in linkmodes_reply_size() 100 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in linkmodes_fill_reply() local 110 compact); in linkmodes_fill_reply() 117 link_mode_names, compact); in linkmodes_fill_reply()
|
| /OK3568_Linux_fs/buildroot/package/libffi/ |
| H A D | 0002-Fix-use-of-compact-eh-frames-on-MIPS.patch | 4 Subject: [PATCH] Fix use of compact eh frames on MIPS 9 Newer MIPS toolchains use a different (compact) eh_frame format. 12 This patch add -mno-compact-eh to CFLAGS when compiling for 32 + CFLAGS=-mno-compact-eh 33 + AC_MSG_CHECKING([whether the C compiler needs -mno-compact-eh]) 35 + [AC_MSG_RESULT([yes])]; [save_CFLAGS="$save_CFLAGS -mno-compact-eh"],
|
| /OK3568_Linux_fs/kernel/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";
|
| /OK3568_Linux_fs/buildroot/package/open-plc-utils/ |
| H A D | 0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch | 48 @@ -27,13 +27,13 @@ compact: compile 70 @@ -28,13 +28,13 @@ compact: compile 92 @@ -27,13 +27,13 @@ compact: compile 114 @@ -27,13 +27,13 @@ compact: compile 136 @@ -28,12 +28,12 @@ compact: compile 157 @@ -30,12 +30,12 @@ compact: compile 178 @@ -32,13 +32,13 @@ compact: compile 200 @@ -27,13 +27,13 @@ compact: compile 222 @@ -27,13 +27,13 @@ compact: compile 244 @@ -27,13 +27,13 @@ compact: compile [all …]
|
| /OK3568_Linux_fs/buildroot/package/ipmitool/ |
| H A D | 0013-fru-sdr-Fix-id_string-buffer-overflows.patch | 101 record.compact = (struct sdr_record_compact_sensor *) raw ; 102 - snprintf(desc, (record.compact->id_code & 0x1f) +1, "%s", 103 - (const char *)record.compact->id_string); 104 + id_code = record.compact->id_code; 105 + id_string = record.compact->id_string;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool/ |
| H A D | 0005-fru-sdr-Fix-id_string-buffer-overflows.patch | 102 record.compact = (struct sdr_record_compact_sensor *) raw ; 103 - snprintf(desc, (record.compact->id_code & 0x1f) +1, "%s", 104 - (const char *)record.compact->id_string); 105 + id_code = record.compact->id_code; 106 + id_string = record.compact->id_string;
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | Makefile | 8 obj-$(CONFIG_ISA_ARCOMPACT) += entry-compact.o intc-compact.o
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | print-rtl.h | 34 rtx_writer (FILE *outfile, int ind, bool simple, bool compact, 91 extern void print_rtx_function (FILE *file, function *fn, bool compact);
|
| H A D | read-md.h | 159 md_reader (bool compact); 344 rtx_reader (bool compact);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | print-rtl.h | 34 rtx_writer (FILE *outfile, int ind, bool simple, bool compact, 91 extern void print_rtx_function (FILE *file, function *fn, bool compact);
|
| H A D | read-md.h | 159 md_reader (bool compact); 344 rtx_reader (bool compact);
|
| /OK3568_Linux_fs/buildroot/package/pugixml/ |
| H A D | Config.in | 33 bool "Enable compact mode" 40 http://pugixml.org/docs/manual.html#dom.memory.compact
|
| /OK3568_Linux_fs/tools/linux/Firmware_Merger/ |
| H A D | user_manual.txt | 2 three kinds of firmware(1.flat rk firmware 2.flat gpt firmware 3.compact gpt firmware).flat firmwar… 10 Gpt_Enable=1 /*compact gpt firmware*/
|
| /OK3568_Linux_fs/buildroot/arch/ |
| H A D | Config.in.nds32 | 14 default "Andes Technology compact code size embedded RISC processor family"
|
| /OK3568_Linux_fs/buildroot/package/perl-params-util/ |
| H A D | Config.in | 5 Simple, compact and correct param-checking functions.
|
| /OK3568_Linux_fs/buildroot/package/python-msgpack/ |
| H A D | Config.in | 4 MessagePack (http://msgpack.org/) is a fast, compact binary
|