| /freebsd-14.2/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-geom | 6 PROJECT_NAME = "FreeBSD kernel GEOM code"
|
| H A D | Doxyfile-netinet6 | 6 PROJECT_NAME = "FreeBSD kernel IPv6 code"
|
| H A D | Doxyfile-netgraph | 6 PROJECT_NAME = "FreeBSD kernel netgraph code"
|
| H A D | Doxyfile-opencrypto | 6 PROJECT_NAME = "FreeBSD kernel opencrypto code"
|
| /freebsd-14.2/contrib/libfido2/udev/ |
| H A D | CMakeLists.txt | 2 # Use of this source code is governed by a BSD-style
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | break5.4 | 4 # In some uncommitted code, the subshell environment corrupted the outer
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | directive-for-null.exp | 6 *** Error code 1 (continuing)
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | ste-ux500-samsung-skomer.dts | 29 /* This zone will be polled by the battery temperature code */ 111 linux,code = <KEY_HOME>; 117 linux,code = <KEY_VOLUMEUP>; 123 linux,code = <KEY_VOLUMEDOWN>; 129 linux,code = <KEY_MENU>; 135 linux,code = <KEY_BACK>;
|
| H A D | imx6qdl-gw5904.dtsi | 79 linux,code = <BTN_0>; 84 linux,code = <BTN_1>; 91 linux,code = <BTN_2>; 98 linux,code = <BTN_3>; 105 linux,code = <BTN_4>; 112 linux,code = <BTN_5>;
|
| H A D | imx53-qsb-common.dtsi | 51 linux,code = <KEY_POWER>; 57 linux,code = <KEY_VOLUMEUP>; 64 linux,code = <KEY_VOLUMEDOWN>;
|
| H A D | armada-370-dlink-dns327l.dts | 60 linux,code = <KEY_POWER>; 66 linux,code = <KEY_COPY>; 72 linux,code = <KEY_RESTART>;
|
| H A D | sun8i-a33-sinlinx-sina33.dts | 116 linux,code = <KEY_VOLUMEUP>; 123 linux,code = <KEY_VOLUMEDOWN>; 130 linux,code = <KEY_HOME>;
|
| H A D | qcom-msm8974-fairphone-fp2.dts | 30 linux,code = <KEY_CAMERA>; 38 linux,code = <KEY_VOLUMEDOWN>; 46 linux,code = <KEY_VOLUMEUP>;
|
| /freebsd-14.2/contrib/wpa/src/eap_server/ |
| H A D | eap_server_eke.c | 68 static void eap_eke_fail(struct eap_eke_data *data, u32 code) in eap_eke_fail() argument 70 wpa_printf(MSG_DEBUG, "EAP-EKE: Failure - code 0x%x", code); in eap_eke_fail() 71 data->failure_code = code; in eap_eke_fail() 668 u32 code; in eap_eke_process_failure() local 678 code = WPA_GET_BE32(payload); in eap_eke_process_failure() 679 wpa_printf(MSG_DEBUG, "EAP-EKE: Peer reported failure code 0x%x", code); in eap_eke_process_failure()
|
| /freebsd-14.2/share/i18n/csmapper/APPLE/ |
| H A D | SYMBOL%UCS.src | 78 # Column #1 is the Mac OS Symbol code (in hex as 0xNN) 84 # The entries are in Mac OS Symbol code order. 103 # The Mac OS Symbol encoding shares the script code smRoman 108 # Before Mac OS 8.5, code point 0xA0 was unused. In Mac OS 8.5 109 # and later versions, code point 0xA0 is EURO SIGN and maps to 133 # The following code points are unused, and are not shown here:
|
| /freebsd-14.2/contrib/sendmail/contrib/ |
| H A D | mh.patch | 31 the old code as well. This will happen if you claim to be the 34 the old code, you will get an error. 37 have to build MH once. The code's the same; works with them
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | LICENSE | 11 1. Redistributions of source code must retain the above copyright 77 The Windows timer code is based on code from libutp, which is
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/wireless/ |
| H A D | brcm,bcm4329-fmac.yaml | 79 description: Multiple strings for translating ISO3166 country code to 80 brcmfmac firmware country code and revision. 87 country code and revision: cc -> { cc, 0 }. In other words, assume that
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 19 // The C++ namespace that code of this directive language should be placed 43 // Header file included in the implementation code generated. Ususally the 44 // output file of the declaration code generation. Can be left blank.
|
| /freebsd-14.2/contrib/opencsd/decoder/source/c_api/ |
| H A D | ocsd_c_api_custom_obj.cpp | 306 …id *lib_context, const ocsd_err_severity_t filter_level, const ocsd_err_t code, const ocsd_trc_ind… in LogErrorCB() argument 311 …((CustomDecoderWrapper *)lib_context)->LogError(ocsdError(filter_level, code, idx, chan_id, std::s… in LogErrorCB() 313 … ((CustomDecoderWrapper *)lib_context)->LogError(ocsdError(filter_level, code, idx, chan_id)); in LogErrorCB()
|
| /freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpmac_poly1305.txt | 40 # If one uses 130-bit partial reduction, does the code handle the case where partially reduced fina… 84 # test vectors from "The Poly1305-AES message-authentication code" 111 # self-generated vectors exercise "significant" length such that* are handled by different code pat…
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 95 //=== WARNING: Implementation here must contain only Win32 specific code 96 //=== and must not be UNIX code 185 /// InvalidateInstructionCache - Before the JIT can run a block of code
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | vfp.c | 206 vfp_bounce(u_int addr, u_int insn, struct trapframe *frame, int code) in vfp_bounce() argument 246 if ((code & FAULT_USER) == 0 && in vfp_bounce() 267 KASSERT((code & FAULT_USER) == 0 || in vfp_bounce()
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | README.pullrequests | 7 The stable branch is the current supported production code branch, the 8 ntp-stable code (even 2nd number). 19 current stable release (the ntp-stable code) then it's better to do your
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | LICENSE | 11 1. Redistributions of source code must retain the above copyright 77 The Windows timer code is based on code from libutp, which is
|