Home
last modified time | relevance | path

Searched +full:true +full:- +full:ide (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DIdeControllerInit.h2 This file declares EFI IDE Controller Init Protocol
4 The EFI_IDE_CONTROLLER_INIT_PROTOCOL provides the chipset-specific information
5 to the driver entity. This protocol is mandatory for IDE controllers if the
6 IDE devices behind the controller are to be enumerated by a driver entity.
8 There can only be one instance of EFI_IDE_CONTROLLER_INIT_PROTOCOL for each IDE
10 IDE controller. A driver entity that wishes to manage an IDE bus and possibly
11 IDE devices in a system will have to retrieve the EFI_IDE_CONTROLLER_INIT_PROTOCOL
14 A device handle for an IDE controller must contain an EFI_DEVICE_PATH_PROTOCOL.
16 Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
17 SPDX-License-Identifier: BSD-2-Clause-Patent
[all …]
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dpata-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ata/pata-commo
[all...]
H A Dcavium-compact-flash.txt8 - compatible: "cavium,ebt3000-compact-flash";
12 - reg: The base address of the CF chip select banks. Depending on
15 - cavium,bus-width: The width of the connection to the CF devices. Valid
18 - cavium,true-ide: Optional, if present the CF connection is in True IDE mode.
20 - cavium,dma-engine-handle: Optional, a phandle for the DMA Engine connected
24 compact-flash@5,0 {
25 compatible = "cavium,ebt3000-compact-flash";
27 cavium,bus-width = <16>;
28 cavium,true-ide;
29 cavium,dma-engine-handle = <&dma0>;
H A Dcavium,ebt3000-compact-flash.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ata/cavium,ebt3000-compact-flash.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
19 const: cavium,ebt3000-compact-flash
24 - description: CF chip select bank 0
25 - description: CF chip select bank 1
27 cavium,bus-width:
32 cavium,true-ide:
[all …]
H A Dintel,ixp4xx-compact-flash.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ata/intel,ixp4xx-compact-flash.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
14 a CompactFlash card to the system as a true IDE (parallel ATA) device. The
21 const: intel,ixp4xx-compact-flash
25 - description: Command interface registers
26 - description: Control interface registers
32 - compatible
[all …]
/freebsd/sys/powerpc/psim/
H A Dpsim-tree6 # target sim -e chirp -r 33554432 -f psim-tree
9 # (The -r option is the amount of physical RAM the simulator has)
12 /#address-cells 1
13 /openprom/options/use-stdio? false
14 #/openprom/options/strict-alignment? true
17 ./output-device "psim-stdout
23 ./ofwdisk "/phb@0x70000000/ide@1/disk@0
37 ./#address-cells 3
38 ./#size-cells 2
41 /phb@0x70000000/ide@1
[all …]
/freebsd/release/scripts/
H A Dbox.ovf2-US" xmlns="http://schemas.dmtf.org/ovf/envelope/1" xmlns:ovf="http://schemas.dmtf.org/ovf/envelop…
8 …rfaces/specifications/vmdk.html#streamOptimized" vbox:uuid="e349f8b6-c400-4e7a-9825-598becab2f94"/>
29 <vssd:VirtualSystemType>virtualbox-2.2</vssd:VirtualSystemType>
51 <rasd:Description>IDE Controller</rasd:Description>
60 <rasd:Description>IDE Controller</rasd:Description>
77 <rasd:AutomaticAllocation>true</rasd:AutomaticAllocation>
86 …"1.12-macosx" uuid="{8b837be7-fa96-48fc-b119-e90cfa144456}" name="freebsd" OSType="FreeBSD_64" sna…
94 <HardwareVirtEx enabled="true"/>
95 <HardwareVirtExNestedPaging enabled="true"/>
96 <HardwareVirtExVPID enabled="true"/>
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/nvidia,tegra20-pinmu
[all...]
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
40 for (him = him_list; him; him = him->next) { in hpt_match()
41 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
42 if (scan && him->get_controller_count) in hpt_match()
43 him->get_controller_count(&pci_id,0,0); in hpt_match()
62 device_set_desc(dev, him->name); in hpt_probe()
86 hba->ext_type = EXT_TYPE_HBA; in hpt_attach()
87 hba->ldm_adapter.him = him; in hpt_attach()
95 size = him->get_adapter_size(&pci_id); in hpt_attach()
[all …]
/freebsd/sys/dev/hptmv/
H A Dentry.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2004-2005 HighPoint Technologies, Inc.
164 * Parameters: pMvSataAdapter - pointer to the RR18xx controller this
166 * channelNum - channel number.
173 pAdapter->mvSataAdapter.sataChannel[channelNum] = NULL; in hptmv_free_channel()
178 PVBus _vbus_p = pVDev->pVBus; in failDevice()
179 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in failDevice()
181 pVDev->u.disk.df_on_line = 0; in failDevice()
182 pVDev->vf_online = 0; in failDevice()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStructuredDataPlugin.h1 //===-- StructuredDataPlugin.h ----------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 /// Plugin that supports process-related structured data sent asynchronously
20 /// from the debug monitor (e.g. debugserver, lldb-server, etc.)
22 /// This plugin type is activated by a Process-derived instance when that
26 /// main functionality they support is the ability to consume asynchronously-
30 /// as they please. An IDE could use this facility to retrieve CPU usage,
31 /// memory usage, and other run-time aspects of the process. That data
32 /// can then be displayed meaningfully to the user through the IDE.
[all …]
/freebsd/stand/man/
H A Dloader_4th.82 .\" SPDX-License-Identifier: BSD-2-Clause
49 automate tasks, do pre-configuration or assist in recovery
56 The main drive behind these commands is user-friendliness.
124 .Dq Li -1 ,
161 .Bl -enum
164 .Bl -bullet
192 Every string between non-escaped quotes or double-quotes will be treated
202 Space-delimited arguments are passed to the called builtin command.
209 All builtin words are state-smart, immediate words.
228 While this behavior has benefits, it has its trade-offs.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dmsvc2 #------------------------------------------------------------------------------
13 # .ide
14 …2\157\152\145\143\164\040\106\151\154\145\012\000\032\000\002\000\262\000\272\276\372\316 MSVC .ide
15 0 string \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157 MSVC .ide
18 # https://learn.microsoft.com/en-us/windows/win32/menurc/resource-file-formats
19 # https://learn.microsoft.com/en-us/windows/win32/menurc/resourceheader
22 # Resource file starts with an empty resource entry with 32-byte long header in
31 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/l/lib-msvc.trid.xml
32 # https://pierrelib.pagesperso-orange.fr/exec_formats/OMF_v1.1.pdf
43 >>0 use omf-lib
[all …]
H A Dsql2 #------------------------------------------------------------------------------
9 # from https://bazaar.launchpad.net/~maria-captains/maria/5.5/view/head:/support-files/magic
68 >>13 long 75 \b, MySQL V4.0.2-V4.1
75 #------------------------------------------------------------------------------
82 >39 string iHP-100 [H Series]
84 #------------------------------------------------------------------------------
92 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/s/sqlite-2x.trid.xml
96 !:mime application/x-sqlite2
103 # TODO: missing extensions for Bentley Systems and Esri Spatially-Enabled Database
110 # skip DROID fmt-729-signature-id-1053.sqlite by checking for valid page size
[all …]
H A Dpack1 #------------------------------------------------------------------------------
10 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
12 # those have a little-endian offset immediately following the magic 'PACK',
14 # version, since it's a tiny number stored in big-endian format, is always 0.
23 !:mime application/x-git
33 # check for valid compression method 0-4
40 # compression mode y (0 - 4) for GIF LZW with a maximum n bits
42 >>>5 ulelong+12 x \b, LZW %u-bits compression
45 !:mime application/x-acorn-68E
47 # null terminated root directory object like IDEFS::IDE-4.$.Apps.GRAPHICS.!XFMPdemo
[all …]
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
51 for (him = him_list; him; him = him->next) { in hpt_match()
52 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
71 device_set_desc(dev, him->name); in hpt_probe()
90 hba->ext_type = EXT_TYPE_HBA; in hpt_attach()
91 hba->ldm_adapter.him = him; in hpt_attach()
99 size = him->get_adapter_size(&pci_id); in hpt_attach()
100 hba->ldm_adapter.him_handle = malloc(size, M_DEVBUF, M_WAITOK); in hpt_attach()
102 hba->pcidev = dev; in hpt_attach()
[all …]
/freebsd/share/man/man9/
H A Ddevstat.998 for most disk-like drivers in the 2000s and beyond.
108 .Bl -tag -width device_type
126 (e.g., direct access, CDROM, sequential access), interface type (IDE, SCSI
127 or other) and a pass-through flag to indicate pas-through devices.
186 .Bl -tag -width tag_type
252 .Bl -tag -width dev_creation_time
273 If either one of these conditions is not true, it indicates a problem.
291 number is currently only a 32-bit integer, but it could be enlarged if
313 All values are unsigned 64-bit integers.
338 API and do not provide a non-NULL
[all …]
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c2 /*-
3 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (C) 2005-2011 HighPoint Technologies, Inc.
41 for (him = him_list; him; him = him->next) { in hpt_match()
42 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
43 if (scan && him->get_controller_count) in hpt_match()
44 him->get_controller_count(&pci_id,0,0); in hpt_match()
64 device_set_desc(dev, him->name); in hpt_probe()
88 hba->ext_type = EXT_TYPE_HBA; in hpt_attach()
89 hba->ldm_adapter.him = him; in hpt_attach()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h1 //===-- FileSpecList.h ------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 #include "lldb/lldb-forward.h"
51 /// - The file matches exactly (only filename if \a file has no directory)
52 /// - If \a file is relative and any file in the list has this same suffix
53 /// - If any file in the list is relative and the relative path is a suffix
57 /// source files where an IDE might specify a full path when setting the
118 /// Move-assignment operator.
138 /// \b true if the file was appended, \b false otherwise.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1 //===- EarlyCSE.cpp - Simple and fast CSE pass ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
63 #define DEBUG_TYPE "early-cse"
73 DEBUG_COUNTER(CSECounter, "early-cse",
77 "earlycse-mssa-optimization-cap", cl::init(500), cl::Hidden,
82 "earlycse-debug-hash", cl::init(false), cl::Hidden,
84 "function is well-behaved w.r.t. its isEqual predicate"));
86 //===----------------------------------------------------------------------===//
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_decode.c2 * Copyright (c) 1997 - 2006 Kungliga Tekniska Högskolan
52 "if(e) %s;\np += l; len -= l; ret += l;\n", in decode_primitive()
63 switch (t->type) { in find_tag()
139 *cl = t->tag.tagclass; in find_tag()
140 *ty = is_primitive_type(t->subtype->type) ? PRIM : CONS; in find_tag()
141 *tag = t->tag.tagvalue; in find_tag()
144 if ((t->symbol->stype == Stype && t->symbo in find_tag()
473 char *ide = NULL; decode_type() local
[all...]
/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2012,2016-2017 Microsoft Corp.
32 * StorVSC driver for Hyper-V. This driver presents a SCSI HBA interface
35 * partition StorVSP driver over the Hyper-V VMBUS.
86 #define VSTOR_PKT_SIZE (sizeof(struct vstor_packet) - vmscsi_size_delta)
92 * |<----------- 128KB ----------->|
96 * +--+--+-----+-----+.......+-----+--+--+
99 * +--+--+-----+-----+.......------+--+--+
106 ((STORVSC_DATA_SEGCNT_MAX - 1) * STORVSC_DATA_SEGSZ_MAX)
[all …]
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcreg.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
5 * Copyright (c) 2010-2015 Broadcom Corporation
10 * distributed with the Asus RT-N16 firmware source code release.
28 /** Evaluates to true if the given ChipCommon core revision supports
32 /** Evaluates to true if the given ChipCommon core revision provides
36 /** Evaluates to true if the given ChipCommon core revision supports
40 /** Evaluates to true if the chipcommon core (determined from the provided
77 /* siba backplane configuration broadcast (siba-only) */
[all …]
/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2025-10-18 03:15:01
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
51 7a19 PCI-to-PCI Bridge
57 7a29 PCI-to-PCI Bridge
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp1 //===-- RegisterFlagsDetector_arm64.cpp -----------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 #include "lldb/lldb-private-types.h"
36 // Represents the pseudo register that lldb-server builds, which itself in DetectSVCRFields()
72 // Bits 21-20 are "Stride" which is unused in AArch64 state. in DetectFPCRFields()
80 // Bits 18-16 are "Len" which is unused in AArch64 state. in DetectFPCRFields()
82 fpcr_fields.push_back({"IDE", 15}); in DetectFPCRFields()
93 // Bits 7-3 reserved. in DetectFPCRFields()
111 // Bits 31-28 are N/Z/C/V, only used by AArch32. in DetectFPSRFields()
[all …]

123