Home
last modified time | relevance | path

Searched full:has (Results 1 – 25 of 8134) sorted by relevance

12345678910>>...326

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h54 /// Return true if this argument has the nonnull attribute. Also returns true
61 /// If this argument has the dereferenceable attribute, return the number of
65 /// If this argument has the dereferenceable_or_null attribute, return the
69 /// If this argument has nofpclass attribute, return the mask representing
73 /// If this argument has a range attribute, return the value range of the
77 /// Return true if this argument has the byval attribute.
80 /// Return true if this argument has the byref attribute.
83 /// Return true if this argument has the swiftself attribute.
86 /// Return true if this argument has the swifterror attribute.
89 /// Return true if this argument has the byval, inalloca, or preallocated
[all …]
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h52 # define HASLSTAT 1 /* has lstat(2) call */
56 # define HASNICE 1 /* has nice(2) call */
60 # define HASRRESVPORT 1 /* has rrsevport(3) call */
90 # define HASINITGROUPS 1 /* has initgroups(3) call */
91 # define HASFCHMOD 1 /* has fchmod(2) syscall */
92 # define USESETEUID 1 /* has usable seteuid(2) call */
113 # define HASFCHOWN 1 /* has fchown(2) */
171 # define HASUNSETENV 1 /* has unsetenv(3) call */
181 # define BSD4_4_SOCKADDR /* has sa_len */
212 # define HASFCHOWN 1 /* has fchown(2) */
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def35 /// True if this class has any user-declared constructors.
38 /// The user-declared special members which this class has.
48 /// * has no data members other than 0-width bit-fields and empty fields
50 /// * has no virtual function/base, and
55 /// True when this class is polymorphic, i.e., has at
59 /// True when this class is abstract, i.e., has at least
71 /// * has no non-static data members of type non-standard-layout class (or
73 /// * has no virtual functions (10.3) and no virtual base classes (10.1),
74 /// * has the same access control (Clause 11) for all non-static data
76 /// * has no non-standard-layout base classes,
[all …]
/freebsd/
H A DUPDATING16 FreeBSD 15.x has many debugging features turned on, in both the kernel
41 The support for the rc_fast_and_loose variable has been removed from
65 devices. uart has moved from isa to acpi so the hints act as wiring
74 Support for armv6 has been disconnected and is being removed.
82 OpenBSM auditing runtime (auditd, etc.) has been moved into the new
126 sendmail 8.18.1 has been imported and merged. This version enforces
149 The WITHOUT_LLD_IS_LD option has been removed. When LLD is enabled
154 "ino64" project have been removed. The need for it has passed long ago.
161 dialog(1) has been replaced in base by bsddialog(1), while most of the
173 has been added to DEFAULTS, so it should automatically be included in
[all …]
/freebsd/sbin/dhclient/
H A Ddhclient-script.833 .\" This software has been written for the Internet Software Consortium
52 lease has been acquired.
71 is set to the name of the reason why the script has been invoked.
97 If an IP alias has been declared in
104 The DHCP client is requesting that an address that has been offered to
117 If one has, the script should exit with a nonzero status, indicating that
118 the offered address has already been requested and should be declined.
126 The DHCP client has done an initial binding to a new address.
145 When a binding has been completed, a lot of network parameters are
159 If an IP alias has been declared, it must be set up here.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h82 bool needsAsanRt() const { return Sanitizers.has(SanitizerKind::Address); } in needsAsanRt()
84 return Sanitizers.has(SanitizerKind::HWAddress); in needsHwasanRt()
89 bool needsTsanRt() const { return Sanitizers.has(SanitizerKind::Thread); } in needsTsanRt()
90 bool needsMsanRt() const { return Sanitizers.has(SanitizerKind::Memory); } in needsMsanRt()
91 bool needsFuzzer() const { return Sanitizers.has(SanitizerKind::Fuzzer); } in needsFuzzer()
93 return Sanitizers.has(SanitizerKind::Leak) && in needsLsanRt()
94 !Sanitizers.has(SanitizerKind::Address) && in needsLsanRt()
95 !Sanitizers.has(SanitizerKind::HWAddress); in needsLsanRt()
100 bool needsDfsanRt() const { return Sanitizers.has(SanitizerKind::DataFlow); } in needsDfsanRt()
105 bool needsScudoRt() const { return Sanitizers.has(SanitizerKind::Scudo); } in needsScudoRt()
[all …]
/freebsd/share/man/man4/
H A Dng_l2cap.469 requested and resends data until it has been successfully acknowledged or
72 occur even after the data has been successfully sent.
101 Thus, even if the same CID value has been
117 Request message has been sent referencing this endpoint and it is now waiting
120 In this state, the remote end-point exists and an L2CAP Connect Request has
122 An L2CA Connect Indication has been
127 In this state, the connection has been established but both sides are still
136 data traffic is accepted until the remote channel endpoint has entered
153 An L2CAP entity is ready when it has received
154 a positive response to its final request and it has positively responded to
[all …]
H A Dmlx.495 The controller firmware is performing/has completed initialisation.
105 The array configuration has become corrupted.
120 The controller has detected a configuration on disk which supersedes the
142 initialisation has failed and the driver will not attach to this
184 The periodic status poll has issued a command which has become corrupted.
189 The system disk indicated has changed state.
195 The drive at channel:target has been reset, killed for the given reason,
204 A user-initiated consistency check has started/completed.
208 A user-initiated physical drive rebuild has started/completed.
213 or physical drive rebuild has started/completed.
[all …]
/freebsd/sys/contrib/libsodium/
H A DChangeLog23 - CMAKE: static library detection on Unix systems has been improved
35 of `1` as defined by the `OPSLIMIT_MIN` constant. This has been fixed.
61 - The test suite has been extended to cover more edge cases.
82 - An AVX512 optimized implementation of Argon2 has been added (written
95 incorrectly defined on 32-bit platforms. This has been fixed.
97 compiler. This has been fixed.
102 - The Argon2id variant of Argon2 has been implemented. The
118 - XChaCha20 has been implemented. Like XSalsa20, this construction
131 - Siphash with a 128-bit output has been implemented, and is
145 - Compatibility with gcc 2.x has been restored.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnvidia,tegra20-i2c.yaml16 - description: Tegra20 has 4 generic I2C controller. This can support
21 - description: Tegra20 has specific I2C controller called as DVC I2C
28 Tegra30 has 5 generic I2C controller. This controller is very much
39 Tegra114 has 5 generic I2C controllers. This controller is very much
41 - Tegra30/Tegra20 I2C controller has 2 clock source called div-clk
42 and fast-clk. Tegra114 has only one clock source called as
44 - Tegra30/Tegra20 I2C controller has enabled per packet transfer
45 by default and there is no way to disable it. Tegra114 has this
52 Tegra124 has 6 generic I2C controllers. These controllers are very
57 Tegra210 has 6 generic I2C controllers. These controllers are very
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_compat_lz4.c90 /* This sample has been 'split', each piece compressed separately, in DEFINE_TEST()
94 /* This sample has been compressed as a single stream, but then in DEFINE_TEST()
95 * some unrelated garbage text has been appended to the end. */ in DEFINE_TEST()
97 /* This sample has been compressed as a legacy stream. */ in DEFINE_TEST()
99 /* This sample has been compressed with -B4 option. */ in DEFINE_TEST()
101 /* This sample has been compressed with -B5 option. */ in DEFINE_TEST()
103 /* This sample has been compressed with -B6 option. */ in DEFINE_TEST()
105 /* This sample has been compressed with -B7 option. */ in DEFINE_TEST()
107 /* This sample has been compressed with -B4 and -BD options. */ in DEFINE_TEST()
109 /* This sample has bee in DEFINE_TEST()
[all...]
/freebsd/share/doc/papers/sysperf/
H A D5.t62 The organization of network interfaces has been
88 The \fIsetsockopt\fP system call has been extended to allow such requests.
96 the previous hard limit of 30 open files per process has been relaxed.
109 The limit on physical memory has been changed from 8 megabyte to 64 megabyte,
110 and the limit of 15 mounted file systems has been changed to 255.
111 The maximum file system size has been increased to 8 gigabyte,
132 it has completed a full revolution.
134 the clock hand has been split into two separate hands.
138 While the code has been written to allow the distance between
145 This process has been significantly improved so that the most
[all …]
/freebsd/sbin/devd/
H A Ddevd.conf.524 .\" The section on comments was taken from named.conf.5, which has the
352 The power button on an Amiga has been pressed.
393 Notification that the CPU core has reached critical temperature.
395 String containing the temperature of the core that has become too hot.
439 The physical path of a device has changed.
441 The rotation rate of the disk has changed.
443 Physical media has changed.
447 provider size has changed.
477 Notification that a process has crashed and dumped core.
479 Notification that the system has woken from the suspended state.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DPPCTargetParser.def114 PPC_LNX_FEATURE("4xxmac","4xx CPU has a Multiply Accumulator",PPCF_4XXMAC,0x02000000,PPC_FAWORD_HWC…
115 PPC_LNX_FEATURE("altivec","CPU has a SIMD/Vector Unit",PPCF_ALTIVEC,0x10000000,PPC_FAWORD_HWCAP)
123 PPC_LNX_FEATURE("cellbe","CPU has a CELL broadband engine",PPCF_CELLBE,0x00010000,PPC_FAWORD_HWCAP)
125 PPC_LNX_FEATURE("dfp","CPU has a decimal floating point unit",PPCF_DFP,0x00000400,PPC_FAWORD_HWCAP)
128 PPC_LNX_FEATURE("efpdouble","CPU has a SPE double precision floating point unit",PPCF_EFPDOUBLE,0x0…
129 PPC_LNX_FEATURE("efpsingle","CPU has a SPE single precision floating point unit",PPCF_EFPSINGLE,0x0…
130 PPC_LNX_FEATURE("fpu","CPU has a floating point unit",PPCF_FPU,0x08000000,PPC_FAWORD_HWCAP)
131 PPC_LNX_FEATURE("htm","CPU has hardware transaction memory instructions",PPCF_HTM,0x40000000,PPC_FA…
138 PPC_LNX_FEATURE("mmu","CPU has a memory management unit",PPCF_MMU,0x04000000,PPC_FAWORD_HWCAP)
151 PPC_LNX_FEATURE("spe","CPU has a signal processing extension unit",PPCF_SPE,0x00800000,PPC_FAWORD_H…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt21 bit 1 = set if SEC has the ARC4 EU (AFEU)
22 bit 2 = set if SEC has the DES/3DES EU (DEU)
23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A)
24 bit 4 = set if SEC has the random number generator EU (RNG)
25 bit 5 = set if SEC has the public key EU (PKEU)
26 bit 6 = set if SEC has the AES EU (AESU)
27 bit 7 = set if SEC has the Kasumi EU (KEU)
28 bit 8 = set if SEC has the CRC EU (CRCU)
29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG162 Make sure to send NAWS after telnet has been suspended
163 or an external command has been run, if the window size
164 has changed.
193 This version of telnet/telnetd has support for both
196 an option number has been assigned to it. The
198 option number has been assigned to, but it is still
213 A -n flag has been added to telnetd to disable
216 A new telnet command, "auth" has been added (if
217 AUTHENTICATE is defined). It has four sub-commands,
220 A new telnet command, "encrypt" has been added (if
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_read_early_data.pod58 These functions are used to send and receive early data where TLSv1.3 has been
61 Early data can be sent if a session has previously been established with the
64 to send data from the server to the client when the client has not yet completed
67 Early data has weaker security properties than other data sent over an SSL/TLS
75 done before the full handshake has been completed. Specifically the client's
80 A server or client can determine whether the full handshake has been completed
107 SSL_write_early_data() call has completed successfully the client may interleave
120 A server may choose to ignore early data that has been sent to it. Once the
121 connection has been completed you can determine whether the server accepted or
128 connection for which early data has been enabled using
[all …]
/freebsd/contrib/nvi/regex/
H A DWHATSNEW3 New in alpha3.4: The complex bug alluded to below has been fixed (in a
11 New in alpha3.3: The definition of word boundaries has been altered
15 makefile has generally been cleaned up some. Fixes have been made
18 <assert.h> has been added. And some more things have been added to
30 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is
39 made and some functionality has been added. (This is basically the "get
48 debugging interface has changed a bit. And there has been considerable
52 into Makefile. Macro-ized the name of regex(7) in regex(3), since it has
70 have been fixed (and the regression test now checks for them), as has a
77 checks *where* null strings are supposed to match, and has generally
/freebsd/lib/libc/regex/
H A DWHATSNEW2 New in alpha3.4: The complex bug alluded to below has been fixed (in a
10 New in alpha3.3: The definition of word boundaries has been altered
14 makefile has generally been cleaned up some. Fixes have been made
17 <assert.h> has been added. And some more things have been added to
29 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is
38 made and some functionality has been added. (This is basically the "get
47 debugging interface has changed a bit. And there has been considerable
51 into Makefile. Macro-ized the name of regex(7) in regex(3), since it has
69 have been fixed (and the regression test now checks for them), as has a
76 checks *where* null strings are supposed to match, and has generally
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td93 "comparison between '%0' and '%1' has unspecified value">;
98 "comparison of addresses of literals has unspecified value">;
107 "complete object has unspecified value">;
112 "has unspecified value">;
115 "has unspecified value">;
118 "specifiers (%1 vs %3) has unspecified value">;
120 "comparison of pointer to virtual member function %0 has unspecified value">;
152 "comparison between unequal pointers to void has unspecified result">;
173 "%plural{8:storage duration|:lifetime}0 has ended">;
252 "heap allocated object that has been deleted">;
[all …]
/freebsd/sys/dev/ice/
H A Dirdma_if.m44 * probe - Notify the RDMA client driver that a peer device has been created
48 * that a new PF has been initialized.
56 * open - Notify the RDMA client driver that a peer device has been opened
60 * client driver that a PF has been activated.
68 * close - Notify the RDMA client driver that a peer device has closed
72 * client driver that a PF has been deactivated.
80 * remove - Notify the RDMA client driver that a peer device has been removed
84 * that a PF has been removed.
92 * link_change - Notify the RDMA client driver that link status has changed
/freebsd/sys/contrib/device-tree/Bindings/nios2/
H A Dnios2.txt26 - altr,has-mul: Specifies CPU hardware multiply support, should be 1.
27 - altr,has-mmu: Specifies CPU support MMU support, should be 1.
28 - altr,has-initda: Specifies CPU support initda instruction, should be 1.
34 - altr,has-div: Specifies CPU hardware divide support
55 altr,has-div = <1>;
56 altr,has-mul = <1>;
60 altr,has-initda = <1>;
61 altr,has-mmu = <1>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td125 "Has Memory Aperture Base and Size Registers"
131 "Has v_mad_mix_f32, v_mad_mixlo_f16, v_mad_mixhi_f16 instructions"
137 "Has v_fma_mix_f32, v_fma_mixlo_f16, v_fma_mixhi_f16 instructions"
259 "MIMG-NSA in a hard clause has unpredictable results on GFX10.1"
396 "Has s_memrealtime instruction"
402 "Has 1 / (2 * pi) as inline immediate"
408 "Has i16/f16 instructions"
426 "Has VOP3P packed instructions"
432 "Has v_movrel*_b32 instructions"
438 "Has VGPR mode register indexing"
[all …]
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md20 number with `BC_NUM_KARATSUBA_LEN` digits or larger. `BC_NUM_KARATSUBA_LEN` has
57 This `bc` implements [Exponentiation by Squaring][3], which (via Karatsuba) has
84 to calculate `cos(x)`. It has a complexity of `O(n^3)`.
86 **Note**: this series has a tendency to *occasionally* produce an error of 1
110 It has a complexity of `O(n^3)`.
133 It has a complexity of `O(n^3)`.
153 to reduce `x` to small enough. It has a complexity of `O(n^3)`.
175 to calculate the bessel when `x < 0`, It has a complexity of `O(n^3)`.
194 It has a complexity of `O(n^3)` because both `e()` and `l()` do.
271 It has a complexity of `O(n)` because of add.
[all …]
/freebsd/tools/boot/
H A DTEST-NOTES3 o Assumes univerese has run.
5 o trees has the different trees we use to create images
8 o bios has cached BIOSes needed for tests
9 o images has the images to test
10 o tests has the test scripts
11 o linux has cached copies off kernels for the kboot tests

12345678910>>...326