Searched refs:mconsole_setup (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/um/drivers/
H A Dmconsole_kern.c713 * Changed by mconsole_setup, which is __setup, and called before SMP is
754 else printk(KERN_ERR "mconsole_setup failed to strdup "
819 static int mconsole_setup(char *str) function
825 else printk(KERN_ERR "mconsole_setup : Unknown option - '%s'\n", str);
829 __setup("mconsole=", mconsole_setup);
831 __uml_help(mconsole_setup,

Completed in 115 milliseconds