Searched refs:nbcon_alloc (Results 1 – 3 of 3) sorted by relevance
105 bool nbcon_alloc(struct console *con);197 static inline bool nbcon_alloc(struct console *con) { return false; } in nbcon_alloc() function
1670 bool nbcon_alloc(struct console *con) in nbcon_alloc() function
4013 if (!nbcon_alloc(newcon)) in register_console()