/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2024-09-20 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 49 7a19 PCI-to-PCI Bridge 53 7a29 PCI-to-PCI Bridge [all …]
|
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-07-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
H A D | temperature-sense-rtd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/afe/temperature-sense-rtd.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Beguin <liambeguin@gmail.com> 17 When an io-channel measures the output voltage across an RTD such as a 25 T = 1 / (alpha * r0 * iexc) * (V - r0 * iexc) 30 ----- 32 +---+----+ 34 +---+----+ [all …]
|
/freebsd/sys/netinet/ |
H A D | tcp.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 85 return (((uint16_t)th->th_x2 << 8) | th->th_flags); in __tcp_get_flags() 91 th->th_x2 = (flags >> 8) & 0x0f; in __tcp_set_flags() 92 th->th_flags = flags & 0xff; in __tcp_set_flags() 140 * For IPv4 the MSS is 576 - sizeof(struct tcpiphdr) 141 * For IPv6 the MSS is IPV6_MMTU - sizeof(struct ip6_hdr) - sizeof(struct tcphdr) 170 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) 179 * User-settable options (used with setsockopt). These are discrete 217 #define TCP_LOG_LIMIT 74 /* Limit to number of records in tcp-log */ [all …]
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 16 /* First, we deal with platform-specific or compiler-specific issues. */ 31 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 60 #define INT8_MIN (-128) 63 #define INT16_MIN (-32767-1) 66 #define INT32_MIN (-2147483647-1) 106 /* Returned upon end-of-file. */ 115 * but we do it the disgusting crufty way forced on us by the ()-less 123 #define YY_START (((yy_start) - 1) / 2) 134 /* On IA-64, the buffer size is 16k, not 8k. 178 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ [all …]
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | util.c | 1 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 81 /* 0x01 */ "Only for point-to-point packets", in hci_encrypt2str() 82 /* 0x02 */ "Both point-to-point and broadcast packets" in hci_encrypt2str() 102 /* 0x01 */ "u-law", in hci_coding2str() 103 /* 0x02 */ "A-law", in hci_coding2str() 116 /* 0x02 */ "Sign-Magnitude", in hci_vdata2str() 136 size--; in hci_hmode2str() 143 strncat(buffer, t[n], size - len); in hci_hmode2str() 246 /* 0050 */ "Red-M (Communications) Ltd", in hci_manufacturer2str() [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | normalize_table.c | 2 /* Automatically generated at 2012-01-11T14:07:01.714581 */ 9 {0xa0, 1, 0}, /* NO-BREAK SPACE */ 30 {0xc8, 2, 38}, /* LATIN CAPITAL LETTER E WITH GRAVE */ 31 {0xc9, 2, 40}, /* LATIN CAPITAL LETTER E WITH ACUTE */ 32 {0xca, 2, 42}, /* LATIN CAPITAL LETTER E WITH CIRCUMFLEX */ 33 {0xcb, 2, 44}, /* LATIN CAPITAL LETTER E WITH DIAERESIS */ 56 {0xe8, 2, 90}, /* LATIN SMALL LETTER E WITH GRAVE */ 57 {0xe9, 2, 92}, /* LATIN SMALL LETTER E WITH ACUTE */ 58 {0xea, 2, 94}, /* LATIN SMALL LETTER E WITH CIRCUMFLEX */ 59 {0xeb, 2, 96}, /* LATIN SMALL LETTER E WITH DIAERESIS */ [all …]
|
H A D | UnicodeData.txt | 15 000E;<control>;Cc;0;BN;;;;;N;SHIFT OUT;;;; 31 001E;<control>;Cc;0;B;;;;;N;INFORMATION SEPARATOR TWO;;;; 40 0027;APOSTROPHE;Po;0;ON;;;;;N;APOSTROPHE-QUOTE;;;; 46 002D;HYPHEN-MINUS;Pd;0;ES;;;;;N;;;;; 47 002E;FULL STOP;Po;0;CS;;;;;N;PERIOD;;;; 61 003C;LESS-THAN SIGN;Sm;0;ON;;;;;Y;;;;; 63 003E;GREATER-THAN SIGN;Sm;0;ON;;;;;Y;;;;; 70 0045;LATIN CAPITAL LETTER E;Lu;0;L;;;;;N;;;;0065; 79 004E;LATIN CAPITAL LETTER N;Lu;0;L;;;;;N;;;;006E; 95 005E;CIRCUMFLEX ACCENT;Sk;0;ON;;;;;N;SPACING CIRCUMFLEX;;;; [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 18 /* First, we deal with platform-specific or compiler-specific issues. */ 33 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 61 #define INT8_MIN (-128) 64 #define INT16_MIN (-32767-1) 67 #define INT32_MIN (-2147483647-1) 107 /* Returned upon end-of-file. */ 116 * but we do it the disgusting crufty way forced on us by the ()-less 124 #define YY_START (((yy_start) - 1) / 2) 135 /* On IA-64, the buffer size is 16k, not 8k. 179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ [all …]
|
H A D | configparser.c | 3 /* Bison implementation for Yacc-like parsers in C 5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation, 35 simplifying the original so-called "semantic" parser. */ 128 YYSYMBOL_YYEMPTY = -2, 936 /* Work around bug in HP-UX 11.23, which defines these macros 938 be removed in 2023, as HPE has promised support for HP-UX 11.23 939 (aka HP-UX 11i v2) only through the end of 2022; see Table 2 of 940 <https://h20195.www2.hpe.com/V2/getpdf.aspx/4AA4-7673ENW.pdf>. */ 1001 (YYPTRDIFF_MAXIMUM < YY_CAST (YYSIZE_T, -1) \ 1003 : YY_CAST (YYSIZE_T, -1))) [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 2 #------------------------------------------------------------------------------ 4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for 9 # merging several one- and two-line files into here. 13 # Targa - matches `povray', `ppmtotga' and `xv' outputs 19 # Note: called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367 23 # or theoretically 2-128 reserved for use by Truevision or 128-255 may be used for developer applic… 32 # Targa image data (strength=70=110-40) before some Commodore disc image (strength=70=70+0 ./c64) l… 35 !:strength -40 37 #>(2.S-2) belong !0x28632943 52 >>>>>>>0 use tga-image [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | obj_mac.h | 5 * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. 21 #define SN_itu_t "ITU-T" 22 #define LN_itu_t "itu-t" 34 #define SN_joint_iso_itu_t "JOINT-ISO-ITU-T" 35 #define LN_joint_iso_itu_t "joint-iso-itu-t" 42 #define SN_member_body "member-body" 47 #define SN_identified_organization "identified-organization" 56 #define SN_hmac_md5 "HMAC-MD5" 57 #define LN_hmac_md5 "hmac-md5" 61 #define SN_hmac_sha1 "HMAC-SHA1" [all …]
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.h | 5 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. 1129 {"RSA-MD2", "md2WithRSAEncryption", NID_md2WithRSAEncryption, 9, &so[46]}, 1130 {"RSA-MD5", "md5WithRSAEncryption", NID_md5WithRSAEncryption, 9, &so[55]}, 1131 {"PBE-MD2-DES", "pbeWithMD2AndDES-CBC", NID_pbeWithMD2AndDES_CBC, 9, &so[64]}, 1132 {"PBE-MD5-DES", "pbeWithMD5AndDES-CBC", NID_pbeWithMD5AndDES_CBC, 9, &so[73]}, 1143 {"pkcs7-data", "pkcs7-data", NID_pkcs7_data, 9, &so[115]}, 1144 {"pkcs7-signedData", "pkcs7-signedData", NID_pkcs7_signed, 9, &so[124]}, 1145 {"pkcs7-envelopedData", "pkcs7-envelopedData", NID_pkcs7_enveloped, 9, &so[133]}, 1146 …{"pkcs7-signedAndEnvelopedData", "pkcs7-signedAndEnvelopedData", NID_pkcs7_signedAndEnveloped, 9, … 1147 {"pkcs7-digestData", "pkcs7-digestData", NID_pkcs7_digest, 9, &so[151]}, [all …]
|