| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | pci.txt | 3 PCI Bus Binding to: IEEE Std 1275-1994 4 https://www.devicetree.org/open-firmware/bindings/pci/pci2_1.pdf 9 https://www.devicetree.org/open-firmware/practice/imap/imap0_9d.pdf 14 - linux,pci-domain: 21 - max-link-speed: 27 - reset-gpios: 30 - supports-clkreq: 34 not to advertise ASPM L1 Sub-States support if there is no CLKREQ signal. 36 PCI-PCI Bridge properties 37 ------------------------- [all …]
|
| H A D | v3-v360epc-pci.txt | 6 - compatible: should be one of: 7 "v3,v360epc-pci" 8 "arm,integrator-ap-pci", "v3,v360epc-pci" 9 - reg: should contain two register areas: 12 - interrupts: should contain a reference to the V3 error interrupt 14 - bus-range: see pci.txt 15 - ranges: this follows the standard PCI bindings in the IEEE Std 16 1275-1994 (see pci.txt) with the following restriction: 17 - The non-prefetchable and prefetchable memory windows must 19 - The prefetchable memory window must be immediately adjacent [all …]
|
| H A D | host-generic-pci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/host-generic-pci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Will Deacon <will@kernel.org> 13 Firmware-initialised PCI host controllers and PCI emulations, such as the 14 virtio-pci implementations found in kvmtool and other para-virtualised 21 Configuration Space is assumed to be memory-mapped (as opposed to being 26 For CAM, this 24-bit offset is: 41 - description: [all …]
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_pci.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 41 * IEEE Std 1275-1994 64 * h high 32-bits of PCI address 65 * l low 32-bits of PCI address 93 * This has the 3 32bit cell values, plus 2 more to make up a 64-bit size.
|
| H A D | openfirmio.h | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 10 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 47 int of_buflen; /* length of of_buf (value-result) */ 76 * While IEEE 1275-1994 states in 3.2.2.1.1 that property names are 1-31
|
| /freebsd/contrib/mandoc/ |
| H A D | st.c | 34 LINE("-p1003.1-88", "IEEE Std 1003.1-1988 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 35 LINE("-p1003.1-90", "IEEE Std 1003.1-1990 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 36 LINE("-p1003.1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 37 LINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 38 LINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 39 LINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 40 LINE("-p1003.1-2013", "IEEE Std 1003.1-2008, 2013 Edition (\\(LqPOSIX.1\\(Rq)") in mdoc_a2st() 41 LINE("-p1003.1-2016", "IEEE Std 1003.1-2008, 2016 Edition (\\(LqPOSIX.1\\(Rq)") in mdoc_a2st() 42 LINE("-p1003.1-2024", "IEEE Std 1003.1-2024 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() 43 LINE("-p1003.1", "IEEE Std 1003.1 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st() [all …]
|
| /freebsd/share/man/man4/ |
| H A D | openfirm.4 | 1 .\"- 6 .\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 34 .\"- 95 .Bd -literal 128 works in a value-result fashion. 141 .Bl -tag -width ".Dv OFIOCGETOPTNODE" 173 the length of the value is set to \-1. 221 .Bl -tag -width ".Pa /dev/openfirm" 227 .Bl -tag -width Er 246 .%B "IEEE Std 1275-1994:" [all …]
|
| /freebsd/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 85 /* See "16-color Text Extension" Open Firmware document, page 4 */ 107 if (chosen == -1) in ofwfb_probe() 110 node = -1; in ofwfb_probe() 114 if (node == -1) in ofwfb_probe() 115 if (OF_getprop(chosen, "stdout-pat in ofwfb_probe() [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 …]
|
| /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 */ 462 {0xddc, 2, 855}, /* SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA */ 463 {0xddd, 2, 857}, /* SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA */ 720 {0x1eae, 2, 1275}, /* LATIN CAPITAL LETTER A WITH BREVE AND ACUTE */ 1033 {0x2004, 1, 1874}, /* THREE-PER-EM SPACE */ 1034 {0x2005, 1, 1875}, /* FOUR-PER-EM SPACE */ 1035 {0x2006, 1, 1876}, /* SIX-PER-EM SPACE */ 1040 {0x2011, 1, 1881}, /* NON-BREAKING HYPHEN */ 1045 {0x202f, 1, 1887}, /* NARROW NO-BREAK SPACE */ [all …]
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 54 ** NO_TEST - The branches on this line are not 59 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 63 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 67 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 72 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 147 ** 2015-03-02 185 ** large file support, or if the OS is windows, these should be no-ops. 191 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
| /freebsd/crypto/libecc/src/wycheproof_tests/ |
| H A D | libecc_wycheproof_tests.h | 11 * <p>http://www.apache.org/licenses/LICENSE-2.0 68 .result = -1, 94 .result = -1, 120 .result = -1, 146 .result = -1, 172 .result = -1, 198 .result = -1, 224 .result = -1, 250 .result = -1, 276 .result = -1, [all …]
|