Searched refs:waslocked (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c52 int dounlock, expmode, perform, unlocked, unlockflag, waslocked; variable
183 waslocked = delta && delta->lockedby;
186 if (unlocked<waslocked && workstat.st_mode&(S_IWUSR|S_IWGRP|S_IWOTH))
198 waslocked &&
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_strat_rmw.c155 int waslocked, ret; local
159 waslocked = mutex_owned(&priv->discstrat_mutex);
160 if (!waslocked)
184 if (!waslocked)
194 int waslocked; local
198 waslocked = mutex_owned(&priv->discstrat_mutex);
199 if (!waslocked)
205 if (!waslocked)
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1333 int e, exists, fdesc, fdescSafer, r, waslocked; local
1337 waslocked = 0 <= fdlock;
1345 if (exists < (mustread|waslocked))
1356 dirt = &dirtpname[waslocked];
1480 if (f && waslocked) {
/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_vnops.c1960 int waslocked; /* 1 if vnode lock was held on entry */ local
1987 waslocked = VOP_ISLOCKED(vp);
1999 if (waslocked == 0) {
2022 if (waslocked == 0)
2054 if (waslocked == 0)
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf.c1008 pf_purge_expired_src_nodes(int waslocked) argument
1011 int locked = waslocked;
1036 if (locked && !waslocked)

Completed in 182 milliseconds