Home
last modified time | relevance | path

Searched refs:code (Results 1176 – 1200 of 5016) sorted by relevance

1...<<41424344454647484950>>...201

/freebsd-12.1/sys/gnu/dts/mips/
H A DMZK-EX300NP.dts52 linux,code = <0x198>;
58 linux,code = <0x211>;
H A DJHR-N926R.dts97 linux,code = <0x198>;
103 linux,code = <0x100>;
H A DMZK-750DHP.dts37 linux,code = <0x198>;
43 linux,code = <0x211>;
H A DDIR-320-B1.dts37 linux,code = <0x198>;
43 linux,code = <0x211>;
/freebsd-12.1/contrib/unbound/doc/
H A DCREDITS17 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 Dalone_encoder.c56 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 Dt-arm-coff4 # 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 Dt-xscale-coff4 # 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 Dvdev_raidz.c1469 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 Dservconf.c679 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 Dip_fw2.c846 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 DDriverManual.txt24 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 DAUTHORS5 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 DREADME.y2k16 code scanner and manually "eyeballed" the code and could not find any more
/freebsd-12.1/contrib/lua/src/
H A Dlcode.c68 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 DHISTORY9 - 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 Dreadme.y2kfixes33 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 Dgemini-sl93512r.dts37 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 Dqcom-msm8974-sony-xperia-amami.dts32 linux,code = <KEY_VOLUMEDOWN>;
39 linux,code = <KEY_CAMERA>;
46 linux,code = <KEY_CAMERA_FOCUS>;
53 linux,code = <KEY_VOLUMEUP>;
H A Dqcom-apq8064-sony-xperia-yuga.dts31 linux,code = <KEY_CAMERA_FOCUS>;
38 linux,code = <KEY_CAMERA>;
45 linux,code = <KEY_VOLUMEDOWN>;
52 linux,code = <KEY_VOLUMEUP>;
H A Dbcm47081-buffalo-wzr-900dhp.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
103 linux,code = <KEY_RESTART>;
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td39 // 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 DREADME-DPP13 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 DCHANGES2113 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 Dvaried.out25 0 string avaobj AVR assembler object code
43 # Generated by the "examples" in STM's ST40 devkit, and derived code.

1...<<41424344454647484950>>...201