Home
last modified time | relevance | path

Searched full:compatible (Results 1 – 25 of 2015) sorted by relevance

12345678910>>...81

/openbsd-src/sys/dev/isa/
H A Dpnpdevs61 com PNP0501 # 16550A-compatible COM port
62 # PNP0510 # Generic IRDA-compatible device
65 wdc PNP0600 # Generic ESDI/IDE/ATA compatible hard disk controller
73 # PNP0802 # Microsoft Sound System compatible device (obsolete,
76 # PNP0900 # VGA Compatible
78 # PNP0902 # 8514/A Compatible
88 # PNP090C # XGA Compatible
134 pcic PNP0E00 # Intel 82365-Compatible PCMCIA Controller
139 # PNP0E03 # Intel 82365-compatible CardBus controller
154 # PNP0F0C # Microsoft-compatible Serial Mouse
[all …]
/openbsd-src/sys/arch/arm64/stand/efiboot/
H A Dacpi.dts5 compatible = "openbsd,acpi";
24 compatible = "arm,psci-1.0";
30 compatible = "arm,armv8-timer";
36 compatible = "openbsd,gic";
47 compatible = "openbsd,uart";
53 compatible = "openbsd,acpi-5.0";
/openbsd-src/sys/arch/octeon/octeon/
H A Dcn3xxx.dts42 compatible = "simple-bus";
49 compatible = "cavium,octeon-3860-ciu";
56 compatible = "cavium,octeon-3860-mdio";
63 compatible = "cavium,octeon-3860-pip";
69 compatible = "cavium,octeon-3860-pip-interface";
77 compatible = "cavium,octeon-3860-uart";
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcpu-h8300.c93 which would be compatible with both and returns a pointer to its
97 compatible (const bfd_arch_info_type *in, const bfd_arch_info_type *out) in compatible() function
117 compatible,
133 compatible,
149 compatible,
165 compatible,
181 compatible,
197 compatible,
213 compatible,
H A Dcpu-z8k.c27 they'd be compatible */
30 compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b) in compatible() function
40 compatible, bfd_default_scan, 0 }
46 compatible, bfd_default_scan, &arch_info_struct[0]
H A Dcpu-avr.c25 static const bfd_arch_info_type *compatible
39 compatible, \
66 machine which would be compatible with both and returns a pointer
70 compatible (a,b) in compatible() function
H A Dcpu-msp430.c25 static const bfd_arch_info_type *compatible
39 compatible, \
93 machine which would be compatible with both and returns a pointer
97 compatible (a,b) in compatible() function
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-h8300.c93 which would be compatible with both and returns a pointer to its
97 compatible (const bfd_arch_info_type *in, const bfd_arch_info_type *out) in compatible() function
127 compatible,
143 compatible,
159 compatible,
175 compatible,
191 compatible,
207 compatible,
223 compatible,
H A Dcpu-z8k.c27 they'd be compatible */
30 compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b) in compatible() function
40 compatible, bfd_default_scan, 0 }
46 compatible, bfd_default_scan, &arch_info_struct[0]
H A Dcpu-cris.c27 denominator. CRIS v0..v10 vs. v32 are not compatible in general, but
28 there's a compatible subset for which we provide an arch_info. */
42 /* If either is the compatible mach, return the other. */
52 this function signalling compatible ones, we can have the
60 /* Except for the compatible mach, machs must match. */
H A Dcpu-msp430.c25 static const bfd_arch_info_type *compatible
39 compatible, \
96 machine which would be compatible with both and returns a pointer
100 compatible (a,b) in compatible() function
/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_params.c313 { .compatible = "brcm,bcm2835-usb", .data = dwc2_set_bcm_params },
314 { .compatible = "hisilicon,hi6220-usb", .data = dwc2_set_his_params },
315 { .compatible = "ingenic,jz4775-otg", .data = dwc2_set_jz4775_params },
316 { .compatible = "ingenic,jz4780-otg", .data = dwc2_set_jz4775_params },
317 { .compatible = "ingenic,x1000-otg", .data = dwc2_set_jz4775_params },
318 { .compatible = "ingenic,x1600-otg", .data = dwc2_set_x1600_params },
319 { .compatible = "ingenic,x1700-otg", .data = dwc2_set_x1600_params },
320 { .compatible = "ingenic,x1830-otg", .data = dwc2_set_x1600_params },
321 { .compatible = "ingenic,x2000-otg", .data = dwc2_set_x2000_params },
322 { .compatible = "rockchip,rk3066-usb", .data = dwc2_set_rk_params },
[all …]
/openbsd-src/sys/arch/armv7/omap/
H A Domap.c62 char *compatible; member
96 for (i = 0; omap_socs[i].compatible != NULL; i++) { in omap_board_devs()
97 if (fdt_is_compatible(node, omap_socs[i].compatible)) in omap_board_devs()
113 for (i = 0; omap_socs[i].compatible != NULL; i++) { in omap_board_init()
114 if (fdt_is_compatible(node, omap_socs[i].compatible)) { in omap_board_init()
/openbsd-src/gnu/llvm/llvm/docs/
H A DTypeMetadata.rst76 this way, the vtable in B's virtual table object is compatible with A's vtable.
79 virtual table object contains two vtables, one compatible with A's vtable and
80 the other compatible with C's vtable. Objects of type D contain two virtual
82 the vtable compatible with A's vtable, and the other belonging to the C
83 subobject and containing the address of the vtable compatible with C's vtable.
88 with which that address point is compatible.
91 :header: VTable for, Offset, Compatible Class
102 this is done is to create type metadata named after each of the compatible
103 classes, with which we associate each of the compatible address points in
121 test whether a given pointer is compatible with a type identifier. Working
/openbsd-src/sys/arch/arm/arm/
H A Darm32_machdep.c302 char *compatible; in cpu_sysctl() local
334 len = OF_getproplen(node, "compatible"); in cpu_sysctl()
337 compatible = malloc(len, M_TEMP, M_WAITOK | M_ZERO); in cpu_sysctl()
338 OF_getprop(node, "compatible", compatible, len); in cpu_sysctl()
339 compatible[len - 1] = 0; in cpu_sysctl()
340 error = sysctl_rdstring(oldp, oldlenp, newp, compatible); in cpu_sysctl()
341 free(compatible, M_TEMP, len); in cpu_sysctl()
/openbsd-src/sys/dev/pci/drm/i915/soc/
H A Dintel_pch.c28 /* PPT is CPT compatible */ in intel_pch_type()
50 /* WPT is LPT compatible */ in intel_pch_type()
58 /* WPT is LPT compatible */ in intel_pch_type()
80 /* KBP is SPT compatible */ in intel_pch_type()
102 /* CMP is CNP compatible */ in intel_pch_type()
109 /* CMP-V is based on KBP, which is SPT compatible */ in intel_pch_type()
120 /* MCC is TGP compatible */ in intel_pch_type()
133 /* JSP is ICP compatible */ in intel_pch_type()
/openbsd-src/share/man/man4/man4.sparc64/
H A Dmgx.455 .Xr cgthree 4 Ns -compatible
76 .It Li "ON ON ON OFF" Ta 1152x900 Ta 66Hz Ta "cgthree compatible"
78 .It Li "ON ON OFF ON " Ta 1152x900 Ta 66Hz Ta "cgsix compatible"
93 drives the card in PROM-compatible, 8 bit, mode only.
/openbsd-src/gnu/llvm/clang/docs/
H A DMSVCCompatibility.rst17 When Clang compiles C++ code for Windows, it attempts to be compatible with
20 First, Clang attempts to be ABI-compatible, meaning that Clang-compiled code
39 be compatible with MSVC's cl.exe.
65 fully implemented and should be ABI compatible. Both `#pragma
104 We are ABI compatible with both the MSVC 2013 and 2015 ABI for static local
107 * Lambdas: :good:`Mostly complete`. Clang is compatible with Microsoft's
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h46 /// When in \p Compatible mode, the writer will write \c Str16 formats
50 /// \param Compatible when set, write in "Compatibility Mode".
51 Writer(raw_ostream &OS, bool Compatible = false);
92 /// \warning Do not use this overload if in \c Compatible mode.
125 bool Compatible; variable
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-lib.rst1 llvm-lib - LLVM lib.exe compatible library tool
15 The **llvm-lib** command is intended to be a ``lib.exe`` compatible
28 members. These files are much smaller, but are not compatible with
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp22 Writer::Writer(raw_ostream &OS, bool Compatible) in Writer() argument
23 : EW(OS, Endianness), Compatible(Compatible) {} in Writer()
108 else if (!Compatible && Size <= UINT8_MAX) { in write()
124 assert(!Compatible && "Attempt to write Bin format in compatible mode"); in write()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DBuiltinGCs.cpp23 /// An example GC which attempts to be compatible with Erlang/OTP garbage
35 /// An example GC which attempts to be compatible with Objective Caml 3.10.0
123 "erlang-compatible garbage collector");
124 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC");
129 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
/openbsd-src/distrib/notes/alpha/
H A Dhardware61 PCI graphics card (TGA or VGA compatible).
76 PCI graphics card (TGA or VGA compatible).
89 PCI graphics card (TGA or VGA compatible).
102 PCI graphics card (TGA or VGA compatible).
116 PCI graphics card (TGA or VGA compatible).
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Darray-5.c24 /* Invalid: not compatible because 4 != 6. */ in func()
30 /* Compatible, but defined behavior only if n == 6 and m == n+1. */ in func()
36 /* Compatible, but undefined behavior; (2, 2) is not a constant in func()
/openbsd-src/distrib/arm64/ramdisk/
H A Dinstall.md37 COMPATIBLE=$(sysctl -n machdep.compatible)
44 case ${COMPATIBLE} in
101 case ${COMPATIBLE} in
234 case ${COMPATIBLE} in
237 _fw2=${COMPATIBLE##*apple,}

12345678910>>...81