Home
last modified time | relevance | path

Searched refs:SYS_finit_module (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/other/
Dinsmod.c19 #ifdef SYS_finit_module
20 #define finit_module(fd, opts, flags) syscall(SYS_finit_module, fd, opts, flags)
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h760 #define SYS_finit_module 379 macro