Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H A Dubd_kern.c222 /* If *index_out == -1 at exit, the passed option was a general one;
226 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument
233 if(index_out) *index_out = -1; in ubd_setup_common()
265 if (index_out) in ubd_setup_common()
266 *index_out = n; in ubd_setup_common()
H A Dvector_kern.c707 static int vector_parse(char *str, int *index_out, char **str_out, in vector_parse() argument
733 *index_out = n; in vector_parse()