| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_mutexattr.c | 271 _thr_mutexattr_getrobust(pthread_mutexattr_t *mattr, int *robust) in _thr_mutexattr_getrobust() argument 279 *robust = (*mattr)->m_robust; in _thr_mutexattr_getrobust() 285 _thr_mutexattr_setrobust(pthread_mutexattr_t *mattr, int robust) in _thr_mutexattr_setrobust() argument 291 } else if (robust != PTHREAD_MUTEX_STALLED && in _thr_mutexattr_setrobust() 292 robust != PTHREAD_MUTEX_ROBUST) { in _thr_mutexattr_setrobust() 296 (*mattr)->m_robust = robust; in _thr_mutexattr_setrobust()
|
| H A D | thr_cond.c | 210 int error, error2, recurse, robust; in cond_wait_kernel() local 213 robust = _mutex_enter_robust(curthread, mp); in cond_wait_kernel() 217 if (robust) in cond_wait_kernel() 244 if (robust) { in cond_wait_kernel() 246 robust = false; in cond_wait_kernel() 257 if (robust) { in cond_wait_kernel() 259 robust = false; in cond_wait_kernel() 265 if (robust) in cond_wait_kernel()
|
| H A D | thr_mutex.c | 623 int ret, robust; in __Tthr_mutex_trylock() local 632 robust = _mutex_enter_robust(curthread, m); in __Tthr_mutex_trylock() 641 if (robust) in __Tthr_mutex_trylock() 722 int ret, robust; in mutex_lock_common() local 724 robust = 0; /* pacify gcc */ in mutex_lock_common() 729 robust = _mutex_enter_robust(curthread, m); in mutex_lock_common() 738 if (!rb_onlist && robust) in mutex_lock_common() 959 int deferred, error, private, robust; in mutex_unlock_common() local 988 robust = _mutex_enter_robust(curthread, m); in mutex_unlock_common() 999 if (robust) in mutex_unlock_common()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libuutil/ |
| H A D | uu_list.c | 401 int robust = (flags & UU_WALK_ROBUST); in list_walk_init() local 406 wp->ulw_robust = robust; in list_walk_init() 413 if (lp->ul_debug || robust) { in list_walk_init() 501 int robust = (flags & UU_WALK_ROBUST); in uu_list_walk() local 509 if (lp->ul_debug || robust) { in uu_list_walk()
|
| H A D | uu_avl.c | 313 int robust = (flags & UU_WALK_ROBUST); in _avl_walk_init() local 318 wp->uaw_robust = robust; in _avl_walk_init() 326 if (ap->ua_debug || robust) { in _avl_walk_init()
|
| /freebsd-13.1/rescue/ |
| H A D | README | 15 2) Demonstrate robust use of crunchgen.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | ite,it6505.yaml | 16 and ensures robust transmission of high-quality uncompressed video
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | ti,dp83869.yaml | 17 The DP83869HM device is a robust, fully-featured Gigabit (PHY) transceiver
|
| H A D | ti,dp83867.yaml | 17 The DP83867 device is a robust, low power, fully featured Physical Layer
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | README | 11 The OpenSSL Project is a collaborative effort to develop a robust,
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | README.tun | 127 Protocol (IPSec) for robust and permanent VPN connections and to
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_background.sgml | 79 support for more robust encryption algorithm (CCMP: AES in Counter
|
| /freebsd-13.1/usr.sbin/crunch/ |
| H A D | README | 11 hopefully more robust C program.
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | NEWS | 655 * make v4 -> v5 principal name conversion more robust 695 * more robust parsing of dump files in kadmin 935 * more robust parsing of krb5.conf 942 * more robust parsing of krb5.conf
|
| /freebsd-13.1/contrib/ntp/libjsmn/ |
| H A D | README.md | 25 jsmn is designed to be **robust** (it should work fine even with erroneous
|
| /freebsd-13.1/contrib/bc/ |
| H A D | README.md | 285 This `bc` is robust. 341 that is because it is more robust. See the [benchmarks][19].
|
| /freebsd-13.1/contrib/googletest/googlemock/ |
| H A D | CMakeLists.txt | 217 # this binary. To get a more robust shared library coverage, configure with
|
| /freebsd-13.1/contrib/bzip2/ |
| H A D | README | 69 robust than previous versions.
|
| H A D | CHANGES | 129 robust to any corruption of compressed data, detecting and
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | WishList | 237 it because the implementation is not robust enough to keep TCSH from
|
| /freebsd-13.1/contrib/apr/include/arch/unix/ |
| H A D | apr_private.h.in | 404 /* Define if cross-process robust mutexes are available */ 407 /* Define if non-posix/portable cross-process robust mutexes are available */
|
| /freebsd-13.1/contrib/libarchive/ |
| H A D | NEWS | 613 Mar 10, 2007: Work on bsdtar test scripts: not yet robust enough 632 Feb 27, 2007: Make the GID restore checks more robust by checking
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | README.nat | 263 robust.
|
| /freebsd-13.1/contrib/googletest/googletest/ |
| H A D | README.md | 89 robust and flexible approach is to build gtest as part of that project directly.
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | README | 285 robust encryption algorithm (CCMP: AES in Counter mode with CBC-MAC)
|