| /freebsd/contrib/netbsd-tests/ipf/regress/ |
| H A D | in5_6 | 1 map le0 inet6 from 9:8:7::6/128 port > 1024 to any -> 1:1:1::1 portmap 10000:20000 tcp 2 map le0 inet6 from 9:8:7::6/128 port > 1024 to ! 1:2:3::4 -> 1:1:1::1 portmap 10000:20000 tcp 3 rdr le0 inet6 from any to 9:8:7::6/128 port = 0 -> 1:1:1::1 port 0 tcp 4 rdr le0 inet6 from any to 9:8:7::6/128 port = 0 -> 1:1:1::1 port 0 ip 5 rdr le0 inet6 ! from 1:2:3::4 to 9:8:7::6 port = 8888 -> 1:1:1::1 port 888 tcp 6 rdr le0 inet6 from any to 9:8:7::6/128 port = 8888 -> 1:1:1::1 port 888 ip 7 rdr le0 inet6 from any to 9:8:7::6/128 port = 8888 -> 1:1:1::1 port 888 tcp 8 rdr le0 inet6 from any to 9:8:7::6/128 port = 8888 -> 1:1:1::1 port 888 udp 9 rdr le0 inet6 from any to 9:8:7::6/128 port = 8888 -> 1:1:1::1 port 888 tcp/udp 10 rdr le0 inet6 from any to 9:8:7::6/128 -> 1:1:1::1 port 888 icmp [all …]
|
| /freebsd/contrib/netbsd-tests/ipf/expected/ |
| H A D | in5_6 | 1 map le0 inet6 from 9:8:7::6/128 port > 1024 to any -> 1:1:1::1/128 portmap tcp 10000:20000 2 map le0 inet6 from 9:8:7::6/128 port > 1024 ! to 1:2:3::4/128 -> 1:1:1::1/128 portmap tcp 10000:200… 3 rdr le0 inet6 from any to 9:8:7::6/128 port = 0 -> 1:1:1::1/128 port 0 tcp 4 rdr le0 inet6 from any to 9:8:7::6/128 -> 1:1:1::1/128 ip 5 rdr le0 inet6 ! from 1:2:3::4/128 to 9:8:7::6/128 port = 8888 -> 1:1:1::1/128 port 888 tcp 6 rdr le0 inet6 from any to 9:8:7::6/128 -> 1:1:1::1/128 ip 7 rdr le0 inet6 from any to 9:8:7::6/128 port = 8888 -> 1:1:1::1/128 port 888 tcp 8 rdr le0 inet6 from any to 9:8:7::6/128 port = 8888 -> 1:1:1::1/128 port 888 udp 9 rdr le0 inet6 from any to 9:8:7::6/128 port = 8888 -> 1:1:1::1/128 port 888 tcp/udp 10 rdr le0 inet6 from any to 9:8:7::6/128 -> 1:1:1::1/128 icmp [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade.cfg | 5 # The contents of this file are subject to the terms of the 25 # Use is subject to license terms. 32 # We need to determine which version of ZFS we're running on, so as to 33 # work out which types of pool we should be able to upgrade on this 39 # in the test directory which can be used to construct a pool of a given 44 # Version 1 pools 45 export ZPOOL_VERSION_1_FILES="zfs-pool-v1.dat" 46 export ZPOOL_VERSION_1_NAME="v1-pool" 48 export ZPOOL_VERSION_1stripe_FILES="zfs-pool-v1stripe1.dat \ 49 zfs-pool-v1stripe2.dat zfs-pool-v1stripe3.dat" [all …]
|
| /freebsd/lib/liblzma/ |
| H A D | config.h | 7 /* How many MiB of RAM to assume if the real amount cannot be determined. */ 10 /* Define to 1 if translation of program messages to the user's native 12 /* FreeBSD - disabled intentionally */ 15 /* Define to 1 if ARM64 CRC32 instruction is supported. See configure.ac for 19 /* Define to 1 if bswap_16 is available. */ 22 /* Define to 1 if bswap_32 is available. */ 25 /* Define to 1 if bswap_64 is available. */ 28 /* Define to 1 if you have the <byteswap.h> header file. */ 32 /* Define to 1 if you have the 'cap_rights_limit' function. */ 33 #define HAVE_CAP_RIGHTS_LIMIT 1 [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 1 //===- FuzzerFlags.def - Run-time flags ------- [all...] |
| /freebsd/share/doc/psd/18.gprof/ |
| H A D | present.me | 7 .\" 1. Redistributions of source code must retain the above copyright 13 .\" may be used to endorse or promote products derived from this software 17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 28 .sh 1 "Data Presentation" 30 The data is presented to the user in two different formats. 32 without regard to the amount of time their descendants use. 55 the individual times sum to the total execution time. 69 0.20 1.20 4/10 \ \ \s-1CALLER1\s+1 [7] 70 0.30 1.80 6/10 \ \ \s-1CALLER2\s+1 [1] [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 4 #//===---------- [all...] |
| /freebsd/usr.sbin/etcupdate/ |
| H A D | etcupdate.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2010-2013 Hudson River Trading LLC 12 # 1. Redistributions of source code must retain the above copyright 19 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 31 # This is a tool to manage updating files that are not updated as part 33 # this one is specifically tailored to assistin [all...] |
| /freebsd/share/doc/usd/21.troff/ |
| H A D | m0a | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 20 .\" nor the names of other contributors may be used to endorse or promote 26 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 30 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 46 .h1 54 .h1 \s-1#\s+1 * 59 \s-1#\s+1Notes are explained at the end of this Summary and Index 66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg 67 .b1 68 \fB&fz\fI|F|\(+-N\fR off - E font \fIF\fR to point size \fI\(+-N\fR. [all …]
|
| H A D | m0 | 1 .\" Hey, Emacs, edit this file in -*- nroff-fill -*- mode! 2 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 21 .\" nor the names of other contributors may be used to endorse or promote 27 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 31 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 62 \fIgroff(1)\fP\| for more details. 68 the \s-1UNIX\s+1 Time-Sharing System 69 that format text for typewriter-like terminals and 71 (Device-independent \*(TR, part of the Documenter's Workbench, 76 having a user-designed style. [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 1 //===--- CodeGenOptions.def - Code generation option database ----- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // must define the CODEGENOPT macro to make use of this information. 18 //===----------------------------------------------------------------------===// 20 # error Define the CODEGENOPT macro to handle language options 38 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as 39 CODEGENOPT(Crel, 1, 0) ///< -Wa,--crel 40 CODEGENOPT(RelaxELFRelocations, 1, 1) ///< -Wa,-mrelax-relocations={yes,no} 41 CODEGENOPT(SSE2AVX , 1, 0) ///< -msse2avx [all …]
|
| H A D | LangOptions.def | 1 //===--- LangOptions.def - Language option database -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // define the LANGOPT macro to make use of this information. The arguments to 33 // FIXME: Clients should be able to more easily select whether they want 34 // different levels of compatibility versus how to handle different kinds 39 //===----------------------------------------------------------------------===// 42 # error Define the LANGOPT macro to handle language options 86 LANGOPT(C99 , 1, 0, "C99") 87 LANGOPT(C11 , 1, 0, "C11") [all …]
|
| /freebsd/lib/libpam/modules/pam_krb5/ |
| H A D | config.h | 4 /* Define to 1 if you have the `asprintf' function. */ 5 #define HAVE_ASPRINTF 1 7 /* Define to 1 if you have the declaration of `krb5_kt_free_entry', and to 0 9 #define HAVE_DECL_KRB5_KT_FREE_ENTRY 1 11 /* Define to 1 if you have the declaration of `reallocarray', and to 0 if you 13 #define HAVE_DECL_REALLOCARRAY 1 15 /* Define to 1 if you have the <dlfcn.h> header file. */ 16 #define HAVE_DLFCN_H 1 18 /* Define to 1 if you have the <et/com_err.h> header file. */ 21 /* Define to 1 if you have the `explicit_bzero' function. */ [all …]
|
| /freebsd/usr.bin/less/ |
| H A D | defines.h | 5 /* Unix definition file for less. -*- C -*- 13 * If you edit defines.h by hand, do "touch stamp-h" before you run make 20 * SECURE is 1 if you wish to disable a bunch of features in order to 21 * be safe to run by unprivileged users. 22 * SECURE_COMPILE is set by the --with-secure configure option. 27 * SHELL_ESCAPE is 1 if you wish to allow shell escapes. 33 * EXAMINE is 1 if you wish to allow examining files by name from within less. 38 * TAB_COMPLETE_FILENAME is 1 if you wish to allow the TAB key 39 * to complete filenames at prompts. 44 * CMD_HISTORY is 1 if you wish to allow keys to cycle through [all …]
|
| /freebsd/lib/libunbound/ |
| H A D | config.h | 7 /* apply the noreturn attribute to a function that exits the program */ 10 /* apply the weak attribute to a symbol */ 13 /* Directory to chroot to */ 16 /* Define this to enable client subnet option. */ 23 #define CONFCMDLINE "--prefix= --exec-prefix=/usr --with-conf-file=/var/unbound/unbound.conf --with… 25 /* Pathname to the Unbound configuration file */ 28 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work 38 /* Define this to enable kernel based UDP source port randomization. */ 44 /* Define if you want to use debug lock checking (slow). */ 47 /* Define this if you enabled-allsymbols from libunbound to link binaries to [all …]
|
| /freebsd/contrib/ofed/libibnetdisc/ |
| H A D | config.h | 4 /* Define to 1 if you have the <dlfcn.h> header file. */ 5 #define HAVE_DLFCN_H 1 7 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 10 /* Define to 1 if you have the <fcntl.h> header file. */ 11 #define HAVE_FCNTL_H 1 13 /* Define to 1 to indicate GLIB support */ 17 #define HAVE_IB_PC_QP1_DROP_F 1 19 /* Define to 1 if you have the <inttypes.h> header file. */ 20 #define HAVE_INTTYPES_H 1 22 /* Define to 1 if you have the `ibmad' library (-libmad). */ [all …]
|
| /freebsd/contrib/ofed/infiniband-diags/ |
| H A D | config.h | 4 /* Define to 1 if you have the <dlfcn.h> header file. */ 5 #define HAVE_DLFCN_H 1 7 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 10 /* Define to 1 if you have the <fcntl.h> header file. */ 11 #define HAVE_FCNTL_H 1 13 /* Define to 1 to indicate GLIB support */ 17 #define HAVE_IB_PC_QP1_DROP_F 1 19 /* Define to 1 if you have the <inttypes.h> header file. */ 20 #define HAVE_INTTYPES_H 1 22 /* Define to 1 if you have the `ibmad' library (-libmad). */ [all …]
|
| /freebsd/share/doc/papers/kerntune/ |
| H A D | 2.t | 8 .\" 1. Redistributions of source code must retain the above copyright 14 .\" may be used to endorse or promote products derived from this software 18 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 33 The purpose of the \fIgprof\fP profiling tool is to 42 The profile can be used to compare and assess the costs of 47 The data is presented to the user in two different formats. 49 without regard to the amount of time their descendants use. 73 the individual times sum to the total execution time. 77 Ideally, we would like to print the call graph of the kernel, [all …]
|
| /freebsd/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.sh | 3 #- 4 # SPDX-License-Identifier: BSD-2-Clause 6 # Copyright 2004-2007 Colin Percival 12 # 1. Redistributions of source code must retain the above copyright 19 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 30 #### Usage function -- called from command-line handling code. 33 # --debug -- don't filter output from utilities 34 # --no-stats -- don't show progress statistics while fetching files 40 -b basedir -- Operate on a system mounted at basedir [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 1 //===-- fp_div_impl.inc - Floating point division -----------------*- C -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements soft-float division with the IEEE-754 default 10 // rounding (to nearest, ties to even). 12 //===----------------------------------------------------------------------===// 16 // The __divXf3__ function implements Newton-Raphson floating point division. 18 // respectively. Due to number of significant bits being roughly doubled 19 // every iteration, the two modes are supported: N full-width iterations (as 20 // it is done for float32 by default) and (N-1) half-width iteration plus one [all …]
|
| /freebsd/contrib/diff/ |
| H A D | config.h | 6 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 9 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 14 /* Define to 1 if using `alloca.c'. */ 22 defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>. 23 Define to 199209 to default to POSIX 1003.2-1992, which makes standard 25 and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes 26 these standard programs treat leading-`+' operands as file names and 27 require modern usages like `-n 10' instead of `-10'. Whether defined here 32 /* Define to 1 if translation of program messages to the user's native 36 /* Define on systems for which file names may have a so-called `drive letter' [all …]
|
| /freebsd/contrib/file/ |
| H A D | config.h.in | 6 /* Define in built-in ELF support is used */ 15 /* Define to 1 if you have the 'asctime_r' function. */ 18 /* Define to 1 if you have the 'asprintf' function. */ 21 /* Define to 1 if you have the <byteswap.h> header file. */ 24 /* Define to 1 if you have the <bzlib.h> header file. */ 27 /* Define to 1 if you have the 'ctime_r' function. */ 33 /* Define to 1 if you have the declaration of 'daylight', and to 0 if you 37 /* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't. 41 /* Define to 1 if you have the <dlfcn.h> header file. */ 44 /* Define to 1 if you have the 'dprintf' function. */ [all …]
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_pcie_w_reg.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 25 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 29 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 376 * - If MSI-X is enabled and auto_clear control bit =TRUE, automatically 377 * cleared after MSI-X message associated with this specific interrupt 378 * bit is sent (MSI-X acknowledge is received). 379 * - Software can set a bit in this register by writing 1 to the 381 * Write-0 clears a bit. Write-1 has no effect. 382 * - On CPU Read - If clear_on_read control bit =TRUE, automatically [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/s390/cf_z13/ |
| H A D | extended.json | 5 "BriefDescription": "L1D Read-only Exclusive Writes", 6 …to the Level-1 Data cache where the line was originally in a Read-Only state in the cache but has … 12 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi… 18 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB… 23 "BriefDescription": "DTLB1 One-Megabyte Page Writes", 24 …iption": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer fo… 29 "BriefDescription": "DTLB1 Two-Gigabyte Page Writes", 30 …iption": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer fo… 36 …cription": "A directory write to the Level-1 Data cache directory where the returned cache line wa… 42 …"PublicDescription": "A translation entry has been written to the Level-1 Instruction Translation … [all …]
|
| /freebsd/crypto/heimdal/lib/sl/ |
| H A D | slc-lex.c | 2 #line 3 "slc-lex.c" 16 /* First, we deal with platform-specific or compiler-specific issues. */ 31 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 35 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, 39 #define __STDC_LIMIT_MACROS 1 60 #define INT8_MIN (-128) 63 #define INT16_MIN (-32767-1) 66 #define INT32_MIN (-2147483647-1) 91 /* The "const" storage-class-modifier is valid. */ 96 /* C99 requires __STDC__ to be defined as 1. */ [all …]
|