Home
last modified time | relevance | path

Searched refs:code (Results 3651 – 3675 of 5329) sorted by relevance

1...<<141142143144145146147148149150>>...214

/freebsd-14.2/contrib/bsnmp/snmp_ntp/
H A DBEGEMOT-NTP-MIB.txt11 -- 1. Redistributions of source code must retain the above copyright
/freebsd-14.2/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h187 u_int8_t code; /* command OpCode */ member
/freebsd-14.2/contrib/flex/
H A DChangeLog39 breaking client code. Fixes #142
281 breaks code that does #ifndef yywrap ..
546 and refactor duplicated code
849 code accordingly
3752 test to verify user code is unmangled.
5464 tables serialization code.
5499 * tables.c: In-code documentation.
5639 * tables.c: More work on tables code.
6381 #ifdef's in generated code.
9700 * dfa.c: Got rid of code needed for %t
[all …]
/freebsd-14.2/crypto/openssh/
H A DChangeLog409 upstream: adapt ssh_api.c code for kex-strict
1018 upstream: tidy and refactor PKCS#11 setup code
2267 too no code change
2629 …The commit b068122 removed the code dropping the trailing colon, but the comment stayed leaving th…
3009 upstream: Remove dead code from inside if block.
3075 upstream: Remove compat code for OpenSSL < 1.1.*
3085 upstream: Remove compat code for OpenSSL 1.0.*
6665 compat code for fido_dev_is_winhello()
7345 keys was added, but the ssh-keygen(1) code was missing.
7412 code is less tightly coupled to ssh_api.[ch]
[all …]
/freebsd-14.2/contrib/unbound/
H A Daclocal.m4958 # the simple compiler test code.
972 # the simple link test code.
2527 # libtool to hard-code these into programs
4208 # All AIX code is PIC.
4294 # All AIX code is PIC.
4531 # All AIX code is PIC.
4738 # All Alpha code is PIC.
4794 # All OSF/1 code is PIC.
6229 # save warnings/boilerplate of simple test code
7955 # save warnings/boilerplate of simple test code
[all …]
/freebsd-14.2/crypto/heimdal/
H A DChangeLog.20069 * kdc/config.c: code to parse [kdc]enable-kx509
59 * kdc/digest.c: reorder to show slot here ntlmv2 code will be
209 * kdc/pkinit.c: Need better code in the DH parameter rejection
343 * lib/krb5/pac.c: Add code to sign PACs, only arcfour for now.
367 * lib/krb5/pac.c: Almost enough code to do PAC parsing and
985 save the error string and code.
1007 memory in cleanup code.
1272 reorganize the code.
1659 code.
1750 * kdc/hprop.c (main): remove dead code. Coverity NetBSD CID#633
[all …]
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_control.c3314 INSIST(v->code < COUNTOF(wants)); in read_peervars()
3315 wants[v->code] = 1; in read_peervars()
3357 INSIST(v->code < wants_count); in read_sysvars()
3358 wants[v->code] = 1; in read_sysvars()
3372 n = v->code + CS_MAXCODE + 1; in read_sysvars()
4639 wants[v->code] = TRUE; in read_clockstatus()
4655 wants[CC_MAXCODE + 1 + v->code] = TRUE; in read_clockstatus()
5184 k[c].code = c; in add_var()
5187 k[c + 1].code = 0; in add_var()
H A Dntp_crypto.c434 u_int code; /* extension field opcode */ in crypto_recv() local
463 code = ntohl(ep->opcode) & 0xffff0000; in crypto_recv()
469 peer->crypto, authlen, len, code >> 16, in crypto_recv()
476 if (((code >> 24) & 0x3f) != CRYPTO_VN || len < 8) { in crypto_recv()
478 code |= CRYPTO_ERROR; in crypto_recv()
503 switch (code) { in crypto_recv()
1038 if (code & (CRYPTO_RESP | CRYPTO_ERROR)) { in crypto_recv()
/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl91 $code.=<<___;
433 $code.=<<___;
512 $code.=<<___;
685 $code.=<<___;
1272 $code.=<<___;
1392 $code.=<<___;
1936 $code.=<<___;
2417 $code.=<<___;
3805 foreach(split("\n",$code)) {
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_nvme.c452 pci_nvme_status_tc(uint16_t *status, uint16_t type, uint16_t code) in pci_nvme_status_tc() argument
456 *status |= NVMEF(NVME_STATUS_SCT, type) | NVMEF(NVME_STATUS_SC, code); in pci_nvme_status_tc()
460 pci_nvme_status_genc(uint16_t *status, uint16_t code) in pci_nvme_status_genc() argument
463 pci_nvme_status_tc(status, NVME_SCT_GENERIC, code); in pci_nvme_status_genc()
2344 uint16_t code, status; in pci_nvme_io_done() local
2349 code = err ? NVME_SC_DATA_TRANSFER_ERROR : NVME_SC_SUCCESS; in pci_nvme_io_done()
2351 pci_nvme_status_genc(&status, code); in pci_nvme_io_done()
/freebsd-14.2/sys/dev/usb/wlan/
H A Dif_zyd.c641 switch (le16toh(cmd->code)) { in zyd_intr_read_callback()
692 datalen = actlen - sizeof(cmd->code); in zyd_intr_read_callback()
726 le16toh(cmd->code)); in zyd_intr_read_callback()
799 zyd_cmd(struct zyd_softc *sc, uint16_t code, const void *idata, int ilen, in zyd_cmd() argument
809 cmd.code = htole16(code); in zyd_cmd()
900 req.code = htole16(2); in zyd_rfwrite()
/freebsd-14.2/contrib/less/
H A DNEWS35 * Fix regression in exit code when stdin is /dev/null and
334 * Do same ANSI escape code filtering for tag matching that we do for
335 searching, to help when viewing syntax-highlighted code.
453 * Use exit code of LESSOPEN script if LESSOPEN starts with "||".
537 * Fix non-ANSI-compliant code that caused problems with some compilers.
708 * Removed some old copyrighted code.
971 string, which is used to return an exit code from less when it quits.
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dtegra30-asus-transformer-common.dtsi1525 linux,code = <SW_LID>;
1535 linux,code = <SW_LINEOUT_INSERT>;
1548 linux,code = <KEY_POWER>;
1557 linux,code = <KEY_VOLUMEDOWN>;
1566 linux,code = <KEY_VOLUMEUP>;
H A Dtegra30-asus-nexus7-grouper-common.dtsi1119 linux,code = <KEY_POWER>;
1128 linux,code = <KEY_VOLUMEDOWN>;
1137 linux,code = <KEY_VOLUMEUP>;
1147 linux,code = <SW_LID>;
/freebsd-14.2/contrib/openbsm/
H A DNEWS155 - Mac OS X and FreeBSD dependent code in auditd.c is separated into
387 This code is not built or installed by default.
415 - Avoid leaking BSD kernel socket related token code to user space in
464 compile in code relying on kernel-only types such as 'struct socket'.
517 _free() calls dropped as a result, and source code compatibility with
/freebsd-14.2/contrib/ntp/ntpdc/
H A Dntpdc-opts.def137 It uses NTP mode 7 control message formats described in the source code.
409 loop filter by the packet processing code.
509 code.
515 support code.
556 code.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td333 "'Zcmp' (sequenced instuctions for code-size reduction)",
337 "'Zcmp' (sequenced instuctions for code-size reduction)">;
341 "'Zcmt' (table jump instuctions for code-size reduction)",
345 "'Zcmt' (table jump instuctions for code-size reduction)">;
1081 // built with this feature is not ABI-compatible with code built without this
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dfips_module.pod56 FIPS module without the need for any further code changes.
110 This approach has the primary advantage that it is simple, and no code changes
373 for other usages - or vice versa. However if code has not been converted to use
381 code using the default context by accident will fail because no algorithms will
/freebsd-14.2/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c408 static void hpt_async(void * callback_arg, u_int32_t code, struct cam_path * path, void * arg);
1176 static void hpt_async(void * callback_arg, u_int32_t code, struct cam_path * path, void * arg) in hpt_async() argument
1232 #define HPT_DO_IOCTL(code, inbuf, insize, outbuf, outsize) ({\ argument
1234 arg.dwIoControlCode = code;\
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp341 static void __itt_report_error(int code, ...) { in __itt_report_error() argument
343 va_start(args, code); in __itt_report_error()
347 handler((__itt_error_code)code, args); in __itt_report_error()
350 _N_(error_handler)((__itt_error_code)code, args); in __itt_report_error()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector_common.td217 // Manual code in clang codegen riscv_vector_builtin_cg.inc
218 code ManualCodegen = [{}];
250 // This is the code emitted in the header.
252 code HeaderCode;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def63 /// first operand. This instruction just communicates information; No code
97 /// register coalescing / allocation aid and must be eliminated before code
138 /// rewrite calls to runtimes with more efficient code sequences.
233 /// generate code. These instructions only act as optimization hints.
/freebsd-14.2/contrib/wpa/src/eap_peer/
H A Deap_ttls.c1108 hdr->code = EAP_CODE_REQUEST; in eap_ttls_fake_identity_request()
1178 hdr->code, hdr->identifier, (unsigned long) len); in eap_ttls_process_phase2_eap()
1179 switch (hdr->code) { in eap_ttls_process_phase2_eap()
1189 "Phase 2 EAP header", hdr->code); in eap_ttls_process_phase2_eap()
/freebsd-14.2/share/examples/ipfilter/
H A Dexamples.txt10 [Image] ICMP type/code
300 To specify an ICMP code, the numeric value must be used. So, if we wanted to
306 block in on le1 proto icmp from any to any icmp-type unreach code 3
344 to end elegantly. To do this, the requested ICMP Unreachable code is placed
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c1801 u8 code; in ieee802_11_rx_wnm_notif_req_wfa() local
1806 code = *pos++; in ieee802_11_rx_wnm_notif_req_wfa()
1813 code, reauth_delay, url_len); in ieee802_11_rx_wnm_notif_req_wfa()
1821 hs20_rx_deauth_imminent_notice(wpa_s, code, in ieee802_11_rx_wnm_notif_req_wfa()

1...<<141142143144145146147148149150>>...214