/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tsd_generic.h | 33 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)arg; in tsd_cleanup_wrapper() local 35 if (wrapper->initialized) { in tsd_cleanup_wrapper() 36 wrapper->initialized = false; in tsd_cleanup_wrapper() 37 tsd_cleanup(&wrapper->val); in tsd_cleanup_wrapper() 38 if (wrapper->initialized) { in tsd_cleanup_wrapper() 40 if (pthread_setspecific(tsd_tsd, (void *)wrapper) != 0) in tsd_cleanup_wrapper() 50 malloc_tsd_dalloc(wrapper); in tsd_cleanup_wrapper() 54 tsd_wrapper_set(tsd_wrapper_t *wrapper) { in tsd_wrapper_set() argument 55 if (pthread_setspecific(tsd_tsd, (void *)wrapper) != 0) { in tsd_wrapper_set() 63 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd); in tsd_wrapper_get() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win_dll_thunk.cpp | 34 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); in dllThunkIntercept() local 35 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkIntercept() 42 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible() local 44 if (!wrapper) in dllThunkInterceptWhenPossible() 45 wrapper = dllThunkGetRealAddrOrDie(default_function); in dllThunkInterceptWhenPossible() 46 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkInterceptWhenPossible()
|
/freebsd/contrib/libucl/ |
H A D | ChangeLog.md | 72 - C++ wrapper improvements (by @ftilde) 73 - C++ wrapper: add convenience method at() and lookup() (by Yonghee Kim) 74 - C++ wrapper: add assignment operator to Ucl class (by Yonghee Kim) 75 - C++ wrapper: support variables in parser (by Yonghee Kim) 76 - C++ wrapper: refactoring C++ interface (by Yonghee Kim): 81 - C++ wrapper: fix compilation error and warnings (by Zhe Wang) 82 - C++ wrapper: fix iteration over objects in which the first value is `false` (by Zhe Wang) 83 - C++ wrapper: Macro helper functions (by Chris Meacham) 84 - C++ wrapper: Changing the duplicate strategy in the C++ API (by Chris Meacham) 85 - C++ wrapper: Added access functions for the size of a UCL_ARRAY (by Chris Meacham)
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_cmd.c | 1083 .wrapper = mlx4_QUERY_FW_wrapper 1092 .wrapper = NULL 1101 .wrapper = mlx4_QUERY_DEV_CAP_wrapper 1110 .wrapper = mlx4_QUERY_FUNC_CAP_wrapper 1119 .wrapper = NULL 1128 .wrapper = mlx4_INIT_PORT_wrapper 1137 .wrapper = mlx4_CLOSE_PORT_wrapper 1146 .wrapper = mlx4_QUERY_PORT_wrapper 1155 .wrapper = mlx4_SET_PORT_wrapper 1164 .wrapper = mlx4_MAP_EQ_wrapper [all …]
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | acadia.dts | 34 clock-frequency = <0>; /* Filled in by wrapper */ 35 timebase-frequency = <0>; /* Filled in by wrapper */ 47 reg = <0x0 0x0>; /* Filled in by wrapper */ 65 clock-frequency = <0>; /* Filled in by wrapper */ 89 clock-frequency = <0>; /* Filled in by wrapper */ 96 clock-frequency = <0>; /* Filled in by wrapper */ 106 clock-frequency = <0>; /* Filled in by wrapper */ 136 local-mac-address = [000000000000]; /* Filled in by wrapper */ 217 clock-frequency = <0>; /* Filled in by wrapper */
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | zfs.ksh | 31 for wrapper in ${ZFS_WRAPPER} ; do 32 if [[ -x ${STF_SUITE}/bin/zfs_$wrapper ]]; then 33 options=$(${STF_SUITE}/bin/zfs_$wrapper "${saved_options[@]}")
|
H A D | zpool.ksh | 33 for wrapper in ${ZPOOL_WRAPPER} ; do 34 if [[ -x ${STF_SUITE}/bin/zpool_$wrapper ]]; then 35 options=$(${STF_SUITE}/bin/zpool_$wrapper "${saved_options[@]}")
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | mt6351.txt | 3 The communication between MT6351 and SoC is through Mediatek PMIC wrapper. 4 For more detail, please visit Mediatek PMIC wrapper documentation. 6 Must be a child node of PMIC wrapper.
|
H A D | mt6358.txt | 3 The communication between MT6358 and SoC is through Mediatek PMIC wrapper. 4 For more detail, please visit Mediatek PMIC wrapper documentation. 6 Must be a child node of PMIC wrapper.
|
/freebsd/crypto/openssh/regress/ |
H A D | scp3.sh | 13 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp 14 chmod 755 ${OBJ}/scp-ssh-wrapper.scp 69 rm -f ${OBJ}/scp-ssh-wrapper.exe
|
H A D | scp-uri.sh | 15 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp 16 chmod 755 ${OBJ}/scp-ssh-wrapper.scp 79 rm -f ${OBJ}/scp-ssh-wrapper.exe
|
H A D | scp.sh | 23 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp 24 chmod 755 ${OBJ}/scp-ssh-wrapper.scp 205 rm -f ${OBJ}/scp-ssh-wrapper.scp
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 1 Zstandard wrapper for zlib 4 The main objective of creating a zstd wrapper for [zlib](http://zlib.net/) is to allow a quick and … 8 To build the zstd wrapper for zlib the following files are required: 21 #### Embedding the zstd wrapper within your project 26 To compile the zstd wrapper with your project you have to do the following: 36 After embedding the zstd wrapper within your project the zstd library is turned off by default. 74 #### The measurement of performance of Zstandard wrapper for zlib 76 …ntains a tool called `zwrapbench` which can measure speed and ratio of zlib, zstd, and the wrapper. 90 The zstd wrapper provides the `ZWRAP_setPledgedSrcSize()` function that allows to change a pledged …
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README.IRIX | 4 people that tried to use my tcp wrapper on IRIX 5.x. Some mysteries 8 system. Here is my first-hand experience with wrapper release 6.3. 30 rstatd: the wrapper hangs in the recvfrom() system call, and I 40 hosts that have more than one address: the wrapper will see only 47 wrapper will be unable to figure out the client internet address.
|
H A D | README | 3 This is the 7.6 version of the TCP/IP daemon wrapper package. 39 6.1 - Known wrapper limitations 59 The package provides tiny daemon wrapper programs that can be installed 84 What to do if this is your first encounter with the wrapper programs: 96 The wrapper programs rely on source address information obtained from 111 the wrapper programs, and introduce some of the terminology that is 136 The wrapper programs rely on a simple, but powerful mechanism. Instead 138 into running a small wrapper program. The wrapper logs the client host 140 the wrapper executes the desired server program and goes away. 142 The wrapper programs have no interaction with the client user (or with [all …]
|
H A D | BLURB | 7 The package provides tiny daemon wrapper programs that can be installed 21 this patch when you built your version 7.x tcp wrapper without
|
H A D | Banners.Makefile | 21 # In order to use banners, build the tcp wrapper with -DPROCESS_OPTIONS 52 # You would have to use an rshd that has built-in tcp wrapper
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/ |
H A D | conf.py | 300 def wrapper(decorator): function 302 return wrapper
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/ |
H A D | README | 1 This package provides a wrapper for libzfs_core C library. 5 This wrapper provides one-to-one wrappers for libzfs_core API functions, 12 error codes. The wrapper takes care to provide one-to-many mapping
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | rtc-mt6397.txt | 5 with PMIC wrapper bus which is a common resource shared with the other 11 For MediaTek PMIC wrapper bus bindings, see:
|
/freebsd/crypto/openssh/ |
H A D | ssh-ecdsa-sk.c | 171 const char *origin, const struct sshbuf *wrapper, in webauthn_check_prepare_hash() argument 212 sshbuf_dump(wrapper, stderr); in webauthn_check_prepare_hash() 217 if ((r = sshbuf_cmp(wrapper, 0, sshbuf_ptr(m), sshbuf_len(m))) != 0) in webauthn_check_prepare_hash() 221 if ((r = ssh_digest_buffer(SSH_DIGEST_SHA256, wrapper, in webauthn_check_prepare_hash()
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-mt6323.txt | 6 using shared bus called PMIC wrapper for each subfunction to access remote 11 For MediaTek PMIC wrapper bindings see:
|
/freebsd/contrib/kyua/utils/format/ |
H A D | formatter_test.cpp | 78 operator<<(std::ostream& output, const int_wrapper& wrapper) in operator <<() argument 80 return (output << wrapper.value()); in operator <<()
|
/freebsd/libexec/atf/ |
H A D | Makefile | 27 SUBDIR= atf-check atf-pytest-wrapper atf-sh tests
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | control | 149 Description: wrapper for libzfs_core C library 151 administration of ZFS. This wrapper provides one-to-one wrappers for 159 errno-style error codes. The wrapper takes care to provide one-to-many 170 Description: wrapper for libzfs_core C library (documentation) 172 administration of ZFS. This wrapper provides one-to-one wrappers for 180 errno-style error codes. The wrapper takes care to provide one-to-many
|