Lines Matching refs:strncpy_s
560 (void)strncpy_s(&cmd_argv_str[0], SHELL_CMD_MAX_LEN + 1U, p_input_line, SHELL_CMD_MAX_LEN); in shell_process_cmd()
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()
817 (void)strncpy_s(vcpu_state_str, 32U, "Running", 32U); in shell_list_vcpu()
820 (void)strncpy_s(vcpu_state_str, 32U, "Zombie", 32U); in shell_list_vcpu()
823 (void)strncpy_s(vcpu_state_str, 32U, "Unknown", 32U); in shell_list_vcpu()
829 (void)strncpy_s(thread_state_str, 32U, "RUNNING", 32U); in shell_list_vcpu()
832 (void)strncpy_s(thread_state_str, 32U, "RUNNABLE", 32U); in shell_list_vcpu()
835 (void)strncpy_s(thread_state_str, 32U, "BLOCKED", 32U); in shell_list_vcpu()
838 (void)strncpy_s(thread_state_str, 32U, "UNKNOWN", 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()
1252 (void)strncpy_s(type, 16U, "NONE", 16U); in get_entry_info()