Home
last modified time | relevance | path

Searched refs:code (Results 451 – 475 of 5329) sorted by relevance

1...<<11121314151617181920>>...214

/freebsd-14.2/sys/dev/gpio/
H A Dgpiokeys.c186 uint32_t code; in gpiokeys_key_event() local
201 code = key->keycode & SCAN_KEYCODE_MASK; in gpiokeys_key_event()
203 code |= KEY_RELEASE; in gpiokeys_key_event()
210 gpiokeys_put_key(sc, code); in gpiokeys_key_event()
279 uint32_t code; in gpiokeys_attach_key() local
315 code = fdt32_to_cpu(prop); in gpiokeys_attach_key()
319 key_name, code); in gpiokeys_attach_key()
321 key->evcode = code; in gpiokeys_attach_key()
322 evdev_support_key(sc->sc_evdev, code); in gpiokeys_attach_key()
976 if (code & ~0x7f) { in gpiokeys_set_typematic()
[all …]
/freebsd-14.2/contrib/libpcap/
H A Dbpf_filter.c109 switch (pc->code) { in pcapint_filter_with_aux_data()
417 switch (BPF_CLASS(p->code)) { in pcapint_validate_filter()
423 switch (BPF_MODE(p->code)) { in pcapint_validate_filter()
451 switch (BPF_OP(p->code)) { in pcapint_validate_filter()
468 if (BPF_SRC(p->code) == BPF_K && p->k == 0) in pcapint_validate_filter()
503 switch (BPF_OP(p->code)) { in pcapint_validate_filter()
527 return BPF_CLASS(f[len - 1].code) == BPF_RET; in pcapint_validate_filter()
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dopt.exp9 *** Error code 2 (ignored)
17 *** Error code 1 (ignored)
24 *** Error code 2 (ignored)
/freebsd-14.2/sys/dev/sfxge/
H A Dsfxge_ev.c168 sfxge_ev_exception(void *arg, uint32_t code, uint32_t data) in sfxge_ev_exception() argument
179 (code == EFX_EXCEPTION_RX_RECOVERY) ? "RX_RECOVERY" : in sfxge_ev_exception()
180 (code == EFX_EXCEPTION_RX_DSC_ERROR) ? "RX_DSC_ERROR" : in sfxge_ev_exception()
185 (code == EFX_EXCEPTION_RX_ERROR) ? "RX_ERROR" : in sfxge_ev_exception()
186 (code == EFX_EXCEPTION_TX_ERROR) ? "TX_ERROR" : in sfxge_ev_exception()
187 (code == EFX_EXCEPTION_EV_ERROR) ? "EV_ERROR" : in sfxge_ev_exception()
192 if (code != EFX_EXCEPTION_UNKNOWN_SENSOREVT) { in sfxge_ev_exception()
195 code); in sfxge_ev_exception()
398 sfxge_ev_sram(void *arg, uint32_t code) in sfxge_ev_sram() argument
401 (void)code; in sfxge_ev_sram()
[all …]
/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daes-ppc.pl119 $code.=<<___;
210 $code.=<<___;
309 $code.=<<___;
402 $code.=<<___;
431 $code.=<<___;
880 $code.=<<___;
909 $code.=<<___;
1168 $code.=<<___ if ($SIZE_T==8);
1172 $code.=<<___;
1395 $code.=<<___;
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/timezone/include/
H A Dmessages.subr7 # 1. Redistributions of source code must retain the above copyright
43 msg_country_code_invalid="%s:%d: country code \`%s' invalid"
44 msg_country_code_multiply_defined="%s:%d: country code \`%s' multiply defined: %s"
45 msg_country_code_unknown="%s:%d: country code \`%s' unknown"
55 msg_invalid_code="%s:%d: invalid code \`%s'"
56 msg_invalid_country_code="%s:%d: invalid country code \`%s'"
/freebsd-14.2/crypto/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl45 $code=<<___;
214 $code.=<<___;
246 $code.=<<___ if (!shift);
251 $code.=<<___;
293 $code.=<<___;
335 print $code;
/freebsd-14.2/crypto/heimdal/doc/
H A Dintro.texi40 a @code{libkrb5} library that should be possible to get to work with
76 just a part of the code that isn't implemented.
83 one. Please make any patches with @code{diff -u} or @code{diff -c}.
94 @heading Heimdal source code, binaries and the manual
96 The source code for heimdal, links to binaries and the manual (this
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Dallwinner,sun4i-a10-lradc-keys.yaml55 linux,code: true
70 - linux,code
106 linux,code = <115>;
113 linux,code = <114>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/security/tpm/
H A Dibmvtpm.txt9 sense code associated with this virtual I/O Adapters
20 - ibm,loc-code : specifies the unique and persistent location code
38 ibm,loc-code = "U8286.41A.10082DV-V3-C3";
/freebsd-14.2/contrib/ntp/scripts/
H A Dsummary-opts.def20 The directory where @code{ntpd} will search for .stat files generated
21 by @code{ntpd}.
31 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d})
42 The output directory @code{summary} will write all output files to.
/freebsd-14.2/contrib/dialog/
H A Ddlg_keys.h104 #define is_DLGK_MOUSE(code) ((code) >= M_EVENT) argument
105 #define DLGK_MOUSE(code) ((code) + M_EVENT) argument
H A Dprgbox.c104 int code; in dialog_prgbox() local
112 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp); in dialog_prgbox()
117 return code; in dialog_prgbox()
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Demev2-kzm9d.dts38 linux,code = <KEY_1>;
45 linux,code = <KEY_2>;
52 linux,code = <KEY_3>;
59 linux,code = <KEY_4>;
H A Dlpc4350-hitex-eval.dts6 * This code is released using a dual license strategy: BSD/GPL
48 linux,code = <KEY_RIGHT>;
54 linux,code = <KEY_UP>;
61 linux,code = <KEY_ENTER>;
67 linux,code = <KEY_LEFT>;
73 linux,code = <KEY_DOWN>;
79 linux,code = <KEY_F1>;
85 linux,code = <KEY_F2>;
91 linux,code = <KEY_F3>;
H A Dam3517-evm.dts42 linux,code = <BTN_0>;
48 linux,code = <BTN_1>;
54 linux,code = <BTN_2>;
60 linux,code = <BTN_3>;
66 linux,code = <BTN_4>;
72 linux,code = <BTN_5>;
78 linux,code = <BTN_6>;
84 linux,code = <BTN_7>;
90 linux,code = <BTN_8>;
H A Dimx53-ard.dts67 linux,code = <KEY_HOME>;
74 linux,code = <KEY_BACK>;
81 linux,code = <KEY_PROGRAM >;
88 linux,code = <KEY_VOLUMEUP>;
94 linux,code = <KEY_VOLUMEDOWN>;
/freebsd-14.2/sys/contrib/device-tree/src/arm64/broadcom/bcm4908/
H A Dbcm4908-asus-gt-ac5300.dts23 linux,code = <KEY_RFKILL>;
29 linux,code = <KEY_WPS_BUTTON>;
35 linux,code = <KEY_RESTART>;
41 linux,code = <KEY_BRIGHTNESS_ZERO>;
/freebsd-14.2/contrib/bsnmp/lib/
H A Dsupport.c68 errx(int code, const char *fmt, ...) in errx() argument
77 exit(code); in errx()
81 err(int code, const char *fmt, ...) in err() argument
91 exit(code); in err()
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32util.c66 int code = 0; in NCURSES_EXPORT() local
103 code = 1; in NCURSES_EXPORT()
112 returnCode(code); in NCURSES_EXPORT()
/freebsd-14.2/bin/sh/tests/builtins/
H A Dbuiltin1.011 builtin : || echo "Bad return code at $LINENO"
12 builtin true || echo "Bad return code at $LINENO"
13 builtin ls 2>/dev/null && echo "Bad return code at $LINENO"
/freebsd-14.2/bin/sh/tests/expansion/
H A Dcmdsubst6.07 code="$1"
10 eval "pid=\$(dummy=$code echo \$(\$SH -c echo\ \\\$PPID))"
16 echo "Failure for $code"
H A Dtilde1.010 code="$1"
13 eval "$code"
21 echo "For $code, expected $expected actual $result"
/freebsd-14.2/crypto/openssl/crypto/bn/asm/
H A Dmips-mont.pl126 $code=<<___;
139 $code.=<<___ if ($flavour =~ /o32/i);
143 $code.=<<___;
170 $code.=<<___ if ($flavour =~ /nubi/i);
176 $code.=<<___;
419 $code.=<<___ if ($flavour =~ /nubi/i);
425 $code.=<<___;
433 $code =~ s/\`([^\`]*)\`/eval $1/gem;
435 print $code;
/freebsd-14.2/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-ppc64.pl51 $code.=<<___;
75 $code.=<<___;
95 $code.="\n";
99 $code.=<<___;
489 $code.=<<___;
515 $code.=<<___;
526 $code.=<<___;
636 $code.=<<___;
647 $code.=<<___;
853 $code.=<<___;
[all …]

1...<<11121314151617181920>>...214