| /openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/ |
| H A D | etcd-new.conf.sample | 16 # List of comma separated URLs to listen on for peer traffic. 19 # List of comma separated URLs to listen on for client traffic. 23 # The URLs needed to be a comma-separated list. 27 # The URLs needed to be a comma-separated list.
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | mtd_uboot.c | 57 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local 74 comma = strchr(mtdids, ','); in mtd_search_alternate_name() 75 if (comma) in mtd_search_alternate_name() 76 mtd_id_len = comma - mtd_id; in mtd_search_alternate_name() 95 mtdids = comma + 1; in mtd_search_alternate_name() 96 } while (comma); in mtd_search_alternate_name()
|
| /openbmc/obmc-console/ |
| H A D | console-mux.c | 51 const char *comma; in extract_mux_gpio_name() local 56 comma = strchrnul(current, ','); in extract_mux_gpio_name() 57 length = comma - current; in extract_mux_gpio_name() 70 *config_gpio_names = comma + !!(*comma); in extract_mux_gpio_name()
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | missing-comma-list.err | 1 missing-comma-list.json:2:20: expected ',' or ']'
|
| H A D | missing-comma-object.err | 1 missing-comma-object.json:2:3: expected ',' or '}'
|
| H A D | trailing-comma-object.err | 1 trailing-comma-object.json:2:38: expected string
|
| H A D | leading-comma-object.err | 1 leading-comma-object.json:1:3: expected string or '}'
|
| H A D | trailing-comma-list.err | 1 trailing-comma-list.json:2:36: expected '{', '[', string, or boolean
|
| H A D | leading-comma-list.err | 1 leading-comma-list.json:2:13: expected '{', '[', ']', string, or boolean
|
| H A D | meson.build | 131 'leading-comma-list.json', 132 'leading-comma-object.json', 135 'missing-comma-list.json', 136 'missing-comma-object.json', 179 'trailing-comma-list.json', 180 'trailing-comma-object.json',
|
| /openbmc/qemu/tests/qtest/ |
| H A D | device-introspect-test.c | 107 GRegex *comma; in test_one_device() local 116 comma = g_regex_new(",", 0, 0, NULL); in test_one_device() 117 escaped = g_regex_replace_literal(comma, type, -1, 0, ",,", 0, NULL); in test_one_device() 118 g_regex_unref(comma); in test_one_device()
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | pylintrc | 6 # can either give multiple identifiers separated by comma (,) or put this 35 # Good variable names regexes, separated by a comma. If names match any regex,
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | pylintrc | 4 # can either give multiple identifiers separated by comma (,) or put this 44 # List of note tags to take in consideration, separated by a comma.
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_ssh_security.robot | 14 # Left anchor for this regex is either a space or a comma. 16 # Right anchor for this regex is either a comma or end-of-line.
|
| /openbmc/u-boot/scripts/ |
| H A D | Kbuild.include | 5 comma := , 18 # contain a comma 19 depfile = $(subst $(comma),_,$(dot-target).d) 102 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,) 154 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both)
|
| /openbmc/qemu/docs/interop/ |
| H A D | dbus-vmstate.rst | 23 helpers by setting its ``id-list`` property, with a comma-separated
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | bblock.rst | 44 lock only particular tasks, use the `-t` option with a comma-separated 62 unlock only particular tasks use the ``-t`` option with a comma-separated
|
| /openbmc/u-boot/doc/ |
| H A D | README.iomux | 23 A user can use a comma-separated list of devices to set stdin, stdout 25 are allowed around the comma(s)!
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | fontcache.bbclass | 22 # by comma and in -n "$D" case they should be separated by space
|
| /openbmc/docs/architecture/ |
| H A D | redfish-logging-in-bmcweb.md | 55 - `REDFISH_MESSAGE_ARGS`: A string holding a comma-separated list of args 132 The parameters are filled from a comma-separated list of the MessageArgs, so
|
| /openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/ |
| H A D | rpi-cmdline.bb | 31 # may have the form of a comma separated list of processor numbers "0,1,3", a
|
| /openbmc/u-boot/arch/arm/ |
| H A D | config.mk | 38 AFLAGS_IMPLICIT_IT := $(call as-option,-Wa$(comma)-mimplicit-it=always)
|
| /openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/ |
| H A D | fontconfig_2.15.0.bb | 63 # comma separated list of additional directories
|
| /openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | autoreconf-exclude.patch | 23 (comma-separated list accepted)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | 0010-oprofile-Determine-the-root-home-directory-dynamical.patch | 23 @@ -647,8 +647,8 @@ Following is a description of the <comma
|