| /freebsd-9-stable/lib/libc/sys/ |
| D | fcntl.c | 55 if (cmd == F_GETLK || cmd == F_SETLK || cmd == F_SETLKW) { in __fcntl_compat() 83 case F_SETLKW: in __fcntl_compat()
|
| /freebsd-9-stable/tools/regression/file/flock/ |
| D | flock.c | 300 res = fcntl(fd, F_SETLKW, &fl); in test3() 437 if (fcntl(fd, F_SETLKW, &fl) < 0) in test5() 457 res = fcntl(fd, F_SETLKW, &fl); in test5() 540 if (fcntl(fd, F_SETLKW, &fl) < 0) in test6() 561 res = fcntl(fd, F_SETLKW, &fl); in test6() 1019 res = fcntl(fd, F_SETLKW, &fl); in test12() 1107 res = fcntl(fd, F_SETLKW, &fl); in test13() 1200 if (fcntl(fd, F_SETLKW, &fl) < 0) { in test14() 1421 error = fcntl(tc->tc_fd, F_SETLKW, &tc->tc_fl); in test16_func()
|
| /freebsd-9-stable/contrib/sendmail/libsmutil/ |
| D | lockfile.c | 57 action = F_SETLKW;
|
| /freebsd-9-stable/crypto/heimdal/lib/roken/ |
| D | flock.c | 60 cmd = F_SETLKW; /* Blocking */ in flock()
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | lockf.c | 56 cmd = F_SETLKW; in lockf()
|
| /freebsd-9-stable/sys/compat/svr4/ |
| D | svr4_fcntl.c | 96 return F_SETLKW; 631 case F_SETLKW: 680 cmd = F_SETLKW;
|
| /freebsd-9-stable/sys/sys/ |
| D | fcntl.h | 226 #define F_SETLKW 13 /* F_SETLK; wait if blocked */ macro
|
| /freebsd-9-stable/usr.bin/at/ |
| D | at.c | 261 fcntl(lockdes, F_SETLKW, &lock); in writefile() 310 fcntl(lockdes, F_SETLKW, &lock); in writefile()
|
| /freebsd-9-stable/bin/cat/ |
| D | cat.c | 139 if (fcntl(STDOUT_FILENO, F_SETLKW, &stdout_lock) == -1) in main()
|
| /freebsd-9-stable/contrib/sendmail/libsmdb/ |
| D | smdb.c | 101 action = F_SETLKW;
|
| /freebsd-9-stable/crypto/heimdal/lib/krb5/ |
| D | fcache.c | 80 ret = fcntl(fd, F_SETLKW, &l); in _krb5_xlock() 117 ret = fcntl(fd, F_SETLKW, &l); in _krb5_xunlock()
|
| /freebsd-9-stable/sys/i386/ibcs2/ |
| D | ibcs2_fcntl.c | 311 return (kern_fcntl(td, uap->fd, F_SETLKW, (intptr_t)&fl));
|
| /freebsd-9-stable/contrib/gcc/ |
| D | gcov-io.c | 93 while (fcntl (fd, F_SETLKW, &s_flock) && errno == EINTR) in gcov_open()
|
| D | ChangeLog-2000 | 29878 (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
|
| /freebsd-9-stable/contrib/sendmail/contrib/ |
| D | mailprio | 273 eval 'sub F_SETLKW {9;}' unless defined &F_SETLKW; # lockwait 293 X $ret = fcntl($FH, ($lock & &LOCK_NB) ? &F_SETLK : &F_SETLKW, $flock);
|
| /freebsd-9-stable/usr.bin/xinstall/ |
| D | xinstall.c | 1315 if (fcntl(fileno(metafp), F_SETLKW, &metalog_lock) == -1) { in metadata_log() 1361 if (fcntl(fileno(metafp), F_SETLKW, &metalog_lock) == -1) in metadata_log()
|
| /freebsd-9-stable/lib/libthr/thread/ |
| D | thr_syscalls.c | 272 if (cmd == F_OSETLKW || cmd == F_SETLKW) { in __fcntl()
|
| /freebsd-9-stable/sys/compat/linux/ |
| D | linux_file.c | 1381 return (kern_fcntl(td, args->fd, F_SETLKW, in fcntl_common() 1466 return (kern_fcntl(td, args->fd, F_SETLKW, in linux_fcntl64()
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_descrip.c | 402 cmd = F_SETLKW; in sys_fcntl() 409 case F_SETLKW: in sys_fcntl() 616 case F_SETLKW: in kern_fcntl()
|
| /freebsd-9-stable/sys/security/audit/ |
| D | audit_bsm.c | 963 ar->ar_arg_cmd == F_SETLKW) { in kaudit_to_bsm()
|
| /freebsd-9-stable/usr.bin/truss/ |
| D | syscalls.c | 327 X(F_GETOWN) X(F_SETOWN) X(F_GETLK) X(F_SETLK) X(F_SETLKW) XEND
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | conf.c | 3566 action = F_SETLKW;
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | tm.texi | 9578 functions, access, mkdir and file locking with fcntl / F_SETLKW@.
|