Searched refs:F_SETLK64 (Results 1 – 6 of 6) sorted by relevance
32 #define F_SETLK64 34 macro
133 #ifdef F_SETLK64134 { F_SETLK64, "F_SETLK64" },343 #if defined(F_SETLK64) && F_SETLK64 + 0 != F_SETLK in sys_fcntl()344 case F_SETLK64: in sys_fcntl()
45 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64)
113 #define F_SETLK64 13 macro
154 public static final int F_SETLK64 = placeholder(); field in OsConstants
1305 case F_SETLK64: in PRE()