Searched refs:unlocked (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c50 int dounlock, expmode, perform, unlocked, unlockflag, waslocked; variable
183 unlocked = locker_expansion & unlockflag;
184 if (unlocked<waslocked && workstat.st_mode&(S_IWUSR|S_IWGRP|S_IWOTH))
187 if (unlocked && !checkaccesslist())
190 if (dorewrite(dounlock, unlocked) != 0)
214 if (quietflag < unlocked)
217 if (perform & unlocked) {
/freebsd-10-stable/lib/libkse/test/
H A Dmutex_d.exp102 Lock on unlocked mutex - PASS
106 Lock on unlocked mutex - PASS
110 Lock on unlocked mutex - PASS
114 Lock on unlocked mutex - PASS
118 Lock on unlocked mutex - PASS
122 Lock on unlocked mutex - PASS
126 Lock on unlocked mutex - PASS
130 Lock on unlocked mutex - PASS
134 Lock on unlocked mutex - PASS
138 Lock on unlocked mute
[all...]
/freebsd-10-stable/contrib/diff/src/
H A Ddiff.h26 #include <unlocked-io.h>
H A Dcmp.c37 #include <unlocked-io.h>
H A Dsdiff.c27 #include <unlocked-io.h>
H A Ddiff3.c26 #include <unlocked-io.h>
/freebsd-10-stable/sys/kern/
H A Dsubr_witness.c1480 kassert_panic("upgrade of unlocked lock (%s) %s @ %s:%d",
1526 kassert_panic("downgrade of unlocked lock (%s) %s @ %s:%d",
1962 int unlocked; local
1970 unlocked = 1;
1973 unlocked = 0;
1980 if (unlocked)
/freebsd-10-stable/contrib/gcc/
H A Dbuiltins.c4643 expand_builtin_fputs (tree arglist, rtx target, bool unlocked)
4649 unlocked, NULL_TREE);
4904 bool unlocked)
4907 /* If we're using an unlocked function, assume the other unlocked
4909 tree const fn_putchar = unlocked ? built_in_decls[BUILT_IN_PUTCHAR_UNLOCKED]
4911 tree const fn_puts = unlocked ? built_in_decls[BUILT_IN_PUTS_UNLOCKED]
5014 bool unlocked)
5017 /* If we're using an unlocked function, assume the other unlocked
4642 expand_builtin_fputs(tree arglist, rtx target, bool unlocked) argument
4902 expand_builtin_printf(tree exp, rtx target, enum machine_mode mode, bool unlocked) argument
5012 expand_builtin_fprintf(tree exp, rtx target, enum machine_mode mode, bool unlocked) argument
9854 fold_builtin_fputs(tree arglist, bool ignore, bool unlocked, tree len) argument
[all...]
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_ses.h1355 GEN_SES_STATUS_DOOR_LOCK_ACCESSORS(unlocked, UNLOCKED)
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1874 int error = 0, newone, expireret = 0, retrycnt, unlocked; local
1895 dstuff, &unlocked);
1905 nfscl_ownerrelease(nmp, owp, error, newone, unlocked);
3524 * If the directory is unlocked/relocked,
H A Dnfs_clstate.c724 __unused int error, __unused int candelete, int unlocked)
730 if (unlocked == 0) {
4033 * returns with it unlocked.
723 nfscl_ownerrelease(struct nfsmount *nmp, struct nfsclowner *owp, __unused int error, __unused int candelete, int unlocked) argument

Completed in 287 milliseconds