Home
last modified time | relevance | path

Searched refs:vcpu_state_str (Results 1 – 1 of 1) sorted by relevance

/hypervisor/debug/
A Dshell.c799 char vcpu_state_str[32], thread_state_str[32]; in shell_list_vcpu() local
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()
851 vcpu_state_str, thread_state_str); in shell_list_vcpu()

Completed in 5 milliseconds