Home
last modified time | relevance | path

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

/kernel/
Dmodule.c2523 static char *next_string(char *string, unsigned long *secsize) in next_string() function
2557 modinfo = next_string(prev, &size); in get_next_modinfo()
2560 for (p = modinfo; p; p = next_string(p, &size)) { in get_next_modinfo()