Searched refs:F_NOTIFY (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | fcntlcmds.h | 62 #if !(defined(F_NOTIFY) || (defined(HAVE_DECL_F_NOTIFY) && HAVE_DECL_F_NOTIFY)) 63 # define F_NOTIFY (1024 + 2) macro 115 XLAT(F_NOTIFY),
|
D | fcntlcmds.in | 24 F_NOTIFY (1024 + 2)
|
/external/linux-kselftest/tools/testing/selftests/filesystems/ |
D | dnotify_test.c | 28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 23 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 524 #ifdef F_NOTIFY in all_ins() 525 if (ins(d, "F_NOTIFY", (long)F_NOTIFY)) return -1; in all_ins()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 530 #ifdef F_NOTIFY in all_ins() 531 if (PyModule_AddIntMacro(m, F_NOTIFY)) return -1; in all_ins()
|
/external/python/cpython2/Lib/test/ |
D | test_fcntl.py | 117 cmd = fcntl.F_NOTIFY
|
/external/strace/ |
D | fcntl.c | 124 case F_NOTIFY: in print_fcntl()
|
D | ChangeLog-CVS | 88 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. 90 * desc.c: Add F_SETLEASE, F_GETLEASE, F_NOTIFY,
|
D | ChangeLog | 21766 * fcntl.c (print_fcntl): Print 3rd argument of F_NOTIFY, F_SETLEASE, and 27692 F_DUPFD_CLOEXEC, F_NOTIFY, F_SETLEASE, and F_GETLEASE macros.
|
/external/python/cpython3/Lib/test/ |
D | test_fcntl.py | 116 cmd = fcntl.F_NOTIFY
|
/external/python/cpython2/Misc/ |
D | NEWS | 8092 DN_MULTISHOT with F_NOTIFY).
|
/external/python/cpython3/Misc/ |
D | HISTORY | 14749 DN_MULTISHOT with F_NOTIFY).
|