Home
last modified time | relevance | path

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

/openbmc/openbmc/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
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc285 [ 284] = 0, /* inotify_init */
H A Dsyscall_o32.tbl298 284 o32 inotify_init sys_inotify_init
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl254 243 n64 inotify_init sys_inotify_init
H A Dsyscall_n32.tbl258 247 n32 inotify_init sys_inotify_init
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl298 276 common inotify_init sys_inotify_init
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl265 253 common inotify_init sys_inotify_init
/openbmc/qemu/linux-user/sh4/
H A Dsyscall.tbl300 290 common inotify_init sys_inotify_init
/openbmc/qemu/linux-user/hppa/
H A Dsyscall.tbl304 269 common inotify_init sys_inotify_init
/openbmc/qemu/linux-user/m68k/
H A Dsyscall.tbl294 284 common inotify_init sys_inotify_init
/openbmc/qemu/linux-user/microblaze/
H A Dsyscall.tbl301 291 common inotify_init sys_inotify_init
/openbmc/qemu/linux-user/alpha/
H A Dsyscall.tbl375 444 common inotify_init sys_inotify_init
/openbmc/qemu/linux-user/sparc/
H A Dsyscall.tbl188 151 common inotify_init sys_inotify_init
/openbmc/qemu/linux-user/arm/
H A Dsyscall.tbl334 316 common inotify_init sys_inotify_init
/openbmc/qemu/linux-user/i386/
H A Dsyscall_32.tbl306 291 i386 inotify_init sys_inotify_init
/openbmc/qemu/linux-user/s390x/
H A Dsyscall.tbl293 284 common inotify_init sys_inotify_init sys_inotify_init
/openbmc/qemu/linux-user/ppc/
H A Dsyscall.tbl360 275 nospu inotify_init sys_inotify_init
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp1432 int fd = inotify_init(); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch704 + "inotify_init", /* 243 */
/openbmc/qemu/linux-user/
H A Dstrace.list446 { TARGET_NR_inotify_init, "inotify_init" , NULL, NULL, NULL },