Home
last modified time | relevance | path

Searched full:details (Results 1 – 25 of 3982) sorted by relevance

12345678910>>...160

/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dsig_fuzz.cc33 struct sshkey_sig_details *details = NULL; in LLVMFuzzerTestOneInput() local
40 sshkey_verify(rsa, sig, slen, (const u_char *)data, dlen, NULL, 0, &details); in LLVMFuzzerTestOneInput()
41 sshkey_sig_details_free(details); in LLVMFuzzerTestOneInput()
42 details = NULL; in LLVMFuzzerTestOneInput()
44 sshkey_verify(ecdsa256, sig, slen, (const u_char *)data, dlen, NULL, 0, &details); in LLVMFuzzerTestOneInput()
45 sshkey_sig_details_free(details); in LLVMFuzzerTestOneInput()
46 details = NULL; in LLVMFuzzerTestOneInput()
48 sshkey_verify(ecdsa384, sig, slen, (const u_char *)data, dlen, NULL, 0, &details); in LLVMFuzzerTestOneInput()
49 sshkey_sig_details_free(details); in LLVMFuzzerTestOneInput()
50 details = NULL; in LLVMFuzzerTestOneInput()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dsuff-transform-debug.exp12 .MAKE = <details omitted>
13 .MAKE.DEPENDFILE = <details omitted>
14 .MAKE.GID = <details omitted>
15 .MAKE.JOBS.C = <details omitted>
16 .MAKE.LEVEL = <details omitted>
18 .MAKE.MAKEFILES = <details omitted>
19 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
20 .MAKE.OS = <details omitted>
21 .MAKE.PID = <details omitted>
22 .MAKE.PPID = <details omitted>
[all …]
H A Dopt-debug-graph1.exp21 .MAKE = <details omitted>
22 .MAKE.DEPENDFILE = <details omitted>
23 .MAKE.GID = <details omitted>
24 .MAKE.JOBS.C = <details omitted>
25 .MAKE.LEVEL = <details omitted>
27 .MAKE.MAKEFILES = <details omitted>
28 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
29 .MAKE.OS = <details omitted>
30 .MAKE.PID = <details omitted>
31 .MAKE.PPID = <details omitted>
[all …]
H A Dopt-debug-graph2.exp55 .MAKE = <details omitted>
56 .MAKE.DEPENDFILE = <details omitted>
57 .MAKE.GID = <details omitted>
58 .MAKE.JOBS.C = <details omitted>
59 .MAKE.LEVEL = <details omitted>
61 .MAKE.MAKEFILES = <details omitted>
62 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
63 .MAKE.OS = <details omitted>
64 .MAKE.PID = <details omitted>
65 .MAKE.PPID = <details omitted>
[all …]
H A Dopt-debug-graph3.exp55 .MAKE = <details omitted>
56 .MAKE.DEPENDFILE = <details omitted>
57 .MAKE.GID = <details omitted>
58 .MAKE.JOBS.C = <details omitted>
59 .MAKE.LEVEL = <details omitted>
61 .MAKE.MAKEFILES = <details omitted>
62 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
63 .MAKE.OS = <details omitted>
64 .MAKE.PID = <details omitted>
65 .MAKE.PPID = <details omitted>
[all …]
H A Dsuff-main-several.exp86 .MAKE = <details omitted>
87 .MAKE.DEPENDFILE = <details omitted>
88 .MAKE.GID = <details omitted>
89 .MAKE.JOBS.C = <details omitted>
90 .MAKE.LEVEL = <details omitted>
92 .MAKE.MAKEFILES = <details omitted>
93 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
94 .MAKE.OS = <details omitted>
95 .MAKE.PID = <details omitted>
96 .MAKE.PPID = <details omitted>
[all …]
H A Dvarname-dot-shell.exp5 Command: .SHELL = (details omitted)
6 Global: ORIG_SHELL = (details omitted)
13 Comparing "(details omitted)" != "(details omitted)"
21 Comparing "(details omitted)" != "(details omitted)"
30 Comparing "(details omitted)" != "(details omitted)"
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsched34 this string details;
41 this->details = "";
61 /* details = "head" or "tail" */
62 this->details = (int)arg3 == 0 ? "tail" : "head";
68 /* details = "<curprio> -> <arg2>" */
69 this->details = strjoin(lltostr(this->curprio),
76 /* details = "CPU<arg0> queue <arg1>" */
77 this->details = strjoin(strjoin("CPU", lltostr((int)arg0)),
84 /* details += " pid <pid> -- <proc args of pid>" */
85 this->details = strjoin(this->details, this->details == "" ? "" : " ");
[all …]
H A Dproc49 this string details;
66 this->details = "";
75 /* details = "pid <pid of args[0]> -- <proc args of args[0]>" */
76 this->details = strjoin(
84 this->details = this->exec_arg0 = stringof(arg0);
91 /* details = "<arg0 from proc:::exec>: <strerror of arg0> (<arg0>)" */
92 this->details = strjoin(
101 this->details = this->args0;
107 this->details = child_signal_string[(int)arg0];
130 /* details = "<signal>[<num>] pid <pid>" */
[all …]
H A Dsendrecv10 # Print details from send(2)/recv(2)
135 this string details;
153 this->details = "";
168 this->details = strjoin("from ", strjoin(
185 this->details = strjoin("sainfo=[", "]");
200 this->details = strjoin("to ", strjoin(
209 ############################################################ EVENT DETAILS
214 * Print socket details
220 this->details != "" ? " " : "",
221 this->details);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h45 /// clause details stored in a std::variant.
87 Details = std::monostate{};
107 return std::get<DefaultDetails>(Details).DefaultClauseKind; in getDefaultClauseKind()
123 std::holds_alternative<std::monostate>(Details)) in getConditionExpr()
126 return std::get<ConditionDetails>(Details).ConditionExpr; in getConditionExpr()
139 std::holds_alternative<std::monostate>(Details)) in getNumIntExprs()
141 return std::get<IntExprDetails>(Details).IntExprs.size(); in getNumIntExprs()
148 if (std::holds_alternative<std::monostate>(Details)) in getQueuesLoc()
151 return std::get<WaitDetails>(Details).QueuesLoc; in getQueuesLoc()
158 if (std::holds_alternative<std::monostate>(Details)) in getDevNumExpr()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra20-host1x.txt17 See ../clocks/clock-bindings.txt for details.
19 See ../reset/reset.txt for details.
25 - operating-points-v2: See ../bindings/opp/opp.txt for details.
50 See ../clocks/clock-bindings.txt for details.
52 See ../reset/reset.txt for details.
61 - operating-points-v2: See ../bindings/opp/opp.txt for details.
71 See ../clocks/clock-bindings.txt for details.
74 See ../reset/reset.txt for details.
97 See ../clocks/clock-bindings.txt for details.
146 - operating-points-v2: See ../bindings/opp/opp.txt for details.
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-fipsinstall.1249 See SP 800\-185 8.4.2 and FIPS 140\-3 ID C.D for details.
253 See SP 800\-131Ar2 for details.
257 See SP 800\-131Ar2 for details.
261 HMAC DRBGs. See FIPS 140\-3 IG D.R for details.
270 See NIST SP 800\-56Cr2 for details.
275 See RFC 8446 for details.
280 See NIST SP 800\-135r1 for details.
285 See NIST SP 800\-135r1 for details.
290 See NIST SP 800\-56Cr2 for details.
295 See NIST SP 800\-131Ar2 for details.
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in216 See SP 800-185 8.4.2 and FIPS 140-3 ID C.D for details.
221 See SP 800-131Ar2 for details.
226 See SP 800-131Ar2 for details.
231 HMAC DRBGs. See FIPS 140-3 IG D.R for details.
242 See NIST SP 800-56Cr2 for details.
248 See RFC 8446 for details.
254 See NIST SP 800-135r1 for details.
260 See NIST SP 800-135r1 for details.
266 See NIST SP 800-56Cr2 for details.
272 See NIST SP 800-131Ar2 for details.
[all …]
/freebsd/share/man/man4/
H A Dnet80211.4671 above for more details.
677 above for more details.
683 above for more details.
691 above for more details.
701 above for more details.
778 above for details.
785 above for details.
792 above for details.
801 above for details.
808 above for details.
[all …]
/freebsd/usr.sbin/bsdconfig/startup/
H A Drcdelete78 # initializing or changing the view details).
169 local rcconf_var details help menu_buf delete
172 rcconf_var="$1" details="$2" delete=
173 f_shell_escape "$details" details
177 shift 3 # rcconf_var/details/help
179 shift 2 # rcconf_var/details
185 details="[X]${details#???}"
187 details="[ ]${details#???}"
192 '$rcconf_var' '$details' ${SHOW_DESC:+'$help'}" # End-Quote
354 # The ``Help'' button (labeled "Details") was pressed
/freebsd/sys/dev/iavf/
H A Diavf_adminq.c611 struct iavf_asq_cmd_details *details; in iavf_clean_asq() local
617 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq()
622 if (details->callback) { in iavf_clean_asq()
624 (IAVF_ADMINQ_CALLBACK)details->callback; in iavf_clean_asq()
630 iavf_memset(details, 0, sizeof(*details), IAVF_NONDMA_MEM); in iavf_clean_asq()
635 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq()
665 * @cmd_details: pointer to command details structure
678 struct iavf_asq_cmd_details *details; in iavf_asq_send_command() local
703 details = IAVF_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in iavf_asq_send_command()
705 iavf_memcpy(details, in iavf_asq_send_command()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dsnps,dw-pcie-common.yaml117 - description: See native 'dbi' clock for details
119 - description: See native 'mstr/slv' clock for details
121 - description: See native 'pipe' clock for details
123 - description: See native 'aux' clock for details
125 - description: See native 'ref' clock for details.
127 - description: See nativs 'phy_reg' clock for details
174 - description: See native 'app' reset for details
176 - description: See native 'phy' reset for details
178 - description: See native 'pwr' reset for details
/freebsd/share/man/man9/
H A Dlocking.951 for details.
64 for details),
76 for details.
97 for details.
110 for details.
124 for details.
145 for details.
171 for details.
182 for details.
197 for details.
[all …]
/freebsd/sys/dev/ixl/
H A Di40e_adminq.c782 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local
788 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
793 if (details->callback) { in i40e_clean_asq()
795 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq()
801 i40e_memset(details, 0, sizeof(*details), I40E_NONDMA_MEM); in i40e_clean_asq()
806 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
836 * @cmd_details: pointer to command details structure
849 struct i40e_asq_cmd_details *details; in i40e_asq_send_command() local
874 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command()
876 i40e_memcpy(details, in i40e_asq_send_command()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dmediatek-jpeg-decoder.txt14 Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
17 Documentation/devicetree/bindings/power/power_domain.txt for details.
20 for details.
23 for details.
H A Dmediatek-jpeg-encoder.txt12 Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
15 Documentation/devicetree/bindings/power/power_domain.txt for details.
18 for details.
21 for details.
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h166 * Returns NULL on error (check lto_get_error_message() for details).
175 * Returns NULL on error (check lto_get_error_message() for details).
184 * Returns NULL on error (check lto_get_error_message() for details).
199 * Returns NULL on error (check lto_get_error_message() for details).
213 * Returns NULL on error (check lto_get_error_message() for details).
223 * Returns NULL on error (check lto_get_error_message() for details).
232 * Returns NULL on error (check lto_get_error_message() for details).
307 * Returns true on error (check lto_get_error_message() for details).
362 * Returns NULL on error (check lto_get_error_message() for details).
395 * Returns true on error (check lto_get_error_message() for details).
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h21 template <typename Details>
25 return !SANITIZER_FUCHSIA && UNLIKELY(Details::UseImpl()); in Use()
37 Details::OnAllocate(ptr, in Allocate()
45 Details::OnAllocate(ptr, in Callocate()
52 Details::OnFree(ptr, size); in Free()
/freebsd/crypto/openssh/
H A Dssh-ed25519-sk.c144 struct sshkey_sig_details *details = NULL; in ssh_ed25519_sk_verify() local
197 if ((details = calloc(1, sizeof(*details))) == NULL) { in ssh_ed25519_sk_verify()
201 details->sk_counter = sig_counter; in ssh_ed25519_sk_verify()
202 details->sk_flags = sig_flags; in ssh_ed25519_sk_verify()
238 *detailsp = details; in ssh_ed25519_sk_verify()
239 details = NULL; in ssh_ed25519_sk_verify()
244 sshkey_sig_details_free(details); in ssh_ed25519_sk_verify()

12345678910>>...160