Searched refs:str (Results 1 – 9 of 9) sorted by relevance
| /hypervisor/debug/ |
| A D | shell.c | 707 (void)memset(str, ' ', sizeof(str)); in shell_cmd_help() 716 (void)memset(str, ' ', sizeof(str)); in shell_cmd_help() 869 char *str = dump->str; in dump_vcpu_reg() local 912 str += len; in dump_vcpu_reg() 925 str += len; in dump_vcpu_reg() 933 str += len; in dump_vcpu_reg() 1164 str += len; in get_cpu_interrupt_info() 1172 str += len; in get_cpu_interrupt_info() 1282 str += len; in get_ptdev_info() 1349 str += len; in get_vioapic_info() [all …]
|
| A D | dbg_cmd.c | 19 const char *const str; member 34 int32_t tmp = strnlen_s(cmd_list[i].str, MAX_CMD_LEN); in handle_dbg_cmd() 41 if (strncmp(cmd_list[i].str, cmd, tmp) != 0) in handle_dbg_cmd()
|
| A D | trace.c | 38 char str[16]; member 130 entry.payload.str[i] = name[i]; in TRACE_16STR() 133 entry.payload.str[15] = 0; in TRACE_16STR()
|
| A D | shell_priv.h | 22 char *str; /* Command string */ member
|
| /hypervisor/boot/multiboot/ |
| A D | multiboot2.c | 82 void *str; in multiboot2_to_acrn_bi() local 91 str = ((struct multiboot2_tag_string *)mb2_tag)->string; in multiboot2_to_acrn_bi() 92 (void)strncpy_s((void *)(abi->cmdline), MAX_BOOTARGS_SIZE, str, in multiboot2_to_acrn_bi() 93 strnlen_s(str, (MAX_BOOTARGS_SIZE - 1U))); in multiboot2_to_acrn_bi() 105 str = ((struct multiboot2_tag_string *)mb2_tag)->string; in multiboot2_to_acrn_bi() 106 (void)strncpy_s((void *)(abi->loader_name), MAX_LOADER_NAME_SIZE, str, in multiboot2_to_acrn_bi() 107 strnlen_s(str, (MAX_LOADER_NAME_SIZE - 1U))); in multiboot2_to_acrn_bi()
|
| /hypervisor/arch/x86/seed/ |
| A D | seed.c | 25 const char *str; member 51 for (i = 0U; seed_arg[i].str != NULL; i++) { in parse_seed_arg() 52 len = strnlen_s(seed_arg[i].str, MEM_1K); in parse_seed_arg() 53 arg = strstr_s((const char *)cmd_src, MAX_BOOTARGS_SIZE, seed_arg[i].str, len); in parse_seed_arg() 98 for (i = 0U; seed_arg[i].str != NULL; i++) { in fill_seed_arg() 101 snprintf(cmd_dst, cmd_sz, "%s0x%X ", seed_arg[i].str, service_vm_hpa2gpa(seed_arg[i].addr)); in fill_seed_arg()
|
| /hypervisor/lib/ |
| A D | string.c | 152 const char *str = str_arg; in strnlen_s() local 155 if (str != NULL) { in strnlen_s() 157 while ((*str) != '\0') { in strnlen_s() 164 str++; in strnlen_s()
|
| /hypervisor/release/ |
| A D | console.c | 11 size_t console_write(__unused const char *str, __unused size_t len) in console_write() argument
|
| /hypervisor/include/arch/x86/asm/guest/ |
| A D | vcpu.h | 330 char *str; member
|
Completed in 14 milliseconds