| tag | line | file | source code |
| modname | 96 | drivers/char/misc.c | char modname[20]; |
| modname | 97 | drivers/char/misc.c | sprintf(modname, "char-major-%d-%d", MISC_MAJOR, minor); |
| modname | 98 | drivers/char/misc.c | request_module(modname); |
| modname | 225 | drivers/char/tty_io.c | char modname [20]; |
| modname | 226 | drivers/char/tty_io.c | sprintf(modname, "tty-ldisc-%d", ldisc); |
| modname | 227 | drivers/char/tty_io.c | request_module (modname); |
| modname | 579 | fs/exec.c | char modname[20]; |
| modname | 585 | fs/exec.c | sprintf(modname, "binfmt-%hd", *(short*)(&bprm->buf)); |
| modname | 586 | fs/exec.c | request_module(modname); |
| modname | 359 | net/core/net_alias.c | char modname[20]; |
| modname | 360 | net/core/net_alias.c | sprintf (modname,"netalias-%d", family); |
| modname | 361 | net/core/net_alias.c | request_module(modname); |