Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 1207) sorted by relevance

12345678910>>...49

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.h54 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr,
55 shared::SPSString, uint64_t);
58 shared::SPSExpected<shared::SPSSequence<shared::SPSExecutorSymbolDef>>(
59 shared::SPSExecutorAddr, shared::SPSExecutorAddr,
60 shared
[all...]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daxp20x.txt91 LDO2 : LDO : ldo24in-supply : shared supply
93 LDO4 : LDO : ldo24in-supply : shared supply
107 ALDO1 : LDO : aldoin-supply : shared supply
108 ALDO2 : LDO : aldoin-supply : shared supply
109 ALDO3 : LDO : aldoin-supply : shared supply
110 DLDO1 : LDO : dldoin-supply : shared supply
111 DLDO2 : LDO : dldoin-supply : shared supply
112 DLDO3 : LDO : dldoin-supply : shared supply
113 DLDO4 : LDO : dldoin-supply : shared supply
114 ELDO1 : LDO : eldoin-supply : shared supply
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddotwait.mk5 TESTS= simple recursive shared cycle
52 shared: shared.1.99 .WAIT shared.2.99
53 shared.1.99: shared.0 _ECHOUSE
54 shared.2.99: shared.2.1 shared.0 _ECHOUSE
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp18 using namespace llvm::orc::shared;
25 static llvm::orc::shared::CWrapperFunctionResult
36 static llvm::orc::shared::CWrapperFunctionResult
48 static llvm::orc::shared::CWrapperFunctionResult
59 static llvm::orc::shared::CWrapperFunctionResult
69 static llvm::orc::shared::CWrapperFunctionResult
83 shared::SPSMemoryAccessUInt8Write>); in addTo()
86 shared::SPSMemoryAccessUInt16Write>); in addTo()
89 shared::SPSMemoryAccessUInt32Write>); in addTo()
92 shared::SPSMemoryAccessUInt64Write>); in addTo()
H A DJITLoaderVTune.cpp94 extern "C" llvm::orc::shared::CWrapperFunctionResult
96 using namespace orc::shared; in llvm_orc_registerVTuneImpl()
105 extern "C" llvm::orc::shared::CWrapperFunctionResult
107 using namespace orc::shared; in llvm_orc_unregisterVTuneImpl()
176 extern "C" llvm::orc::shared::CWrapperFunctionResult
178 using namespace orc::shared; in llvm_orc_test_registerVTuneImpl()
200 extern "C" llvm::orc::shared::CWrapperFunctionResult
202 using namespace orc::shared; in llvm_orc_registerVTuneImpl()
208 extern "C" llvm::orc::shared::CWrapperFunctionResult
210 using namespace orc::shared; in llvm_orc_unregisterVTuneImpl()
[all …]
H A DSimpleRemoteEPCServer.cpp22 using namespace llvm::orc::shared;
134 shared::WrapperFunctionResult::createOutOfBandError("disconnecting")); in handleDisconnect()
217 shared::SPSArgList<shared::SPSSimpleRemoteEPCExecutorInfo>; in sendSetupMessage()
219 shared::WrapperFunctionResult::allocate(SPSSerialize::size(EI)); in sendSetupMessage()
220 shared::SPSOutputBuffer OB(SetupPacketBytes.data(), SetupPacketBytes.size()); in sendSetupMessage()
232 std::promise<shared::WrapperFunctionResult> *P = nullptr; in handleResult()
244 auto R = shared::WrapperFunctionResult::allocate(ArgBytes.size()); in handleCallWrapper()
255 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper()
257 shared in handleCallWrapper()
[all...]
H A DExecutorSharedMemoryMapperService.cpp185 auto DeinitializeActions = shared::runFinalizeActions(FR.Actions); in initialize()
214 if (Error Err = shared::runDeallocActions( in deinitialize()
325 llvm::orc::shared::CWrapperFunctionResult
328 return shared::WrapperFunction< in reserveWrapper()
331 shared::makeMethodWrapperHandler( in reserveWrapper()
336 llvm::orc::shared::CWrapperFunctionResult
339 return shared::WrapperFunction< in initializeWrapper()
342 shared::makeMethodWrapperHandler( in initializeWrapper()
347 llvm::orc::shared::CWrapperFunctionResult
350 return shared::WrapperFunction< in deinitializeWrapper()
[all …]
H A DSimpleExecutorDylibManager.cpp102 llvm::orc::shared::CWrapperFunctionResult in openWrapper()
104 return shared:: in openWrapper()
107 shared::makeMethodWrapperHandler( in openWrapper()
112 llvm::orc::shared::CWrapperFunctionResult in lookupWrapper()
114 return shared:: in lookupWrapper()
117 shared::makeMethodWrapperHandler( in lookupWrapper()
H A DSimpleExecutorMemoryManager.cpp38 std::vector<shared::WrapperFunctionCall> DeallocationActions; in finalize()
227 llvm::orc::shared::CWrapperFunctionResult
230 return shared::WrapperFunction< in reserveWrapper()
233 shared::makeMethodWrapperHandler( in reserveWrapper()
238 llvm::orc::shared::CWrapperFunctionResult
241 return shared::WrapperFunction< in finalizeWrapper()
244 shared::makeMethodWrapperHandler( in finalizeWrapper()
249 llvm::orc::shared::CWrapperFunctionResult
252 return shared::WrapperFunction< in deallocateWrapper()
255 shared::makeMethodWrapperHandler( in deallocateWrapper()
/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c56 static grant_entry_v1_t *shared; variable
144 shared[ref].frame = frame; in gnttab_grant_foreign_access()
145 shared[ref].domid = domid; in gnttab_grant_foreign_access()
147 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access()
160 shared[ref].frame = frame; in gnttab_grant_foreign_access_ref()
161 shared[ref].domid = domid; in gnttab_grant_foreign_access_ref()
163 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access_ref()
171 nflags = shared[ref].flags; in gnttab_query_foreign_access()
181 while (!((flags = atomic_load_16(&shared[ref].flags)) & in gnttab_end_foreign_access_ref()
183 if (atomic_cmpset_16(&shared[ref].flags, flags, 0)) in gnttab_end_foreign_access_ref()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am68-sk-som.dtsi31 compatible = "shared-dma-pool";
37 compatible = "shared-dma-pool";
43 compatible = "shared-dma-pool";
49 compatible = "shared-dma-pool";
55 compatible = "shared-dma-pool";
61 compatible = "shared-dma-pool";
67 compatible = "shared-dma-pool";
73 compatible = "shared-dma-pool";
79 compatible = "shared-dma-pool";
85 compatible = "shared-dma-pool";
[all …]
H A Dk3-j721e-som-p0.dtsi33 compatible = "shared-dma-pool";
39 compatible = "shared-dma-pool";
45 compatible = "shared-dma-pool";
51 compatible = "shared-dma-pool";
57 compatible = "shared-dma-pool";
63 compatible = "shared-dma-pool";
69 compatible = "shared-dma-pool";
75 compatible = "shared-dma-pool";
81 compatible = "shared-dma-pool";
87 compatible = "shared-dma-pool";
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Ddh_groups.c1241 struct wpabuf *shared; in dh_derive_shared() local
1248 shared = wpabuf_alloc(shared_len); in dh_derive_shared()
1249 if (shared == NULL) in dh_derive_shared()
1257 wpabuf_mhead(shared), &shared_len) < 0) { in dh_derive_shared()
1258 wpabuf_clear_free(shared); in dh_derive_shared()
1262 wpabuf_put(shared, shared_len); in dh_derive_shared()
1263 wpa_hexdump_buf_key(MSG_DEBUG, "DH: shared key", shared); in dh_derive_shared()
1265 return shared; in dh_derive_shared()
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dxen,shared-memory.txt5 to be a shared memory area across multiple virtual machines for
8 For each of these pre-shared memory regions, a range is exposed under
13 compatible = "xen,shared-memory-v1"
16 the base guest physical address and size of the shared memory region
19 64 bit integer offset within the owner virtual machine's shared
23 a string that identifies the shared memory region as specified in
/freebsd/contrib/file/magic/Magdir/
H A Dsmile15 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default …
16 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
30 >3 byte&0x02 0x02 shared String values enabled,
31 >3 byte&0x02 0x00 shared String values disabled,
32 >3 byte&0x01 0x01 shared field names enabled
33 >3 byte&0x01 0x00 shared field names disabled
H A Dbsdi11 >32 byte 0x6a (uses shared libs)
14 # same as in SunOS 4.x, except for static shared libraries
18 >>20 belong <4096 shared library
26 >36 belong 0xb4100001 (uses shared libs)
32 >36 belong 0xb4100001 (uses shared libs)
38 >36 belong 0xb4100001 (uses shared libs)
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md7 OpenSSL uses the compiler to link programs and shared libraries
11 link programs, shared libraries and dynamically loadable shared
22 Every Unix system has its own set of default locations for shared
26 a bit of help from a defined runtime shared library search path.
29 scripts do NOT generally set the runtime shared library search path for
34 Runtime shared library search paths are specified with different
40 Possible options to set the runtime shared library search path include
54 Please do not use verbatim directories in your runtime shared library
58 used with the runtime shared library search path options, as shown in
71 4. Using system shared object caches and default directories.
[all …]
/freebsd/contrib/libpcap/doc/
H A DREADME.linux14 Linux's run-time linker allows shared libraries to be linked with other
15 shared libraries, which means that if an older version of a shared
16 library doesn't require routines from some other shared library, and a
17 later version of the shared library does require those routines, the
18 later version of the shared library can be linked with that other shared
23 pcap-config script if they build with the shared library. (The build
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h44 std::vector<shared::WrapperFunctionCall> DeinitializationActions;
57 static llvm::orc::shared::CWrapperFunctionResult
60 static llvm::orc::shared::CWrapperFunctionResult
63 static llvm::orc::shared::CWrapperFunctionResult
66 static llvm::orc::shared::CWrapperFunctionResult
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h45 using namespace shared; in writeUInt8sAsync()
52 using namespace shared; in writeUInt16sAsync()
59 using namespace shared; in writeUInt32sAsync()
66 using namespace shared; in writeUInt64sAsync()
73 using namespace shared; in writeBuffersAsync()
80 using namespace shared;
44 using namespace shared; writeUInt8sAsync() local
51 using namespace shared; writeUInt16sAsync() local
58 using namespace shared; writeUInt32sAsync() local
65 using namespace shared; writeUInt64sAsync() local
72 using namespace shared; writeBuffersAsync() local
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile.c138 fprintf(stderr, str, filename, shared ? "RD" : "EX"); \
244 locktestrd(filename, flags, delay, shared) in locktestrd() argument
248 int shared;
274 if (shared)
357 int ch, delay, r, status, flags, shared, nb, reader, writer; local
365 shared = nb = noio = reader = writer = chk = 0;
392 shared = 1;
423 r = locktestrd(filename, flags, nb ? delay : 0, shared);
/freebsd/contrib/openbsm/m4/
H A Dltoptions.m478 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
162 # implement the --enable-shared flag, and supports the 'shared' and
163 # 'disable-shared' LT_INIT options.
167 AC_ARG_ENABLE([shared],
168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
190 [Whether or not to build shared libraries])
193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
[all …]
/freebsd/contrib/openpam/m4/
H A Dltoptions.m478 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
162 # implement the --enable-shared flag, and supports the 'shared' and
163 # 'disable-shared' LT_INIT options.
167 AC_ARG_ENABLE([shared],
168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
190 [Whether or not to build shared libraries])
193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
[all …]
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dltoptions.m478 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
162 # implement the --enable-shared flag, and supports the 'shared' and
163 # 'disable-shared' LT_INIT options.
167 AC_ARG_ENABLE([shared],
168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
190 [Whether or not to build shared libraries])
193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dltoptions.m478 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
80 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
162 # implement the --enable-shared flag, and supports the 'shared' and
163 # 'disable-shared' LT_INIT options.
167 AC_ARG_ENABLE([shared],
168 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
169 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
190 [Whether or not to build shared libraries])
193 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
194 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
[all …]

12345678910>>...49