Home
last modified time | relevance | path

Searched refs:violation (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/tests/sys/kern/
H A Dktrace_test.c171 struct ktr_cap_fail violation; in ATF_TC_BODY() local
196 cap_trace_child(pid, &violation, 1); in ATF_TC_BODY()
197 ATF_REQUIRE_EQ(violation.cap_type, CAPFAIL_NOTCAPABLE); in ATF_TC_BODY()
198 ATF_REQUIRE(cap_rights_is_set(&violation.cap_data.cap_needed, in ATF_TC_BODY()
208 struct ktr_cap_fail violation; in ATF_TC_BODY() local
234 cap_trace_child(pid, &violation, 1); in ATF_TC_BODY()
235 ATF_REQUIRE_EQ(violation.cap_type, CAPFAIL_INCREASE); in ATF_TC_BODY()
236 ATF_REQUIRE(cap_rights_is_set(&violation.cap_data.cap_needed, in ATF_TC_BODY()
247 struct ktr_cap_fail violation[2]; in ATF_TC_BODY() local
272 cap_trace_child(pid, violation, 2); in ATF_TC_BODY()
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_argon2.txt103 # Expected fail on condition violation: m_cost < 8 * lanes
112 # Expected fail on condition violation: m_cost < 2 * syncpoints = 8
120 # Expected fail on condition violation: threads > avail threads
130 # Expected fail on condition violation: lanes >= 1
135 # Expected fail on condition violation: lanes <= 0xFFFFFF
140 # Expected fail on condition violation: threads >= 1
145 # Expected fail on condition violation: threads <= 0xFFFFFF
150 # Expected fail on condition violation: outlen >= 4
155 # Expected fail on condition violation: iter >= 1
160 # Expected fail on condition violation: saltlen > 8
[all …]
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dimxdi-rtc.txt11 - interrupts: dryice security violation interrupt (second entry)
/freebsd/crypto/krb5/src/include/krb5/
H A Daudit_plugin.h94 int violation; /**< local or protocol policy problem */ member
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_get_error.pod339 =item B<X509_V_ERR_PERMITTED_VIOLATION: permitted subtree violation>
341 A name constraint violation occurred in the permitted subtrees.
343 =item B<X509_V_ERR_EXCLUDED_VIOLATION: excluded subtree violation>
345 A name constraint violation occurred in the excluded subtrees.
426 =item B<X509_V_ERR_PROXY_SUBJECT_NAME_VIOLATION: proxy subject name violation>
428 Proxy subject name violation.
H A DSSL_get_conn_close_info.pod117 implementation (for example, if the peer engages in a protocol violation, or an
H A DNAME_CONSTRAINTS_check.pod76 The function returns at the first violation encountered; it does not
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dwarn_backrefs.rst68 unnecessarily large. Moreover, the layering violation makes lower-level
98 In C++, this is likely an ODR violation. We probably need a dedicated option
/freebsd/sys/dev/acpica/
H A Dacpi_spmc.c885 bool violation = false; in acpi_spmc_check_constraints() local
914 violation = true; in acpi_spmc_check_constraints()
919 if (violation) in acpi_spmc_check_constraints()
/freebsd/contrib/pam-krb5/m4/
H A Dlib-pathname.m431 dnl There is an unfortunate abstraction violation here where we assume we know
/freebsd/tools/regression/security/proc_to_proc/
H A DREADME50 to improve resilience to failure or violation of invariants.
/freebsd/crypto/krb5/src/kdc/
H A Ddo_tgs_req.c741 au_state->violation = PROT_CONSTRAINT; in gather_tgs_req_info()
878 au_state->violation = PROT_CONSTRAINT; in check_tgs_req()
887 au_state->violation = LOCAL_POLICY; in check_tgs_req()
946 au_state->violation = LOCAL_POLICY; in check_tgs_req()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc154 "If >=2, detect violation of One-Definition-Rule (ODR); "
155 "If ==1, detect ODR-violation only if the two variables "
/freebsd/sys/kern/
H A Dvfs_lookup.c287 goto violation; in nameicap_check_dotdot()
289 goto violation; in nameicap_check_dotdot()
293 goto violation; in nameicap_check_dotdot()
296 violation: in nameicap_check_dotdot()
/freebsd/crypto/krb5/src/plugins/audit/
H A Dkdc_j_encode.c298 ret = int32_to_value(state->violation, obj, AU_VIOLATION); in kau_j_tgs_s4u2self()
361 ret = int32_to_value(state->violation, obj, AU_VIOLATION); in kau_j_tgs_s4u2proxy()
/freebsd/contrib/file/magic/Magdir/
H A Dsun82 >>116 belong =11 (segmentation violation)
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv3415 However, if you cease all violation of this License, then your
419 holder fails to notify you of the violation by some reasonable means
424 violation by some reasonable means, this is the first time you have
425 received notice of violation of this License (for any work) from that
426 copyright holder, and you cure the violation prior to 30 days after
/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib226 # segmentation violation - core dump
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def28 /// NO_MERGE: It is an ODR violation if the fields do not match.
/freebsd/crypto/openssl/doc/internal/man3/
H A Dbn_mul_words.pod213 E<lt>= (a)-E<gt>dmax)>. A violation will cause the program to abort.
/freebsd/sys/contrib/dev/ipw/
H A DLICENSE192 Software in violation of applicable export laws and regulations. Intel is not
/freebsd/sys/contrib/dev/iwi/
H A DLICENSE195 Software in violation of applicable export laws and regulations. Intel is not
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in863 cause the client to disconnect due to a protocol violation.
893 is strictly speaking a protocol violation, some SSL clients interpret this to
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fc.md104 a flow control protocol violation has occurred and the connection
H A Dquic-ackm.md424 Failure to do so may may result in processing a duplicated packet in violation

123