Searched refs:F_RDLCK (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/tools/compat/
H A Dflock.c55 fl.l_type = F_RDLCK;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmyflock.c129 F_UNLCK, F_RDLCK, F_WRLCK
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dflock.c67 arg.l_type = F_RDLCK;
/netbsd-current/sys/kern/
H A Dvfs_lockf.c71 short lf_type; /* Lock type: F_RDLCK, F_WRLCK */
141 lock->lf_type == F_RDLCK ? "shared" :
164 lf->lf_type == F_RDLCK ? "shared" :
175 blk->lf_type == F_RDLCK ? "shared" :
660 if (lock->lf_type == F_RDLCK &&
691 if (lock->lf_type == F_RDLCK &&
H A Dsys_descrip.c264 case F_RDLCK:
301 if (fl->l_type != F_RDLCK &&
648 lf.l_type = F_RDLCK;
H A Dvfs_syscalls.c298 lf.l_type = F_RDLCK;
/netbsd-current/tests/kernel/
H A Dt_lockf.c91 fl.l_type = F_RDLCK;
/netbsd-current/sys/sys/
H A Dfcntl.h211 #define F_RDLCK 1 /* shared or read lock */ macro
/netbsd-current/sys/compat/ultrix/
H A Dultrix_misc.c700 fl->l_type = F_RDLCK;
727 case F_RDLCK:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov-io.cc122 s_flock.l_type = F_RDLCK;
/netbsd-current/tests/fs/vfs/
H A Dt_vnops.c800 l.l_type = F_RDLCK | F_WRLCK;
822 l.l_type = F_RDLCK | F_WRLCK;
855 const struct flock l = { start, len, 0, F_RDLCK, SEEK_SET };
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-io.c154 s_flock.l_type = F_RDLCK;
/netbsd-current/sys/compat/sunos/
H A Dsunos_ioctl.c954 case F_RDLCK:
984 oflp->l_type = F_RDLCK;
/netbsd-current/sys/compat/sunos32/
H A Dsunos32_ioctl.c980 case F_RDLCK:
1010 oflp->l_type = F_RDLCK;
/netbsd-current/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c1912 fl.l_type = F_RDLCK;
2019 fl.l_type = F_RDLCK;
2198 fl.l_type = F_RDLCK;
H A Dnlm_advlock.c1105 fl->l_type = F_RDLCK;
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A Dtdb.c1164 tdb_brlock(&tdb, ACTIVE_LOCK, LOCK_SET, F_RDLCK, F_SETLKW);
/netbsd-current/lib/libukfs/
H A Dukfs.c472 flarg.l_type = rdonly ? F_RDLCK : F_WRLCK;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d1229 import core.sys.posix.fcntl : F_RDLCK, F_SETLKW, F_WRLCK;
1232 ? F_WRLCK : F_RDLCK;
1264 import core.sys.posix.fcntl : F_RDLCK, F_SETLK, F_WRLCK;
1267 ? F_WRLCK : F_RDLCK;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d1519 import core.sys.posix.fcntl : F_RDLCK, F_SETLKW, F_WRLCK;
1522 ? F_WRLCK : F_RDLCK;
1554 import core.sys.posix.fcntl : F_RDLCK, F_SETLK, F_WRLCK;
1557 ? F_WRLCK : F_RDLCK;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dfcache.c85 l.l_type = exclusive ? F_WRLCK : F_RDLCK;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c1513 f.l_type = F_RDLCK;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c1513 f.l_type = F_RDLCK;
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c5620 ltype = F_RDLCK;
5626 oldltype = F_RDLCK;
5629 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK))
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clrpcops.c3851 if (fl->l_type == F_RDLCK)
3887 fl->l_type = F_RDLCK;
3974 if (type == F_RDLCK)

Completed in 519 milliseconds

12