tag | line | file | source code |
---|---|---|---|
get_options | 4164 | drivers/block/floppy.c | extern char *get_options(char *str, int *ints); |
get_options | 4180 | drivers/block/floppy.c | floppy_setup(get_options(ptr,ints),ints); |
get_options | 4206 | drivers/block/floppy.c | setup(get_options(buffer,ints),ints); |
get_options | 436 | init/main.c | bootsetups[i].setup_func(get_options(line+n,ints), ints); |
get_options | 66 | kernel/ksyms.c | extern char *get_options(char *str, int *ints); |
get_options | 89 | kernel/ksyms.c | X(get_options), |