Home
last modified time | relevance | path

Searched full:directly (Results 1 – 25 of 3076) sorted by relevance

12345678910>>...124

/freebsd/contrib/bmake/unit-tests/
H A Ddepsrc-use.mk15 all: action directly
35 # It's possible but uncommon to directly make a .USE target.
36 directly: .USE
37 @echo directly
H A Ddepsrc-usebefore.mk23 @${MAKE} -r -f ${MAKEFILE} directly
111 # It is technically possible to directly make a .USEBEFORE target, but it
114 directly: .USEBEFORE
115 @echo directly
H A Ddepsrc-ignore.mk35 # Goes directly to STDOUT_FILENO since it is run in a child process.
43 # Goes directly to STDOUT_FILENO.
45 # Goes directly to STDOUT_FILENO.
H A Dsh-meta-chars.mk6 # or executed directly via execv, but only in compatibility mode, not
15 # run directly via execv, but only if MAKE_NATIVE is defined.
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_design.h119 activities. For the purposes of readability, the use cases are not directly
156 associated with this object. Please reference these files directly for
171 associated with this object. Please reference these files directly for
189 these files directly for
209 classes (common files). Please reference these files directly for further
258 does not directly map to an SCI defined object, but its children do. For
264 associated with this object. Please reference these files directly for
280 these files directly for further design information:
302 these files directly for further design information:
325 Please refer to these files directly for further design information:
[all …]
H A Dsci_controller_constants.h78 * directly to silicon capabilities.
87 * directly to silicon capabilities.
115 * directly to silicon capabilities.
134 * directly to silicon capabilities.
/freebsd/crypto/openssh/
H A Dscp.179 Without this option the data is copied directly between the two remote
112 This option is directly passed to
115 Connect directly to a local SFTP server program rather than a
123 This option is directly passed to
128 This option is directly passed to
141 This option is directly passed to
/freebsd/contrib/ntp/html/
H A Dbugs.html20 …href="mailto:security@ntp.org">security@ntp.org</a>. Please do not contact developers directly.</p>
22 …way are immediately forwarded to the developers. Please do not contact the developers directly.</p>
23directly in any e-mail discussion regarding your report. If you don't register and we have questi…
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Ddebugging.md16 implementation which is not directly observable from the network.
23 packet capture cannot directly tell you when an implementation deems a packet
101 written directly by a QUIC implementation for debugging purposes. The purpose of
110 to enable this functionality directly.
126 file directly, so that Wireshark can decrypt the packets automatically when
/freebsd/crypto/openssl/doc/man3/
H A DDSA_get0_pqg.pod47 point directly to the internal representations of the values and therefore
48 should not be freed directly.
53 and therefore the values that have been passed in should not be freed directly
61 private key values. This memory should not be freed directly.
68 object, and therefore they should not be freed directly after this function has
H A DDH_get0_pqg.pod52 point directly to the internal representations of the values and therefore
53 should not be freed directly.
60 and therefore the values that have been passed in should not be freed directly
73 private key values. This memory should not be freed directly.
81 directly after this function has been called.
H A DSSL_CTX_sessions.pod21 L<LHASH(3)> type database. It is possible to directly
25 modified directly but by using the
/freebsd/secure/lib/libcrypto/man/man3/
H A DDSA_get0_pqg.3108 point directly to the internal representations of the values and therefore
109 should not be freed directly.
114 and therefore the values that have been passed in should not be freed directly
122 private key values. This memory should not be freed directly.
129 object, and therefore they should not be freed directly after this function has
H A DDH_get0_pqg.3113 point directly to the internal representations of the values and therefore
114 should not be freed directly.
121 and therefore the values that have been passed in should not be freed directly
134 private key values. This memory should not be freed directly.
142 directly after this function has been called.
/freebsd/contrib/tzcode/
H A Dnewtzset.371 and, if that file cannot be read, is used directly as a specification of
86 is used directly as a specification of the time conversion information,
234 values that directly specify the timezone.
303 string directly specifies a timezone with daylight saving time,
376 directly specifies time conversion information,
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c23 /* OSSL_CMP_PKISTATUS is effectively ASN1_INTEGER so it is used directly */
50 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
52 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
54 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
62 /* OSSL_CMP_PKIFREETEXT is a ASN1_UTF8STRING sequence, so used directly */
73 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
143 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
891 /* OSSL_CMP_CMPCERTIFICATE is effectively X509 so it is used directly */
942 /* OSSL_CMP_PKIFREETEXT is a ASN1_UTF8STRING sequence, so used directly */
944 /* OSSL_CMP_PKIFAILUREINFO is effectively ASN1_BIT_STRING, used directly */
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Damxintrin.h11 #error "Never use <amxintrin.h> directly; include <immintrin.h> instead."
236 /// This is internal intrinsic. C/C++ user should avoid calling it directly.
244 /// This is internal intrinsic. C/C++ user should avoid calling it directly.
252 /// This is internal intrinsic. C/C++ user should avoid calling it directly.
259 /// This is internal intrinsic. C/C++ user should avoid calling it directly.
266 /// This is internal intrinsic. C/C++ user should avoid calling it directly.
273 /// This is internal intrinsic. C/C++ user should avoid calling it directly.
280 /// This is internal intrinsic. C/C++ user should avoid calling it directly.
288 /// This is internal intrinsic. C/C++ user should avoid calling it directly.
295 /// This is internal intrinsic. C/C++ user should avoid calling it directly.
/freebsd/crypto/openssl/Configurations/
H A DREADME-design.md31 as object files are rarely directly referred to in `build.info` files (and
206 pairs. These are directly inferred from the DEPEND
209 modules => a list of modules. These are directly inferred from
213 pairs. These are directly inferred from the GENERATE
217 pairs. These are directly inferred from the INCLUDE
225 libraries => a list of libraries. These are directly inferred from
228 programs => a list of programs. These are directly inferred from
231 scripts => a list of scripts. There are directly inferred from
465 file that directly corresponds to the object file.
/freebsd/tests/sys/cddl/zfs/tests/iscsi/
H A Discsi_001_pos.ksh40 # 1) Create a volume, turn on shareiscsi directly on the volume
75 # Check shareiscsi property directly on volume at first
80 log_fail "iscsi target is not created via directly turning on \
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasldefine.h35 * is granted directly or by implication, estoppel or otherwise;
52 * directly or indirectly, from Original Intel Code.
99 * 4.3. Licensee shall not export, either directly or indirectly, any of this
109 * software, or service, directly or indirectly, to any country for which the
180 * directly access the bison/yacc token name table (yyname or yytname).
277 /* Header/Trailer for original parse tree directly from the parser */
/freebsd/lib/libsys/
H A Drfork.22 .\" This manual page is taken directly from Plan9, and modified to
67 typically by sharing the hardware page table directly.
74 with the RFMEM flag may not generally be called directly from high level
/freebsd/crypto/heimdal/lib/asn1/
H A Dcanthandle.asn16 -- Workaround: use inline the structure directly
8 -- Workaround: use the INTEGER type directly
/freebsd/share/doc/smm/18.net/
H A Da.t120 whether the destination is directly connected to the source.
123 not directly connected to the source, the internetwork packet
127 gateway. Should the destination be directly connected, these addresses
190 to interfaces and routes to gateways which are not directly accessible
/freebsd/contrib/ofed/librdmacm/man/
H A Drsocket.7.in51 received directly, bypassing copies into network controlled buffers.
64 access an iomapped buffer directly by specifying the correct offset.
84 directly into a remotely iomapped buffer. The remote buffer is specified
/freebsd/share/man/man4/
H A Dng_ppp.455 The PPP node type directly supports
61 several hooks corresponding to the directly supported protocols.
67 hook which is used to handle any protocol not directly supported
120 directly out the
187 Only bundle-level compression and encryption is directly supported;

12345678910>>...124