Home
last modified time | relevance | path

Searched refs:init_module (Results 1 – 25 of 80) sorted by relevance

1234

/external/toybox/toys/other/
Dinsmod.c24 #define init_module(mod, len, opts) syscall(SYS_init_module, mod, len, opts) macro
47 rc = init_module(buf, len, toybuf); in insmod_main()
/external/kmod/testsuite/
Dinit_module.c225 TS_EXPORT long init_module(void *mem, unsigned long len, const char *args);
236 long init_module(void *mem, unsigned long len, const char *args) in init_module() function
325 err = init_module(mem, len, args); in finit_module()
DREADME19 - Fake calls to init_module(), delete_module() and uname(), so we don't have to
/external/ltp/testcases/kernel/module/query_module/
Ddummy_query_mod_dep.c38 int init_module(void) in init_module() function
Ddummy_query_mod.c36 int init_module(void) in init_module() function
/external/strace/
Dbjm.c46 SYS_FUNC(init_module) in SYS_FUNC() argument
/external/kmod/port-gnu/
Dconfig.h176 #define init_module darwin_init_module macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h434 uint32_t init_module; member
447 uint64_t init_module; member
/external/ltp/include/lapi/syscalls/
Daarch64.in107 init_module 105
Dia64.in106 init_module 1133
Dx86_64.in175 init_module 175
Dsparc.in195 init_module 190
Dsparc64.in173 init_module 190
Ds390.in93 init_module 128
Ds390x.in93 init_module 128
Di386.in129 init_module 128
Dpowerpc.in129 init_module 128
Dpowerpc64.in129 init_module 128
Dsh.in129 init_module 128
/external/llvm/include/llvm/Support/
DMachO.h647 uint32_t init_module; member
660 uint64_t init_module; member
1122 sys::swapByteOrder(r.init_module); in swapStruct()
1135 sys::swapByteOrder(r.init_module); in swapStruct()
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c179 int init_module(void) in init_module() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h649 uint32_t init_module; member
662 uint64_t init_module; member
1130 sys::swapByteOrder(r.init_module); in swapStruct()
1143 sys::swapByteOrder(r.init_module); in swapStruct()
/external/strace/tests/
Dpure_executables.list99 init_module
Dpure_executables.am100 init_module \
/external/strace/tests-m32/
Dpure_executables.am100 init_module \

1234