Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 235) sorted by relevance

12345678910

/openbmc/linux/arch/x86/
H A DKconfig.assembler5 def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
10 def_bool $(as-instr,sha1msg1 %xmm0$(comma)%xmm1)
15 def_bool $(as-instr,sha256msg1 %xmm0$(comma)%xmm1)
24 def_bool $(as-instr,vgf2p8mulb %xmm0$(comma)%xmm1$(comma)%xmm2)
29 def_bool $(as-instr,wrussq %rax$(comma)(%rbx))
/openbmc/linux/drivers/media/cec/core/
H A Dcec-pin-error-inj.c80 char *comma; in cec_pin_error_inj_parse_line() local
145 comma = strchr(token, ','); in cec_pin_error_inj_parse_line()
146 if (comma) in cec_pin_error_inj_parse_line()
147 *comma++ = '\0'; in cec_pin_error_inj_parse_line()
161 if (comma) { in cec_pin_error_inj_parse_line()
162 if (!strcmp(comma, "off")) in cec_pin_error_inj_parse_line()
164 else if (!strcmp(comma, "once")) in cec_pin_error_inj_parse_line()
166 else if (!strcmp(comma, "always")) in cec_pin_error_inj_parse_line()
168 else if (!strcmp(comma, "toggle")) in cec_pin_error_inj_parse_line()
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/
H A Detcd-new.conf.sample16 # 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 Dmtd_uboot.c57 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/linux/tools/perf/util/
H A Ddata-convert-json.c73 static void output_json_delimiters(FILE *out, bool comma, int depth) in output_json_delimiters() argument
77 if (comma) in output_json_delimiters()
86 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format() argument
90 output_json_delimiters(out, comma, depth); in output_json_format()
97 static void output_json_key_string(FILE *out, bool comma, int depth, in output_json_key_string() argument
100 output_json_delimiters(out, comma, depth); in output_json_key_string()
108 static void output_json_key_format(FILE *out, bool comma, int depth, in output_json_key_format() argument
113 output_json_delimiters(out, comma, depth); in output_json_key_format()
/openbmc/linux/scripts/
H A DKconfig.include5 comma := ,
36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) -Wa$(comma)--fatal-warnings -c -x …
44 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.)
50 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.)
56 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
H A Dbpf_doc.py596 comma = ''
598 one_arg = '{}{}'.format(comma, a['type'])
605 comma = ', '
832 comma = ''
839 one_arg = '{}{}'.format(comma, self.map_type(t))
846 comma = ', '
/openbmc/linux/arch/sh/
H A DMakefile57 isaflags-y := $(call as-option,-Wa$(comma)-isa=any,)
67 isaflags-y := $(call as-option,-Wa$(comma)-isa=$(isa-y),)
70 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
/openbmc/linux/tools/perf/Documentation/
H A Dperf-lock.txt151 provided as a comma-separated list with no space: 0,1. Ranges of CPUs
156 Record events on existing process ID (comma separated list).
159 Record events on existing thread ID (comma separated list).
187 Show lock contention only for given lock types (comma separated list).
198 Show lock contention only for given lock addresses or names (comma separated list).
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uac19 c_srate list of capture sampling rates (comma-separated)
20 p_srate list of playback sampling rates (comma-separated)
H A Dconfigfs-usb-gadget-uac29 c_srate list of capture sampling rates (comma-separated)
24 p_srate list of playback sampling rates (comma-separated)
/openbmc/qemu/tests/qtest/
H A Ddevice-introspect-test.c107 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/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig8 comma := ,
9 $(warning,hello$(comma) world)
/openbmc/linux/drivers/md/
H A Dmd-autodetect.c237 char *comma = strchr(str+pos, ','); in raid_setup() local
239 if (comma) in raid_setup()
240 wlen = (comma-str)-pos; in raid_setup()
/openbmc/linux/arch/mips/
H A DMakefile146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
224 cflags-$(CONFIG_CPU_LOONGSON64) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
245 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
253 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
256 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
258 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
260 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
/openbmc/qemu/scripts/qapi/
H A Dpylintrc11 # can either give multiple identifiers separated by comma (,) or put this
38 # Good variable names regexes, separated by a comma. If names match any regex,
/openbmc/qemu/tests/qapi-schema/
H A Dmissing-comma-object.err1 missing-comma-object.json:2:3: expected ',' or '}'
H A Dmissing-comma-list.err1 missing-comma-list.json:2:20: expected ',' or ']'
H A Dtrailing-comma-object.err1 trailing-comma-object.json:2:38: expected string
H A Dleading-comma-object.err1 leading-comma-object.json:1:3: expected string or '}'
H A Dleading-comma-list.err1 leading-comma-list.json:2:13: expected '{', '[', ']', string, or boolean
H A Dtrailing-comma-list.err1 trailing-comma-list.json:2:36: expected '{', '[', string, or boolean
/openbmc/linux/tools/bootconfig/samples/
H A Dbad-array.bconf1 # Array must be comma separated.
/openbmc/linux/arch/riscv/
H A DMakefile97 KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
98 KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
101 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
/openbmc/linux/arch/arm/
H A DKconfig.assembler4 def_bool $(as-instr,.fpu vfpv2\nvmrs r0$(comma)FPINST)

12345678910