Searched defs:mod (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/modutils/ |
D | modutils.c | 12 #define init_module(mod, len, opts) syscall(__NR_init_module, mod, len, opts) argument 16 #define delete_module(mod, flags) syscall(__NR_delete_module, mod, flags) argument
|
D | modprobe-small.c | 32 #define init_module(mod, len, opts) syscall(__NR_init_module, mod, len, opts) argument 33 #define delete_module(mod, flags) syscall(__NR_delete_module, mod, flags) argument
|
/busybox-1.35.0/miscutils/ |
D | dc.c | 93 static void mod(void) in mod() function
|
/busybox-1.35.0/scripts/kconfig/ |
D | expr.h | 31 no, mod, yes enumerator
|