| /src/external/mpl/dhcp/dist/omapip/ |
| message.c | 394 unsigned long create, update, exclusive; local 502 /* Get the exclusive flag. */ 504 "exclusive", &tv); 506 status = omapi_get_int_value (&exclusive, tv -> value); 512 "invalid exclusive flag value"); 515 exclusive = 0; 563 if (status == ISC_R_SUCCESS && create && exclusive) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| threads_win.c | 36 int exclusive; member in struct:__anon1460 89 rwlock->exclusive = 1; 101 if (rwlock->exclusive) { 102 rwlock->exclusive = 0;
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzlib.c | 98 int exclusive = 0; local 146 exclusive = 1; 229 (exclusive ? O_EXCL : 0) |
|
| /src/external/gpl3/binutils/dist/zlib/ |
| gzlib.c | 93 int exclusive = 0; local 141 exclusive = 1; 224 (exclusive ? O_EXCL : 0) |
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzlib.c | 105 int exclusive = 0; local 153 exclusive = 1; 236 (exclusive ? O_EXCL : 0) |
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| gzlib.c | 105 int exclusive = 0; local 153 exclusive = 1; 236 (exclusive ? O_EXCL : 0) |
|
| /src/external/gpl3/gdb/dist/zlib/ |
| gzlib.c | 93 int exclusive = 0; local 141 exclusive = 1; 224 (exclusive ? O_EXCL : 0) |
|
| /src/common/dist/zlib/ |
| gzlib.c | 92 int exclusive = 0; local 141 exclusive = 1; 240 (exclusive ? O_EXCL : 0) |
|
| /src/crypto/external/bsd/heimdal/dist/include/ |
| heim_threads.h | 211 int exclusive; member in struct:heim_rwlock 218 l->exclusive = 0; 233 l->exclusive = 1; 256 if (l->exclusive) { 257 l->exclusive = 0; 270 l->exclusive = 0;
|
| /src/external/gpl2/lvm2/dist/tools/ |
| pvmove.c | 264 unsigned exclusive) 266 if (exclusive) 280 unsigned exclusive = _pvmove_is_exclusive(cmd, vg); local 316 if (!_activate_lv(cmd, lv_mirr, exclusive)) { 361 unsigned exclusive; local 397 exclusive = _pvmove_is_exclusive(cmd, vg); 410 if (!_activate_lv(cmd, lv_mirr, exclusive)) { 441 if (!activate_lvs(cmd, lvs_changed, exclusive))
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| obj_context.c | 721 UINT32 tickLen, secretLen, transPubLen, exclusive = TSS_TCSATTRIB_TRANSPORT_DEFAULT; local 751 exclusive = TSS_TCSATTRIB_TRANSPORT_EXCLUSIVE; 848 result = RPC_EstablishTransport(tspContext, exclusive, tcsTransKey, transPubLen,
|
| /src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| lvm-functions.c | 320 /* Activate LV exclusive or non-exclusive */ 326 int exclusive = 0; local 344 exclusive = 1; 373 if (!lv_activate(cmd, resource, exclusive))
|
| /src/sys/fs/nfs/nlm/ |
| nlm_advlock.c | 300 * before an exclusive lock is granted. The 303 * blocked exclusive lock request. We 553 dst->exclusive = src->exclusive; 579 args1.exclusive = args->exclusive; 611 args1.exclusive = args->exclusive; 640 args1.exclusive = args->exclusive; 771 int retry, block, exclusive; local 1045 int exclusive; local [all...] |
| nlm_prot.h | 32 bool_t exclusive; member in struct:nlm_holder 78 bool_t exclusive; member in struct:nlm_lockargs 88 bool_t exclusive; member in struct:nlm_cancargs 95 bool_t exclusive; member in struct:nlm_testargs 176 bool_t exclusive; member in struct:nlm4_holder 219 bool_t exclusive; member in struct:nlm4_testargs 233 bool_t exclusive; member in struct:nlm4_lockargs 243 bool_t exclusive; member in struct:nlm4_cancargs
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| fcache.c | 76 _krb5_xlock(krb5_context context, int fd, krb5_boolean exclusive, 85 l.l_type = exclusive ? F_WRLCK : F_RDLCK; 89 ret = flock(fd, exclusive ? LOCK_EX : LOCK_SH); 179 int fd, krb5_boolean exclusive) 181 return _krb5_xlock(context, fd, exclusive, fcc_get_name(context, id)); 402 krb5_boolean exclusive = ((flags | O_WRONLY) == flags || local 532 if((ret = fcc_lock(context, id, fd, exclusive)) != 0) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| threads_win.c | 42 int exclusive; member in struct:__anon2 478 rwlock->exclusive = 1; 490 if (rwlock->exclusive) { 491 rwlock->exclusive = 0;
|
| /src/sys/coda/ |
| coda_vnops.c | 995 int exclusive = 1; local 1011 /* All creates are exclusive XXX */ 1021 error = venus_create(vtomi(dvp), &dcp->c_fid, nm, len, exclusive, mode, va, cred, l, &VFid, &attr); 1029 /* If this is an exclusive create, panic if the file already exists. */ 1032 if ((exclusive == 1) &&
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_vm.c | 1568 * @exclusive: fence we need to sync to 1583 struct dma_fence *exclusive, 1613 r = vm->update_funcs->prepare(¶ms, owner, exclusive); 1632 * @exclusive: fence we need to sync to 1648 struct dma_fence *exclusive, 1744 r = amdgpu_vm_bo_update_mapping(adev, vm, false, exclusive, 1787 struct dma_fence *exclusive, **last_update; local 1795 exclusive = NULL; 1809 exclusive = bo->tbo.moving; 1833 r = amdgpu_vm_bo_split_mapping(adev, exclusive, pages_addr, vm [all...] |
| /src/sys/uvm/ |
| uvm_map.c | 646 * vm_map_lock: acquire an exclusive (write) lock on a map. 649 * exclusive by whichever thread currently has the map marked busy. 694 * vm_map_unlock: release an exclusive lock on a map. 708 * want an exclusive lock. 3667 * Get back to an exclusive (write) lock. 3712 * Get back to an exclusive (write) lock. 3896 * Get back an exclusive (write) lock. 4960 bool exclusive = false; local 4970 if (__predict_false(exclusive)) { 4994 * But if we do, we loop around again, instead taking an exclusive [all...] |
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 8433 bool exclusive = true; local 8449 /* Ensure exclusive access to configuration data. */ 9856 exclusive = false; 9973 if (exclusive) { 10209 * exclusive (which would pause the netmgr).
|