Searched refs:CommandLineOverflow (Results 1 – 1 of 1) sorted by relevance
24 CommandLineOverflow, enumerator48 CommandLineOverflow => "command line overflowed guest memory", in fmt()165 .ok_or(Error::CommandLineOverflow)?; // Extra for null termination. in load_cmdline()167 return Err(Error::CommandLineOverflow); in load_cmdline()196 Err(Error::CommandLineOverflow), in cmdline_overflow()