Searched refs:line_remove (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/um/include/shared/ |
D | line.h | 99 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
|
/linux-2.6.39/arch/um/drivers/ |
D | stdio_console.c | 96 return line_remove(vts, ARRAY_SIZE(vts), n, error_out); in con_remove()
|
D | ssl.c | 93 return line_remove(serial_lines, ARRAY_SIZE(serial_lines), n, in ssl_remove()
|
D | line.c | 643 int line_remove(struct line *lines, unsigned int num, int n, char **error_out) in line_remove() function
|