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

12

/freebsd-current/include/rpcsvc/
H A Dklm_prot.x69 bool exclusive; /* FALSE if shared lock */
99 bool exclusive;
107 bool exclusive;
H A Dnlm_prot.x27 bool exclusive;
67 bool exclusive;
76 bool exclusive;
82 bool exclusive;
158 bool exclusive;
196 bool exclusive;
208 bool exclusive;
217 bool exclusive;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.inc26 // [exclusive.scan], exclusive scan
32 // [transform.exclusive.scan], transform exclusive scan
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd_lock.h5 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,
335 fl->client.exclusive, fl->client.svid,
356 const bool_t exclusive, struct nlm4_holder *dest)
359 dest->exclusive = exclusive;
426 const bool_t exclusive, const int32_t svid,
432 fl->client.exclusive = exclusive;
355 copy_nlm4_lock_to_nlm4_holder(const struct nlm4_lock *src, const bool_t exclusive, struct nlm4_holder *dest) argument
425 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
1871 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) argument
[all...]
H A Dlock_proc.c436 holder = testlock(&arg4, arg->exclusive, 0);
474 holder = testlock(&arg4, arg->exclusive, 0);
520 arg4.exclusive = arg->exclusive;
543 arg4.exclusive = arg->exclusive;
898 (arg->exclusive ? "true" : "false"));
901 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
935 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
993 syslog(LOG_DEBUG, "Exclusive: %s\n", (arg->exclusive
[all...]
H A Dkern.c271 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
295 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
341 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
366 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
H A Dtest.c325 arg.exclusive = 0;
/freebsd-current/sys/nlm/
H A Dnlm_prot_server.c74 dst->exclusive = src->exclusive;
85 dst->exclusive = src->exclusive;
136 args4.exclusive = argp->exclusive;
161 args4.exclusive = argp->exclusive;
182 args4.exclusive = argp->exclusive;
[all...]
H A Dnlm_prot_xdr.c24 if (!xdr_bool(xdrs, &objp->exclusive))
112 if (!xdr_bool(xdrs, &objp->exclusive))
131 if (!xdr_bool(xdrs, &objp->exclusive))
144 if (!xdr_bool(xdrs, &objp->exclusive))
256 if (!xdr_bool(xdrs, &objp->exclusive))
339 if (!xdr_bool(xdrs, &objp->exclusive))
365 if (!xdr_bool(xdrs, &objp->exclusive))
384 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
1042 int exclusive; local
[all...]
H A Dnlm_prot.h29 bool_t exclusive; member in struct:nlm_holder
75 bool_t exclusive; member in struct:nlm_lockargs
85 bool_t exclusive; member in struct:nlm_cancargs
92 bool_t exclusive; member in struct:nlm_testargs
173 bool_t exclusive; member in struct:nlm4_holder
216 bool_t exclusive; member in struct:nlm4_testargs
230 bool_t exclusive; member in struct:nlm4_lockargs
240 bool_t exclusive; member in struct:nlm4_cancargs
H A Dnlm_prot_impl.c594 granted.exclusive = af->af_granted.exclusive;
1884 accmode = argp->exclusive ? VWRITE : VREAD;
1896 if (argp->exclusive)
1910 result->stat.nlm4_testrply_u.holder.exclusive =
1991 accmode = argp->exclusive ? VWRITE : VREAD;
2003 if (argp->exclusive)
2060 af->af_granted.exclusive = argp->exclusive;
2182 if (argp->exclusive)
[all...]
/freebsd-current/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc198 char *events, char *processes, char *threads, bool exclusive, bool json, int infd,
260 if ((i == pidcount) == exclusive)
267 if ((i == lwpcount) == exclusive)
284 if ((i == eventcount) == exclusive)
288 pmc_find_name(pidmap, ev.pl_u.pl_cc.pl_pid, proclist, proccount) == exclusive)
291 pmc_find_name(tidmap, ev.pl_u.pl_cc.pl_tid, threadlist, threadcount) == exclusive)
305 bool exclusive, json; local
309 json = exclusive = false;
331 exclusive = !exclusive;
197 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-current/crypto/openssl/crypto/
H A Dthreads_win.c36 int exclusive; member in struct:__anon55
89 rwlock->exclusive = 1;
101 if (rwlock->exclusive) {
102 rwlock->exclusive = 0;
/freebsd-current/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-current/sys/contrib/zlib/
H A Dgzlib.c95 int exclusive = 0; local
143 exclusive = 1;
226 (exclusive ? O_EXCL : 0) |
/freebsd-current/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-current/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c106 int exclusive = 0; local
154 exclusive = 1;
237 (exclusive ? O_EXCL : 0) |
/freebsd-current/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-current/contrib/openresolv/
H A Dresolvconf.in65 EXCLUSIVEDIR="$VARDIR/exclusive"
105 -x Mark the interface as exclusive
890 warn "exclusive underflow"
/freebsd-current/sys/dev/firewire/
H A Dsbp_targ.c1607 int exclusive = 0, lun; local
1610 exclusive = 1;
1616 (exclusive &&
/freebsd-current/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h336 volatile uint8_t exclusive; member in struct:qm_fqd_stashing
/freebsd-current/sys/dev/mlx4/
H A Ddevice.h1254 bool exclusive; member in struct:mlx4_net_trans_rule

Completed in 487 milliseconds

12