Searched refs:held (Results 1 – 25 of 103) sorted by relevance
12345
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | rrwlock.c | 285 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/ |
| HD | EVP_EncodeInit.pod | 51 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
|
| HD | BIO_new_CMS.pod | 23 all held in memory at once: so it is possible to encode very large structures.
|
| HD | EC_POINT_new.pod | 57 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
|
| HD | EC_GROUP_new.pod | 79 EC_GROUP_clear_free destroys any sensitive data held within the EC_GROUP and then frees its memory.
|
| HD | CMS_verify.pod | 116 be held in memory if it is not detached.
|
| HD | BN_generate_prime.pod | 110 BN_GENCB_call calls the callback function held in the B<BN_GENCB> structure
|
| /freebsd-11-stable/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_sess_set_cache_size.pod | 25 currently 1024*20, so that up to 20000 sessions can be held. This size
|
| HD | SSL_SESSION_get_ex_new_index.pod | 49 The application data is only maintained for sessions held in memory. The
|
| HD | SSL_CTX_set_session_cache_mode.pod | 24 The sessions can be held in memory for each B<ctx>, if more than one
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_ktrace.c | 815 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/ |
| HD | APP | 271 held
|
| HD | IND | 698 held 1750 held 2795 held 3840 held
|
| /freebsd-11-stable/contrib/gcclibs/libgomp/ |
| HD | libgomp.texi | 485 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/ |
| 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
|
| HD | PPCScheduleP9.td | 35 // As iops are dispatched to a slice, they are held in an independent slice
|
| /freebsd-11-stable/sys/contrib/zlib/ |
| HD | README | 90 warranty. In no event will the authors be held liable for any damages
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | LICENCE | 21 * 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/ |
| HD | NEWS | 116 data which was held in a dependency could be lost, because
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| HD | TODO | 5 should be held a safe distance away from future changes to SVN's
|
| /freebsd-11-stable/crypto/openssl/crypto/des/asm/ |
| HD | readme | 16 They encrypt/decrypt the 64 bits held in 'data' using
|
| /freebsd-11-stable/contrib/ntp/html/hints/ |
| HD | a-ux | 34 'xntpd' (the options to 'gcc' are held in compilers/aux3.gcc):
|
| /freebsd-11-stable/usr.sbin/bsdconfig/console/include/ |
| HD | messages.subr | 185 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/ |
| HD | testframe.txt | 25 compared against expected output held in a file and any differences
|
| /freebsd-11-stable/sys/cam/ |
| HD | cam_ccb.h | 375 int held; /* member
|
12345