Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfcntlcmds.h118 #if defined(F_NOTIFY) || (defined(HAVE_DECL_F_NOTIFY) && HAVE_DECL_F_NOTIFY)
119 XLAT(F_NOTIFY),
Dfcntlcmds.in39 F_NOTIFY
/external/kernel-headers/original/uapi/linux/
Dfcntl.h22 #define F_NOTIFY (F_LINUX_SPECIFIC_BASE+2) macro
/external/strace/
Ddesc.c180 #ifdef F_NOTIFY in sys_fcntl()
181 case F_NOTIFY: in sys_fcntl()
203 #ifdef F_NOTIFY in sys_fcntl()
204 case F_NOTIFY: in sys_fcntl()
DChangeLog-CVS88 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.
90 * desc.c: Add F_SETLEASE, F_GETLEASE, F_NOTIFY,