Home
last modified time | relevance | path

Searched refs:con_remove (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/arch/um/drivers/
Dstdio_console.c45 static int con_remove(int n, char **con_remove);
66 .remove = con_remove,
87 static int con_remove(int n, char **error_out) in con_remove() function