Searched full:names (Results 1 – 16 of 16) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | virtio-mmio.c | 84 const char *names[]) in vm_find_vqs() argument 91 names ? names[i] : ""); in vm_find_vqs()
|
H A D | efi.h | 22 /* Names of environment variables we can handle */
|
H A D | virtio.h | 43 const char *names[]);
|
/kvm-unit-tests/ |
H A D | MAINTAINERS | 5 code base, but to provide a set of names that developers can consult when they 6 have a question about a particular subset and also to provide a set of names
|
H A D | LICENSE | 327 necessary. Here is a sample; alter the names:
|
/kvm-unit-tests/x86/efi/ |
H A D | crt0-efi-x86_64.S | 21 * Neither the name of Hewlett-Packard Co. nor the names of its
|
H A D | reloc_x86_64.c | 21 * Neither the name of Hewlett-Packard Co. nor the names of its
|
/kvm-unit-tests/arm/efi/ |
H A D | reloc_aarch64.c | 18 * Neither the name of Hewlett-Packard Co. nor the names of its
|
/kvm-unit-tests/riscv/efi/ |
H A D | reloc_riscv64.c | 20 * Neither the name of Hewlett-Packard Co. nor the names of its
|
/kvm-unit-tests/scripts/ |
H A D | kernel-doc | 251 # @params and a strictly limited set of supported section names 283 # the canonical section names. see also $doc_sect above. 478 # Only warn on user specified duplicate section names. 1204 my $names; 1215 # names, in order to match just names 1216 # and commas for the names 1220 $names = $2; 1225 foreach my $name (split /,/, $names) { 1875 # so that arg types & arg names don't have a comma between them 2115 if (/$doc_sect/i) { # case insensitive for supported section names [all …]
|
H A D | get_maintainer.pl | 438 names => {}, 465 $mailmap->{names}->{$address} = $real_name; 481 $mailmap->{names}->{$wrong_address} = $real_name; 499 $mailmap->{names}->{$wrong_email} = $real_name; 1024 --remove-duplicates => minimize duplicate email names/addresses 1435 if (exists $mailmap->{names}->{$email} || 1437 if (exists $mailmap->{names}->{$email}) { 1438 $real_name = $mailmap->{names}->{$email}; 1444 if (exists $mailmap->{names}->{$address}) { 1445 $real_name = $mailmap->{names}->{$address}; [all …]
|
H A D | checkpatch.pl | 1434 # Extract comments from names excluding quoted parts 3904 …"Avoid using '.L' prefixed local symbol names for denoting a range of code via 'SYM_*_START/END' a… 7188 # check for function declarations that have arguments without identifier names 7736 # 2 -> names and addresses match, comments mismatch 7737 # 3 -> addresses match, names different 7738 # 4 -> names match, addresses different 7739 # 5 -> names match, addresses excluding subaddress details (refer RFC 5233) match
|
/kvm-unit-tests/s390x/ |
H A D | stsi.c | 126 report_skip("Extended VM names are not UTF-8."); in test_3_2_2()
|
H A D | topology.c | 509 * We use the current names found in IBM/Z literature, Linux and QEMU:
|
/kvm-unit-tests/lib/s390x/ |
H A D | mmu.c | 21 * this is the correspondence between the s390x architectural names and the
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt.h | 1425 * names in the fdt. This can result in faster creation times, but
|