| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | sun7i-a20-olimex-som-evb.dts | 153 linux,code = <KEY_VOLUMEUP>; 160 linux,code = <KEY_VOLUMEDOWN>; 167 linux,code = <KEY_MENU>; 174 linux,code = <KEY_SEARCH>; 181 linux,code = <KEY_HOMEPAGE>; 188 linux,code = <KEY_ESC>; 195 linux,code = <KEY_ENTER>;
|
| H A D | sun7i-a20-olinuxino-micro.dts | 166 linux,code = <KEY_VOLUMEUP>; 173 linux,code = <KEY_VOLUMEDOWN>; 180 linux,code = <KEY_MENU>; 187 linux,code = <KEY_SEARCH>; 194 linux,code = <KEY_HOMEPAGE>; 201 linux,code = <KEY_ESC>; 208 linux,code = <KEY_ENTER>;
|
| H A D | r8a7792-blanche.dts | 116 linux,code = <KEY_1>; 123 linux,code = <KEY_2>; 130 linux,code = <KEY_3>; 137 linux,code = <KEY_4>; 144 linux,code = <KEY_A>; 151 linux,code = <KEY_B>;
|
| H A D | integratorap-im-pd1.dts | 88 linux,code = <KEY_UP>; 94 linux,code = <KEY_DOWN>; 100 linux,code = <KEY_LEFT>; 106 linux,code = <KEY_RIGHT>; 112 linux,code = <KEY_ESC>; 118 linux,code = <KEY_ENTER>;
|
| H A D | stm32746g-eval.dts | 91 linux,code = <KEY_WAKEUP>; 102 linux,code = <KEY_ENTER>; 108 linux,code = <KEY_DOWN>; 114 linux,code = <KEY_LEFT>; 120 linux,code = <KEY_RIGHT>; 126 linux,code = <KEY_UP>;
|
| H A D | orion5x-maxtor-shared-storage-2.dts | 45 linux,code = <KEY_POWER>; 51 linux,code = <KEY_RESTART>; 63 * Currently the MTD code does not recognize the MX29LV400CBCT 68 * issue is sorted out in the MTD code, break this into at 69 * least three partitions: 'u-boot code', 'u-boot environment'
|
| H A D | bcm4709-asus-rt-ac87u.dts | 3 * Broadcom BCM470X / BCM5301X ARM platform code. 55 linux,code = <KEY_WPS_BUTTON>; 61 linux,code = <KEY_RESTART>;
|
| /freebsd-13.1/sbin/ipf/ipf/ |
| H A D | bpf_filter.c | 218 switch (pc->code) { 496 switch (BPF_CLASS(p->code)) { 502 switch (BPF_MODE(p->code)) { 533 switch (BPF_OP(p->code)) { 546 if (BPF_RVAL(p->code) == BPF_K && p->k == 0) 570 switch (BPF_OP(p->code)) { 594 return (BPF_CLASS(f[len - 1].code) == BPF_RET);
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | README.cppclean | 4 in large code bases, for example various forms of unused code. 5 Unused code can be unused functions, methods, data members, types, etc 9 The project home page is: http://code.google.com/p/cppclean/ 28 AST is Abstract Syntax Tree, a representation of parsed source code. 108 * Compiling to machine code (or anything beyond an AST)
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | opt-keep-going-multiple.exp | 2 *** Error code 1 (continuing) 4 *** Error code 1 (continuing)
|
| H A D | opt-keep-going.exp | 2 *** Error code 1 (continuing) 4 *** Error code 1 (continuing)
|
| H A D | depsrc-ignore.exp | 5 *** Error code 1 (ignored) 7 *** Error code 1 (continuing)
|
| H A D | opt-chdir.exp | 2 *** Error code 2 (ignored) 5 *** Error code 2 (ignored)
|
| H A D | job-flags.exp | 6 *** [ignore] Error code 1 (ignored) 10 *** [ignore-cmds] Error code 1 (ignored)
|
| H A D | deptgt-ignore.exp | 2 *** Error code 1 (continuing) 4 *** Error code 1 (ignored)
|
| H A D | jobs-error-nested.exp | 3 *** [nested] Error code 1 9 *** [all] Error code 2
|
| /freebsd-13.1/crypto/heimdal/appl/ftp/ftp/ |
| H A D | kauth.c | 45 code = -1; in afslog() 52 code = (ret == COMPLETE); in afslog()
|
| /freebsd-13.1/contrib/ntp/scripts/ntp-wait/ |
| H A D | ntp-wait-opts.def | 21 The maximum number of times we will check @code{ntpd} to see if 35 of @code{ntpd} that returns "the time is not yet stable". 44 By default, @code{ntp-wait} is silent. 45 With this option, @code{ntp-wait} will provide status information.
|
| /freebsd-13.1/sys/dev/hid/ |
| H A D | hgame.c | 51 #define HGAME_MAP_BRG(number_from, number_to, code) \ argument 52 { HIDMAP_KEY_RANGE(HUP_BUTTON, number_from, number_to, code) } 53 #define HGAME_MAP_ABS(usage, code) \ argument 54 { HIDMAP_ABS(HUP_GENERIC_DESKTOP, HUG_##usage, code) }
|
| /freebsd-13.1/contrib/tcpdump/missing/ |
| H A D | dlnames.c | 52 #define DLT_CHOICE(code, description) { #code, description, code } argument
|
| /freebsd-13.1/sys/contrib/openzfs/module/icp/algs/skein/ |
| H A D | THIRDPARTYLICENSE | 2 Source code author: Doug Whiting, 2008. 3 This algorithm and source code is released to the public domain.
|
| /freebsd-13.1/contrib/wpa/src/eap_common/ |
| H A D | eap_wsc_common.c | 17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) in eap_wsc_build_frag_ack() argument 21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); in eap_wsc_build_frag_ack()
|
| /freebsd-13.1/crypto/openssl/crypto/ |
| H A D | arm64cpuid.pl | 21 $code.=<<___; 146 print $code;
|
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | inftrees.h | 28 } code; typedef 61 unsigned codes, code FAR * FAR *table,
|
| /freebsd-13.1/bin/sh/tests/expansion/ |
| H A D | assign1.0 | 9 code="$1" 12 eval "$code" 20 echo "For $code, expected $expected actual $result"
|