loader: remove shouting from ORB's variable name
[hvf.git] / cp / shell / cmd_logon.c
blob1345564e3261d3b314baea5e9be2a32b16c2e28b
1 /*
2 * (C) Copyright 2007-2011 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
4 * This file is released under the GPLv2. See the COPYING file for more
5 * details.
6 */
8 /*
9 *!!! LOGON
10 *!! SYNTAX
11 *! \tok{\sc LOGON} <userid>
12 *!! XATNYS
13 *!! AUTH none
14 *!! PURPOSE
15 *! Log on to a virtual machine.
18 static int cmd_logon_fail(struct virt_sys *sys, char *cmd, int len)
20 con_printf(sys->con, "ALREADY LOGGED ON\n");
21 return 0;