/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | OrcRTBridge.h | 16 #include "llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h" 17 #include "llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h" 18 #include "llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h" 19 #include "llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h" 54 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr, 55 shared::SPSString, uint64_t); 58 shared::SPSExpected<shared [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | axp20x.txt | 91 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/crypto/openssl/Configurations/ |
H A D | shared-info.pl | 11 # shared libraries, currently on any Unix variant, including Unix like 27 'gnu-shared' => { 28 shared_ldflag => '-shared -Wl,-Bsymbolic', 31 'linux-shared' => sub { 33 %{$shared_info{'gnu-shared'}}, 42 'bsd-gcc-shared' => sub { return $shared_info{'linux-shared'}; }, 43 'darwin-shared' => { 48 'cygwin-shared' => { 49 shared_ldflag => '-shared -Wl,--enable-auto-image-base', 52 'mingw-shared' => sub { [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | nvidia,tegra186-hsp.yaml | 21 The features that HSP supported are shared mailboxes, shared 29 For shared mailboxes, the first cell composed of two fields: 31 A bit mask of flags that further specifies the type of shared 33 specified then, 32-bit shared mailbox is used. 36 TEGRA_HSP_MBOX_TYPE_SM for shared mailboxes. 41 For shared mailboxes, the second cell is composed of two fields: 43 A bit mask of flags that further specify how the shared mailbox 52 The index of the shared mailbox to use. The number of available 83 # shared interrupts are optional 89 - pattern: "^shared[0-7]$" [all …]
|
/freebsd/lib/libsys/ |
H A D | shm_open.2 | 34 .Nd "shared memory object operations" 62 shared memory object named 84 then a new shared memory object named 88 the shared memory object is created with mode 95 flags are specified and a shared memory object named 104 If an existing shared memory object is opened with 109 then the shared memory object will be truncated to a size of zero. 129 In this case, an anonymous, unnamed shared memory object is created. 136 the shared memory object will be garbage collected when the last reference to 137 the shared memory object is removed. [all …]
|
/freebsd/share/man/man9/ |
H A D | sx.9 | 52 .Nd kernel shared/exclusive lock 100 Shared/exclusive locks are used to protect data that are read far more often 102 Shared/exclusive locks do not implement priority propagation like mutexes and 104 shared/exclusive locks should be used prudently. 106 Shared/exclusive locks are created with either 117 shared/exclusive lock. 151 Shared/exclusive locks are destroyed with 157 Threads acquire and release a shared lock by calling 175 A thread can attempt to upgrade a currently held shared lock to an exclusive 178 A thread that has an exclusive lock can downgrade it to a shared lock by [all …]
|
H A D | lock.9 | 139 support for shared and exclusive locks, and recursion. 153 Acquire a shared lock. 164 Downgrade exclusive lock to a shared lock. 165 Downgrading a shared lock is not permitted. 169 Upgrade a shared lock to an exclusive lock. 170 If this call fails, the shared lock is lost, even if the 173 During the upgrade, the shared lock could 178 Try to upgrade a shared lock to an exclusive lock. 180 of the shared lock ownership. 212 postpones serving further shared requests for shared-locked lock if there is [all …]
|
H A D | shm_map.9 | 32 .Nd "map shared memory objects into the kernel's address space" 45 functions provide an API for mapping shared memory objects into the kernel. 46 Shared memory objects are created by 50 A shared memory object cannot be shrunk while it is mapped into the kernel. 53 Shared memory objects can still be grown while mapped into the kernel. 64 function locates the shared memory object associated with the open file 105 The following function accepts a file descriptor for a shared memory 142 is not a shared memory object. 148 extends beyond the end of the shared memory object. 152 The shared memory object could not be mapped due to a protection error. [all …]
|
H A D | rwlock.9 | 92 Reader/writer locks allow shared access to protected data by multiple threads, 94 The threads with shared access are known as 106 with shared/exclusive semantics. 184 If there are any shared owners of the lock, the current thread blocks. 205 This function releases a shared lock previously acquired by 211 This function releases a shared lock previously acquired by 216 Attempt to upgrade a single shared lock to an exclusive lock. 217 The current thread must hold a shared lock of 219 This will only succeed if the current thread holds the only shared lock on 221 and it only holds a single shared lock. [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | dotwait.mk | 5 TESTS= simple recursive shared cycle 49 # shared: both shared.1.99 and shared.2.99 depend on shared.0. 50 # shared.0 must be made first, even though it is a child of 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
|
H A D | dotwait.exp | 17 shared.0 18 shared.0 19 shared.1.99 20 shared.1.99 21 shared.2.1 22 shared.2.1 23 shared.2.99 24 shared.2.99
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
H A D | zfs_share_006_pos.ksh | 36 # Verify that a dataset could not be shared but filesystems are shared. 41 # 3. Verify that the dataset is unable be shared. 43 # 5. Verify that the newly added file system be shared. 70 # is unable to be shared but the existing contained file systems 71 # could be shared. 79 log_fail "Mountpoint: $mntp is already shared." 84 log_fail "File system $mntp is shared (set sharenfs)." 87 # Add a new file system to the dataset and verify it is shared. 94 log_fail "File system $mntp2 was not shared (set sharenfs)." 97 log_assert "Verify that a dataset could not be shared, " \ [all …]
|
H A D | zfs_share_concurrent_shares.ksh | 36 # 1. Verify that the file system is not shared. 38 # 3. Invoke 'zfs unshare' and verify filesystem is no longer shared 40 # 4. Verify that the file system is shared. 41 # 5. Verify that a shared filesystem cannot be shared again. 89 # share the mountpoint and then verify it has been shared. 97 sub_fail "File system $filesystem is already shared." 103 # Verify 'zfs share' results in a shared mount. We check this 113 sub_fail "File system $filesystem is not shared (set sharenfs)." 125 sub_fail "File system $filesystem is still shared." 132 # Verify 'zfs share' results in a shared mount. We check this [all …]
|
H A D | zfs_share_001_pos.ksh | 40 # 2. Verify that the file system is shared. 42 # 4. Verify that the file system is shared. 43 # 5. Verify that a shared filesystem cannot be shared again. 82 # share the mountpoint and then verify it has been shared. 90 log_fail "File system $filesystem is already shared." 94 log_fail "File system $filesystem is not shared (set sharenfs)." 101 log_fail "File system $filesystem is still shared." 105 log_fail "file system $filesystem is not shared (zfs share)." 107 log_note "Sharing a shared file system fails." 138 # Try a zfs share -a and verify all file systems are shared. [all …]
|
/freebsd/crypto/openssl/ |
H A D | NOTES-UNIX.md | 7 OpenSSL uses the compiler to link programs and shared libraries 11 link programs, shared libraries and dynamically loadable shared 19 Shared libraries and installation in non-default locations 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 [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_share/ |
H A D | zfs_share_006_pos.ksh | 36 # Verify that a dataset could not be shared but filesystems are shared. 41 # 3. Verify that the dataset is unable be shared. 43 # 5. Verify that the newly added file system be shared. 79 # is unable to be shared but the existing contained file systems 80 # could be shared. 88 log_fail "Mountpoint: $mntp is already shared." 93 log_fail "File system $mntp is shared (set sharenfs)." 96 # Add a new file system to the dataset and verify it is shared. 103 log_fail "File system $mntp2 was not shared (set sharenfs)." 106 log_assert "Verify that a dataset could not be shared, " \ [all …]
|
H A D | zfs_share_001_pos.ksh | 40 # 2. Verify that the file system is shared. 42 # 4. Verify that the file system is shared. 43 # 5. Verify that a shared filesystem cannot be shared again. 90 # share the mountpoint and then verify it has been shared. 98 log_fail "File system $filesystem is already shared." 102 log_fail "File system $filesystem is not shared (set sharenfs)." 109 log_fail "File system $filesystem is still shared." 113 log_fail "file system $filesystem is not shared (zfs share)." 115 log_note "Sharing a shared file system fails." 146 # Try a zfs share -a and verify all file systems are shared. [all …]
|
/freebsd/share/man/man5/ |
H A D | link.5 | 61 linked program or shared object image as the existing 68 The compiler emits PIC code from which shared libraries 83 depending on the load addresses of the various shared objects in the address 150 this field provides debuggers with a hook to access symbol tables of shared 184 The start of a (linked) list of shared object descriptors needed by 223 structure describes a shared object that is needed 254 for a shared object matching 258 should point at a full path name for the desired shared object. 260 Specifies the major version number of the shared object to load. 262 Specifies the preferred minor version number of the shared object to load. [all …]
|
/freebsd/usr.bin/ipcs/ |
H A D | ipcs.1 | 53 and shared memory segments. 64 and shared memory segments. 68 the size of a shared memory segment, 72 and shared memory segments. 74 Display information about active shared memory segments. 77 and shared memory segments. 81 of processes attached to a shared memory segment. 84 and shared memory segments. 90 or detach a shared memory segment. 97 and shared memory segments. [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zfs_unshare_001_neg.ksh | 41 # 1. Attempt to unshare a shared dataset 42 # 2. Verify the dataset is still shared 54 # verify that the filesystem was shared initially 55 log_mustnot not_shared $TESTDIR/shared 56 log_fail "$TESTPOOL/$TESTFS/shared was not shared initially at all!" 58 log_mustnot zfs unshare $TESTPOOL/$TESTFS/shared 61 log_mustnot not_shared $TESTDIR/shared 62 log_fail "$TESTPOOL/$TESTFS/shared was actually unshared!"
|
/freebsd/lib/libc/gen/ |
H A D | dlopen.3 | 65 Operations are provided to add new shared objects to a 73 provides access to the shared object in 132 Symbols from this shared object and its directed acyclic graph (DAG) 134 from all other shared objects. 136 Symbols in this shared object and its DAG of needed objects will be 143 needed by this shared object and printing a summary which includes 213 as it occurs in the shared object identified by 228 it is interpreted as a reference to the executable or shared object 231 Thus a shared object can reference its own symbols. 271 then the search for the symbol is limited to the shared object [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | OrcRTBootstrap.cpp | 11 #include "llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h" 12 #include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h" 18 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() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ExecutionContext.h | 58 /// get a shared pointer to those objects since they are no longer around. 67 /// ExecutionContext class is used to temporarily get shared pointers to any 71 /// objects alive with extra shared pointer references to these objects. 211 /// A shared pointer to a target that is not guaranteed to be valid. 218 /// A shared pointer to a process that is not guaranteed to be valid. 225 /// A shared pointer to a thread that is not guaranteed to be valid. 232 /// A shared pointer to a frame that is not guaranteed to be valid. 238 /// valid. Any of the returned shared pointers in the ExecutionContext 283 /// target, process, thread and frame into strong references (shared pointers) 303 // Create execution contexts from shared pointers [all …]
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.linux | 14 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/tests/sys/cddl/zfs/tests/cli_user/misc/ |
H A D | zfs_unshare_001_neg.ksh | 41 # 1. Attempt to unshare a shared dataset 42 # 2. Verify the dataset is still shared 59 # verify that the filesystem was shared initially 60 if not_shared $TESTDIR/shared 62 log_fail "$TESTPOOL/$TESTFS/shared was not shared initially at all!" 65 log_mustnot run_unprivileged "$ZFS unshare $TESTPOOL/$TESTFS/shared" 68 if not_shared $TESTDIR/shared 70 log_fail "$TESTPOOL/$TESTFS/shared was actually unshared!"
|