/external/ltp/testcases/kernel/module/query_module/ |
H A D | dummy_query_mod.c | 36 int init_module(void) function
|
H A D | dummy_query_mod_dep.c | 38 int init_module(void) function
|
/external/strace/ |
H A D | bjm.c | 45 SYS_FUNC(init_module)
|
H A D | sys_func.h | 90 extern SYS_FUNC(init_module);
|
/external/toybox/toys/other/ |
H A D | insmod.c | 24 #define init_module(mod, len, opts) syscall(SYS_init_module, mod, len, opts) macro 40 // so we fall back to init_module if necessary. 47 rc = init_module(buf, len, toybuf);
|
/external/kmod/port-gnu/ |
H A D | config.h | 176 #define init_module darwin_init_module macro
|
/external/kmod/testsuite/ |
H A D | init_module.c | 188 fprintf(stderr, "TRAP init_module(): missing export %s?\n", 225 TS_EXPORT long init_module(void *mem, unsigned long len, const char *args); 228 * Default behavior is to try to mimic init_module behavior inside the kernel. 236 long init_module(void *mem, unsigned long len, const char *args) function 325 err = init_module(mem, len, args);
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | LtpfsCmds.c | 179 int init_module(void) function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
H A D | MachO.h | 434 uint32_t init_module; member in struct:llvm::MachO::routines_command 447 uint64_t init_module; member in struct:llvm::MachO::routines_command_64
|
/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 647 uint32_t init_module; member in struct:llvm::MachO::routines_command 660 uint64_t init_module; member in struct:llvm::MachO::routines_command_64 1122 sys::swapByteOrder(r.init_module); 1135 sys::swapByteOrder(r.init_module);
|
/external/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi_cmds.c | 583 int init_module(void) function
|
/external/strace/linux/32/ |
H A D | syscallent.h | 113 [105] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/s390x/ |
H A D | syscallent.h | 153 [128] = { 3, 0, SEN(init_module), "init_module" },
|
/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 389 IO.mapRequired("init_module", LoadCommand.init_module); 402 IO.mapRequired("init_module", LoadCommand.init_module);
|
/external/strace/linux/64/ |
H A D | syscallent.h | 106 [105] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/avr32/ |
H A D | syscallent.h | 143 [115] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/hppa/ |
H A D | syscallent.h | 133 [128] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/x86_64/ |
H A D | syscallent.h | 176 [175] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/xtensa/ |
H A D | syscallent.h | 205 [210] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/arm/ |
H A D | syscallent.h | 157 [128] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/crisv10/ |
H A D | syscallent.h | 129 [128] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/i386/ |
H A D | syscallent.h | 157 [128] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/ia64/ |
H A D | syscallent.h | 153 [1133] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/m68k/ |
H A D | syscallent.h | 157 [128] = { 3, 0, SEN(init_module), "init_module" },
|
/external/strace/linux/mips/ |
H A D | syscallent-n32.h | 171 [6168] = { 3, 0, SEN(init_module), "init_module" },
|