Home
last modified time | relevance | path

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

12345

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDrrwlock.c285 boolean_t held; in rrw_held() local
289 held = (rrl->rr_writer == curthread); in rrw_held()
291 held = (!refcount_is_zero(&rrl->rr_anon_rcount) || in rrw_held()
296 return (held); in rrw_held()
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDEVP_EncodeInit.pod51 function. Any remainder is held in the B<ctx> object and will be processed by a
54 amount of unprocessed data held in B<ctx> and divide the result by 48 (ignore
85 of unprocessed data (1, 2 or 3 bytes) that remains at the end will be held in
HDBIO_new_CMS.pod23 all held in memory at once: so it is possible to encode very large structures.
HDEC_POINT_new.pod57 EC_POINT_clear_free destroys any sensitive data held within the EC_POINT and then frees its memory.
87 buffer length. A point held in a BIGNUM is calculated by converting the point to
HDEC_GROUP_new.pod79 EC_GROUP_clear_free destroys any sensitive data held within the EC_GROUP and then frees its memory.
HDCMS_verify.pod116 be held in memory if it is not detached.
HDBN_generate_prime.pod110 BN_GENCB_call calls the callback function held in the B<BN_GENCB> structure
/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_CTX_sess_set_cache_size.pod25 currently 1024*20, so that up to 20000 sessions can be held. This size
HDSSL_SESSION_get_ex_new_index.pod49 The application data is only maintained for sessions held in memory. The
HDSSL_CTX_set_session_cache_mode.pod24 The sessions can be held in memory for each B<ctx>, if more than one
/freebsd-11-stable/sys/kern/
HDkern_ktrace.c815 const cap_rights_t *held) in ktrcapfail() argument
830 if (held != NULL) in ktrcapfail()
831 kcf->cap_held = *held; in ktrcapfail()
/freebsd-11-stable/contrib/groff/contrib/mm/examples/
HDAPP271 held
HDIND698 held
1750 held
2795 held
3840 held
/freebsd-11-stable/contrib/gcclibs/libgomp/
HDlibgomp.texi485 is available. If the lock is already held by the current thread,
544 or @code{omp_test_lock} before. In addition, the lock must be held by the
628 is available. If the lock is already held by the current thread, the
658 If the lock is already held by the current thread, the new nesting count
688 or @code{omp_test_nested_lock} before. In addition, the lock must be held by the
/freebsd-11-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
HDPPCScheduleP9.td35 // As iops are dispatched to a slice, they are held in an independent slice
/freebsd-11-stable/sys/contrib/zlib/
HDREADME90 warranty. In no event will the authors be held liable for any damages
/freebsd-11-stable/crypto/openssh/
HDLICENCE21 * copyrights held by third parties, and the software includes parts that
138 held by the University of California, since we pulled these parts from
/freebsd-11-stable/contrib/bsnmp/
HDNEWS116 data which was held in a dependency could be lost, because
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/notes/
HDTODO5 should be held a safe distance away from future changes to SVN's
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
HDreadme16 They encrypt/decrypt the 64 bits held in 'data' using
/freebsd-11-stable/contrib/ntp/html/hints/
HDa-ux34 'xntpd' (the options to 'gcc' are held in compilers/aux3.gcc):
/freebsd-11-stable/usr.sbin/bsdconfig/console/include/
HDmessages.subr185 msg_repeat_menu_text="This menu allows you to set the speed at which keys repeat\nwhen held down."
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/
HDtestframe.txt25 compared against expected output held in a file and any differences
/freebsd-11-stable/sys/cam/
HDcam_ccb.h375 int held; /* member

12345