Home
last modified time | relevance | path

Searched refs:code (Results 326 – 350 of 5329) sorted by relevance

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

/freebsd-14.2/sys/dev/hid/
H A Dhpen.c62 #define HPEN_MAP_BUT(usage, code) \ argument
63 HIDMAP_KEY(HUP_DIGITIZERS, HUD_##usage, code)
64 #define HPEN_MAP_ABS(usage, code) \ argument
65 HIDMAP_ABS(HUP_DIGITIZERS, HUD_##usage, code)
66 #define HPEN_MAP_ABS_GD(usage, code) \ argument
67 HIDMAP_ABS(HUP_GENERIC_DESKTOP, HUG_##usage, code)
/freebsd-14.2/usr.bin/posixmqcontrol/
H A Dposixmqcontroltestsane.sh8 code=$?
9 if [ $code != 64 ]; then
15 code=$?
16 if [ $code != 64 ]; then
22 code=$?
23 if [ $code != 64 ]; then
/freebsd-14.2/crypto/openssl/doc/man3/
H A DERR_error_string.pod26 error code I<e>, and places it at I<buf>. I<buf> must be at least 256
39 error:[error code]:[library name]::[reason string]
41 I<error code> is an 8 digit hexadecimal number, I<library name> and
47 If there is no text string registered for the given error code,
48 the error string will contain the numeric code.
59 and B<NULL> if none is registered for the error code.
/freebsd-14.2/contrib/file/src/
H A Dencoding.c93 *code = "unknown"; in file_encoding()
108 *code = "Unicode text, UTF-7"; in file_encoding()
112 *code = "ASCII"; in file_encoding()
117 *code = "Unicode text, UTF-8 (with BOM)"; in file_encoding()
121 *code = "Unicode text, UTF-8"; in file_encoding()
128 *code = "Unicode text, UTF-32, big-endian"; in file_encoding()
137 *code = "Unicode text, UTF-16, big-endian"; in file_encoding()
143 *code = "ISO-8859"; in file_encoding()
147 *code = "Non-ISO extended-ASCII"; in file_encoding()
161 *code = "EBCDIC"; in file_encoding()
[all …]
H A Dis_csv.c134 const char *code) in file_is_csv() argument
158 if (file_printf(ms, "CSV %s%stext", code ? code : "", in file_is_csv()
159 code ? " " : "") == -1) in file_is_csv()
/freebsd-14.2/sys/contrib/device-tree/src/mips/ingenic/
H A Dgcw0.dts137 linux,code = <KEY_UP>;
144 linux,code = <KEY_DOWN>;
151 linux,code = <KEY_LEFT>;
158 linux,code = <KEY_RIGHT>;
172 linux,code = <KEY_LEFTALT>;
179 linux,code = <KEY_SPACE>;
193 linux,code = <KEY_TAB>;
207 linux,code = <KEY_ENTER>;
214 linux,code = <KEY_ESC>;
225 linux,code = <KEY_POWER>;
[all …]
/freebsd-14.2/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl99 $code=<<___;
312 $code.=<<___;
497 $code.=<<___;
516 $code.=<<___;
534 $code.=<<___;
553 $code.=<<___;
575 $code.=<<___;
588 $code.=<<___;
603 $code.=<<___;
622 $code.=<<___;
[all …]
H A Drsaz-avx2.pl128 $code.=<<___;
166 $code.=<<___;
279 $code.=<<___;
425 $code.=<<___;
576 $code.=<<___;
667 $code.=<<___;
735 $code.=<<___;
816 $code.=<<___;
881 $code.=<<___;
917 $code.=<<___;
[all …]
H A Dppc64-mont.pl217 $code=<<___;
368 $code.=<<___;
498 $code.=<<___;
509 $code.=<<___;
520 $code.=<<___;
531 $code.=<<___;
565 $code.=<<___;
640 $code.=<<___;
747 $code.=<<___;
754 $code.=<<___;
[all …]
/freebsd-14.2/sys/kern/
H A Dsubr_syscall.c83 ktrsyscall(sa->code, se->sy_narg, sa->args); in syscallenter()
85 KTR_START4(KTR_SYSC, "syscall", syscallname(p, sa->code), in syscallenter()
109 ktrsyscall(sa->code, se->sy_narg, sa->args); in syscallenter()
163 AUDIT_SYSCALL_ENTER(sa->code, td); in syscallenter()
202 KTR_STOP4(KTR_SYSC, "syscall", syscallname(p, sa->code), in syscallenter()
223 ("ERELOOKUP not consumed syscall %d", td->td_sa.code)); in syscallret()
247 ktrsysret(sa->code, td->td_errno, td->td_retval[0]); in syscallret()
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_colorset.c50 int code = ERR; in NCURSES_EXPORT() local
62 code = OK; in NCURSES_EXPORT()
64 returnCode(code); in NCURSES_EXPORT()
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra20-emc.txt9 - nvidia,use-ram-code : If present, the sub-nodes will be addressed
12 irrespective of ram-code configuration.
56 Embedded Memory Controller ram-code table
58 If the emc node has the nvidia,use-ram-code property present, then the
60 apply for which ram-code settings.
62 If the emc node lacks the nvidia,use-ram-code property, this level is omitted
68 - nvidia,ram-code : the binary representation of the ram-code board strappings
90 on a 2-pin "ram code" bootstrap setting on the board. The values of
/freebsd-14.2/usr.sbin/acpi/acpidb/
H A Dacpidb.c386 u_int8_t *code; in load_dsdt() local
400 code = mmap(NULL, (size_t)sb.st_size, PROT_READ, MAP_PRIVATE, fd, (off_t)0); in load_dsdt()
402 if (code == NULL) { in load_dsdt()
407 munmap(code, (size_t)sb.st_size); in load_dsdt()
414 if (strncmp((char *)code, "DSDT", 4) == 0) { in load_dsdt()
424 munmap(code, (size_t)sb.st_size); in load_dsdt()
430 munmap(code, (size_t)sb.st_size); in load_dsdt()
435 write(fd, code, sb.st_size); in load_dsdt()
438 munmap(code, (size_t)sb.st_size); in load_dsdt()
/freebsd-14.2/usr.bin/locate/locate/
H A Dconcatdb.sh48 : ${code:=locate.code}
69 done | $code $bigrams
/freebsd-14.2/sys/net/
H A Dbpf_filter.c194 switch (pc->code) { in bpf_filter()
568 if (!BPF_VALIDATE_CODE(p->code)) in bpf_validate()
574 if (BPF_CLASS(p->code) == BPF_JMP) { in bpf_validate()
577 if (p->code == (BPF_JMP|BPF_JA)) in bpf_validate()
588 if (p->code == BPF_ST || p->code == BPF_STX || in bpf_validate()
589 p->code == (BPF_LD|BPF_MEM) || in bpf_validate()
590 p->code == (BPF_LDX|BPF_MEM)) { in bpf_validate()
598 if ((p->code == (BPF_ALU|BPF_DIV|BPF_K) || in bpf_validate()
599 p->code == (BPF_ALU|BPF_MOD|BPF_K)) && p->k == 0) in bpf_validate()
602 return (BPF_CLASS(f[len - 1].code) == BPF_RET); in bpf_validate()
/freebsd-14.2/sys/x86/linux/
H A Dlinux_x86.c93 bsd_to_linux_trapcode(int code) in bsd_to_linux_trapcode() argument
96 return (code < nitems(_bsd_to_linux_trapcode) ? in bsd_to_linux_trapcode()
97 _bsd_to_linux_trapcode[code] : LINUX_T_UNKNOWN); in bsd_to_linux_trapcode()
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dam57xx-evm.dtso33 linux,code = <BTN_1>;
39 linux,code = <BTN_2>;
45 linux,code = <BTN_3>;
51 linux,code = <BTN_4>;
57 linux,code = <BTN_5>;
H A Dusb_a9g20-dab-mmx.dtsi74 linux,code = <0x100>;
80 linux,code = <0x101>;
86 linux,code = <0x102>;
92 linux,code = <0x103>;
H A Dimx6dl-prtmvt.dts63 linux,code = <KEY_F1>;
69 linux,code = <KEY_F2>;
75 linux,code = <KEY_F3>;
81 linux,code = <KEY_F4>;
87 linux,code = <KEY_F5>;
105 linux,code = <KEY_UP>;
117 linux,code = <KEY_OK>;
123 linux,code = <KEY_F6>;
129 linux,code = <KEY_F7>;
135 linux,code = <KEY_F8>;
[all …]
/freebsd-14.2/contrib/libcbor/test/
H A Dnegint_test.c29 assert_true(res.error.code == 0); in test_very_short_int()
43 assert_true(res.error.code == 0); in test_short_int()
57 assert_true(res.error.code == 0); in test_half_int()
71 assert_true(res.error.code == 0); in test_int()
85 assert_true(res.error.code == 0); in test_long_int()
/freebsd-14.2/sys/ddb/
H A Ddb_run.c72 db_stop_at_pc(int type, int code, bool *is_breakpoint, bool *is_watchpoint) in db_stop_at_pc() argument
77 *is_breakpoint = IS_BREAKPOINT_TRAP(type, code); in db_stop_at_pc()
78 *is_watchpoint = IS_WATCHPOINT_TRAP(type, code); in db_stop_at_pc()
132 if (db_run_mode == STEP_CONTINUE && IS_SSTEP_TRAP(type, code)) in db_stop_at_pc()
134 if (db_run_mode != STEP_CONTINUE && !IS_SSTEP_TRAP(type, code)) { in db_stop_at_pc()
/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl109 $code.=<<___;
130 $code.=<<___;
647 $code.=<<___;
671 $code.=<<___;
728 $code.=<<___;
734 $code.=<<___;
1247 $code.=<<___;
1271 $code.=<<___;
1328 $code.=<<___;
1344 $code.=<<___;
[all …]
/freebsd-14.2/bin/sh/tests/expansion/
H A Dcmdsubst7.06 code="$1"
9 eval ": \$($code)"
15 echo "Failure for $code"
/freebsd-14.2/crypto/openssl/crypto/engine/
H A DREADME.md7 the "ENGINE" code. So it serves a double purpose of being a "ENGINE internals
77 was previously replaced by an "ENGINE" pointer and all RSA code that required
93 cipher-specific ENGINE code is asked for an ENGINE pointer (a functional
96 ENGINE code will return NULL because no ENGINEs will have had any cipher
119 in essence it is simply an instantiation of "ENGINE_TABLE" code for use by
124 EVP_CIPHER code will link at most code relating to EVP_CIPHER, tb_cipher.c, core
125 ENGINE code that is independent of class, and of course the ENGINE
128 other APIs, such as the RSA/DSA/etc library code.
170 ENGINE_PILE code may still have references and thus those ENGINEs will stay
185 initialised state. So if RSA code asks for an ENGINE and no ENGINE has
[all …]
/freebsd-14.2/usr.bin/gzip/
H A Dunlz.c157 uint32_t code; member
165 rd->code = 0; in lz_rd_create()
168 rd->code = (rd->code << 8) | (uint8_t)getc(rd->fp); in lz_rd_create()
180 if (rd->code >= rd->range) { in lz_rd_decode()
181 rd->code -= rd->range; in lz_rd_decode()
186 rd->code = (rd->code << 8) | (uint8_t)getc(rd->fp); in lz_rd_decode()
199 if(rd->code < bound) { in lz_rd_decode_bit()
206 rd->code -= bound; in lz_rd_decode_bit()
213 rd->code = (rd->code << 8) | (uint8_t)getc(rd->fp); in lz_rd_decode_bit()

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