Home
last modified time | relevance | path

Searched refs:code (Results 1951 – 1975 of 4948) sorted by relevance

1...<<71727374757677787980>>...198

/freebsd-13.1/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch73 + /* ASN: End of added code */
98 + /* ASN: End of added code */
169 +/* ASN: End of added code */
182 + /* ASN: End of added code */
244 +/* ASN: End of added code */
/freebsd-13.1/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c963 int code; in _nc_real_mvcur() local
969 code = ERR; in _nc_real_mvcur()
971 code = OK; in _nc_real_mvcur()
1040 code = onscreen_mvcur(NCURSES_SP_ARGx yold, xold, ynew, xnew, ovw, myOutCh); in _nc_real_mvcur()
1052 returnCode(code); in _nc_real_mvcur()
/freebsd-13.1/sys/dev/sdio/
H A Dsdiob.c1101 sdiobasync(void *softc, uint32_t code, struct cam_path *path, void *arg) in sdiobasync() argument
1109 CAM_DEBUG(path, CAM_DEBUG_TRACE, ("%s(code=%d)\n", __func__, code)); in sdiobasync()
1110 switch (code) { in sdiobasync()
1140 ("%s: cannot handle async code %#02x\n", __func__, code)); in sdiobasync()
1141 cam_periph_async(periph, code, path, arg); in sdiobasync()
/freebsd-13.1/lib/lib80211/
H A Dlib80211_regdomain.c160 mt->country->code = NO_COUNTRY; in start_element()
315 mt->country->code = strtoul(p, NULL, 0); in end_element()
364 if ((int) mt->country->code == NO_COUNTRY) { in end_element()
715 if (cp->code == cc) in lib80211_country_findbycc()
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dproxy-certificates.pod157 a data structure that is shared between your application code and the
171 The following skeleton code can be used as a starting point:
252 * code. You really do whatever you want as long
326 certificates checked properly, using the code above:
/freebsd-13.1/crypto/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl66 $code.=<<___;
179 $code.=<<___;
868 $code.=<<___;
1551 foreach (split("\n",$code)) {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td76 "cannot locate code-completion file %0">, DefaultFatal;
164 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">;
166 "FIX-IT unable to apply suggested code changes in a macro">;
168 "FIX-IT unable to apply suggested code changes">;
/freebsd-13.1/share/i18n/csmapper/APPLE/
H A DUCS%THAI.src76 # Column #1 is the Mac OS Thai code (in hex as 0xNN)
81 # The entries are in Mac OS Thai code order.
121 # Several code points are undefined and unused (they cannot be
175 # - Just comment out unused code points in the table, instead
H A DTHAI%UCS.src76 # Column #1 is the Mac OS Thai code (in hex as 0xNN)
81 # The entries are in Mac OS Thai code order.
121 # Several code points are undefined and unused (they cannot be
175 # - Just comment out unused code points in the table, instead
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_sg.c124 static void sgasync(void *callback_arg, uint32_t code,
255 sgasync(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in sgasync() argument
261 switch (code) { in sgasync()
293 cam_periph_async(periph, code, path, arg); in sgasync()
/freebsd-13.1/sbin/nvmecontrol/
H A Dlogpage.c645 uint8_t code, res; in print_log_self_test_status() local
647 code = (dst->result[r].status >> 4) & 0xf; in print_log_self_test_status()
654 switch (code) { in print_log_self_test_status()
665 printf("Reserved (0x%x)", code); in print_log_self_test_status()
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c658 append_acs0(string_desc * dst, int code, char *src, size_t off) in append_acs0() argument
662 temp[0] = (char) code; in append_acs0()
670 append_acs(string_desc * dst, int code, char *src) in append_acs() argument
673 append_acs0(dst, code, src, 0); in append_acs()
/freebsd-13.1/contrib/wpa/hostapd/
H A Dandroid.config131 # Remove debugging code that is printing out debug messages to stdout.
133 # code is not needed.
159 # Enable tracing code for developer debugging
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dmeson8b-ec100.dts44 linux,code = <KEY_SWITCHVIDEOMODE>;
51 linux,code = <KEY_SWITCHVIDEOMODE>;
57 linux,code = <KEY_POWER>;
H A Ds5pv210-fascinate4g.dts22 linux,code = <KEY_POWER>;
29 linux,code = <KEY_VOLUMEDOWN>;
35 linux,code = <KEY_VOLUMEUP>;
H A Dimx28-eukrea-mbmx28lc.dtsi30 linux,code = <BTN_MISC>;
43 linux,code = <BTN_MISC>;
H A Daspeed-bmc-opp-romulus.dts93 linux,code = <ASPEED_GPIO(J, 2)>;
99 linux,code = <ASPEED_GPIO(Q, 7)>;
H A Drk3288-veyron-minnie.dts27 linux,code = <KEY_VOLUMEDOWN>;
34 linux,code = <KEY_VOLUMEUP>;
H A Drk3288-rock2-square.dts23 linux,code = <KEY_VENDOR>;
34 linux,code = <KEY_POWER>;
H A Dr8a7792-wheat.dts61 linux,code = <KEY_A>;
68 linux,code = <KEY_B>;
/freebsd-13.1/libexec/getty/
H A Dgettytab46 # portselector code in getty, however they can
49 # autobaud code in getty, and likewise can
197 # Special code in getty will switch this out
/freebsd-13.1/sys/dev/hptmv/
H A Dreadme.txt27 Cleanup diagnostic code.
30 First source code release
36 This package contains FreeBSD driver source code for HighPoint RocketRAID
/freebsd-13.1/sys/dev/mps/
H A Dmps_table.c68 mps_describe_table(struct mps_table_lookup *table, u_int code) in mps_describe_table() argument
73 if (table[i].code == code) in mps_describe_table()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c138 f->code = ARCHIVE_FILTER_COMPRESS; in archive_write_add_filter_compress()
152 f->code = ARCHIVE_FILTER_COMPRESS; in archive_compressor_compress_open()
H A Darchive_read_support_filter_gzip.c266 self->code = ARCHIVE_FILTER_GZIP; in gzip_bidder_init()
310 self->code = ARCHIVE_FILTER_GZIP; in gzip_bidder_init()

1...<<71727374757677787980>>...198