/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_arg_retval.cpp | 20 void ThreadArgRetval::CreateLocked(uptr thread, bool detached, in CreateLocked() argument 29 t.detached = detached; 47 if (t->second.detached) { in Finish() 48 // Retval of detached thread connot be retrieved. in Finish() 59 if (t && !t->second.detached) { in BeforeJoin() 67 } else if (t->second.detached) { in AfterJoin() 68 reason = "detached"; in AfterJoin() 83 CHECK(!t->second.detached); in DetachLocked() 91 CHECK(!t->second.detached); in GetAllPtrsLocked() [all...] |
H A D | sanitizer_thread_arg_retval.h | 43 void Create(bool detached, const Args& args, const CreateFn& fn) { in Create() argument 44 // No need to track detached threads with no args, but we will to do as it's in Create() 48 CreateLocked(thread, detached, args); in Create() 54 // Mark thread as done and stores retval or remove if detached. Should be 58 // Mark thread as detached or remove if done. 100 bool detached; 104 void CreateLocked(uptr thread, bool detached, const Args& args); 99 bool detached; global() member
|
H A D | sanitizer_thread_registry.cpp | 22 status(ThreadStatusInvalid), detached(false), in ThreadContextBase() 59 CHECK_EQ(false, detached); in SetJoined() 70 // as detached. in SetFinished() 71 if (!detached || status == ThreadStatusCreated) status = ThreadStatusFinished; in SetFinished() 88 detached = _detached; in SetCreated() 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() argument 173 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread() 251 tctx->detached = true; in DetachThread() 289 bool dead = tctx->detached; in FinishThread()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zhack/ |
H A D | library.kshlib | 24 # Test whether zhack label repair commands can recover detached devices 48 # 4. Remove the non-detached device and its backing file 49 # 5. Verify that the remaining detached device cannot be imported 53 # 8. Verify that the detached device can be imported and that data is intact 60 # 4. Remove the non-detached device and its backing file 62 # 6. Verify that the remaining detached device cannot be imported 68 # 10. Verify that the detached device can be imported and that data is intact 75 # 4. Remove the non-detached device and its backing file 77 # 6. Verify that the remaining detached device cannot be imported 80 # 8. Verify that the detached device can be imported and that data is intact [all …]
|
H A D | zhack_label_repair_002.ksh | 14 # detached drives on devices of varied size, but not 22 # 4. Remove the non-detached device and its backing file 23 # 5. Verify that the remaining detached device cannot be imported 27 # 8. Verify that the detached device can be imported and that data is intact
|
H A D | zhack_label_repair_004.ksh | 14 # corrupted checksums and which has been detached (in one command). 21 # 4. Remove the non-detached device and its backing file 23 # 6. Verify that the remaining detached device cannot be imported 26 # 8. Verify that the detached device can be imported and that data is intact
|
H A D | zhack_label_repair_003.ksh | 14 # corrupted checksums and which has been detached. 21 # 4. Remove the non-detached device and its backing file 23 # 6. Verify that the remaining detached device cannot be imported 29 # 10. Verify that the detached device can be imported and that data is intact
|
/freebsd/lib/libdevctl/ |
H A D | devctl.3 | 119 The device is left detached until either a new driver for its parent 125 the current device driver will be detached even if the device is busy. 140 the device driver will be detached from the device, 145 the current device driver will be detached even if the device is busy. 146 The device will remain disabled and detached until it is explicitly enabled 177 the device will be detached from its current device driver before it is 193 the device will be detached from its current device driver. 229 argument, if true, specifies that the device driver is detached before 444 Or, if the driver for the device is detached manually, and
|
/freebsd/usr.sbin/devctl/ |
H A D | devctl.8 | 111 the device driver will be detached even if the device is busy. 118 the device driver will be detached from the device, 123 the device driver will be detached even if the device is busy. 143 the device will be detached from its current device driver before it is 204 option is specified, drivers are detached instead. 217 If you have detached or suspended a child device explicitly and then 248 of the manually detached or suspended devices after reset.
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | test_cms.in | 196 echo "create signed data (pem, detached)" 199 --detached-signature \ 204 echo "verify signed data (pem, detached)" 367 echo "create signed data (detached)" 370 --detached-signature \ 374 echo "verify signed data (detached)" 382 echo "verify failure signed data (detached)" 402 echo "create signed data (pem, detached)" 406 --detached-signature \ 410 echo "verify signed data (pem, detached)" [all …]
|
/freebsd/crypto/openssh/ |
H A D | sshsig.h | 33 * Creates a detached SSH signature for a given buffer. 35 * out is populated with the detached signature, or NULL on failure. 43 * Verifies that a detached signature is valid and optionally returns key 54 * Creates a detached SSH signature for a given file. 56 * out is populated with the detached signature, or NULL on failure. 64 * Verifies that a detached signature over a file is valid and optionally
|
/freebsd/share/man/man9/ |
H A D | bus_attach_children.9 | 99 Child devices are detached in reverse order compared to 102 child devices are detached in decreasing order, 103 and child devices with the same order are detached in LIFO order. 104 Detached devices are not deleted.
|
H A D | BUS_CHILD_DETACHED.9 | 33 .Nd "notify a bus device that a child was detached" 42 method is invoked by the new-bus framework after a device is detached
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tree.cpp | 41 this->setRole(NodeRole::Detached); in Node() 45 return getRole() == NodeRole::Detached; in isDetached() 53 assert(Child->getRole() == NodeRole::Detached); in appendChildLowLevel() 54 assert(Role != NodeRole::Detached); in appendChildLowLevel() 64 assert(Child->getRole() != NodeRole::Detached); in appendChildLowLevel() 77 assert(Child->getRole() == NodeRole::Detached); in prependChildLowLevel() 78 assert(Role != NodeRole::Detached); in prependChildLowLevel() 88 assert(Child->getRole() != NodeRole::Detached); in prependChildLowLevel() 110 assert(N->getRole() != NodeRole::Detached && "Roles must be set"); in replaceChildRangeLowLevel() 141 N->setRole(NodeRole::Detached); in replaceChildRangeLowLevel()
|
/freebsd/tests/sys/cddl/zfs/tests/zfsd/ |
H A D | zfsd_import_001_pos.ksh | 53 # finished resilvering _before_ zfsd detached the spare. 100 # Verify that the spare was detached after the scrub was complete 120 print("Spare detached at txg", detach_txg); 123 [ $? -ne 0 ] && log_fail "The spare detached before the resilver completed"
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 120 bool detached, const char *name) { in CreateAsanThread() argument 125 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in CreateAsanThread() 171 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument 182 AsanThread *thread = CreateAsanThread(&stack, parent_tid, detached, name); in BeforeThreadCreateHook() 254 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() argument 258 reinterpret_cast<uptr>(thread), detached, name, in __sanitizer_before_thread_create_hook()
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | setkey_test.sh | 58 # Change current (1) key for detached provider. 71 # Change key 0 for detached provider. 125 # Change from passphrase 1 to passphrase 2 for the detached provider. 195 # Try to set the key for a detached device without providing any 200 # Try to set the key for a detached device without providing any
|
H A D | kill_test.sh | 27 # Provider should be automatically detached. 52 # Kill detached provider. 87 # The provider will be detached
|
H A D | delkey_test.sh | 60 # Remove key 1 for detached provider. 67 # We cannot remove last key without -f option (for detached provider). 71 # Remove last key for detached provider.
|
H A D | detach_test.sh | 26 atf_fail "provider detached on last close without detach -l" 30 atf_fail "Provider detached before last close"
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS7_verify.pod | 26 I<indata> refers to the signed data if the content is detached from I<p7>. 41 the content is detached I<indata> cannot be NULL. If the content is 42 not detached and I<indata> is not NULL then the structure has both 125 be held in memory if it is not detached.
|
/freebsd/share/man/man4/ |
H A D | snp.4 | 63 device has been detached by user or tty device has been closed 64 and detached.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | PKCS7_verify.3 | 161 \&\fIindata\fR refers to the signed data if the content is detached from \fIp7\fR. 175 the content is detached \fIindata\fR cannot be \s-1NULL.\s0 If the content is 176 not detached and \fIindata\fR is not \s-1NULL\s0 then the structure has both 256 be held in memory if it is not detached.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 42 if (tctx->detached || tctx->status != ThreadStatusFinished) in CollectThreadLeaks() 116 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() argument 130 Tid tid = ctx->thread_registry.CreateThread(uid, detached, parent, &arg); in ThreadCreate() 230 // Note: detached is protected by the thread registry mutex, in ThreadFinish() 232 if (!thr->tctx->detached) { in ThreadFinish()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/ |
H A D | zpool_wait_replace_cancel.ksh | 22 # 'zpool wait' works when a replacing disk is detached before the replacement 65 log_pass "'zpool wait -t replace' returns when replacing disk is detached."
|