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

12

/freebsd-12-stable/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-12-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.h6 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive,
H A Dlockd_lock.c130 int exclusive; member in struct:monfile
165 const bool_t exclusive, struct nlm4_holder *dest);
172 const bool_t exclusive, const int32_t svid,
342 fl->client.exclusive, fl->client.svid,
362 copy_nlm4_lock_to_nlm4_holder(src, exclusive, dest)
364 const bool_t exclusive;
368 dest->exclusive = exclusive;
446 const bool_t exclusive, const int32_t svid,
452 fl->client.exclusive
445 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
1897 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) argument
[all...]
H A Dlock_proc.c437 holder = testlock(&arg4, arg->exclusive, 0);
475 holder = testlock(&arg4, arg->exclusive, 0);
521 arg4.exclusive = arg->exclusive;
544 arg4.exclusive = arg->exclusive;
899 (arg->exclusive ? "true" : "false"));
902 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
936 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
994 syslog(LOG_DEBUG, "Exclusive: %s\n", (arg->exclusive
[all...]
H A Dkern.c274 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
298 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
344 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
369 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
H A Dtest.c334 arg.exclusive = 0;
/freebsd-12-stable/sys/nlm/
H A Dnlm_prot_server.c78 dst->exclusive = src->exclusive;
89 dst->exclusive = src->exclusive;
140 args4.exclusive = argp->exclusive;
165 args4.exclusive = argp->exclusive;
186 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.c301 * before an exclusive lock is granted. The
304 * blocked exclusive lock request. We
554 dst->exclusive = src->exclusive;
580 args1.exclusive = args->exclusive;
612 args1.exclusive = args->exclusive;
641 args1.exclusive = args->exclusive;
772 int retry, block, exclusive; local
1046 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.c575 granted.exclusive = af->af_granted.exclusive;
1874 accmode = argp->exclusive ? VWRITE : VREAD;
1886 if (argp->exclusive)
1900 result->stat.nlm4_testrply_u.holder.exclusive =
1981 accmode = argp->exclusive ? VWRITE : VREAD;
1993 if (argp->exclusive)
2050 af->af_granted.exclusive = argp->exclusive;
2172 if (argp->exclusive)
[all...]
/freebsd-12-stable/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc200 char *events, char *processes, char *threads, bool exclusive, bool json, int infd,
263 if ((i == pidcount) == exclusive)
270 if ((i == lwpcount) == exclusive)
287 if ((i == eventcount) == exclusive)
291 pmc_find_name(pidmap, ev.pl_u.pl_cc.pl_pid, proclist, proccount) == exclusive)
294 pmc_find_name(tidmap, ev.pl_u.pl_cc.pl_tid, threadlist, threadcount) == exclusive)
308 bool exclusive, json; local
312 json = exclusive = false;
334 exclusive = !exclusive;
199 pmc_filter_handler(uint32_t *lwplist, int lwpcount, uint32_t *pidlist, int pidcount, char *events, char *processes, char *threads, bool exclusive, bool json, int infd, int outfd) argument
[all...]
/freebsd-12-stable/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;
645 db->exclusive, db->timeout, NULL,
793 upgrading with exclusive wc locking. */
/freebsd-12-stable/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-12-stable/sys/contrib/zlib/
H A Dgzlib.c106 int exclusive = 0; local
154 exclusive = 1;
237 (exclusive ? O_EXCL : 0) |
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_schema.c309 bool ret = true, exclusive = false; local
337 exclusive = ucl_object_toboolean (test);
340 if (val > constraint || (exclusive && val >= constraint)) {
353 exclusive = ucl_object_toboolean (test);
356 if (val < constraint || (exclusive && val <= constraint)) {
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c106 int exclusive = 0; local
154 exclusive = 1;
237 (exclusive ? O_EXCL : 0) |
/freebsd-12-stable/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
1923 lock_db_logs_file(svn_repos_t *repos, svn_boolean_t exclusive, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/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-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c779 flags |= ctrl->exclusive ? (1 << 2) : 0;
1059 .exclusive = 0,
1378 .exclusive = 0,
1470 .exclusive = 0,
/freebsd-12-stable/contrib/openresolv/
H A Dresolvconf.in65 EXCLUSIVEDIR="$VARDIR/exclusive"
105 -x Mark the interface as exclusive
890 warn "exclusive underflow"

Completed in 174 milliseconds

12