Home
last modified time | relevance | path

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

12345

/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdslDatasetHoldReleMismatch.ql4 * - a dataset held with dsl_dataset_hold_obj() ends up in dsl_dataset_rele_flags(), or
5 * - a dataset held with dsl_dataset_hold_obj_flags() ends up in dsl_dataset_rele().
32 …"Mismatched release: held with $@ but released with " + releCall.getTarget().getName() + " for dat…
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_precompiled.pod19 the buffer held by I<pkt>. For example, precompiled values, such as
26 held by I<pkt>.
31 may mean that the buffer held by the I<pkt> is too small, but may also
H A Dossl_DER_w_bn.pod25 their respective value to the already written output buffer held by
49 mean that the buffer held by the I<pkt> is too small, but may also
H A Dossl_DER_w_begin_sequence.pod31 mean that the buffer held by the I<pkt> is too small, but may also
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drrwlock.c287 boolean_t held; in rrw_held() local
291 held = (rrl->rr_writer == curthread); in rrw_held()
293 held = (!zfs_refcount_is_zero(&rrl->rr_anon_rcount) || in rrw_held()
298 return (held); in rrw_held()
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,wcnss-pil.txt48 Definition: reference to the regulators to be held on behalf of the
54 Definition: reference to the power domains to be held on behalf of the
108 Definition: reference to the regulators to be held on behalf of the
H A Dqcom,adsp.txt81 held on behalf of the booting Hexagon core
91 Definition: reference to the regulator to be held on behalf of the
97 Definition: reference to the px regulator to be held on behalf of the
H A Dqcom,q6v5.txt73 Definition: reference to the regulators to be held on behalf of the
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dlattice-ice40-fpga-mgr.txt9 that unless the GPIO is held low during startup, the
/freebsd/contrib/pnglite/
H A DLICENSE6 warranty. In no event will the authors be held liable for any damages
/freebsd/sys/contrib/zlib/
H A DLICENSE6 warranty. In no event will the authors be held liable for any damages
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_sess_set_cache_size.pod25 currently 1024*20, so that up to 20000 sessions can be held. This size
H A DSSL_CTX_set_new_pending_conn_cb.pod54 In particular no references should be held on SSL objects passed to callbacks
H A DBIO_new_CMS.pod23 all held in memory at once: so it is possible to encode very large structures.
H A DX509_STORE_CTX_new.pod204 "Email Protection". This "key usage" information is held internally to the
207 information is not held within the certificate itself but is "meta" information
208 held alongside it. This "meta" information is associated with the certificate
H A DEVP_EncodeInit.pod63 function. Any remainder is held in the B<ctx> object and will be processed by a
66 amount of unprocessed data held in B<ctx> and divide the result by 48 (ignore
H A DSSL_CTX_set_session_cache_mode.pod24 The sessions can be held in memory for each B<ctx>, if more than one
H A DBIO_ADDR.pod52 BIO_ADDR_clear() clears any data held within the provided B<BIO_ADDR> and sets
/freebsd/tests/sys/capsicum/
H A DREADME.md54 The Capsicum userspace library is held in the `libcaprights/` subdirectory. Ideally, this
/freebsd/sys/arm64/iommu/
H A Diommu_if.m94 # Release all the resources held by IOMMU domain.
/freebsd/crypto/openssh/
H A DPROTOCOL.sshsig65 operation, which may be of concern if the signing key is held in limited
/freebsd/contrib/kyua/utils/config/
H A Dnodes.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/crypto/openssl/crypto/property/
H A DREADME.md62 lock more easily. The global lock is held for short periods of time with
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.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
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-thread-assist.md25 For locking of API calls the lock would only be held for the separate get and

12345