Searched refs:F_WRLCK (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dlockf.c64 fl.l_type = F_WRLCK;
68 fl.l_type = F_WRLCK;
71 fl.l_type = F_WRLCK;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dlockf.c45 # ifdef F_WRLCK
87 file_lock.l_type = F_WRLCK;
/macosx-10.10/ruby-106/ruby/ext/fcntl/
H A Dfcntl.c155 #ifdef F_WRLCK
156 /* Document-const: F_WRLCK
160 rb_define_const(mFcntl, "F_WRLCK", INT2NUM(F_WRLCK));
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Ddsm_unix.c132 farg.l_type = F_WRLCK;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dftruncate.c55 fl.l_type = F_WRLCK; /* write lock on file space */
/macosx-10.10/ksh-23/ksh/src/lib/libast/features/
H A Dfcntl.c158 #ifndef F_WRLCK
162 if (F_WRLCK > f_lck) f_lck = F_WRLCK;
200 #ifndef F_WRLCK
201 printf("#define F_WRLCK %d\n", f_lck++);
/macosx-10.10/ksh-23/ksh/src/lib/libast/aso/
H A Daso-fcntl.c61 lock.l_type = F_WRLCK;
133 lock.l_type = F_WRLCK;
177 lock.l_type = F_WRLCK;
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_flock.c42 fl.l_type = acquire ? F_WRLCK : F_UNLCK;
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmyflock.c127 F_UNLCK, F_RDLCK, F_WRLCK
/macosx-10.10/ruby-106/ruby/missing/
H A Dflock.c37 lock.l_type = F_WRLCK;
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dfile_lock.c51 fl.l_type = F_WRLCK;
H A Dcascade_fcntl.c135 fl.l_type = F_WRLCK;
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dflock.c69 arg.l_type = F_WRLCK;
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dflock.c41 l.l_type = F_WRLCK;
/macosx-10.10/uucp-11/uucp/unix/
H A Dtrunc.c96 fl.l_type = F_WRLCK;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_lockf.c475 if (lock->lf_type == F_WRLCK)
569 lock->lf_type == F_WRLCK) {
575 lock->lf_type = F_WRLCK;
706 overlap->lf_type == F_WRLCK)
746 overlap->lf_type == F_WRLCK) {
989 if ((lock->lf_type == F_WRLCK || overlap->lf_type == F_WRLCK))
1294 lock->lf_type == F_WRLCK ? "exclusive" :
1300 lock->lf_type == F_WRLCK ? "exclusive" :
1341 lf->lf_type == F_WRLCK
[all...]
/macosx-10.10/NFS-82/rpc.lockd/
H A Dkern.c247 case F_WRLCK:
472 msg->lm_fl.l_type == F_WRLCK ? "write" : "read",
480 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
501 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
538 msg->lm_fl.l_type == F_WRLCK ? "write" : "read",
547 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
569 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
607 msg->lm_fl.l_type == F_WRLCK ? "write" : "read",
614 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
634 arg.exclusive = msg->lm_fl.l_type == F_WRLCK
[all...]
/macosx-10.10/BerkeleyDB-21/db/mutex/
H A Dmut_fcntl.c86 k_lock.l_type = F_WRLCK;
/macosx-10.10/sudo-73/src/
H A Dfileops.c141 lock.l_type = (lockit == SUDO_UNLOCK) ? F_UNLCK : F_WRLCK;
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dtdb.c146 F_WRLCK, F_SETLKW) != 0) {
173 F_WRLCK, F_SETLKW) != 0) {
1163 tdb_brlock(&tdb, GLOBAL_LOCK, LOCK_SET, F_WRLCK, F_SETLKW);
1168 if (tdb_brlock(&tdb, ACTIVE_LOCK, LOCK_SET, F_WRLCK, F_SETLK) == 0) {
1170 tdb_brlock(&tdb, ACTIVE_LOCK, LOCK_CLEAR, F_WRLCK, F_SETLK);
1228 tdb_brlock(&tdb, GLOBAL_LOCK, LOCK_CLEAR, F_WRLCK, F_SETLKW);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dunix++.h180 void lock(int type = F_WRLCK, const Pos &pos = lockAll());
181 bool tryLock(int type = F_WRLCK, const Pos &pos = lockAll());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunix++.h180 void lock(int type = F_WRLCK, const Pos &pos = lockAll());
181 bool tryLock(int type = F_WRLCK, const Pos &pos = lockAll());
/macosx-10.10/lsof-53/lsof/tests/
H A DLTlock.c450 fl.l_type = F_WRLCK;
456 fl.l_type = F_WRLCK;
/macosx-10.10/removefile-35/
H A Dremovefile_sunlink.c312 if (fcntl(state->file, F_WRLCK, &flock) == -1) {
425 if (fcntl(state->file, F_WRLCK, &flock) == -1) {
/macosx-10.10/srm-7/srm/src/
H A Dsunlink.c349 if (fcntl(file, F_WRLCK, &flock) == -1) {
475 if (fcntl(file, F_WRLCK, &flock) == -1) {

Completed in 288 milliseconds

123