Searched refs:held (Results 1 – 25 of 90) sorted by relevance
1234
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | rrwlock.c | 286 boolean_t held; in rrw_held() local 290 held = (rrl->rr_writer == curthread); in rrw_held() 292 held = (!zfs_refcount_is_zero(&rrl->rr_anon_rcount) || in rrw_held() 297 return (held); in rrw_held()
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | OSSL_STORE_INFO.pod | 82 B<OSSL_STORE_INFO> and return the held object of the appropriate OpenSSL 83 type provided that's what's held. 88 B<OSSL_STORE_INFO> and return a duplicate of the held object of the 89 appropriate OpenSSL type provided that's what's held.
|
| HD | EVP_EncodeInit.pod | 61 function. Any remainder is held in the B<ctx> object and will be processed by a 64 amount of unprocessed data held in B<ctx> and divide the result by 48 (ignore 102 of unprocessed data (1, 2 or 3 bytes) that remains at the end will be held in
|
| HD | SSL_CTX_sess_set_cache_size.pod | 25 currently 1024*20, so that up to 20000 sessions can be held. This size
|
| HD | X509_STORE_CTX_new.pod | 133 "Email Protection". This "key usage" information is held internally to the 136 information is not held within the certificate itself but is "meta" information 137 held alongside it. This "meta" information is associated with the certificate
|
| HD | BIO_new_CMS.pod | 23 all held in memory at once: so it is possible to encode very large structures.
|
| HD | SSL_CTX_set_session_cache_mode.pod | 24 The sessions can be held in memory for each B<ctx>, if more than one
|
| HD | ASYNC_start_job.pod | 37 held in a pool until they are needed, at which point they are removed from the 47 The B<max_size> argument limits the number of ASYNC_JOBs that will be held in
|
| HD | BIO_ADDR.pod | 42 BIO_ADDR_clear() clears any data held within the provided B<BIO_ADDR> and sets
|
| HD | X509_LOOKUP_meth_new.pod | 154 many references being held. Therefore, applications should
|
| HD | EC_GROUP_new.pod | 134 EC_GROUP_clear_free() destroys any sensitive data held within the EC_GROUP and
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/remoteproc/ |
| D | qcom,adsp.txt | 71 held on behalf of the booting Hexagon core 81 Definition: reference to the regulator to be held on behalf of the 87 Definition: reference to the px regulator to be held on behalf of the
|
| D | qcom,wcnss-pil.txt | 42 Definition: reference to the regulators to be held on behalf of the 90 Definition: reference to the regulators to be held on behalf of the
|
| D | qcom,q6v5.txt | 121 Definition: reference to the regulators to be held on behalf of the 132 Definition: reference to the regulators to be held on behalf of the 140 Definition: reference to the regulators to be held on behalf of the
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/fpga/ |
| HD | lattice-ice40-fpga-mgr.txt | 9 that unless the GPIO is held low during startup, the
|
| /freebsd-13-stable/contrib/pnglite/ |
| HD | LICENSE | 6 warranty. In no event will the authors be held liable for any damages
|
| /freebsd-13-stable/sys/contrib/zlib/ |
| HD | LICENSE | 6 warranty. In no event will the authors be held liable for any damages
|
| HD | README | 89 warranty. In no event will the authors be held liable for any damages
|
| /freebsd-13-stable/crypto/openssl/ssl/record/ |
| HD | README | 73 which should only be accessed from rec_layer_d1.c. These are held in the
|
| /freebsd-13-stable/contrib/capsicum-test/ |
| HD | README.md | 54 The Capsicum userspace library is held in the `libcaprights/` subdirectory. Ideally, this
|
| /freebsd-13-stable/sys/arm64/iommu/ |
| HD | iommu_if.m | 86 # Release all the resources held by IOMMU domain.
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | PROTOCOL.sshsig | 65 operation, which may be of concern if the signing key is held in limited
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_ktrace.c | 922 const cap_rights_t *held) in ktrcapfail() argument 940 if (held != NULL) in ktrcapfail() 941 kcf->cap_held = *held; in ktrcapfail()
|
| /freebsd-13-stable/contrib/kyua/utils/config/ |
| HD | nodes.ipp | 254 /// \return A string representation of the value held by the node. 359 /// \return A string representation of the value held by the node.
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCSchedule440.td | 63 // Instructions are held in the FRACC, LRACC and IRACC pipeline 87 // resources are empty. AGEN and CRD are held empty until the msync/mbar
|
1234