| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 166 int code; in sendsig() local 188 code = siginfo32.si_code; in sendsig() 212 code = ksi->ksi_code; in sendsig() 307 tf->fixreg[FIRSTARG+1] = code; in sendsig() 1027 int code = tf->fixreg[FIRSTARG + 1]; in cpu_set_syscall_retval() local 1030 code != SYS_freebsd6_lseek && in cpu_set_syscall_retval() 1032 code != SYS_lseek) ? 1 : 0; in cpu_set_syscall_retval()
|
| /freebsd-14.2/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-sparcv9.pl | 54 $code.=<<___; 286 $code.=<<___; 374 $code.=<<___; 461 $code.=<<___; 924 $code.=<<___; 1027 $code.=<<___; 1109 foreach (split("\n",$code)) {
|
| /freebsd-14.2/sys/arm64/include/ |
| H A D | reg.h | 102 __uint64_t code; member
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | keepass | 9 # * android port: https://code.google.com/p/keepassdroid/
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_lrzip.c | 116 self->code = ARCHIVE_FILTER_LRZIP; in lrzip_bidder_init()
|
| /freebsd-14.2/usr.bin/indent/tests/ |
| H A D | elsecomment.0 | 3 /* The two if statements below excercise two different code paths. */
|
| H A D | elsecomment.0.stdout | 5 /* The two if statements below excercise two different code paths. */
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegisterBanks.td | 10 // as InstructionSelector RegClass checking code relies on them
|
| /freebsd-14.2/usr.bin/localedef/ |
| H A D | README | 8 code is part of the Illumos project.
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | kx509.asn1 | 24 error-code[0] INTEGER (-2147483648..2147483647)
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | traceroute.c | 507 register int op, code, n; in main() local 1173 code = i - 1; in main() 1174 switch (code) { in main() 1262 Printf(" !<%d>", code); in main() 1430 register u_char type, code; in packet_ok() local 1449 code = icp->icmp_code; in packet_ok() 1451 if (code != ICMP_UNREACH_NEEDFRAG) in packet_ok() 1464 if ((type == ICMP_TIMXCEED && code == ICMP_TIMXCEED_INTRANS) || in packet_ok() 1475 return (type == ICMP_TIMXCEED ? -1 : code + 1); in packet_ok()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | omap3-n900.dts | 18 * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no 22 * There is also no runtime detection code if AES is disabled in L3 firewall... 74 linux,code = <SW_CAMERA_LENS_COVER>; 81 linux,code = <KEY_CAMERA_FOCUS>; 88 linux,code = <KEY_CAMERA>; 95 linux,code = <KEY_SCREENLOCK>; 103 linux,code = <SW_KEYPAD_SLIDE>; 111 linux,code = <SW_FRONT_PROXIMITY>; 119 linux,code = <SW_MACHINE_COVER>;
|
| H A D | bcm47189-luxul-xap-1440.dts | 44 linux,code = <KEY_RESTART>;
|
| H A D | at91-wb45n.dts | 20 linux,code = <99>;
|
| /freebsd-14.2/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-armv8.pl | 65 $code .= "\t$opcode\t".join(',',@_,$arg)."\n"; 134 $code.=<<___; 218 $code.=<<___; 427 $code.=<<___; 515 $code.=<<___; 843 $code.=<<___; 981 $code.=<<___; 1093 $code.=<<___; 1278 foreach (split("\n",$code)) {
|
| /freebsd-14.2/sys/dev/otus/ |
| H A D | if_otus.c | 1244 code, in otus_cmd() 1258 hdr->code = code; in otus_cmd() 1290 __func__, code); in otus_cmd() 1405 (int) hdr->code, in otus_cmd_handle_response() 1443 hdr->code); in otus_cmd_rxeof() 1450 if ((hdr->code & 0xc0) != 0xc0) { in otus_cmd_rxeof() 1456 switch (hdr->code & 0x3f) { in otus_cmd_rxeof() 1515 hdr->code, hdr->len); in otus_cmd_rxeof() 2822 uint8_t code; in otus_set_chan() local 2879 code = AR_CMD_RF_INIT; in otus_set_chan() [all …]
|
| /freebsd-14.2/contrib/wpa/src/eap_common/ |
| H A D | eap_defs.h | 19 u8 code; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | COM.inc | 14 //=== WARNING: Implementation here must contain only generic UNIX code that
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-powernv.txt | 8 Each location code of FRU/Enclosure must be expressed in the
|
| /freebsd-14.2/contrib/bsnmp/ |
| H A D | FREEBSD-upgrade | 5 <[email protected]>, because the code here is actually shared with other
|
| /freebsd-14.2/contrib/libcbor/.github/ |
| H A D | PULL_REQUEST_TEMPLATE | 13 - [ ] Does this PR introduce any platform specific code?
|
| /freebsd-14.2/contrib/file/ |
| H A D | ChangeLog | 71 * PR/374: avoid infinite loop in non-wide code (piru) 326 * Switch decompression code to use vfork() because 519 * Fix compression code (Werner Fink) 1285 * Avoid null dereference in cdf code (Drew Yao) 1305 * Avoid file descriptor leak in compress code from 1327 and then the fd code. 1505 Remove unreachable code. 1585 decompress code 1798 * merge duplicated code 1944 * New FreeBSD version parsing code: [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | llib-lncurses | 2573 int code) 2578 int code) 2583 int code) 3011 int code) 3851 int code) 3856 int code) 3861 int code) 3871 char *code) 3886 void *code) 4477 int code, [all …]
|
| H A D | llib-lncursest | 2582 int code) 2587 int code) 2592 int code) 3025 int code) 3950 int code) 3955 int code) 3960 int code) 3970 char *code) 3985 void *code) 4598 int code, [all …]
|
| /freebsd-14.2/sys/contrib/zlib/doc/ |
| H A D | rfc1950.txt | 77 4. Source code .................................................... 8 82 9. Appendix: Sample code ..........................................10 153 sample code was rewritten for clarity. In version 3.3, the 399 4. Source code 401 Source code for a C language implementation of a "zlib" compliant 511 9. Appendix: Sample code 513 The following C code computes the Adler-32 checksum of a data buffer. 514 It is written for clarity, not for speed. The sample code is in the
|