Home
last modified time | relevance | path

Searched refs:code (Results 351 – 375 of 5329) sorted by relevance

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

/freebsd-14.2/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl73 $code.=<<___;
177 $code.=<<___;
200 $code.=<<___ if ($flavour =~ /nubi/i); # optimize non-nubi prologue
206 $code.=<<___;
340 $code.=<<___ if ($flavour =~ /nubi/i); # optimize non-nubi epilogue
346 $code.=<<___;
355 $code.=<<___;
439 print $code;
/freebsd-14.2/contrib/ntp/libntp/
H A Dstatestr.c23 int code; member
295 int code, in getcode() argument
301 while (codetab->code != -1) { in getcode()
302 if (codetab->code == code) in getcode()
308 snprintf(buf, LIB_BUFLENGTH, "%s_%d", codetab->string1, code); in getcode()
367 if (tab[b].code & bits) { in decode_bitflags()
/freebsd-14.2/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566-anbernic-rg503.dts144 linux,code = <BTN_EAST>;
150 linux,code = <BTN_DPAD_LEFT>;
156 linux,code = <BTN_DPAD_RIGHT>;
162 linux,code = <BTN_TR>;
168 linux,code = <BTN_TR2>;
174 linux,code = <BTN_DPAD_RIGHT>;
180 linux,code = <BTN_WEST>;
H A Drk3308-evb.dts27 linux,code = <KEY_FN>;
41 linux,code = <KEY_MICMUTE>;
47 linux,code = <KEY_MODE>;
53 linux,code = <KEY_PLAY>;
59 linux,code = <KEY_VOLUMEDOWN>;
65 linux,code = <KEY_VOLUMEUP>;
80 linux,code = <KEY_POWER>;
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt4049 code.
6276 code
6668 code
7601 code
7708 code
9631 code
11193 code
11536 code
12104 code
12376 code
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Dgpio-keys.yaml39 linux,code:
40 description: Key / Axis code to emit.
51 linux,code == axis are released. This value is interpreted
90 - linux,code
131 linux,code = <103>;
137 linux,code = <108>;
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c51 int code; in NCURSES_EXPORT() local
59 code = ERR; in NCURSES_EXPORT()
62 code = NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG); in NCURSES_EXPORT()
63 } else if ((code = wnoutrefresh(win)) == OK) { in NCURSES_EXPORT()
66 code = NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG); in NCURSES_EXPORT()
75 returnCode(code); in NCURSES_EXPORT()
H A Dlib_delch.c49 int code = ERR; in NCURSES_EXPORT() local
67 code = OK; in NCURSES_EXPORT()
69 returnCode(code); in NCURSES_EXPORT()
H A Dlib_slkinit.c55 int code = ERR; in NCURSES_EXPORT() local
68 code = NCURSES_SP_NAME(_nc_ripoffline) (NCURSES_SP_ARGx in NCURSES_EXPORT()
72 returnCode(code); in NCURSES_EXPORT()
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dbcm47081-buffalo-wzr-600dhp2.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
96 linux,code = <KEY_WPS_BUTTON>;
102 linux,code = <KEY_RESTART>;
109 linux,code = <KEY_SETUP>;
115 linux,code = <KEY_EJECTCD>;
H A Dbcm4708-netgear-r6300-v2.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
64 linux,code = <KEY_WPS_BUTTON>;
70 linux,code = <KEY_RFKILL>;
76 linux,code = <KEY_RESTART>;
/freebsd-14.2/crypto/openssl/doc/man3/
H A DERR_print_errors.pod32 …[pid]:error:[error code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optiona…
34 I<error code> is an 8 digit hexadecimal number. I<library name>,
36 text message> if one was set for the respective error code.
38 If there is no text string registered for the given error code,
39 the error string will contain the numeric code.
/freebsd-14.2/contrib/kyua/utils/process/
H A Dhelpers.cpp52 int code; in return_code() local
53 iss >> code; in return_code()
54 return code; in return_code()
/freebsd-14.2/bin/sh/tests/expansion/
H A Dplus-minus7.07 code="$1"
10 eval "$code"
18 echo "For $code, expected $expected actual $result"
/freebsd-14.2/usr.sbin/sesutil/
H A Deltsub.c117 scode2ascii(u_char code) in scode2ascii() argument
120 switch (code & 0xf) { in scode2ascii()
140 snprintf(rbuf, sizeof(rbuf), "<Status 0x%x>", code & 0xf); in scode2ascii()
/freebsd-14.2/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.texi10 This file documents the use of @code{ntpsweep},
13 that is used to wait until @code{ntpd} has been able to
32 This document describes the use of the NTP Project's @code{ntpsweep} program.
34 This document applies to version @value{VERSION} of @code{ntpsweep}.
/freebsd-14.2/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.texi10 This file documents the use of @code{update-leap},
13 that is used to wait until @code{ntpd} has been able to
32 This document describes the use of the NTP Project's @code{update-leap} program.
34 This document applies to version @value{VERSION} of @code{update-leap}.
/freebsd-14.2/contrib/tcpdump/
H A Dprint-udld.c105 uint8_t ver, code, flags; in udld_print() local
112 code = UDLD_EXTRACT_OPCODE(GET_U_1(tptr)); in udld_print()
122 tok2str(udld_code_values, "Reserved", code), in udld_print()
123 code, in udld_print()
/freebsd-14.2/sbin/ping/tests/
H A Dinjection.py55 )/ICMP(type=0, code=0, id=echo_req.payload.id)/echo_req.payload.payload
63 )/ICMP(type=0, code=0, id=echo_req.payload.id)/echo_req.payload.payload
67 )/ICMP(type=3, code=1) # host unreach
75 )/ICMP(type=0, code=0, id=echo_req.payload.id)/echo_req.payload.payload
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dsh-dots.exp4 *** Error code <nonzero> (ignored)
10 *** Error code <nonzero> (ignored)
16 *** Error code <nonzero> (ignored)
/freebsd-14.2/sys/dev/hid/
H A Dps4dshock.c636 int32_t code; member
709 #define PS4DS_MAP_ABS(usage, code) \ argument
713 #define PS4DS_MAP_VSW(usage, code) \ argument
813 sc->calib_data[i].code, in ps4dsacc_data_cb()
825 evdev_push_abs(evdev, calib->code, in ps4dsacc_data_cb()
1222 sc->calib_data[0].code = ABS_RX; in ps4dsacc_attach()
1232 sc->calib_data[1].code = ABS_RY; in ps4dsacc_attach()
1242 sc->calib_data[2].code = ABS_RZ; in ps4dsacc_attach()
1257 sc->calib_data[3].code = ABS_X; in ps4dsacc_attach()
1266 sc->calib_data[4].code = ABS_Y; in ps4dsacc_attach()
[all …]
/freebsd-14.2/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c707 code = -1; in sec_prot()
718 code = -1; in sec_prot()
724 code = -1; in sec_prot()
729 code = -1; in sec_prot()
734 code = 0; in sec_prot()
739 code = -1; in sec_prot()
752 code = -1; in sec_prot_command()
766 code = -1; in sec_prot_command()
770 code = -1; in sec_prot_command()
774 code = 0; in sec_prot_command()
[all …]
/freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c707 code = -1; in sec_prot()
718 code = -1; in sec_prot()
724 code = -1; in sec_prot()
729 code = -1; in sec_prot()
734 code = 0; in sec_prot()
739 code = -1; in sec_prot()
752 code = -1; in sec_prot_command()
766 code = -1; in sec_prot_command()
770 code = -1; in sec_prot_command()
774 code = 0; in sec_prot_command()
[all …]
/freebsd-14.2/contrib/ncurses/ncurses/widechar/
H A Dlib_hline_set.c48 int code = ERR; in NCURSES_EXPORT() local
75 code = OK; in NCURSES_EXPORT()
77 returnCode(code); in NCURSES_EXPORT()
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/
H A Derror_private.c15 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString() argument
18 (void)code; in ERR_getErrorString()
22 switch( code ) in ERR_getErrorString()

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