Home
last modified time | relevance | path

Searched full:detached (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.cpp20 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 Dsanitizer_thread_arg_retval.h43 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 Dsanitizer_thread_registry.cpp22 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 Dlibrary.kshlib24 # 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 Dzhack_label_repair_002.ksh14 # 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 Dzhack_label_repair_004.ksh14 # 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 Dzhack_label_repair_003.ksh14 # 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 Ddevctl.3119 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 Ddevctl.8111 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 Dtest_cms.in196 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 Dsshsig.h33 * 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 Dbus_attach_children.999 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 DBUS_CHILD_DETACHED.933 .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 DTree.cpp41 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 Dzfsd_import_001_pos.ksh53 # 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 Dasan_fuchsia.cpp120 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 Dsetkey_test.sh58 # 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 Dkill_test.sh27 # Provider should be automatically detached.
52 # Kill detached provider.
87 # The provider will be detached
H A Ddelkey_test.sh60 # 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 Ddetach_test.sh26 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 DPKCS7_verify.pod26 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 Dsnp.463 device has been detached by user or tty device has been closed
64 and detached.
/freebsd/secure/lib/libcrypto/man/man3/
H A DPKCS7_verify.3161 \&\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 Dtsan_rtl_thread.cpp42 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 Dzpool_wait_replace_cancel.ksh22 # '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."

12345678910>>...15