/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFeatures.td | 53 "Assume that the distinct-operands facility is installed" 58 "Assume that the fast-serialization facility is installed" 63 "Assume that the floating-point extension facility is installed" 68 "Assume that the high-word facility is installed" 73 "Assume that interlocked-access facility 1 is installed" 79 "Assume that the load/store-on-condition facility is installed" 85 "Assume that the population-count facility is installed" 90 "Assume that the message-security-assist extension facility 3 is installed" 95 "Assume that the message-security-assist extension facility 4 is installed" 100 "Assume that the reset-reference-bits-multiple facility is installed" [all …]
|
/freebsd/usr.sbin/pkg/ |
H A D | pkg.7 | 50 It is used to manage local packages installed from 56 tool is not installed in the base system. 66 is not installed yet, it will be fetched, have its signature verified, 67 installed, and then have the original command forwarded to it. 68 If already installed, the command requested will be forwarded to the real 75 must exist and the signature valid before the package will be installed. 80 will be installed regardless if it is already installed. 93 is actually installed or not. 94 Returns 0 and the number of packages installed 100 after it is installed. [all …]
|
/freebsd/contrib/tcsh/nls/ |
H A D | Makefile.in | 19 INSTALLED+=${localedir}/C/LC_MESSAGES/tcsh.cat 27 INSTALLED+=${localedir}/et/LC_MESSAGES/tcsh.cat 35 INSTALLED+=${localedir}/fi/LC_MESSAGES/tcsh.cat 43 INSTALLED+=${localedir}/fr/LC_MESSAGES/tcsh.cat 51 INSTALLED+=${localedir}/de/LC_MESSAGES/tcsh.cat 59 INSTALLED+=${localedir}/gr/LC_MESSAGES/tcsh.cat 67 INSTALLED+=${localedir}/it/LC_MESSAGES/tcsh.cat 75 INSTALLED+=${localedir}/ja/LC_MESSAGES/tcsh.cat 83 INSTALLED+=${localedir}/pl/LC_MESSAGES/tcsh.cat 91 INSTALLED+=${localedir}/ru/LC_MESSAGES/tcsh.cat [all …]
|
/freebsd/bin/freebsd-version/ |
H A D | freebsd-version.1 | 31 .Nd print the version and patch level of the installed system 40 of the installed kernel and / or userland. 45 Print the version and patch level of the installed kernel. 48 if a new kernel has been installed but the system has not yet 58 Print the version and patch level of the installed userland. 63 Print the version and patch level of the installed userland in the 73 will print the installed kernel version first, then the running kernel
|
/freebsd/crypto/openssh/contrib/ |
H A D | ssh-copy-id.1 | 54 to see if any of them are already installed (of course, if you are not using 90 Of course, this can result in more than one copy of the key being installed 95 prints the key(s) that would have been installed. 97 SFTP mode: usually the public keys are installed 158 If you have already installed keys from one system on a lot of remote 161 installed the new key. 179 now, if the new key is installed on the server, you'll be allowed in 188 ensure that the comment on the installed key is the one from the 191 It also ensures that only the id you intended is installed, rather than
|
/freebsd/contrib/llvm-project/compiler-rt/include/xray/ |
H A D | xray_log_interface.h | 116 /// guaranteed that the implementation installed with 154 /// pointers in XRayLogImpl when being installed through `__xray_set_log_impl`. 183 /// logging) those MUST be installed by the installed 'log_init' handler. 205 /// NOTE: This function does NOT attempt to finalize the currently installed 212 /// - When there is no current implementation installed. 243 /// does not update the currently installed implementation. 248 /// no currently installed mode. 251 /// This function removes the currently installed implementation. It will also 252 /// uninstall any handlers that have been previously installed. It does NOT 255 /// NOTE: This function does NOT attempt to finalize the currently installed [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zimport.sh | 9 # Passing the keyword "installed" will instruct the script to test whatever 10 # version is installed. 32 # and the installed zfs version can correctly import the listed pools. 33 # Note there is no reference pool available for master and installed but 39 # -s "zfs-0.6.2 master installed" \ 40 # -p "zevo-1.1.1 zol-0.6.2 zol-0.6.2-173 master installed" 52 # installed Pass Pass Pass 233 if [[ "$TAG" = "installed" ]]; then 276 if [[ "$POOL_TAG" != "installed" ]]; then 370 if [[ "$TAG" = "installed" ]]; then [all …]
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsboot.8 | 36 is installed in two parts on a disk or a partition used by a ZFS pool. 37 The first part, a single-sector starter boot block, is installed 39 The second part, a main boot block, is installed at a special offset 44 is installed in a partition, then that partition should be made 77 is typically installed using 96 can also be installed in an MBR slice:
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.windows.md | 56 Windows with which those tools, and other tools, can be installed; it 62 Chocolatey package, which can be installed from the command line: 92 CMake can also be installed as the Chocolatey package "cmake": 97 install CMake if you have installed Visual Studio 2017 or later. They 103 installed; for Visual Studio 2019, make sure "C++ CMake tools for 104 Windows" is installed. 134 the Npcap or WinPcap SDK is installed. 159 the Npcap or WinPcap SDK is installed.
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z10/ |
H A D | extended.json | 12 …"PublicDescription": "A directory write to the Level-1 D-Cache directory where the installed cache… 18 …"PublicDescription": "A directory write to the Level-1 I-Cache directory where the installed cache… 30 …"PublicDescription": "A directory write to the Level-1 I-Cache directory where the installed cache… 36 …"PublicDescription": "A directory write to the Level-1 D-Cache directory where the installed cache… 42 …"PublicDescription": "A directory write to the Level-1 D-Cache directory where the installed cache… 48 …"PublicDescription": "A directory write to the Level-1 I-Cache where the installed cache line was …
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ErrorHandling.h | 31 /// If no error handler is installed the default is to print the error message 32 /// to stderr, and call exit(1). If an error handler is installed then it is 62 /// Reports a serious error, calling any installed error handler. These 66 /// If no error handler is installed the default is to print the message to 85 /// If no error handler is installed the default is to print the error message 86 /// to stderr, and call exit(1). If an error handler is installed then it is 92 /// \param user_data - An argument which will be passed to the installed error 111 /// If no error handler is installed (default), throws a bad_alloc exception
|
/freebsd/contrib/tcpdump/cmake/Modules/ |
H A D | FindCRYPTO.cmake | 18 # pkg-config files for packages it has installed. 115 # No. If we have Homebrew installed, see if it's in Homebrew. 120 # $BREW --prefix --installed <formula> 123 # the formula is installed or not, so we 129 execute_process(COMMAND "${BREW}" "--prefix" "--installed" "openssl" 165 # We search for that header to make sure that it's installed (if
|
/freebsd/usr.sbin/tzsetup/ |
H A D | tzsetup.8 | 42 The selected zone is installed as the system 57 Reinstall the zoneinfo file installed last time. 65 On a newly installed system, the hardware clock will keep UTC. 115 saved name of the timezone file installed last 134 latest installed zoneinfo file (as specified in
|
/freebsd/contrib/googletest/googletest/cmake/ |
H A D | libgtest.la.in | 10 # Is this an already installed library? 11 installed=yes 20 # Directory that this library needs to be installed in:
|
/freebsd/usr.sbin/bsdconfig/share/packages/ |
H A D | packages.subr | 61 PACKAGES_DETECTED= # Boolean (NULL/non-NULL); detected installed packages? 76 # category name if its index has been cached, adding the number of installed 96 # Add number of installed packages for this category (if any) 167 # Detect installed packages. Currently this uses pkg-query(8) for querying 168 # entries and marks each entry as an installed/selected package. 182 # Calculate number of installed/selected packages for each category listed in 183 # $PACKAGE_CATEGORIES (the number of installed packages for $category is stored 186 # Also calculates the total number of installed/selected packages stored as 191 # varpkg'. A mark can be "X" for an installed package, `I' for a package that 530 # with regard to "deselecting" an already installed package. Choices include [all …]
|
/freebsd/crypto/openssl/Configurations/platform/ |
H A D | VMS.pm | 15 # VMS has a cultural standard where all installed libraries are prefixed. 36 # Other projects include the pointer size in the name of installed libraries, 39 # Non-installed libraries are *always* static, and their names remain 51 # version number in installed shared library names.
|
/freebsd/contrib/unbound/ |
H A D | README.md | 20 installed. 21 If building from the repository source you also need flex and bison installed. 22 Unbound can be compiled and installed using: 38 will be installed and are available on the Unbound
|
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
H A D | MSVCSetupApi.h | 151 /// installed. 154 /// was originally installed.</param> 183 /// Gets the version of the product installed in this instance. 186 /// installed in this instance.</param> 193 /// Gets the display name (title) of the product installed in this instance. 197 /// installed in this instance.</param> 204 /// Gets the description of the product installed in this instance. 207 /// <param name="pbstrDescription">The description of the product installed in 285 /// A enumerator of installed <see cref="ISetupInstance"/> objects. 341 /// Enumerates all completed product instances installed. [all …]
|
/freebsd/usr.bin/login/ |
H A D | motd.template | 11 Documents installed with the system are in the /usr/local/share/doc/freebsd/ 12 directory, or can be installed later with: pkg install en-freebsd-doc 15 Show the version of FreeBSD installed: freebsd-version ; uname -a
|
/freebsd/contrib/kyua/ |
H A D | INSTALL.md | 65 If ATF is installed in a different prefix than Autoconf, you will also 100 6. Check that the installed programs work by running `make 115 be installed. 121 Specifies where the installed programs will look for configuration 217 This documentation is *not* installed and is only provided to help the 219 causes absolutely no differences on the files installed by this 233 Copy the `Kyuafile.top` file installed in the examples directory to the
|
/freebsd/contrib/kyua/utils/ |
H A D | sanity.cpp | 96 /// The handler is installed with SA_RESETHAND, so this is safe to do. We in crash_handler() 123 LD(F("Installed crash handler for signal %s") % signo); in install_one_crash_handler() 178 /// ensure that a signal handler for fatal crash signals is installed. 186 static bool installed = false; in install_crash_handlers() local 187 PRE(!installed); in install_crash_handlers() 193 installed = true; in install_crash_handlers()
|
/freebsd/crypto/openssl/ |
H A D | NOTES-PERL.md | 20 installed properly. We do not claim to know them all, but experience 28 You MUST have at least Perl version 5.10.0 installed. This minimum 58 Perl is installed on HPE NonStop platforms as part of the Scripting Languages 76 installed. 111 Note that this runs all the tests that the module to be installed
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.8 | 36 is installed in a 109 of the operating system to be tested is installed on another partition. 209 is installed in a 218 is typically installed in combination with 231 can also be installed without the PMBR:
|
/freebsd/contrib/dma/ |
H A D | INSTALL | 4 On most systems (with a development environment installed) you should be able to compile DMA with: 16 Check that you have the following commands installed: 25 If you have all of these tools installed, set the CC, YACC, INSTALL, LEX and SH variable to point t…
|
/freebsd/contrib/openbsm/ |
H A D | INSTALL | 11 On Linux systems, OpenSSL headers may have to be installed to support 33 manually installed or merged. Currently, the locations of these files are 36 You may wish to specify that the OpenBSM components not be installed in the
|