Home
last modified time | relevance | path

Searched full:_ (Results 1 – 13 of 13) sorted by relevance

/kvm-unit-tests/scripts/
H A Dkernel-doc64 my $type_constant2 = '\%([-_\w]+)';
71 my $type_enum = '\&(enum\s*([_\w]+))';
72 my $type_struct = '\&(struct\s*([_\w]+))';
73 my $type_typedef = '\&(typedef\s*([_\w]+))';
74 my $type_union = '\&(union\s*([_\w]+))';
75 my $type_member = '\&([_\w]+)(\.|->)([_\w]+)';
76 my $type_fallback = '\&([_\w]+)';
269 my $attribute = qr{__attribute__\s*\(\([a-z0-9,_\*\s\(\)]*\)\)}i;
392 return "$_/$_[0]" if(-x "$_/$_[0]");
462 my $contents = join "\n", @_;
[all …]
H A Dget_maintainer.pl176 my $line = $_;
201 my $line = $_;
218 if ($_ =~ /^-{1,2}self-test(?:=|$)/) {
327 my ($file) = @_;
333 my $line = $_;
365 my ($file) = $_;
373 return grep { $_ !~ /^\.git$/; } @_;
413 my ($file) = @_;
423 …my @poss_addr = $text =~ m$[A-Za-zÀ-ÿ\"\' \,\.\+-]*\s*[\,]*\s*[\(\<\{]{0,1}[A-Za-z0-9_\.\+-]+\@[A-…
557 my $patch_line = $_;
[all …]
H A Dcheckpatch.pl85 my ($exitcode) = @_;
159 return grep { !$seen{$_}++ } @_;
163 my ($exitcode) = @_;
232 my $line = $_;
261 my $line = $_;
294 if ($_ eq "--color" || $_ eq "-color") {
295 $_ = "--color=$color";
404 my ($hashRef, $arrayRef) = @_;
421 my ($hashRef, $prefix) = @_;
580 our $typeC99Typedefs = qr{(?:__)?(?:[us]_?)?int_?(?:8|16|32|64)_t};
[all …]
H A Darch-run.bash435 local _ rest
450 IFS='[ .]' read -r _ _ _ QEMU_MAJOR QEMU_MINOR QEMU_MICRO rest <<<"$QEMU_VERSION_STRING"
471 …grep -E '^[[:blank:]]*[[:alpha:]_][[:alnum:]_]*=' "$KVM_UNIT_TESTS_ENV_OLD" | while IFS= read -r l…
H A Dasm-offsets.mak19 $(shell echo $(notdir $(1)) | tr [:lower:]- [:upper:]_)
/kvm-unit-tests/lib/s390x/
H A Dsnippet.h18 _binary_s390x_snippets_##type##_##file##_gbin_start
20 _binary_s390x_snippets_##type##_##file##_gbin_end
22 _binary_s390x_snippets_##type##_##file##_hdr_start
24 _binary_s390x_snippets_##type##_##file##_hdr_end
H A Dcss_dump.c46 scsw_line[i] = '_'; in dump_scsw_flags()
53 scsw_line[i + 1] = '_'; in dump_scsw_flags()
73 pcmw_line[i] = '_'; in dump_pmcw_flags()
H A Dsclp-console.c50 /*58 X Y Z [ \ ] ^ _ */
/kvm-unit-tests/lib/
H A Dargv.c92 if (isalpha(*env) || *env == '_') { in env_next()
97 if (!(isalnum(*p) || *p == '_')) in env_next()
/kvm-unit-tests/lib/riscv/
H A Disa.c56 if (isa_string[i] == '_') { in isa_parse()
60 while (i < len - 1 && isa_string[i] != '_') in isa_parse()
/kvm-unit-tests/
H A D.gitlab-ci.yml476 < ci/$CI_JOB_NAME.yml > ci/_$CI_JOB_NAME.yml
478 - cirrus-run -v --show-build-log always ci/_$CI_JOB_NAME.yml
/kvm-unit-tests/x86/
H A Dsvm.c359 do *c++ = (*n == ' ') ? '_' : *n; in test_wanted()
H A Dvmx.c2051 do *c++ = (*n == ' ') ? '_' : *n; in test_wanted()