Searched refs:exclusive (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11.0-release/include/rpcsvc/
H A Dklm_prot.x78 bool exclusive; /* FALSE if shared lock */
108 bool exclusive;
116 bool exclusive;
H A Dnlm_prot.x34 bool exclusive;
74 bool exclusive;
83 bool exclusive;
89 bool exclusive;
165 bool exclusive;
203 bool exclusive;
215 bool exclusive;
224 bool exclusive;
/freebsd-11.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.h6 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive,
H A Dlockd_lock.c128 int exclusive; member in struct:monfile
163 const bool_t exclusive, struct nlm4_holder *dest);
170 const bool_t exclusive, const int32_t svid,
340 fl->client.exclusive, fl->client.svid,
360 copy_nlm4_lock_to_nlm4_holder(src, exclusive, dest)
362 const bool_t exclusive;
366 dest->exclusive = exclusive;
444 const bool_t exclusive, const int32_t svid,
450 fl->client.exclusive
443 fill_file_lock(struct file_lock *fl, const fhandle_t *fh, const bool_t exclusive, const int32_t svid, const u_int64_t offset, const u_int64_t len, const int state, const int status, const int flags, const int blocking) argument
1895 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) argument
[all...]
H A Dlock_proc.c429 holder = testlock(&arg4, arg->exclusive, 0);
467 holder = testlock(&arg4, arg->exclusive, 0);
513 arg4.exclusive = arg->exclusive;
536 arg4.exclusive = arg->exclusive;
891 (arg->exclusive ? "true" : "false"));
894 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
928 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
986 syslog(LOG_DEBUG, "Exclusive: %s\n", (arg->exclusive
[all...]
H A Dkern.c272 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
296 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
342 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
367 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
H A Dtest.c334 arg.exclusive = 0;
/freebsd-11.0-release/sys/nlm/
H A Dnlm_prot_server.c76 dst->exclusive = src->exclusive;
87 dst->exclusive = src->exclusive;
138 args4.exclusive = argp->exclusive;
163 args4.exclusive = argp->exclusive;
184 args4.exclusive = argp->exclusive;
[all...]
H A Dnlm_prot_xdr.c28 if (!xdr_bool(xdrs, &objp->exclusive))
116 if (!xdr_bool(xdrs, &objp->exclusive))
135 if (!xdr_bool(xdrs, &objp->exclusive))
148 if (!xdr_bool(xdrs, &objp->exclusive))
260 if (!xdr_bool(xdrs, &objp->exclusive))
343 if (!xdr_bool(xdrs, &objp->exclusive))
369 if (!xdr_bool(xdrs, &objp->exclusive))
388 if (!xdr_bool(xdrs, &objp->exclusive))
H A Dnlm_advlock.c298 * before an exclusive lock is granted. The
301 * blocked exclusive lock request. We
551 dst->exclusive = src->exclusive;
577 args1.exclusive = args->exclusive;
609 args1.exclusive = args->exclusive;
638 args1.exclusive = args->exclusive;
769 int retry, block, exclusive; local
1043 int exclusive; local
[all...]
H A Dnlm_prot.h30 bool_t exclusive; member in struct:nlm_holder
76 bool_t exclusive; member in struct:nlm_lockargs
86 bool_t exclusive; member in struct:nlm_cancargs
93 bool_t exclusive; member in struct:nlm_testargs
174 bool_t exclusive; member in struct:nlm4_holder
217 bool_t exclusive; member in struct:nlm4_testargs
231 bool_t exclusive; member in struct:nlm4_lockargs
241 bool_t exclusive; member in struct:nlm4_cancargs
H A Dnlm_prot_impl.c590 granted.exclusive = af->af_granted.exclusive;
1889 accmode = argp->exclusive ? VWRITE : VREAD;
1901 if (argp->exclusive)
1915 result->stat.nlm4_testrply_u.holder.exclusive =
1996 accmode = argp->exclusive ? VWRITE : VREAD;
2008 if (argp->exclusive)
2065 af->af_granted.exclusive = argp->exclusive;
2187 if (argp->exclusive)
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_util.c118 svn_boolean_t exclusive,
146 if (exclusive)
113 svn_wc__db_util_open_db(svn_sqlite__db_t **sdb, const char *dir_abspath, const char *sdb_fname, svn_sqlite__mode_t smode, svn_boolean_t exclusive, apr_int32_t timeout, const char *const *my_statements, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dwc_db_private.h51 svn_boolean_t exclusive;
215 svn_boolean_t exclusive,
50 svn_boolean_t exclusive; member in struct:svn_wc__db_t
H A Dwc_db_wcroot.c255 (*db)->exclusive = sqlite_exclusive;
640 db->exclusive, db->timeout, NULL,
788 upgrading with exclusive wc locking. */
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dfcache.c72 _krb5_xlock(krb5_context context, int fd, krb5_boolean exclusive, argument
81 l.l_type = exclusive ? F_WRLCK : F_RDLCK;
85 ret = flock(fd, exclusive ? LOCK_EX : LOCK_SH);
175 int fd, krb5_boolean exclusive)
177 return _krb5_xlock(context, fd, exclusive, fcc_get_name(context, id));
386 krb5_boolean exclusive = ((flags | O_WRONLY) == flags || local
408 if((ret = fcc_lock(context, id, fd, exclusive)) != 0) {
174 fcc_lock(krb5_context context, krb5_ccache id, int fd, krb5_boolean exclusive) argument
H A Dkeytab_file.c375 int exclusive,
391 ret = _krb5_xlock(context, c->fd, exclusive, d->filename);
372 fkt_start_seq_get_int(krb5_context context, krb5_keytab id, int flags, int exclusive, krb5_kt_cursor *c) argument
/freebsd-11.0-release/lib/libz/
H A Dgzlib.c106 int exclusive = 0; local
154 exclusive = 1;
237 (exclusive ? O_EXCL : 0) |
/freebsd-11.0-release/contrib/libucl/src/
H A Ducl_schema.c286 bool ret = true, exclusive = false; local
314 exclusive = ucl_object_toboolean (test);
317 if (val > constraint || (exclusive && val >= constraint)) {
330 exclusive = ucl_object_toboolean (test);
333 if (val < constraint || (exclusive && val <= constraint)) {
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1 /* repos.c : repository creation; shared and exclusive repository locking
203 "exclusive lock on this file, so we can be sure no one else is" NL
212 "take out exclusive locks on this file to ensure that only one" NL
546 "# The pre-lock hook is invoked before an exclusive lock is" NL
612 "# The pre-unlock hook is invoked before an exclusive lock is" NL
1113 svn_boolean_t exclusive,
1122 err = svn_io_file_lock2(lockfile_path, exclusive, nonblocking, pool);
1287 svn_boolean_t exclusive,
1308 SVN_ERR(lock_repos(repos, exclusive, nonblocking, result_pool));
1482 /* Close shop and free the subpool, to release the exclusive loc
1111 lock_repos(svn_repos_t *repos, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
1284 get_repos(svn_repos_t **repos_p, const char *path, svn_boolean_t exclusive, svn_boolean_t nonblocking, svn_boolean_t open_fs, apr_hash_t *fs_config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1914 lock_db_logs_file(svn_repos_t *repos, svn_boolean_t exclusive, apr_pool_t *pool) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_io.h735 * Lock file at @a lock_file. If @a exclusive is TRUE,
736 * obtain exclusive lock, otherwise obtain shared lock.
745 svn_boolean_t exclusive,
749 * Lock file at @a lock_file. If @a exclusive is TRUE,
750 * obtain exclusive lock, otherwise obtain shared lock.
762 svn_boolean_t exclusive,
767 * Lock the file @a lockfile_handle. If @a exclusive is TRUE,
768 * obtain exclusive lock, otherwise obtain shared lock.
782 svn_boolean_t exclusive,
/freebsd-11.0-release/contrib/openresolv/
H A Dresolvconf.in56 EXCLUSIVEDIR="$VARDIR/exclusive"
83 -x Mark the interface as exclusive
714 warn "exclusive underflow"
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c771 svn_boolean_t exclusive,
774 return svn_io_file_lock2(lock_file, exclusive, FALSE, pool);
768 svn_io_file_lock(const char *lock_file, svn_boolean_t exclusive, apr_pool_t *pool) argument
H A Dio.c2302 svn_boolean_t exclusive,
2310 if (exclusive)
2349 _("Can't get exclusive lock on file '%s'"),
2397 svn_boolean_t exclusive,
2405 if (exclusive)
2424 return svn_io_lock_open_file(lockfile_handle, exclusive, nonblocking, pool);
2295 svn_io_lock_open_file(apr_file_t *lockfile_handle, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
2390 svn_io_file_lock2(const char *lock_file, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
/freebsd-11.0-release/sys/dev/firewire/
H A Dsbp_targ.c1622 int exclusive = 0, lun; local
1625 exclusive = 1;
1631 (exclusive &&

Completed in 157 milliseconds

12