| /f-stack/tools/ifconfig/ |
| H A D | sfp.c | 61 struct ifconfig_sfp_info_strings strings; in sfp_status() local 77 ifconfig_sfp_get_sfp_info_strings(&info, &strings); in sfp_status() 81 ifconfig_sfp_physical_spec(&info, &strings), in sfp_status() 82 strings.sfp_conn); in sfp_status() 92 printf("\tcompliance level: %s\n", strings.sfp_rev); in sfp_status() 96 ifconfig_sfp_physical_spec(&info, &strings)); in sfp_status() 97 printf("Length: %s\n", strings.sfp_fc_len); in sfp_status() 98 printf("Tech: %s\n", strings.sfp_cab_tech); in sfp_status() 99 printf("Media: %s\n", strings.sfp_fc_media); in sfp_status() 100 printf("Speed: %s\n", strings.sfp_fc_speed); in sfp_status()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | qcom-wled.yaml | 100 qcom,num-strings: 102 number of led strings attached. 105 qcom,enabled-strings: 107 Array of the WLED strings numbered from 0 to 3. Each 109 list of strings used by the device. Any combination of 110 led strings can be used. 179 qcom,num-strings: 197 qcom,num-strings: 251 qcom,num-strings = <2>; 252 qcom,enabled-strings = <0 1>;
|
| /f-stack/freebsd/tools/fdt/ |
| H A D | embed_dtb.sh | 38 obs=`strings -at d $1 | grep "Device Tree Blob STARTS here" | awk '{print $1}'` 39 eol=`strings -at d $1 | grep "Device Tree Blob STOPS here" | awk '{print $1}'`
|
| /f-stack/freebsd/tools/ |
| H A D | embed_mfs.sh | 71 sec_start=`strings -at d $1 | grep "MFS Filesystem goes here"` || \ 76 sec_end=`strings -at d $1 | \
|
| /f-stack/tools/libxo/doc/ |
| H A D | format-strings.rst | 3 .. _format-strings: 8 libxo uses format strings to control the rendering of data into the 14 formatting instructions using printf-style format strings, telling 44 formatting strings. These names must be preceded by a comma, and may
|
| H A D | field-formatting.rst | 36 width for a non-string argument. When handling ASCII strings this 107 For strings, the 'h' and 'l' modifiers affect the interpretation of 119 JSON, and HTML styles) or locale-based strings for display in text 122 xo_emit("All strings are utf-8 content {:tag/%ls}", 123 L"except for wide strings"); 169 UTF-8 and locale-encoded strings can use multiple bytes to encode one 244 formatting strings for libxo differ considerably from printf, many of 252 The following are features of libxo formatting strings that are 259 - percent signs in strings, where "{:filled}%" makes a single, 261 - the "l" and "h" modifiers for strings, where "{:tag/%hs}" means [all …]
|
| H A D | xopo.rst | 15 strings with a simplified message string. In this mode, the input is 44 ensure that incoming msgid strings are not wrapped across multiple
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lm3692x.txt | 7 LED strings it supports. The LM36922 supports two strings while the LM36923 8 supports three strings.
|
| H A D | leds-lm36274.txt | 4 The backlight boost provides the power to bias four parallel LED strings with 20 - led-sources : Indicates which LED strings will be enabled. 21 Values from 0-3, sources is 0 based so strings will be
|
| H A D | leds-lm3532.txt | 55 - ti,led-mode : Defines if the LED strings are manually controlled or 56 if the LED strings are controlled by the ALS. 57 0x00 - LED strings are I2C controlled via full scale 59 0x01 - LED strings are ALS controlled
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 75 char *strings[] = { variable 100 for (p = strings; *p; p++) { in test_hash() 106 for (p = strings; *p; p++) { in test_hash()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_020_pos.ksh | 95 REF=$(strings /etc/zfs/zpool.cache | grep ${TESTPOOL}) 98 strings /etc/zfs/zpool.cache
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | brcm,iproc-clocks.txt | 29 An ordered list of strings defining the names of the clocks 69 An ordered list of strings defining the names of the ASIU clocks 89 PLL and leaf clock compatible strings for Cygnus are: 142 PLL and leaf clock compatible strings for Hurricane 2 are: 156 PLL and leaf clock compatible strings for Northstar and Northstar Plus are: 186 PLL and leaf clock compatible strings for Northstar 2 are: 234 PLL and leaf clock compatible strings for BCM63138 are: 239 PLL and leaf clock compatible strings for Stingray are:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sifive/ |
| H A D | sifive-blocks-ip-versioning.txt | 4 strings for open-source SiFive IP blocks. HDL for these IP blocks 9 IP block-specific DT compatible strings are contained within the HDL, 26 match on these IP block-specific compatible strings.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | atmel-usb.txt | 11 - clock-names: Should contain three strings 38 - clock-names: Should contain two strings 61 - clock-names: Should contain two strings 88 - clock-names: Should contain two strings
|
| H A D | usb-device.txt | 23 with leading zeroes suppressed. The other compatible strings from the above 40 strings from the above standard binding could also be used, but a device 52 with leading zeroes suppressed. The other compatible strings from the above
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/multiplexer/ |
| H A D | io-channel-mux.txt | 14 - channels : List of strings, labeling the mux controller states. 18 the list of strings in the channels property, and also matches the mux
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | omap-mcbsp.txt | 11 - reg-names: Array of strings associated with the address space 17 - interrupt-names: Array of strings associated with the interrupt numbers
|
| /f-stack/freebsd/contrib/device-tree/Bindings/hsi/ |
| H A D | nokia-modem.txt | 12 - hsi-channel-names: Should contain the following strings 19 - gpio-names: Should contain the following strings
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-devbind.py | 495 strings = [] # this holds the strings to print. We sort before printing 499 strings.append("<none>") 503 strings.append("%s '%s %s' %s" % (dev["Slot"], 508 strings.append("%s '%s'" % (dev["Slot"], dev["Device_str"])) 510 strings.sort() 511 print("\n".join(strings)) # print one per line
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/ |
| H A D | cachefile.kshlib | 40 RESULT=$(strings $cachefile | grep -w $1)
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/ |
| H A D | README | 10 Enumerations and bit flags become strings and lists of strings in Python.
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 1461 struct ethtool_gstrings *strings = NULL; in mlx5_os_stats_init() local 1477 strings = (struct ethtool_gstrings *) in mlx5_os_stats_init() 1480 if (!strings) { in mlx5_os_stats_init() 1485 strings->cmd = ETHTOOL_GSTRINGS; in mlx5_os_stats_init() 1486 strings->string_set = ETH_SS_STATS; in mlx5_os_stats_init() 1487 strings->len = dev_stats_n; in mlx5_os_stats_init() 1488 ifr.ifr_data = (caddr_t)strings; in mlx5_os_stats_init() 1497 &strings->data[i * ETH_GSTRING_LEN]; in mlx5_os_stats_init() 1529 mlx5_free(strings); in mlx5_os_stats_init()
|
| /f-stack/freebsd/mips/conf/ |
| H A D | std.AR_MIPS_BASE | 18 # Don't include the SCSI/CAM strings in the default build 21 # .. And no sysctl strings
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | HISTORY | 10 + new long strings and comments. 63 use of sprintf to convert numbers to strings). 71 + strings are fully aligned. 95 + reduced memory usage for programs with many strings. 125 + strings may now contain arbitrary binary data (e.g., embedded zeros).
|