Home
last modified time | relevance | path

Searched refs:inotify_init (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dinotify.h85 extern int inotify_init (void) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dinotify.h85 extern int inotify_init (void) __THROW;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py129 def inotify_init(self): member in INotifyWrapper
156 fd = inotify_syscalls.inotify_init()
206 self._libc.inotify_init.argtypes = []
207 self._libc.inotify_init.restype = ctypes.c_int
221 return self._libc.inotify_init()
1725 self._fd = self._inotify_wrapper.inotify_init() # file descriptor
/OK3568_Linux_fs/kernel/kernel/
H A Dsys_ni.c398 COND_SYSCALL(inotify_init);
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl258 247 n32 inotify_init sys_inotify_init
H A Dsyscall_n64.tbl254 243 n64 inotify_init sys_inotify_init
H A Dsyscall_o32.tbl298 284 o32 inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl265 253 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl298 276 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c691 SYSCALL_DEFINE0(inotify_init) in SYSCALL_DEFINE0() argument
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl264 253 common inotify_init sys_inotify_init
H A Dsyscall_32.tbl305 291 i386 inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl264 253 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl294 284 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl304 269 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl301 291 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl293 284 common inotify_init sys_inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl333 316 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl300 290 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl293 284 common inotify_init sys_inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl375 444 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl188 151 common inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl360 275 nospu inotify_init sys_inotify_init
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl354 275 nospu inotify_init sys_inotify_init
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch704 + "inotify_init", /* 243 */

12