Searched defs:init_module (Results 1 - 10 of 10) sorted by relevance

/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/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/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi_cmds.c583 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/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);

Completed in 220 milliseconds