Searched refs:F_GETLK (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/lib/libc/gen/
H A Dlockf.c72 if (fcntl(filedes, F_GETLK, &fl) == -1)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d63 F_GETLK
110 enum F_GETLK = 5;
116 enum F_GETLK = 5;
122 enum F_GETLK = 5;
129 enum F_GETLK = 5;
136 enum F_GETLK = 12;
142 enum F_GETLK = 5;
409 enum F_GETLK = 7;
453 enum F_GETLK = 11;
514 enum F_GETLK
[all...]
/netbsd-current/sys/compat/linux/common/
H A Dlinux_fcntl.h166 fl_error = do_fcntl_lock(fd, F_GETLK, &bfl); \
/netbsd-current/sys/kern/
H A Dsys_descrip.c300 case F_GETLK:
307 error = (*fo_advlock)(fp, p, F_GETLK, fl, F_POSIX);
363 case F_GETLK:
368 if (cmd == F_GETLK && error == 0)
H A Dvfs_lockf.c864 case F_GETLK:
885 case F_GETLK:
936 case F_GETLK:
/netbsd-current/sys/sys/
H A Dfcntl.h189 #define F_GETLK 7 /* get record locking information */ macro
210 /* record locking flags (F_GETLK, F_SETLK, F_SETLKW) */
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h240 #define F_GETLK 7 /* Get record locking info. */ macro
/netbsd-current/sys/compat/ultrix/
H A Dultrix_misc.c747 case F_GETLK:
757 if (SCARG(uap, cmd) != F_GETLK || error != 0)
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_lock.c298 msg.lm_getlk = ap->a_op == F_GETLK;
/netbsd-current/sys/compat/sunos/
H A Dsunos_ioctl.c1050 case F_GETLK:
1068 if (error || SCARG(uap, cmd) != F_GETLK)
/netbsd-current/sys/compat/sunos32/
H A Dsunos32_ioctl.c1080 case F_GETLK:
1095 if (error || SCARG(uap, cmd) != F_GETLK)
/netbsd-current/lib/libukfs/
H A Dukfs.c481 if (fcntl(devfd, F_GETLK, &flarg) != 1)
/netbsd-current/tests/fs/vfs/
H A Dt_vnops.c860 RL(rump_sys_fcntl(fildes, F_GETLK, &l));
1085 ATF_TC_FSAPPLY(fcntl_getlock_pids,"fcntl F_GETLK w/ many procs, PR kern/44494");
/netbsd-current/sys/fs/nfs/nlm/
H A Dnlm_advlock.c367 case F_GETLK:
1048 KASSERT(!(flags & F_FLOCK), ("unexpected F_FLOCK for F_GETLK"));
H A Dnlm_prot_impl.c1913 error = VOP_ADVLOCK(vs.vs_vp, NULL, F_GETLK, &fl, F_REMOTE);
/netbsd-current/usr.bin/kdump/
H A Dkdump.c568 CASERETURN(F_GETLK);
/netbsd-current/lib/libperfuse/
H A Dops.c2992 if (op == F_GETLK)
3033 case F_GETLK:
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diotrace.c1231 case F_GETLK:
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c1087 case F_GETLK:
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c2626 Pidset = F_SETLK, Pidcheck = F_GETLK
2664 if (op == F_GETLK && lock_info.l_type != F_UNLCK)
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clrpcops.c3716 if (op == F_GETLK) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c38223 # define F_GETLK macro
38227 # define F_GETLK macro
[all...]

Completed in 1143 milliseconds