Home
last modified time | relevance | path

Searched full:strings (Results 1 – 25 of 1935) sorted by relevance

12345678910>>...78

/openbmc/linux/net/ethtool/
H A Dstrset.c12 const char (*strings)[ETH_GSTRING_LEN]; member
28 .strings = netdev_features_strings,
33 .strings = rss_hash_func_strings,
38 .strings = tunable_strings,
46 .strings = phy_tunable_strings,
51 .strings = link_mode_names,
56 .strings = netif_msg_class_names,
61 .strings = wol_mode_names,
66 .strings = sof_timestamping_names,
71 .strings = ts_tx_type_names,
[all …]
/openbmc/linux/Documentation/usb/
H A Dgadget_configfs.rst81 A gadget also needs its serial number, manufacturer and product strings.
82 In order to have a place to store them, a strings subdirectory must be created
85 $ mkdir strings/0x409
87 Then the strings can be specified::
89 $ echo <serial number> > strings/0x409/serialnumber
90 $ echo <manufacturer> > strings/0x409/manufacturer
91 $ echo <product> > strings/0x409/product
97 $ mkdir strings/0x409/xu.0
98 $ echo <string text> > strings/0x409/xu.0/s
101 string descriptors to associate those strings with class descriptors.
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0007-exec.go-filter-out-build-specific-paths-from-linker-.patch34strings.HasPrefix(flag, "--sysroot") || strings.HasPrefix(flag, "-fmacro-prefix-map") || strings.H…
36 + } else if strings.HasPrefix(flag, "-extldflags") {
39 + var filterd_Extldflags []string = filterLinkerFlags(strings.Split(flags[i+1], " "))
40 + newflags = append(newflags, strings.Join(filterd_Extldflags, " "))
/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd/
H A Dstate_hook37 mkdir -p strings/0x409
38 echo "OpenBMC" > strings/0x409/manufacturer
39 echo "Virtual Media Device" > strings/0x409/product
40 mkdir -p configs/c.1/strings/0x409
41 echo "config 1" > configs/c.1/strings/0x409/configuration
57 rmdir configs/c.1/strings/0x409
59 rmdir strings/0x409
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/
H A Dandroid-gadget-setup24 mkdir strings/0x409
25 mkdir configs/c.1/strings/0x409
28 echo "$serial" > strings/0x409/serialnumber
29 echo "$manufacturer" > strings/0x409/manufacturer
30 echo "$model" > strings/0x409/product
31 echo "Conf 1" > configs/c.1/strings/0x409/configuration
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/
H A Dandroid-gadget-setup24 mkdir strings/0x409
25 mkdir configs/c.1/strings/0x409
28 echo "$serial" > strings/0x409/serialnumber
29 echo "$manufacturer" > strings/0x409/manufacturer
30 echo "$model" > strings/0x409/product
31 echo "Conf 1" > configs/c.1/strings/0x409/configuration
/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/
H A Dstate_hook55 mkdir -p strings/0x409
56 echo "OpenBMC" > strings/0x409/manufacturer
57 echo "Virtual Media Device" > strings/0x409/product
58 mkdir -p configs/c.1/strings/0x409
59 echo "config 1" > configs/c.1/strings/0x409/configuration
75 rmdir configs/c.1/strings/0x409
77 rmdir strings/0x409
/openbmc/phosphor-logging/lib/
H A Dlg2_logger.cpp122 // Positions of various strings in an iovec.
222 std::vector<std::string> strings{static_locs}; in do_log() local
227 strings[pos_fmtmsg] = "LOG2_FMTMSG="s + m; in do_log()
228 strings[pos_prio] = "PRIORITY="s + std::to_string(static_cast<uint64_t>(l)); in do_log()
229 strings[pos_file] = "CODE_FILE="s + s.file_name(); in do_log()
230 strings[pos_line] = "CODE_LINE="s + std::to_string(s.line()); in do_log()
231 strings[pos_func] = "CODE_FUNC="s + s.function_name(); in do_log()
282 strings.emplace_back(h + '=' + value); in do_log()
293 // Add the final message into the strings array. in do_log()
294 strings[pos_msg] = "MESSAGE="s + message.data(); in do_log()
[all …]
/openbmc/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst15 <section flags strings>
23 <section flags strings># :=
38 <proc error type strings>]
41 <proc flags strings>]
54 <processor error type strings># :=
60 <proc flags strings># :=
139 All <field strings> description with # has the following format::
142 <field strings>
144 Where each string in <fields strings> corresponding to one set bit of
146 strings> description.
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dprinter.c39 * device descriptor, either numbers or strings or both. These string
63 * DESCRIPTORS ... most are static, but strings and (full) configuration
90 /* static strings, in UTF-8 */
91 static struct usb_string strings [] = { variable
100 .strings = strings,
166 ret = usb_string_ids_tab(cdev, strings); in printer_bind()
170 device_desc.iManufacturer = strings[USB_GADGET_MANUFACTURER_IDX].id; in printer_bind()
171 device_desc.iProduct = strings[USB_GADGET_PRODUCT_IDX].id; in printer_bind()
172 device_desc.iSerialNumber = strings[USB_GADGET_SERIAL_IDX].id; in printer_bind()
216 .strings = dev_strings,
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c248 * @strings: Ethtool strings, or %NULL
258 static void efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, in efx_fill_test() argument
269 if (strings) { in efx_fill_test()
276 snprintf(strings + test_index * ETH_GSTRING_LEN, in efx_fill_test()
293 * @strings: Ethtool strings, or %NULL
303 u8 *strings, u64 *data) in efx_fill_loopback_test() argument
310 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
314 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
319 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
323 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c199 * @strings: Ethtool strings, or %NULL
209 static void efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, in efx_fill_test() argument
220 if (strings) { in efx_fill_test()
227 snprintf(strings + test_index * ETH_GSTRING_LEN, in efx_fill_test()
244 * @strings: Ethtool strings, or %NULL
254 u8 *strings, u64 *data) in efx_fill_loopback_test() argument
261 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
265 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
270 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
274 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test()
[all …]
/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network/
H A Dusb-network.sh11 mkdir -p strings/0x409
12 echo "Linux" > strings/0x409/manufacturer
13 echo "Ethernet/ECM gadget" > strings/0x409/product
17 mkdir -p configs/c.1/strings/0x409
18 echo "ECM" > configs/c.1/strings/0x409/configuration
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network/
H A Dusb_network.sh11 mkdir -p strings/0x409
12 echo "Linux" > strings/0x409/manufacturer
13 echo "Ethernet/ECM gadget" > strings/0x409/product
17 mkdir -p configs/c.1/strings/0x409
18 echo "ECM" > configs/c.1/strings/0x409/configuration
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dqcom-wled.yaml104 qcom,num-strings:
106 number of led strings attached.
109 qcom,enabled-strings:
111 Array of the WLED strings numbered from 0 to 3. Each
113 list of strings used by the device. Any combination of
114 led strings can be used.
186 qcom,num-strings:
207 qcom,num-strings:
261 qcom,num-strings = <2>;
262 qcom,enabled-strings = <0 1>;
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c199 * @strings: Ethtool strings, or %NULL
209 static void ef4_fill_test(unsigned int test_index, u8 *strings, u64 *data, in ef4_fill_test() argument
220 if (strings) { in ef4_fill_test()
227 snprintf(strings + test_index * ETH_GSTRING_LEN, in ef4_fill_test()
245 * @strings: Ethtool strings, or %NULL
255 u8 *strings, u64 *data) in ef4_fill_loopback_test() argument
262 ef4_fill_test(test_index++, strings, data, in ef4_fill_loopback_test()
266 ef4_fill_test(test_index++, strings, data, in ef4_fill_loopback_test()
271 ef4_fill_test(test_index++, strings, data, in ef4_fill_loopback_test()
275 ef4_fill_test(test_index++, strings, data, in ef4_fill_loopback_test()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Drename_strings_variable.patch1 STRINGS name conflicts with variable for strings tools (e.g. i586-oe-linux-strings)
13 - STRINGS="-Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy" \
22 -#STRINGS= -Dstrchr=index -Dstrrchr=rindex -Dmemcmp=bcmp -Dno_memcpy
31 - $(UCHAR) $(TABLES) $(STRINGS) $(TLI) $(EXTRA_CFLAGS) $(DOT) \
/openbmc/u-boot/lib/efi_loader/
H A Defi_hii.c80 * string id starts at 1 so value is stbl->strings[id-1],
81 * and strings[] is a array of stbl->nstrings elements
83 struct efi_string_info *strings; member
107 free(stbl->strings[i].string); in free_strings_table()
108 free(stbl->strings); in free_strings_table()
174 stbl->strings = calloc(sizeof(stbl->strings[0]), nstrings); in add_strings_package()
175 if (!stbl->strings) { in add_strings_package()
199 stbl->strings[idx].string = in add_strings_package()
201 if (!stbl->strings[idx].string) { in add_strings_package()
231 free(stbl->strings[--idx].string); in add_strings_package()
[all …]
/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/
H A Dusb-network.sh31 mkdir -p strings/0x409
32 echo "Linux" > strings/0x409/manufacturer
33 echo "Etherned/ECM gadget" > strings/0x409/product
37 mkdir -p configs/c.1/strings/0x409
38 echo "ECM" > configs/c.1/strings/0x409/configuration
/openbmc/linux/sound/core/
H A Dinfo_oss.c21 static DEFINE_MUTEX(strings);
32 mutex_lock(&strings); in snd_oss_info_register()
40 mutex_unlock(&strings); in snd_oss_info_register()
45 mutex_unlock(&strings); in snd_oss_info_register()
56 mutex_lock(&strings); in snd_sndstat_show_strings()
67 mutex_unlock(&strings); in snd_sndstat_show_strings()
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot20 # Strings to check from journald.
31 Should Be Equal As Strings ${resp.status} ${HTTP_OK}
33 Should Be Equal As Strings
43 Should Be Equal As Strings ${resp.status} ${HTTP_OK}
52 Should Be Equal As Strings
54 Should Be Equal As Strings ${resp.dict["Id"]} bmc
55 Should Be Equal As Strings ${resp.dict["Name"]} OpenBmc Manager
57 Should Be Equal As Strings ${resp.dict["PowerState"]} On
/openbmc/u-boot/cmd/
H A Dstrings.c2 * cmd_strings.c - just like `strings` command
42 strings, 3, 1, do_strings,
43 "display strings",
45 " - display strings at <addr> for at least [byte count] or first double NUL"
/openbmc/u-boot/drivers/usb/gadget/
H A Df_dfu.c33 struct usb_string *strings; member
88 * static strings, in UTF-8
99 .strings = strings_dfu_generic,
113 * .strings
226 f_dfu->usb_function.strings = dfu_strings; in to_dfu_mode()
234 f_dfu->usb_function.strings = NULL; in to_runtime_mode()
628 f_dfu->strings = calloc(sizeof(struct usb_string), n + 1); in dfu_prepare_strings()
629 if (!f_dfu->strings) in dfu_prepare_strings()
634 f_dfu->strings[i].s = de->name; in dfu_prepare_strings()
637 f_dfu->strings[i].id = 0; in dfu_prepare_strings()
[all …]
/openbmc/linux/Documentation/pcmcia/
H A Ddevicetable.rst10 - product ID strings _and_ hashes of these strings
17 If you want to match product ID strings, you also need to pass the crc32
26 You can determine the hash of the product ID strings by catting the file
/openbmc/qemu/tests/qemu-iotests/
H A D16247 # NBD expects all of its arguments to be strings
71 # strings in the options QDict
79 # SSH expects all of its arguments to be strings, except for @port, which is
84 # The same, basically (all values for --image-opts are seen as strings in qemu)
98 # blkdebug expects all of its arguments to be strings, but its
100 # passed as strings in the original options QDict.

12345678910>>...78