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

/freebsd-11.0-release/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-11.0-release/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-11.0-release/sys/kern/
H A Dsubr_witness.c1493 kassert_panic("upgrade of unlocked lock (%s) %s @ %s:%d",
1539 kassert_panic("downgrade of unlocked lock (%s) %s @ %s:%d",
1974 int unlocked; local
1982 unlocked = 1;
1985 unlocked = 0;
1992 if (unlocked)
/freebsd-11.0-release/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-11.0-release/sys/cam/scsi/
H A Dscsi_ses.h1355 GEN_SES_STATUS_DOOR_LOCK_ACCESSORS(unlocked, UNLOCKED)
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1842 int error = 0, newone, expireret = 0, retrycnt, unlocked; local
1863 dstuff, &unlocked);
1873 nfscl_ownerrelease(owp, error, newone, unlocked);
3490 * If the directory is unlocked/relocked,
H A Dnfs_clstate.c683 __unused int candelete, int unlocked)
689 if (!unlocked)
3930 * returns with it unlocked.
682 nfscl_ownerrelease(struct nfsclowner *owp, __unused int error, __unused int candelete, int unlocked) argument

Completed in 95 milliseconds