Home
last modified time | relevance | path

Searched refs:code (Results 651 – 675 of 5329) sorted by relevance

1...<<21222324252627282930>>...214

/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dbcm47189-tenda-ac9.dts64 linux,code = <KEY_RFKILL>;
70 linux,code = <KEY_RESTART>;
76 linux,code = <KEY_WPS_BUTTON>;
H A Dsun5i-gr8-evb.dts180 linux,code = <KEY_VOLUMEUP>;
187 linux,code = <KEY_VOLUMEDOWN>;
194 linux,code = <KEY_MENU>;
201 linux,code = <KEY_SEARCH>;
208 linux,code = <KEY_HOMEPAGE>;
215 linux,code = <KEY_ESC>;
222 linux,code = <KEY_ENTER>;
H A Dexynos4412-itop-elite.dts56 linux,code = <KEY_HOME>;
62 linux,code = <KEY_BACK>;
68 linux,code = <KEY_POWER>;
74 linux,code = <KEY_UP>;
80 linux,code = <KEY_DOWN>;
H A Drk3288-evb.dtsi21 linux,code = <KEY_VOLUMEUP>;
27 linux,code = <KEY_VOLUMEDOWN>;
33 linux,code = <KEY_MENU>;
39 linux,code = <KEY_ESC>;
45 linux,code = <KEY_HOME>;
123 linux,code = <KEY_POWER>;
/freebsd-14.2/share/examples/tests/
H A DREADME6 heaviliy-commented code, how to construct test programs using all the
9 If you use any files in here as templates for your own code, please
14 * tests/: Regular directory containing the tests code. Note that the
/freebsd-14.2/bin/sh/tests/expansion/
H A Dtilde2.010 code="$1"
13 eval "$code"
21 echo "For $code, expected $expected actual $result"
/freebsd-14.2/contrib/libxo/doc/
H A Dxolint.rst6 in source code that invokes `xo_emit`. It allows these errors
19 -I Generate info table code
34 suitable for inclusion in source code.
/freebsd-14.2/contrib/unifdef/tests/
H A Dif4-kDU.expout8 /* This code is passed through. "#if 0 else" */
10 /* This code is passed through. "#if 1 then" */
H A Dif5-kDU.expout8 /* This code is passed through. "#if 0 else" */
10 /* This code is passed through. "#if 1 then" */
/freebsd-14.2/contrib/com_err/
H A Dcom_right.h87 com_right (struct et_list *list, long code);
90 com_right_r (struct et_list *list, long code, char *, size_t);
/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dps2kbd.c350 uint8_t code; in ps2kbd_keysym_queue() local
355 code = keyset1to2_translations[(uint8_t)(keycode & 0x7f)]; in ps2kbd_keysym_queue()
361 code = ascii_translations[keysym]; in ps2kbd_keysym_queue()
368 code = trans->scancode; in ps2kbd_keysym_queue()
386 fifo_put(sc, code); in ps2kbd_keysym_queue()
/freebsd-14.2/contrib/unbound/util/data/
H A Dmsgreply.h581 int edns_opt_list_append(struct edns_option** list, uint16_t code, size_t len,
594 uint16_t code; \
613 sldns_ede_code code, const char *txt);
631 int edns_opt_list_remove(struct edns_option** list, uint16_t code);
639 struct edns_option* edns_opt_list_find(struct edns_option* list, uint16_t code);
/freebsd-14.2/contrib/tcpdump/
H A Dbpf_dump.c42 printf("%u %u %u %u\n", insn->code, in bpf_dump()
50 insn->code, insn->jt, insn->jf, insn->k); in bpf_dump()
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dopt-no-action-runflags.exp16 *** Error code 1 (ignored)
31 *** Error code 1 (ignored)
H A Dcompat-error.exp4 *** Error code 1 (continuing)
8 *** Error code 1 (continuing)
/freebsd-14.2/contrib/libpcap/
H A Dbpf_dump.c40 printf("%u %u %u %u\n", insn->code, in bpf_dump()
48 insn->code, insn->jt, insn->jf, insn->k); in bpf_dump()
/freebsd-14.2/sys/amd64/linux/
H A Dlinux_sysvec.c156 sa->code = frame->tf_rax; in linux_fetch_syscall_args()
157 sa->original_code = sa->code; in linux_fetch_syscall_args()
159 if (sa->code >= p->p_sysent->sv_size) in linux_fetch_syscall_args()
163 sa->callp = &p->p_sysent->sv_table[sa->code]; in linux_fetch_syscall_args()
526 int sig, code; in linux_rt_sendsig() local
535 code = ksi->ksi_code; in linux_rt_sendsig()
541 catcher, sig, mask, code); in linux_rt_sendsig()
594 sf.sf_uc.uc_mcontext.sc_trapno = bsd_to_linux_trapcode(code); in linux_rt_sendsig()
645 int code, traced; in linux_vsyscall() local
656 if (code >= nitems(linux_vsyscall_vector)) in linux_vsyscall()
[all …]
/freebsd-14.2/crypto/openssl/doc/man3/
H A DERR_get_error.pod11 - obtain error code and data
54 ERR_get_error() returns the earliest error code from the thread's error
58 ERR_peek_error() returns the earliest error code from the thread's
61 ERR_peek_last_error() returns the latest error code from the thread's
95 store additional data and flags associated with the error code in *I<data>
115 The error code, or 0 if there is no error in the queue.
/freebsd-14.2/contrib/less/
H A Doutput.c173 long code = strtol(p, &q, 10); in win_flush() local
190 code > 49 || code < 0 || in win_flush()
202 switch (code) in win_flush()
262 fg = screen_color[code - 30]; in win_flush()
272 bg = screen_color[code - 40]; in win_flush()
/freebsd-14.2/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-motherboard.dtsi53 linux,code = <116>;
60 linux,code = <102>;
67 linux,code = <152>;
74 linux,code = <115>;
81 linux,code = <114>;
88 linux,code = <99>;
/freebsd-14.2/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl78 $code=<<___;
860 print $code;
/freebsd-14.2/contrib/ntp/libntp/
H A Dclocktypes.c117 for (clk = clktypes; clk->code != -1; clk++) { in clockname()
118 if (num == clk->code) in clockname()
/freebsd-14.2/contrib/dialog/
H A Dyesno.c98 int code; in dialog_yesno() local
111 if ((code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_yesno()
112 result = dlg_ok_buttoncode(code); in dialog_yesno()
H A Dutil.c804 int code; in dlg_print_text() local
1265 code = -1; in dlg_check_scrolled()
1268 return code; in dlg_check_scrolled()
1835 int code; in dlg_exit() member
1854 if (table[n].code == code) { in dlg_exit()
1883 exit(code); in dlg_exit()
1899 _exit(code); in dlg_exit()
1906 int code; member
1928 if (exit_codenames[n].code == code) { in dlg_exitcode2s()
2829 code = TRUE; in must_quote()
[all …]
/freebsd-14.2/contrib/libcbor/doc/source/
H A Dtests.rst22 …OV <http://ltp.sourceforge.net/coverage/lcov.php>`_. Platform-independent code should be fully cov…
24 .. code-block:: bash
31 .. code-block:: bash

1...<<21222324252627282930>>...214