Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDrrwlock.c286 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/
HDOSSL_STORE_INFO.pod82 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.
HDEVP_EncodeInit.pod61 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
HDSSL_CTX_sess_set_cache_size.pod25 currently 1024*20, so that up to 20000 sessions can be held. This size
HDX509_STORE_CTX_new.pod133 "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
HDBIO_new_CMS.pod23 all held in memory at once: so it is possible to encode very large structures.
HDSSL_CTX_set_session_cache_mode.pod24 The sessions can be held in memory for each B<ctx>, if more than one
HDASYNC_start_job.pod37 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
HDBIO_ADDR.pod42 BIO_ADDR_clear() clears any data held within the provided B<BIO_ADDR> and sets
HDX509_LOOKUP_meth_new.pod154 many references being held. Therefore, applications should
HDEC_GROUP_new.pod134 EC_GROUP_clear_free() destroys any sensitive data held within the EC_GROUP and
/freebsd-13-stable/sys/contrib/device-tree/Bindings/remoteproc/
Dqcom,adsp.txt71 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
Dqcom,wcnss-pil.txt42 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
Dqcom,q6v5.txt121 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/
HDlattice-ice40-fpga-mgr.txt9 that unless the GPIO is held low during startup, the
/freebsd-13-stable/contrib/pnglite/
HDLICENSE6 warranty. In no event will the authors be held liable for any damages
/freebsd-13-stable/sys/contrib/zlib/
HDLICENSE6 warranty. In no event will the authors be held liable for any damages
HDREADME89 warranty. In no event will the authors be held liable for any damages
/freebsd-13-stable/crypto/openssl/ssl/record/
HDREADME73 which should only be accessed from rec_layer_d1.c. These are held in the
/freebsd-13-stable/contrib/capsicum-test/
HDREADME.md54 The Capsicum userspace library is held in the `libcaprights/` subdirectory. Ideally, this
/freebsd-13-stable/sys/arm64/iommu/
HDiommu_if.m86 # Release all the resources held by IOMMU domain.
/freebsd-13-stable/crypto/openssh/
HDPROTOCOL.sshsig65 operation, which may be of concern if the signing key is held in limited
/freebsd-13-stable/sys/kern/
HDkern_ktrace.c922 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/
HDnodes.ipp254 /// \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/
HDPPCSchedule440.td63 // 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