Home
last modified time | relevance | path

Searched full:holding (Results 1 – 25 of 967) sorted by relevance

12345678910>>...39

/freebsd/contrib/unbound/sldns/
H A Dkeyraw.h71 * Converts a holding buffer with DSA key material to EVP PKEY in openssl.
79 * Converts a holding buffer with key material to EVP PKEY in openssl.
88 * Converts a holding buffer with key material to EVP PKEY in openssl.
108 * Converts a holding buffer with RSA key material to EVP PKEY in openssl.
116 * Converts a holding buffer with key material to EVP PKEY in openssl.
125 * Converts a holding buffer with key material to EVP PKEY in openssl.
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h341 /// Pointer to a class instance holding, among other things, the table with in BinaryOperation()
407 /// Class holding the Pattern global state, shared by all patterns: tables
408 /// holding values of variables and whether they are defined or not at any
435 /// Vector holding pointers to all parsed numeric variables. Used to
439 /// Vector holding pointers to all parsed expressions. Used to automatically
443 /// Vector holding pointers to all substitutions. Used to automatically free
485 /// Class to represent an error holding a diagnostic with location information
598 /// It holds the pointer to the class instance holding the value and matching
602 /// Pointer to class instance holding the value and matching format of the
616 /// Pointer to a class instance holding th
[all...]
/freebsd/share/man/man9/
H A Dlocking.9113 Threads holding an exclusive lock may sleep,
114 but threads holding a shared lock may not.
339 while holding a spin mutex.
342 while holding any primitive from the 'bounded sleep' group.
344 holding a mutex, or to try to allocate memory with M_WAITOK while holding a
361 The following table shows what you can and can not do while holding
396 These cases are only allowed while holding a write lock on a sleepable
400 Though one can sleep while holding this lock,
H A Dmutex.9142 while holding a spin lock.
203 If another kernel thread is holding the mutex,
214 If another kernel thread is holding the mutex,
517 holding another mutex.
518 It is possible to acquire other mutexes while holding
522 recursively while holding other mutexes.
524 Sleeping while holding a mutex (except for
H A Dsx.9309 lock may not be acquired while holding a mutex.
310 Otherwise, if one thread slept while holding an
315 end up sleeping while holding a mutex, which is not allowed.
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/
H A DOffloadWrapper.h21 /// symbols holding the `__tgt_offload_entry` array.
34 /// symbols holding the `__tgt_offload_entry` array.
45 /// symbols holding the `__tgt_offload_entry` array.
/freebsd/contrib/kyua/store/
H A Ddbtypes.cpp139 /// \param column The name of the column holding the value.
164 /// \param column The name of the column holding the value.
183 /// \param column The name of the column holding the value.
206 /// \param column The name of the column holding the value.
238 /// \param column The name of the column holding the value.
/freebsd/contrib/ldns/ldns/
H A Dhost2wire.h46 * \param[out] *compression_data data structure holding state for compression
63 * \param[out] *compression_data data structure holding state for compression
97 * \param[out] *compression_data data structure holding state information for compression
153 * \param[out] *compression_data data structure holding state for compression
H A Ddnssec.h132 * converts a buffer holding key material to a DSA key in openssl.
158 * Converts a holding buffer with key material to EVP PKEY in openssl.
167 * Converts a holding buffer with key material to EVP PKEY in openssl.
177 * Converts a holding buffer with key material to EVP PKEY in openssl.
186 * Converts a holding buffer with key material to EVP PKEY in openssl.
198 * converts a buffer holding key material to a RSA key in openssl.
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil_impl.h77 * Thus, if an lwb is in the "new" or "opened" state, holding the
80 * "ready" state, holding the "zl_lock" will prevent a concurrent thread
100 * holding the "zl_issuer_lock". After the lwb is issued, the zilog's
139 * concurrent access. This lock is often acquired while already holding
143 * "zl_issuer_lock" or "zl_lock" when already holding the "zcw_lock";
/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_ecdh.c59 /* Global array holding Alice to Bob public value
61 * This is a serialized affine EC point, holding
68 /* Global array holding Bob to Alice public value
70 * This is a serialized affine EC point, holding
102 /* libecc internal structure holding the curve parameters */ in ECDH_helper()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h50 // A virtual register holding the pointer to the vararg buffer for vararg
55 // A virtual register holding the base pointer for functions that have
58 // A virtual register holding the frame base. This is either FP or SP
61 // The local holding the frame base. This is either FP or SP
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_iface.c287 * holding any locks to permit allocating the necessary states
337 * are not holding any locks. in ipfw_iface_ref()
366 * Must be called with holding both UH+WLOCK.
386 * Must be called while holding UH lock.
401 * Must be called while holding UH lock.
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.h69 * @mbuf: The mbuf we are currently holding.
71 * @mbuf_tail: The tail of the frag_list of mbufs we're holding.
104 * @active_conns: Connections that are holding a packet.
/freebsd/usr.bin/top/
H A Dtop.1474 number of ARC bytes holding most recently used data
476 number of ARC bytes holding most frequently used data
478 number of ARC bytes holding in flight data
480 number of ARC bytes holding headers
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h88 /// A specialized PseudoSourceValue for holding FixedStack values, which must
122 /// A specialized pseudo source value for holding GlobalValue values.
136 /// A specialized pseudo source value for holding external symbol values.
/freebsd/sys/dev/drm2/
H A Ddrm_auth.c48 * the one with matching magic number, while holding the drm_device::struct_mutex
75 * associated the magic number hash key in drm_device::magiclist, while holding
105 * number hash key, while holding the drm_device::struct_mutex lock.
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp25 // Sections holding 1 byte strings are atomized based on the data they in isSectionAtomizableBySymbols()
27 // Sections holding 2 byte strings require symbols in order to be atomized. in isSectionAtomizableBySymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td50 // Class holding the clauses in the flang parse-tree.
80 // Optional class holding value of the clause in clang AST.
83 // Optional class holding value of the clause in flang AST.
/freebsd/sys/netinet/
H A Dtcp_hpts.h124 * To insert a TCB on the hpts you *must* be holding the
131 * that will clear this flag holding only the hpts lock. This
141 * Note you should also be holding the INP_WLOCK() when you
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_sal_types_crypto.h134 /**< pointer to memory holding the standard SSL label ABBCCC.. */
137 /**< pointer to memory holding the 4 standard TLS labels */
143 /**< pointer to memory holding the 4 HKDFLabels sublabels */
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_options.3321 as holding the abstract for this volume.
325 as holding the application identifier for this volume.
329 as holding the bibliography for this volume.
333 as holding the copyright for this volume.
337 as holding the publisher information for this volume.
/freebsd/lib/libsys/
H A Dprocctl.292 parameter must point to an integer variable holding one of the following
135 parameter must point to an integer variable holding one of the following values:
187 parameter must point to an integer variable holding one of the following
700 parameter must point to an integer variable holding the following
723 parameter must point to an integer variable holding one of the
/freebsd/usr.bin/lockf/
H A Dlockf.130 .Nd execute a command while holding a file lock
51 While holding the lock, it executes a
/freebsd/sys/contrib/device-tree/Bindings/c6x/
H A Ddscr.txt73 reg is the offset of the register holding the control bits
90 reg is the offset of the register holding the status bits

12345678910>>...39