Searched refs:F_NOTIFY (Results 1 – 25 of 34) sorted by relevance
12
/external/strace/xlat/ |
D | fcntlcmds.h | 338 #if defined(F_NOTIFY) || (defined(HAVE_DECL_F_NOTIFY) && HAVE_DECL_F_NOTIFY) 340 static_assert((F_NOTIFY) == ((1024 + 2)), "F_NOTIFY != (1024 + 2)"); 343 # define F_NOTIFY (1024 + 2) 489 XLAT(F_NOTIFY),
|
D | fcntlcmds.in | 92 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/cpython3/Modules/ |
D | fcntlmodule.c | 539 #ifdef F_NOTIFY in all_ins() 540 if (PyModule_AddIntMacro(m, F_NOTIFY)) return -1; in all_ins()
|
/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/cpython2/Lib/test/ |
D | test_fcntl.py | 117 cmd = fcntl.F_NOTIFY
|
/external/strace/ |
D | fcntl.c | 123 case F_NOTIFY: in print_fcntl()
|
/external/python/cpython3/Lib/test/ |
D | test_fcntl.py | 116 cmd = fcntl.F_NOTIFY
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 347 { 0, ARG_STR(F_NOTIFY), ARG_STR(DN_ACCESS) }, in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 347 { 0, ARG_STR(F_NOTIFY), ARG_STR(DN_ACCESS) }, in test_fcntl_others()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 347 { 0, ARG_STR(F_NOTIFY), ARG_STR(DN_ACCESS) }, in test_fcntl_others()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 153 F_NOTIFY = 1026
|
D | sys_amd64.const | 153 F_NOTIFY = 1026
|
D | sys_ppc64le.const | 153 F_NOTIFY = 1026
|
D | sys_arm.const | 153 F_NOTIFY = 1026
|
D | sys_arm64.const | 153 F_NOTIFY = 1026
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 465 F_NOTIFY = 0x402 const
|
D | zerrors_linux_mips64le.go | 532 F_NOTIFY = 0x402 const
|
D | zerrors_linux_ppc64.go | 532 F_NOTIFY = 0x402 const
|
D | zerrors_linux_arm.go | 532 F_NOTIFY = 0x402 const
|
D | zerrors_linux_mips64.go | 532 F_NOTIFY = 0x402 const
|
D | zerrors_linux_ppc64le.go | 532 F_NOTIFY = 0x402 const
|
D | zerrors_linux_arm64.go | 535 F_NOTIFY = 0x402 const
|
D | zerrors_linux_386.go | 533 F_NOTIFY = 0x402 const
|
12