Searched refs:strncpy_s (Results 1 – 8 of 8) sorted by relevance
| /hypervisor/boot/multiboot/ |
| A D | multiboot.c | 22 …(void)strncpy_s((void *)(abi->cmdline), MAX_BOOTARGS_SIZE, (char *)hpa2hva_early((uint64_t)mbi->mi… in multiboot_to_acrn_bi() 25 (void)strncpy_s((void *)(abi->loader_name), MAX_LOADER_NAME_SIZE, in multiboot_to_acrn_bi() 57 (void)strncpy_s((void *)(abi->mods[i].string), MAX_MOD_STRING_SIZE, in multiboot_to_acrn_bi() 77 strncpy_s(abi->protocol_name, MAX_PROTOCOL_NAME_SIZE, in init_multiboot_info() 84 strncpy_s(abi->protocol_name, MAX_PROTOCOL_NAME_SIZE, in init_multiboot_info()
|
| A D | multiboot2.c | 45 (void)strncpy_s((void *)(abi->mods[mbi_mod_idx].string), MAX_MOD_STRING_SIZE, in mb2_mods_to_abi() 92 (void)strncpy_s((void *)(abi->cmdline), MAX_BOOTARGS_SIZE, str, in multiboot2_to_acrn_bi() 106 (void)strncpy_s((void *)(abi->loader_name), MAX_LOADER_NAME_SIZE, str, in multiboot2_to_acrn_bi()
|
| /hypervisor/debug/ |
| A D | shell.c | 766 (void)strncpy_s(state, 32U, "Created", 32U); in shell_list_vm() 769 (void)strncpy_s(state, 32U, "Running", 32U); in shell_list_vm() 772 (void)strncpy_s(state, 32U, "Paused", 32U); in shell_list_vm() 775 (void)strncpy_s(state, 32U, "Off", 32U); in shell_list_vm() 778 (void)strncpy_s(state, 32U, "Unknown", 32U); in shell_list_vm() 814 (void)strncpy_s(vcpu_state_str, 32U, "Init", 32U); in shell_list_vcpu() 820 (void)strncpy_s(vcpu_state_str, 32U, "Zombie", 32U); in shell_list_vcpu() 1217 (void)strncpy_s(type, 16U, "MSI", 16U); in get_entry_info() 1233 (void)strncpy_s(type, 16U, "IOAPIC", 16U); in get_entry_info() 1235 (void)strncpy_s(type, 16U, "PIC", 16U); in get_entry_info() [all …]
|
| /hypervisor/include/lib/ |
| A D | rtl.h | 40 int32_t strncpy_s(char *d, size_t dmax, const char *s, size_t slen);
|
| /hypervisor/common/ |
| A D | hv_main.c | 102 (void)strncpy_s(idle->name, 16U, idle_name, 16U); in run_idle_thread()
|
| /hypervisor/lib/ |
| A D | string.c | 111 int32_t strncpy_s(char *d, size_t dmax, const char *s, size_t slen) in strncpy_s() function
|
| /hypervisor/boot/guest/ |
| A D | vboot_info.c | 179 (void)strncpy_s(&mod_cmdline[vm->vm_id][0], MAX_BOOTARGS_SIZE, in init_vm_sw_load()
|
| /hypervisor/arch/x86/guest/ |
| A D | vcpu.c | 992 (void)strncpy_s(vcpu->thread_obj.name, 16U, thread_name, 16U); in prepare_vcpu()
|
Completed in 10 milliseconds