| /freebsd-12.1/sys/gnu/dts/mips/ |
| H A D | MZK-EX300NP.dts | 52 linux,code = <0x198>; 58 linux,code = <0x211>;
|
| H A D | JHR-N926R.dts | 97 linux,code = <0x198>; 103 linux,code = <0x100>;
|
| H A D | MZK-750DHP.dts | 37 linux,code = <0x198>; 43 linux,code = <0x211>;
|
| H A D | DIR-320-B1.dts | 37 linux,code = <0x198>; 43 linux,code = <0x211>;
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | CREDITS | 17 cz.nic - sponsoring 'summer of code' development by Zdenek and Marek. 23 Robert Edmonds - dnstap code.
|
| /freebsd-12.1/contrib/xz/src/liblzma/common/ |
| H A D | alone_encoder.c | 56 return coder->next.code(coder->next.coder, in alone_encode() 94 next->code = &alone_encode; in alone_encoder_init()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | t-arm-coff | 4 # We want fine grained libraries, so use the new code to build the 32 # or scheduling code that is breaking _fpmul_parts in fp-bit.c.
|
| H A D | t-xscale-coff | 4 # We want fine grained libraries, so use the new code to build the 43 # or scheduling code that is breaking _fpmul_parts in fp-bit.c.
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | vdev_raidz.c | 1469 int code = 0; in vdev_raidz_reconstruct_general() local 1516 code |= 1 << c; in vdev_raidz_reconstruct_general() 1522 ASSERT(code != 0); in vdev_raidz_reconstruct_general() 1586 return (code); in vdev_raidz_reconstruct_general() 1595 int code; in vdev_raidz_reconstruct() local 1664 ASSERT(code > 0); in vdev_raidz_reconstruct() 1665 return (code); in vdev_raidz_reconstruct() 2187 int code, ret = 0; in vdev_raidz_combrec() local 2261 atomic_inc_64(&raidz_corrected[code]); in vdev_raidz_combrec() 2273 ret = code; in vdev_raidz_combrec() [all …]
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | servconf.c | 679 lookup_opcode_name(ServerOpCodes code) in lookup_opcode_name() argument 684 if (keywords[i].opcode == code) in lookup_opcode_name() 2411 fmt_intarg(ServerOpCodes code, int val) in fmt_intarg() argument 2415 switch (code) { in fmt_intarg() 2443 dump_cfg_int(ServerOpCodes code, int val) in dump_cfg_int() argument 2445 printf("%s %d\n", lookup_opcode_name(code), val); in dump_cfg_int() 2449 dump_cfg_oct(ServerOpCodes code, int val) in dump_cfg_oct() argument 2455 dump_cfg_fmtint(ServerOpCodes code, int val) in dump_cfg_fmtint() argument 2457 printf("%s %s\n", lookup_opcode_name(code), fmt_intarg(code, val)); in dump_cfg_fmtint() 2463 printf("%s %s\n", lookup_opcode_name(code), in dump_cfg_string() [all …]
|
| /freebsd-12.1/sys/netpfil/ipfw/ |
| H A D | ip_fw2.c | 846 map_icmp_unreach(int code) in map_icmp_unreach() argument 850 switch (code) { in map_icmp_unreach() 891 } else if (code == ICMP6_UNREACH_ABORT && in send_reject6() 954 } else if (code != ICMP6_UNREACH_RST && code != ICMP6_UNREACH_ABORT) { in send_reject6() 968 icmp6_error(m, ICMP6_DST_UNREACH, code, 0); in send_reject6() 995 if (code != ICMP_REJECT_RST && code != ICMP_REJECT_ABORT) { in send_reject() 1010 } else if (code == ICMP_REJECT_ABORT && in send_reject() 3034 uint16_t code; in ipfw_chk() local 3036 code = TARG(cmd->arg1, dscp) & 0x3F; in ipfw_chk() 3042 ip->ip_tos = (code << 2) | in ipfw_chk() [all …]
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | DriverManual.txt | 24 tags or grep. There will be few code examples here as the code already 81 as little OS platform support code as possible. 98 because it has a tremendous amount of code common across multiple 106 code with platform specific defines. Instead, some reasonable layering 108 platform specific code. 258 The machine dependent outer module code must also provide a set of 286 filled in by the code module). 433 The platform dependent code may also therefore assume that if it is 514 When the core code initializes the QLogic firmware, it sets the loop 519 machine dependent layers with the ISPASYNC_CHANGE_NOTIFY code. [all …]
|
| /freebsd-12.1/contrib/amd/ |
| H A D | AUTHORS | 5 This file lists the ones who contributed major code changes, in no 18 Linux NFSv3 support, major code reorganization, etc... 23 support. Some of the code was contributed by Christos Zoulas 40 Back in 1995, contributed code for linux. A new parser for file system 58 properly in mount tables and can be overridden. Later on, more code 167 October 10, 1997: compile time cleanups of printf()s in hlfsd code. If nfs 179 Patch to fix an inconsistency in timeouts in the RPC code between socket and 310 November 16, 1999: fix to ldap code so repeated calls to string2he don't 356 April 29, 2002: Rework of old code, support for wildcards in LDAP queries, 396 October 22, 2004: patch/fix to move mlock/mlockall/plock code after the
|
| H A D | README.y2k | 16 code scanner and manually "eyeballed" the code and could not find any more
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lcode.c | 68 previous = &fs->f->code[fs->pc-1]; in luaK_nil() 91 int offset = GETARG_sBx(fs->f->code[pc]); in getjump() 104 Instruction *jmp = &fs->f->code[pc]; in fixjump() 180 Instruction *pi = &fs->f->code[pc]; in getjumpcontrol() 281 lua_assert(GET_OPCODE(fs->f->code[list]) == OP_JMP && in luaK_patchclose() 282 (GETARG_A(fs->f->code[list]) == 0 || in luaK_patchclose() 283 GETARG_A(fs->f->code[list]) >= level)); in luaK_patchclose() 284 SETARG_A(fs->f->code[list], level); in luaK_patchclose() 297 luaM_growvector(fs->ls->L, f->code, fs->pc, f->sizecode, Instruction, in luaK_code() 299 f->code[fs->pc] = i; in luaK_code()
|
| /freebsd-12.1/contrib/openpam/ |
| H A D | HISTORY | 9 - ENHANCE: Introduce the PAM_BAD_HANDLE error code for when pamh is 36 code specified in the module options. 110 which greatly simplifies the code. 156 - ENHANCE: added code to check the ownership and permissions of a 219 - BUGFIX: Correct array handling bugs in conversation code. 348 - ENHANCE: Restructure the policy-loading code and align our use of 370 - ENHANCE: Move the policy-loading code out of pam_start.c. 395 - BUGFIX: Fix bugs in portability code; libpam now builds on NetBSD. 452 script that generates mdoc code from that. 462 - ENHANCE: Move all code related to static modules into a separate
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | readme.y2kfixes | 33 the specific changes made by Y2K to the code. Any original 34 copyright holders retain rights to unchanged code. Wherever 35 possible patches will be returned to the current owner(s) of the code. 44 and any AT&T "comments" on the changed code remain intact.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | gemini-sl93512r.dts | 37 linux,code = <KEY_WPS_BUTTON>; 46 linux,code = <KEY_SETUP>; 211 /* Control pad skew comes from sl_switch.c in the vendor code */ 254 /* Appears in sl351x_gmac.c in the vendor code */
|
| H A D | qcom-msm8974-sony-xperia-amami.dts | 32 linux,code = <KEY_VOLUMEDOWN>; 39 linux,code = <KEY_CAMERA>; 46 linux,code = <KEY_CAMERA_FOCUS>; 53 linux,code = <KEY_VOLUMEUP>;
|
| H A D | qcom-apq8064-sony-xperia-yuga.dts | 31 linux,code = <KEY_CAMERA_FOCUS>; 38 linux,code = <KEY_CAMERA>; 45 linux,code = <KEY_VOLUMEDOWN>; 52 linux,code = <KEY_VOLUMEUP>;
|
| H A D | bcm47081-buffalo-wzr-900dhp.dts | 3 * Broadcom BCM470X / BCM5301X ARM platform code. 103 linux,code = <KEY_RESTART>;
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.td | 39 // ABI-compliant code returns 64-bit integers in R2. Make the other 40 // call-clobbered argument registers available for code that doesn't 46 // ABI-complaint code returns float and double in F0. Make the 47 // other floating-point argument registers available for code that
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | README-DPP | 13 in a secure Wi-Fi network using many methods like QR code based 100 Generate QR code for the device. Store the qr code id returned by the 123 > dpp_auth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> configurator=<configurator-id>
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | CHANGES | 2113 no longer an error code) or a negative error code. Also if the 2583 the CMS code. 3132 *) Remove non-export ephemeral RSA code on client and server. This code 5928 *) An audit of the BIGNUM code is underway, for which debugging code is 6276 PKCS#7 code. 7536 the new code. 10981 code. 11373 code. 12851 code as Perl array code in the crypto/err/err_genc.pl script. 12925 INTEGER code. [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | varied.out | 25 0 string avaobj AVR assembler object code 43 # Generated by the "examples" in STM's ST40 devkit, and derived code.
|