| /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 58 if (pthread_setspecific(tsd_tsd, (void *)wrapper) != 0) { in tsd_wrapper_set() 66 tsd_wrapper_t *wrapper; in tsd_wrapper_get() 63 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)pthread_getspecific(tsd_tsd); tsd_wrapper_get() local 104 tsd_wrapper_t *wrapper; tsd_boot1() local 143 tsd_wrapper_t *wrapper; tsd_get() local 155 tsd_wrapper_t *wrapper; tsd_set() local [all...] |
| H A D | tsd_win.h | 19 tsd_wrapper_t *wrapper = (tsd_wrapper_t *)TlsGetValue(tsd_tsd); in tsd_cleanup_wrapper() local 22 if (wrapper == NULL) { in tsd_cleanup_wrapper() 26 if (wrapper->initialized) { in tsd_cleanup_wrapper() 27 wrapper->initialized = false; in tsd_cleanup_wrapper() 28 tsd_cleanup(&wrapper->val); in tsd_cleanup_wrapper() 29 if (wrapper->initialized) { in tsd_cleanup_wrapper() 34 malloc_tsd_dalloc(wrapper); in tsd_cleanup_wrapper() 39 tsd_wrapper_set(tsd_wrapper_t *wrapper) { in tsd_wrapper_set() argument 40 if (!TlsSetValue(tsd_tsd, (void *)wrapper)) { in tsd_wrapper_set() 49 tsd_wrapper_t *wrapper = (tsd_wrapper_t *) TlsGetValue(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/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
|
| /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/openzfs/contrib/pyzfs/docs/source/ |
| H A D | conf.py | 300 def wrapper(decorator): function 302 return wrapper
|
| /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/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | README.asn1 | 150 this, you must create an offset type wrapper for each sequence field: 160 need to first define a pointer wrapper, which is very simple: 176 also need to create a tag wrapper for it: 241 For null-terminated sequences, you can use a wrapper like this: 298 pointer wrapper for the sequence element type (*not* the element type 329 Use this macro to model an "[APPLICATION tagnum]" tag wrapper in an 332 There is also a general tag wrapper macro: 355 typically using DEFCTAGGEDTYPE to create a tag wrapper for an existing 503 Conversely, the ASN.1 module may define an OCTET STRING wrapper around 508 In this case you can use a DEFTAGGEDTYPE wrapper like so: [all …]
|
| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | .gitignore | 2 objtool-wrapper
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | control | 131 Description: wrapper for libzfs_core C library 133 administration of ZFS. This wrapper provides one-to-one wrappers for 141 errno-style error codes. The wrapper takes care to provide one-to-many 152 Description: wrapper for libzfs_core C library (documentation) 154 administration of ZFS. This wrapper provides one-to-one wrappers for 162 errno-style error codes. The wrapper takes care to provide one-to-many
|