Home
last modified time | relevance | path

Searched refs:F_NOTIFY (Results 1 – 25 of 34) sorted by relevance

12

/external/strace/xlat/
Dfcntlcmds.h338 #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),
Dfcntlcmds.in92 F_NOTIFY (1024 + 2)
/external/linux-kselftest/tools/testing/selftests/filesystems/
Ddnotify_test.c28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT); in main()
/external/kernel-headers/original/uapi/linux/
Dfcntl.h23 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
/external/python/cpython3/Modules/
Dfcntlmodule.c539 #ifdef F_NOTIFY in all_ins()
540 if (PyModule_AddIntMacro(m, F_NOTIFY)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c524 #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/
Dtest_fcntl.py117 cmd = fcntl.F_NOTIFY
/external/strace/
Dfcntl.c123 case F_NOTIFY: in print_fcntl()
/external/python/cpython3/Lib/test/
Dtest_fcntl.py116 cmd = fcntl.F_NOTIFY
/external/strace/tests-m32/
Dfcntl-common.c347 { 0, ARG_STR(F_NOTIFY), ARG_STR(DN_ACCESS) }, in test_fcntl_others()
/external/strace/tests/
Dfcntl-common.c347 { 0, ARG_STR(F_NOTIFY), ARG_STR(DN_ACCESS) }, in test_fcntl_others()
/external/strace/tests-mx32/
Dfcntl-common.c347 { 0, ARG_STR(F_NOTIFY), ARG_STR(DN_ACCESS) }, in test_fcntl_others()
/external/syzkaller/sys/linux/
Dsys_386.const153 F_NOTIFY = 1026
Dsys_amd64.const153 F_NOTIFY = 1026
Dsys_ppc64le.const153 F_NOTIFY = 1026
Dsys_arm.const153 F_NOTIFY = 1026
Dsys_arm64.const153 F_NOTIFY = 1026
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go465 F_NOTIFY = 0x402 const
Dzerrors_linux_mips64le.go532 F_NOTIFY = 0x402 const
Dzerrors_linux_ppc64.go532 F_NOTIFY = 0x402 const
Dzerrors_linux_arm.go532 F_NOTIFY = 0x402 const
Dzerrors_linux_mips64.go532 F_NOTIFY = 0x402 const
Dzerrors_linux_ppc64le.go532 F_NOTIFY = 0x402 const
Dzerrors_linux_arm64.go535 F_NOTIFY = 0x402 const
Dzerrors_linux_386.go533 F_NOTIFY = 0x402 const

12