HomeSort by relevance Sort by last modified time
    Searched refs:F_UNLCK (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/strace/xlat/
lockfcmds.h 17 #if defined(F_UNLCK) || (defined(HAVE_DECL_F_UNLCK) && HAVE_DECL_F_UNLCK)
18 XLAT(F_UNLCK),
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl19.c 205 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 0, 0) < 0) {
210 compare_lock(&fl, (short)F_UNLCK, (short)0, 0, 0, (pid_t) 0);
223 return ("F_UNLCK");
332 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 5) < 0) {
348 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
375 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 6) < 0) {
391 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
419 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 8) < 0) {
435 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
463 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 13, 5) < 0)
    [all...]
fcntl20.c 204 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 0, 0) < 0) {
209 compare_lock(&fl, (short)F_UNLCK, (short)0, 0, 0, (pid_t) 0);
222 return ("F_UNLCK");
331 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 5) < 0) {
347 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
374 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 6) < 0) {
390 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
417 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 5, 8) < 0) {
433 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
460 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 13, 5) < 0)
    [all...]
fcntl06.c 104 if (do_lock(F_RSETLK, F_UNLCK, 0, 5, 5) == -1)
151 if (do_lock(F_RSETLK, (short)F_UNLCK, (short)0, 0, 0) == -1) {
fcntl11.c 181 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 0, 0) < 0)
184 compare_lock(&fl, (short)F_UNLCK, (short)0, 0, 0, (pid_t) 0);
197 return ("F_UNLCK");
305 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0);
343 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0);
381 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0);
419 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0);
463 compare_lock(&tl, (short)F_UNLCK, (short)0, 20, 0, 0);
502 compare_lock(&tl, (short)F_UNLCK, (short)0, 18, 0, 0);
543 compare_lock(&tl, (short)F_UNLCK, (short)0, 19, 0, 0)
    [all...]
fcntl21.c 212 if (do_lock(F_SETLK, (short)F_UNLCK, (short)0, 0, 0) < 0) {
217 compare_lock(&fl, (short)F_UNLCK, (short)0, 0, 0, (pid_t) 0);
230 return ("F_UNLCK");
424 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0);
474 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0);
524 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0);
574 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0);
630 compare_lock(&tl, (short)F_UNLCK, (short)0, 20, 0, 0);
681 compare_lock(&tl, (short)F_UNLCK, (short)0, 18, 0, 0);
734 compare_lock(&tl, (short)F_UNLCK, (short)0, 19, 0, 0)
    [all...]
fcntl23.c 151 TEST(fcntl(fd, F_SETLEASE, F_UNLCK));
154 "fcntl(%s, F_SETLEASE, F_UNLCK) did not return 0, returned %ld",
fcntl24.c 156 TEST(fcntl(fd, F_SETLEASE, F_UNLCK));
159 "fcntl(%s, F_SETLEASE, F_UNLCK) did not return 0, returned %ld",
fcntl25.c 157 TEST(fcntl(fd, F_SETLEASE, F_UNLCK));
160 "fcntl(%s, F_SETLEASE, F_UNLCK) did not return 0, returned %ld",
fcntl26.c 157 TEST(fcntl(fd, F_SETLEASE, F_UNLCK));
160 "fcntl(%s, F_SETLEASE, F_UNLCK) did not return 0, returned %ld",
  /external/ppp/pppd/plugins/radius/
lock.c 41 fl.l_type = F_UNLCK;
  /bionic/libc/bionic/
lockf.cpp 44 fl.l_type = F_UNLCK;
62 if (fl.l_type == F_UNLCK || fl.l_pid == getpid()) return 0;
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock.h 15 lock_reg(fd, F_UNLCK, offset, whence, len, F_SETLK)
21 lock_reg(fd, F_UNLCK, offset, whence, len, F_SETLKW)
nfs_flock_func.c 32 if (lock.l_type == F_UNLCK)
  /external/ltp/testcases/kernel/fs/doio/
file_lock.c 78 flocks.l_type = F_UNLCK;
150 flocks.l_type = F_UNLCK;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 111 #define F_UNLCK 2 ///< unlock
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
11-1.c 43 if (fl.l_type == F_UNLCK) {
44 printf("Child found lock is F_UNLCK, should be F_WRLCK\n");
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 206 flock_v.l_type = F_UNLCK;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 206 flock_v.l_type = F_UNLCK;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 206 flock_v.l_type = F_UNLCK;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 206 flock_v.l_type = F_UNLCK;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 206 flock_v.l_type = F_UNLCK;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 206 flock_v.l_type = F_UNLCK;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 139 #define F_UNLCK 2
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 129 #define F_UNLCK 2

Completed in 337 milliseconds

1 2 3 4 5 6