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