Searched refs:snprintf (Results 1 – 10 of 10) sorted by relevance
| /hypervisor/debug/ |
| A D | shell.c | 276 snprintf(temp_str, TEMP_STR_SIZE, in sanitize_vmid() 709 snprintf(str, MAX_OUTPUT_LEN, " %-15s%-64s", in shell_cmd_help() 844 snprintf(temp_str, MAX_STR_SIZE, in shell_list_vcpu() 877 len = snprintf(str, size, in dump_vcpu_reg() 1159 len = snprintf(str, size, "\r\nIRQ\tVECTOR"); in get_cpu_interrupt_info() 1167 len = snprintf(str, size, "\tCPU%d", pcpu_id); in get_cpu_interrupt_info() 1197 snprintf(str, size, "\r\n"); in get_cpu_interrupt_info() 1309 snprintf(str, size, "\r\n"); in get_ptdev_info() 1376 snprintf(str, size, "\r\n"); in get_vioapic_info() 1460 snprintf(str, size, "\r\n"); in get_ioapic_info() [all …]
|
| A D | logmsg.c | 67 snprintf(buffer, LOG_MESSAGE_MAX_SIZE, "[%luus][cpu=%hu][%s][sev=%u][seq=%u]:", in do_logmsg()
|
| A D | profiling.c | 872 snprintf(vm_info_list.vm_list[vm_idx].vm_name, 16U, "vm_%d", in profiling_vm_list_info()
|
| /hypervisor/include/lib/ |
| A D | sprintf.h | 85 size_t snprintf(char *dest, size_t sz, const char *fmt, ...);
|
| /hypervisor/common/ |
| A D | hv_main.c | 101 snprintf(idle_name, 16U, "idle%hu", pcpu_id); in run_idle_thread()
|
| /hypervisor/arch/x86/seed/ |
| A D | seed.c | 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 | sprintf.c | 617 size_t snprintf(char *dest, size_t sz, const char *fmt, ...) in snprintf() function
|
| /hypervisor/arch/x86/guest/ |
| A D | vcpu.c | 991 snprintf(thread_name, 16U, "vm%hu:vcpu%hu", vm->vm_id, vcpu->vcpu_id); in prepare_vcpu()
|
| A D | vm.c | 728 snprintf(vm_config->name, 16, "ACRN VM_%d", vm_id); in create_vm()
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | ChangeLog | 1336 * Add support for overriding snprintf() (except on Windows) and exit() in
|
Completed in 21 milliseconds