Home
last modified time | relevance | path

Searched refs:F_GETLK64 (Results 1 – 14 of 14) sorted by relevance

/sysdeps/unix/sysv/linux/powerpc/powerpc64/
A Dsysdep.h29 if (cmd_ >= F_GETLK64 && cmd_ <= F_SETLKW64) \
30 cmd_ -= F_GETLK64 - F_GETLK; \
/sysdeps/unix/sysv/linux/mips/bits/
A Dfcntl.h49 # define F_GETLK F_GETLK64 /* Get record locking info. */
55 # define F_GETLK64 33 /* Get record locking info. */ macro
59 # define F_GETLK64 14 /* Get record locking info. */ macro
/sysdeps/unix/sysv/linux/ia64/bits/
A Dfcntl.h27 #define F_GETLK64 5 /* Get record locking info. */ macro
/sysdeps/unix/sysv/linux/aarch64/bits/
A Dfcntl.h35 # define F_GETLK64 5 macro
/sysdeps/unix/sysv/linux/riscv/bits/
A Dfcntl.h31 # define F_GETLK64 5 /* Get record locking info. */ macro
/sysdeps/unix/sysv/linux/x86/bits/
A Dfcntl.h29 # define F_GETLK64 5 /* Get record locking info. */ macro
/sysdeps/mach/hurd/
A Dfcntl.c142 cmd = F_GETLK64; in __libc_fcntl()
184 case F_GETLK64: in __libc_fcntl()
198 else if (cmd == F_GETLK64) in __libc_fcntl()
220 case F_GETLK64: in __libc_fcntl()
247 case F_GETLK64: in __libc_fcntl()
/sysdeps/unix/sysv/linux/s390/bits/
A Dfcntl.h32 # define F_GETLK64 5 /* Get record locking info. */ macro
/sysdeps/mach/hurd/bits/
A Dfcntl.h167 # define F_GETLK F_GETLK64
175 #define F_GETLK64 10 /* Get record locking info. */ macro
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dfcntl.h48 #define F_GETLK64 12 /* Get record locking info. */ macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dfcntl.h49 #define F_GETLK64 F_GETLK /* Get record locking info. */ macro
/sysdeps/unix/sysv/linux/hppa/bits/
A Dfcntl.h41 #define F_GETLK64 8 /* Get record locking info. */ macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dfcntl.h63 # define F_GETLK64 7 /* Get record locking info. */ macro
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h109 # define F_GETLK F_GETLK64 /* Get record locking info. */
114 #ifndef F_GETLK64
115 # define F_GETLK64 12 /* Get record locking info. */ macro

Completed in 14 milliseconds