Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/openbmc/linux/net/ethtool/
H A Dstrset.c38 .strings = tunable_strings,
46 .strings = phy_tunable_strings,
51 .strings = link_mode_names,
61 .strings = wol_mode_names,
71 .strings = ts_tx_type_names,
76 .strings = ts_rx_filter_names,
86 .strings = stats_std_names,
106 .strings = stats_rmon_names,
240 void *strings; in strset_prepare_set() local
259 if (!strings) in strset_prepare_set()
[all …]
/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-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/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-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-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/
H A Dcreate_usbhid.sh18 mkdir strings/0x409
20 echo "OpenBMC" > strings/0x409/manufacturer
21 echo "virtual_input" > strings/0x409/product
22 echo "OBMC0001" > strings/0x409/serialnumber
116 mkdir configs/c.1/strings/0x409
120 echo "" > 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/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/poky/meta/recipes-devtools/go/go/
H A D0007-exec.go-filter-out-build-specific-paths-from-linker-.patch33strings.HasPrefix(flag, "--sysroot") || strings.HasPrefix(flag, "-fmacro-prefix-map") || strings.H…
35 + } else if strings.HasPrefix(flag, "-extldflags") {
38 + var filterd_Extldflags []string = filterLinkerFlags(strings.Split(flags[i+1], " "))
39 + newflags = append(newflags, strings.Join(filterd_Extldflags, " "))
/openbmc/obmc-ikvm/
H A Dcreate_usbhid.sh18 mkdir strings/0x409
20 echo "OpenBMC" > strings/0x409/manufacturer
21 echo "Virtual Keyboard and Mouse" > strings/0x409/product
22 echo "OBMC0001" > strings/0x409/serialnumber
116 mkdir configs/c.1/strings/0x409
120 echo "" > configs/c.1/strings/0x409/configuration
/openbmc/linux/Documentation/usb/
H A Dgadget_configfs.rst85 $ mkdir strings/0x409
97 $ mkdir strings/0x409/xu.0
183 ./strings
184 ./strings/0x409
185 ./strings/0x409/serialnumber
186 ./strings/0x409/product
187 ./strings/0x409/manufacturer
191 ./configs/c.1/strings
192 ./configs/c.1/strings/0x409
287 $ rmdir strings/<lang>
[all …]
/openbmc/phosphor-logging/lib/
H A Dlg2_logger.cpp222 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()
294 strings[pos_msg] = "MESSAGE="s + message.data(); in do_log()
298 std::ranges::transform(strings, std::back_inserter(iov), [](auto& s) { in do_log()
303 sd_journal_sendv(iov.data(), strings.size()); in do_log()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dprinter.c91 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/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/u-boot/lib/efi_loader/
H A Defi_hii.c83 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()
232 free(stbl->strings); in add_strings_package()
868 buf = realloc(stbl->strings, in new_string()
877 stbl->strings = buf; in new_string()
976 buf = realloc(stbl->strings, in set_string()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c269 if (strings) { in efx_fill_test()
303 u8 *strings, u64 *data) in efx_fill_loopback_test() argument
346 u8 *strings, u64 *data) in efx_ethtool_fill_self_tests() argument
393 strings, data); in efx_ethtool_fill_self_tests()
407 if (strings != NULL) { in efx_describe_per_queue_stats()
413 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
420 if (strings != NULL) { in efx_describe_per_queue_stats()
423 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
432 if (strings) { in efx_describe_per_queue_stats()
468 strings += (efx->type->describe_stats(efx, strings) * in efx_ethtool_get_strings()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c220 if (strings) { in efx_fill_test()
254 u8 *strings, u64 *data) in efx_fill_loopback_test() argument
344 strings, data); in efx_ethtool_fill_self_tests()
406 if (strings != NULL) { in efx_describe_per_queue_stats()
412 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
419 if (strings != NULL) { in efx_describe_per_queue_stats()
422 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
431 if (strings) { in efx_describe_per_queue_stats()
434 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats()
467 strings += (efx->type->describe_stats(efx, strings) * in efx_siena_ethtool_get_strings()
[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/net/ethernet/sfc/falcon/
H A Dethtool.c220 if (strings) { in ef4_fill_test()
255 u8 *strings, u64 *data) in ef4_fill_loopback_test() argument
298 u8 *strings, u64 *data) in ef4_ethtool_fill_self_tests() argument
313 ef4_fill_test(n++, strings, data, in ef4_ethtool_fill_self_tests()
350 strings, data); in ef4_ethtool_fill_self_tests()
364 if (strings != NULL) { in ef4_describe_per_queue_stats()
370 strings += ETH_GSTRING_LEN; in ef4_describe_per_queue_stats()
377 if (strings != NULL) { in ef4_describe_per_queue_stats()
380 strings += ETH_GSTRING_LEN; in ef4_describe_per_queue_stats()
412 strings += (efx->type->describe_stats(efx, strings) * in ef4_ethtool_get_strings()
[all …]
/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/u-boot/drivers/usb/gadget/
H A Df_dfu.c33 struct usb_string *strings; member
99 .strings = strings_dfu_generic,
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()
638 f_dfu->strings[i].s = NULL; in dfu_prepare_strings()
716 f_dfu->strings[i].id = id; in dfu_bind()
723 stringtab_dfu.strings = f_dfu->strings; in dfu_bind()
741 if (f_dfu->strings) { in dfu_unbind()
744 f_dfu->strings[--i].s = NULL; in dfu_unbind()
[all …]
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c381 for (p = strings, num = 0; p < strings + len; p += strlen(p) + 1) in count_strings()
404 *num = count_strings(strings, len); in split()
409 kfree(strings); in split()
412 memcpy(&ret[*num], strings, len); in split()
413 kfree(strings); in split()
415 strings = (char *)&ret[*num]; in split()
416 for (p = strings, *num = 0; p < strings + len; p += strlen(p) + 1) in split()
425 char *strings, *path; in xenbus_directory() local
434 if (IS_ERR(strings)) in xenbus_directory()
435 return (char **)strings; in xenbus_directory()
[all …]
/openbmc/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c29 static int usb_emul_get_string(struct usb_string *strings, int index, in usb_emul_get_string() argument
40 } else if (strings) { in usb_emul_get_string()
43 for (ptr = strings; ptr->s; ptr++) { in usb_emul_get_string()
87 return usb_emul_get_string(plat->strings, index, buffer, in usb_emul_get_descriptor()
259 int usb_emul_setup_device(struct udevice *dev, struct usb_string *strings, in usb_emul_setup_device() argument
267 plat->strings = strings; in usb_emul_setup_device()
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget51 What: /config/usb-gadget/gadget/configs/config/strings
56 strings for this configuration.
58 What: /config/usb-gadget/gadget/configs/config/strings/language
109 - 7: multiple unicode strings
114 What: /config/usb-gadget/gadget/strings
119 strings for this gadget.
121 What: /config/usb-gadget/gadget/strings/language

12345678910>>...30