Home
last modified time | relevance | path

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

/linux-6.1.9/arch/um/drivers/
Dstdio_console.c45 static int con_remove(int n, char **con_remove);
64 .remove = con_remove,
85 static int con_remove(int n, char **error_out) in con_remove() function