Searched refs:strncmp (Results 1 – 10 of 10) sorted by relevance
| /hypervisor/quirks/ |
| A D | security_vm_fixup.c | 30 if (strncmp(header->signature, signature, ACPI_NAME_SIZE) == 0) { in get_acpi_mod_entry() 54 if (strncmp(config->mmiodevs[i].name, "tpm2", 4) == 0) { in tpm2_fixup() 198 if (strncmp("_SM_", si->smbios_eps.eps2.anchor, 4) == 0) { in copy_smbios_to_guest() 207 } else if (strncmp("_SM3_", si->smbios_eps.eps3.anchor, 5) == 0) { in copy_smbios_to_guest() 222 return (strncmp((const char *)p, "_SM3_", 5) == 0 && in is_smbios3_present() 228 return (strncmp((const char *)p, "_SM_", 4) == 0 && in is_smbios2_present()
|
| /hypervisor/arch/x86/configs/ |
| A D | vm_config.c | 37 return (strncmp(vm_config->name, name, MAX_VM_NAME_LEN) == 0); in vm_has_matched_name()
|
| /hypervisor/boot/guest/ |
| A D | elf_loader.c | 128 if ((strncmp(p_sec_name, "bss", 3) == 0) || (strncmp(p_sec_name, ".bss", 4) == 0)) { in do_load_elf64() 194 if ((strncmp(p_sec_name, "bss", 3) == 0) || (strncmp(p_sec_name, ".bss", 4) == 0)) { in do_load_elf32()
|
| A D | vboot_info.c | 142 if ((str_len >= tag_len) && (strncmp(string, tag, tag_len) == 0) in get_mod_by_tag()
|
| /hypervisor/debug/ |
| A D | dbg_cmd.c | 41 if (strncmp(cmd_list[i].str, cmd, tmp) != 0) in handle_dbg_cmd()
|
| A D | console.c | 55 if (strncmp(start, "USE_INIT_IPI", (size_t)(end - start)) == 0) { in parse_hvdbg_cmdline()
|
| /hypervisor/include/lib/ |
| A D | rtl.h | 39 int32_t strncmp(const char *s1_arg, const char *s2_arg, size_t n_arg);
|
| /hypervisor/boot/ |
| A D | acpi_base.c | 51 …if ((strncmp(rsdp->signature, ACPI_SIG_RSDP, strnlen_s(ACPI_SIG_RSDP, sizeof(rsdp->signature))) ==… in found_rsdp() 117 if (strncmp(table->signature, signature, ACPI_NAME_SIZE) != 0) { in probe_table()
|
| /hypervisor/lib/ |
| A D | string.c | 187 int32_t strncmp(const char *s1_arg, const char *s2_arg, size_t n_arg) in strncmp() function
|
| /hypervisor/dm/vpci/ |
| A D | ivshmem.c | 125 if (strncmp(name, mem_regions[i].name, sizeof(mem_regions[0].name)) == 0) { in find_shm_region() 653 …if (strncmp(dev_config->shm_region_name, (char *)dev->args, sizeof(dev_config->shm_region_name)) =… in create_ivshmem_vdev()
|
Completed in 10 milliseconds