Searched refs:init_module (Results 1 - 25 of 43) sorted by relevance

12

/external/ltp/testcases/kernel/module/query_module/
H A Ddummy_query_mod.c36 int init_module(void) function
H A Ddummy_query_mod_dep.c38 int init_module(void) function
/external/strace/
H A Dbjm.c46 SYS_FUNC(init_module)
H A Dsys_func.h90 extern SYS_FUNC(init_module);
/external/toybox/toys/other/
H A Dinsmod.c24 #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 Dconfig.h176 #define init_module darwin_init_module macro
/external/kmod/testsuite/
H A Dinit_module.c188 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 DLtpfsCmds.c179 int init_module(void) function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h434 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 DMachO.h647 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 Dltp_acpi_cmds.c583 int init_module(void) function
/external/strace/linux/32/
H A Dsyscallent.h113 [105] = { 3, 0, SEN(init_module), "init_module" },
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h649 uint32_t init_module; member in struct:llvm::MachO::routines_command
662 uint64_t init_module; member in struct:llvm::MachO::routines_command_64
1130 sys::swapByteOrder(r.init_module);
1143 sys::swapByteOrder(r.init_module);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp389 IO.mapRequired("init_module", LoadCommand.init_module);
402 IO.mapRequired("init_module", LoadCommand.init_module);
/external/strace/linux/64/
H A Dsyscallent.h106 [105] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/avr32/
H A Dsyscallent.h144 [115] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/hppa/
H A Dsyscallent.h134 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/x86_64/
H A Dsyscallent.h176 [175] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/xtensa/
H A Dsyscallent.h205 [210] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/arm/
H A Dsyscallent.h158 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/i386/
H A Dsyscallent.h158 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/ia64/
H A Dsyscallent.h154 [1133] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/m68k/
H A Dsyscallent.h158 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/mips/
H A Dsyscallent-n32.h171 [6168] = { 3, 0, SEN(init_module), "init_module" },
H A Dsyscallent-n64.h171 [5168] = { 3, 0, SEN(init_module), "init_module" },

Completed in 529 milliseconds

12