Home
last modified time | relevance | path

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

/misc/services/life_mngr/
A Dcommand_handler.c417 static int user_vm_shutdown_reboot(struct uart_channel *c, int fd, char *ack, bool reboot) in user_vm_shutdown_reboot() function
451 (void) user_vm_shutdown_reboot(c, fd, ACK_POWEROFF, false); in poweroff_cmd_handler()
457 (void) user_vm_shutdown_reboot(c, fd, ACK_USER_VM_SHUTDOWN, false); in user_vm_shutdown_cmd_handler()
463 (void) user_vm_shutdown_reboot(c, fd, ACK_USER_VM_REBOOT, true); in user_vm_reboot_cmd_handler()

Completed in 5 milliseconds