Home
last modified time | relevance | path

Searched refs:wrapper (Results 1 – 25 of 274) sorted by relevance

1234567891011

/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h35 if (wrapper->initialized) { in tsd_cleanup_wrapper()
69 if (wrapper) { in tsd_wrapper_get()
70 return wrapper; in tsd_wrapper_get()
75 if (wrapper == NULL) { in tsd_wrapper_get()
89 return wrapper; in tsd_wrapper_get()
104 tsd_wrapper_t *wrapper; in tsd_boot1() local
106 if (wrapper == NULL) { in tsd_boot1()
143 tsd_wrapper_t *wrapper; in tsd_get() local
150 return &wrapper->val; in tsd_get()
155 tsd_wrapper_t *wrapper; in tsd_set() local
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp34 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-13.1/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.cpp60 uptr wrapper) { in InterceptFunction() argument
61 void *addr = GetFuncAddr(name, wrapper); in InterceptFunction()
63 return addr && (func == wrapper); in InterceptFunction()
73 uptr func, uptr wrapper) { in InterceptFunction() argument
76 return addr && (func == wrapper); in InterceptFunction()
H A Dinterception_linux.h26 uptr wrapper);
28 uptr func, uptr wrapper);
/freebsd-13.1/contrib/libucl/
H A DChangeLog.md72 - 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-13.1/tests/sys/cddl/zfs/bin/
H A Dzfs.ksh36 for wrapper in ${ZFS_WRAPPER} ; do
37 if [[ -x ${STF_SUITE}/bin/zfs_$wrapper ]]; then
38 options=$(${STF_SUITE}/bin/zfs_$wrapper "${saved_options[@]}")
H A Dzpool.ksh38 for wrapper in ${ZPOOL_WRAPPER} ; do
39 if [[ -x ${STF_SUITE}/bin/zpool_$wrapper ]]; then
40 options=$(${STF_SUITE}/bin/zpool_$wrapper "${saved_options[@]}")
/freebsd-13.1/sys/contrib/device-tree/src/powerpc/
H A Dacadia.dts34 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-13.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c1092 .wrapper = NULL
1119 .wrapper = NULL
1164 .wrapper = mlx4_MAP_EQ_wrapper
1182 .wrapper = NULL
1191 .wrapper = NULL
1254 .wrapper = NULL
1272 .wrapper = NULL
1425 .wrapper = mlx4_GEN_QP_wrapper
1533 .wrapper = NULL
1634 .wrapper = NULL
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dmt6351.txt3 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 Dmt6358.txt3 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-13.1/crypto/openssh/regress/
H A Dscp3.sh13 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
14 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
60 rm -f ${OBJ}/scp-ssh-wrapper.exe
H A Dscp-uri.sh13 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
14 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
77 rm -f ${OBJ}/scp-ssh-wrapper.exe
H A Dscp.sh20 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
21 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
143 rm -f ${OBJ}/scp-ssh-wrapper.scp
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dcache-memcache.c413 svn_cache__t *wrapper = apr_pcalloc(pool, sizeof(*wrapper)); in svn_cache__create_memcache() local
422 wrapper->vtable = &memcache_vtable; in svn_cache__create_memcache()
423 wrapper->cache_internal = cache; in svn_cache__create_memcache()
424 wrapper->error_handler = 0; in svn_cache__create_memcache()
425 wrapper->error_baton = 0; in svn_cache__create_memcache()
426 wrapper->pretend_empty = !!getenv("SVN_X_DOES_NOT_MARK_THE_SPOT"); in svn_cache__create_memcache()
428 *cache_p = wrapper; in svn_cache__create_memcache()
H A Dcache-inprocess.c657 svn_cache__t *wrapper = apr_pcalloc(pool, sizeof(*wrapper)); in svn_cache__create_inprocess() local
686 wrapper->vtable = &inprocess_cache_vtable; in svn_cache__create_inprocess()
687 wrapper->cache_internal = cache; in svn_cache__create_inprocess()
688 wrapper->pretend_empty = !!getenv("SVN_X_DOES_NOT_MARK_THE_SPOT"); in svn_cache__create_inprocess()
690 *cache_p = wrapper; in svn_cache__create_inprocess()
/freebsd-13.1/contrib/tcp_wrappers/
H A DREADME.IRIX4 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 DREADME3 This is the 7.6 version of the TCP/IP daemon wrapper package.
39 6.1 - Known wrapper limitations
138 into running a small wrapper program. The wrapper logs the client host
162 There are two ways to use the wrapper programs:
606 6.1 - Known wrapper limitations
648 wrapper's logging severity.
696 copies of the wrapper programs.
755 File protections: the wrapper, all files used by the wrapper, and all
758 install the wrapper set-uid.
816 File protections: the wrapper, all files used by the wrapper, and all
[all …]
H A DBLURB7 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-13.1/sys/contrib/zstd/zlibWrapper/
H A DREADME.md1 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-13.1/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dconf.py300 def wrapper(decorator): function
302 return wrapper
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME1 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-13.1/sys/contrib/device-tree/Bindings/rtc/
H A Drtc-mt6397.txt5 with PMIC wrapper bus which is a common resource shared with the other
11 For MediaTek PMIC wrapper bus bindings, see:
/freebsd-13.1/crypto/openssh/
H A Dssh-ecdsa-sk.c78 const char *origin, const struct sshbuf *wrapper, in webauthn_check_prepare_hash() argument
119 sshbuf_dump(wrapper, stderr); in webauthn_check_prepare_hash()
124 if ((r = sshbuf_cmp(wrapper, 0, sshbuf_ptr(m), sshbuf_len(m))) != 0) in webauthn_check_prepare_hash()
128 if ((r = ssh_digest_buffer(SSH_DIGEST_SHA256, wrapper, in webauthn_check_prepare_hash()
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/
H A Dleds-mt6323.txt6 using shared bus called PMIC wrapper for each subfunction to access remote
11 For MediaTek PMIC wrapper bindings see:

1234567891011