Searched refs:inotify_init (Results 1 – 20 of 20) sorted by relevance
129 def inotify_init(self): member in INotifyWrapper156 fd = inotify_syscalls.inotify_init()206 self._libc.inotify_init.argtypes = []207 self._libc.inotify_init.restype = ctypes.c_int221 return self._libc.inotify_init()1725 self._fd = self._inotify_wrapper.inotify_init() # file descriptor
285 [ 284] = 0, /* inotify_init */
298 284 o32 inotify_init sys_inotify_init
254 243 n64 inotify_init sys_inotify_init
258 247 n32 inotify_init sys_inotify_init
298 276 common inotify_init sys_inotify_init
265 253 common inotify_init sys_inotify_init
300 290 common inotify_init sys_inotify_init
304 269 common inotify_init sys_inotify_init
294 284 common inotify_init sys_inotify_init
301 291 common inotify_init sys_inotify_init
375 444 common inotify_init sys_inotify_init
188 151 common inotify_init sys_inotify_init
334 316 common inotify_init sys_inotify_init
306 291 i386 inotify_init sys_inotify_init
293 284 common inotify_init sys_inotify_init sys_inotify_init
360 275 nospu inotify_init sys_inotify_init
1432 int fd = inotify_init(); in main()
704 + "inotify_init", /* 243 */
446 { TARGET_NR_inotify_init, "inotify_init" , NULL, NULL, NULL },