| /freebsd-12.1/sys/gnu/dts/mips/ |
| H A D | DCS-930.dts | 79 linux,code = <0x101>; 85 linux,code = <0x198>;
|
| H A D | AR725W.dts | 67 linux,code = <0x211>; 73 linux,code = <0x198>;
|
| H A D | DCS-930L-B1.dts | 32 linux,code = <0x198>; 38 linux,code = <0x211>;
|
| H A D | DIR-600-B2.dts | 50 linux,code = <0x198>; 56 linux,code = <0x211>;
|
| H A D | DIR-610-A1.dts | 32 linux,code = <0x198>; 38 linux,code = <0x211>;
|
| H A D | 3G-6200N.dts | 75 linux,code = <0x211>; 81 linux,code = <0x100>;
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | README.DNS64 | 1 The DNS64 code was written by Viagenie, 2009, by Simon Perrault as part 2 of the Ecdysis project. The code is copyright by them, and has the BSD
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | little-endian.opt | 24 Generate code for little-endian 28 Generate code for big-endian
|
| /freebsd-12.1/share/i18n/csmapper/APPLE/ |
| H A D | ARABIC%UCS.src | 76 # Column #1 is the Mac OS Arabic code (in hex as 0xNN). 82 # The entries are in Mac OS Arabic code order. 103 # 8859-6. The 8859-6 code points that are interpreted differently 117 # code points which are undefined in ISO 8859-6 for additional 181 # points 0xAA and 0xC0. For these code points the standard Mac OS 188 # that are equal to the ASCII code of the left-right character plus 190 # right-left ASTERISK may be at a different code point. The other 220 # direction attributes for the two code points - as in the case of 222 # code points to Unicode and back again without loss of information. 224 # characters to a code in the Unicode corporate use zone is [all …]
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | eapol_test.c | 201 if (len > sizeof(*hdr) && hdr->code == EAP_CODE_RESPONSE && in ieee802_1x_encapsulate_radius() 288 radius_msg_get_hdr(e->last_recv_radius)->code == in ieee802_1x_encapsulate_radius() 709 eap->code = EAP_CODE_REQUEST; in send_eap_request_identity() 788 switch (hdr->code) { in ieee802_1x_decapsulate_radius() 909 if (hdr->code == RADIUS_CODE_ACCESS_REJECT && in ieee802_1x_receive_auth() 923 if (hdr->code != RADIUS_CODE_ACCESS_ACCEPT && in ieee802_1x_receive_auth() 924 hdr->code != RADIUS_CODE_ACCESS_REJECT && in ieee802_1x_receive_auth() 925 hdr->code != RADIUS_CODE_ACCESS_CHALLENGE) { in ieee802_1x_receive_auth() 936 switch (hdr->code) { in ieee802_1x_receive_auth() 949 if ((hdr->code == RADIUS_CODE_ACCESS_ACCEPT && in ieee802_1x_receive_auth() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | emit-rtl.c | 2182 enum rtx_code code; in verify_rtx_sharing() local 2192 switch (code) in verify_rtx_sharing() 2377 enum rtx_code code; in copy_rtx_if_shared_1() local 2394 switch (code) in copy_rtx_if_shared_1() 2501 enum rtx_code code; in reset_used_flags() local 2515 switch (code) in reset_used_flags() 2573 enum rtx_code code; in set_used_flags() local 2584 switch (code) in set_used_flags() 4644 switch (code) in emit() 4829 RTX_CODE code; in copy_insn_1() local [all …]
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | HISTORY | 202 3460522 code cleanup required for building on freebsd 324 machine code. 662 update keep-state code with new algorithm from Guido 671 add changes from Guido to state code. 676 authentication code patches from Guido 773 fix FTP proxy back up, splitting pasv code out of port code. 817 don't allow window to become 0 in tcp state code 833 fix fake-arp table code for ipsend. 875 fix potential security loop hole in keep state code. 970 use K&R C function style for solaris kernel code [all …]
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | at91-kizbox2.dts | 202 linux,code = <0x102>; 209 linux,code = <0x100>; 216 linux,code = <0x101>;
|
| H A D | bcm47094-linksys-panamera.dts | 32 linux,code = <KEY_WPS_BUTTON>; 38 linux,code = <KEY_RFKILL>; 44 linux,code = <KEY_RESTART>;
|
| H A D | sun6i-a31s-inet-q972.dts | 76 linux,code = <KEY_VOLUMEDOWN>; 83 linux,code = <KEY_VOLUMEUP>; 90 linux,code = <KEY_BACK>;
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | frontends.texi | 25 of the @dfn{language-independent} component of GCC: code shared among the 29 optimizers, as well as the ``back ends'' that generate machine code for 57 implemented this way; they all generate machine code directly. This
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | vm_machdep.c | 192 register_t code = ap[_QUAD_LOWWORD]; in cpu_set_syscall_retval() local 194 code &= td->td_proc->p_sysent->sv_mask; in cpu_set_syscall_retval() 195 fixup = (code != SYS_lseek); in cpu_set_syscall_retval()
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | sess_id.pod | 94 Verify return code 0 (ok) 106 The cipher used this is the actual raw SSL or TLS cipher code, see the SSL 130 =item B<Verify return code> 132 This is the return code when an SSL client certificate is verified.
|
| /freebsd-12.1/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-s390x.pl | 38 $code .= "\t$opcode\t".join(',',@_)."\n"; 143 $code.=<<___; 190 $code.=<<___; 321 foreach (split("\n",$code)) {
|
| /freebsd-12.1/crypto/openssl/crypto/bn/asm/ |
| H A D | vis3-mont.pl | 34 $code.=<<___; 56 $code.=<<___; 93 $code.=<<___; 374 foreach (split("\n",$code)) {
|
| /freebsd-12.1/sys/security/audit/ |
| H A D | audit.h | 76 void audit_syscall_enter(unsigned short code, struct thread *td); 380 #define AUDIT_SYSCALL_ENTER(code, td) do { \ argument 382 audit_syscall_enter(code, td); \ 452 #define AUDIT_SYSCALL_ENTER(code, td) argument
|
| /freebsd-12.1/sys/netinet/libalias/ |
| H A D | HISTORY | 47 in code located by Martin Renters and 53 Problem in code located by Ari Suutari. 118 in code located by Gordon Burditt. 122 This part of the code was incorrectly re-implemented
|
| /freebsd-12.1/contrib/atf/ |
| H A D | COPYING | 14 1. Redistributions of source code must retain the above copyright notice, 40 * Redistributions of source code must retain the above copyright 64 Relicensed code 67 The following code snippets have been taken from other projects. Even
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | readconf.c | 2450 fmt_intarg(OpCodes code, int val) in fmt_intarg() argument 2454 switch (code) { in fmt_intarg() 2487 lookup_opcode_name(OpCodes code) in lookup_opcode_name() argument 2492 if (keywords[i].opcode == code) in lookup_opcode_name() 2498 dump_cfg_int(OpCodes code, int val) in dump_cfg_int() argument 2504 dump_cfg_fmtint(OpCodes code, int val) in dump_cfg_fmtint() argument 2506 printf("%s %s\n", lookup_opcode_name(code), fmt_intarg(code, val)); in dump_cfg_fmtint() 2510 dump_cfg_string(OpCodes code, const char *val) in dump_cfg_string() argument 2531 printf("%s", lookup_opcode_name(code)); in dump_cfg_strarray_oneline() 2552 printf("%s", lookup_opcode_name(code)); in dump_cfg_forwards() [all …]
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | srconv.c | 104 static int code; variable 169 last = !(code & 0xff00); in checksum() 172 ptr[0] = code | (last ? 0x80 : 0); in checksum() 197 checksum (file, ptr, *idx, code | 0x1000); in writeINT() 261 checksum (file, ptr, *idx, code | 0x1000); in writeCHARS() 362 hd.code = 0; /* Always ASCII */ in wr_hd() 925 symbol->type->u.function.code, in walk_tree_type() 928 symbol->type->u.function.code, in walk_tree_type() 932 symbol->type->u.function.code, in walk_tree_type() 936 symbol->type->u.function.code, in walk_tree_type() [all …]
|