| /freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-venice-gw74xx.dts | 44 linux,code = <BTN_0>; 49 linux,code = <BTN_1>; 56 linux,code = <BTN_2>; 63 linux,code = <BTN_3>; 70 linux,code = <BTN_4>; 77 linux,code = <BTN_5>;
|
| H A D | imx8mm-venice-gw7902.dts | 48 linux,code = <BTN_0>; 53 linux,code = <BTN_1>; 60 linux,code = <BTN_2>; 67 linux,code = <BTN_3>; 74 linux,code = <BTN_4>; 81 linux,code = <BTN_5>;
|
| /freebsd-14.2/crypto/heimdal/doc/ |
| H A D | apps.texi | 20 and IRIX' @code{login} and @code{xdm} (in 65 SIA, like @code{xdm}.) 78 If you use CDE, @code{dtlogin} allows you to specify which additional 213 You have to make sure you have a @code{des-cbc-md5} encryption type since that 255 by adding them to the string list option @code{[kdc]use_2b} in the
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | imx6qdl-gw560x.dtsi | 98 linux,code = <BTN_0>; 103 linux,code = <BTN_1>; 110 linux,code = <BTN_2>; 117 linux,code = <BTN_3>; 124 linux,code = <BTN_4>; 131 linux,code = <BTN_5>;
|
| H A D | bcm4708.dtsi | 2 * Broadcom BCM470X / BCM5301X ARM platform code.
|
| H A D | mba6ulx.dtsi | 40 linux,code = <KEY_1>; 46 linux,code = <KEY_2>; 52 linux,code = <KEY_3>; 58 linux,code = <KEY_POWER>;
|
| H A D | exynos4210-trats.dts | 99 linux,code = <114>; 106 linux,code = <115>; 113 linux,code = <116>; 121 linux,code = <352>;
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | ASYNC_start_job.pod | 31 represents code that can be started and executes until some event occurs. At 32 that point the code can be paused and control returns to user code until some 41 user code exits per-thread resources need to be cleaned up. This will normally 139 invokes ASYNC_pause_job(). This returns control back to the code that created 140 the B<ASYNC_JOB>. If that code then attempts to acquire the same lock before
|
| H A D | EVP_CIPHER_meth_new.pod | 120 command code B<EVP_CTRL_INIT> early in its setup. 128 will be called with the control code B<EVP_CTRL_SET_KEY_LENGTH> and 139 control code B<EVP_CTRL_RAND_KEY> and the pointer to the key memory 145 command code B<EVP_CTRL_COPY> at the end of EVP_CIPHER_CTX_copy().
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | db_disasm.c | 73 u_int32_t code; member 628 if (popcode->code == 0x40000000) { in disasm_fields() 652 if (popcode->code == 0x4c000020) in disasm_fields() 654 else if (popcode->code == 0x4c000420) in disasm_fields() 690 if (popcode->code == 0x40000000) { in disasm_fields() 1041 if ((instr & op->mask) == op->code) { in dis_ppc()
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | mmap12.sh | 64 * This is the minimum amount of C code ot takes to panic the kernel.
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/data/ |
| H A D | meta.in | 15 # trailing $ is a peculiar special case for the BRE code
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | CppCheck.am | 2 # cppcheck for userspace – nodist_*_SOURCES are kernel code and cppcheck goes crazy on them.
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | gdb_machdep.h | 130 gdb_cpu_stop_reason(int type __unused, int code __unused) in gdb_cpu_stop_reason()
|
| /freebsd-14.2/contrib/libfido2/.github/workflows/ |
| H A D | windows_builds.yml | 2 # Use of this source code is governed by a BSD-style
|
| H A D | macos_builds.yml | 2 # Use of this source code is governed by a BSD-style
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 122 sa->code = td->td_frame->tf_x[8]; in linux_fetch_syscall_args() 123 sa->original_code = sa->code; in linux_fetch_syscall_args() 125 if (sa->code >= p->p_sysent->sv_size) in linux_fetch_syscall_args() 128 sa->callp = &p->p_sysent->sv_table[sa->code]; in linux_fetch_syscall_args()
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | ieee802_11_auth.c | 519 if (hdr->code != RADIUS_CODE_ACCESS_ACCEPT && in hostapd_acl_recv_radius() 520 hdr->code != RADIUS_CODE_ACCESS_REJECT) { in hostapd_acl_recv_radius() 523 hdr->code); in hostapd_acl_recv_radius() 536 if (hdr->code == RADIUS_CODE_ACCESS_ACCEPT) { in hostapd_acl_recv_radius()
|
| /freebsd-14.2/sys/dev/adb/ |
| H A D | adb_kbd.c | 687 set_typematic(keyboard_t *kbd, int code) in set_typematic() argument 689 if (code & ~0x7f) in set_typematic() 691 kbd->kb_delay1 = kbdelays[(code >> 5) & 3]; in set_typematic() 692 kbd->kb_delay2 = kbrates[code & 0x1f]; in set_typematic()
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | ldebug.c | 358 Instruction i = p->code[pc]; in findsetreg() 413 Instruction i = p->code[pc]; in getobjname() 439 : GETARG_Ax(p->code[pc + 1]); in getobjname() 462 Instruction i = p->code[pc]; /* calling instruction */ in getfuncname()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8994-sony-xperia-kitakami.dtsi | 38 linux,code = <KEY_VOLUMEDOWN>; 47 linux,code = <KEY_VOLUMEUP>; 56 linux,code = <KEY_CAMERA>; 65 linux,code = <KEY_VOLUMEUP>;
|
| H A D | sm8150-sony-xperia-kumano.dtsi | 58 linux,code = <KEY_CAMERA_FOCUS>; 67 linux,code = <KEY_CAMERA>; 76 linux,code = <KEY_VOLUMEDOWN>; 491 linux,code = <KEY_VOLUMEUP>;
|
| /freebsd-14.2/sys/dev/efidev/ |
| H A D | efirt.c | 119 u_long code; in efi_status_to_errno() local 121 code = status & 0x3ffffffffffffffful; in efi_status_to_errno() 122 return (code < nitems(efi_status2err) ? efi_status2err[code] : EDOOFUS); in efi_status_to_errno()
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ |
| H A D | index.rst | 40 ``lld::lldMain``, from your code. 44 2017, LLD/ELF consists only of 21k lines of C++ code while GNU gold 45 consists of 198k lines of C++ code. 97 .. code-block:: console
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| H A D | README.md | 209 This function is intended for application code written in C. For 227 Application code in C should prefer `llvm_blake3_hasher_init_derive_key`, 229 bytes as a context string in application code, consider whether you're 270 expects to be linked with code for five different instruction sets:
|