HomeSort by: relevance | last modified time | path
    Searched defs:Device (Results 1 - 15 of 15) sorted by relevancy

  /src/games/trek/
externs.c 47 const struct device Device[NDEV] = {
59 { "cloaking device", "Scotty" },
  /src/sys/external/bsd/acpica/dist/hardware/
hwpci.c 3 * Module Name: hwpci - Obtain PCI bus, device, and function numbers
174 ACPI_HANDLE Device;
211 * RootPciDevice - A handle to a PCI device object. This
219 * DESCRIPTION: This function derives a full PCI ID for a PCI device,
220 * consisting of a Segment number, Bus number, Device number,
227 * the Bus/Device/Function numbers in the PciId with the actual
233 * will make any necessary modifications to the Bus, Device, or
240 * temporary device list.
267 /* Walk the list, updating the PCI device/function/bus numbers */
284 * PARAMETERS: RootPciDevice - A handle to a PCI device object. Thi
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 870 IN EFI_HANDLE Device OPTIONAL,
907 UINT8 Device;
pci22.h 67 PCI_DEVICE_HEADER_TYPE_REGION Device;
120 UINT8 Device;
efipciio.h 295 UINT8 Device;
efidevp.h 16 Defines for parsing the EFI Device Path structures
25 // Device Path structures - Section C
77 * Hardware Device Path (UEFI 2.4 specification, version 2.4 § 9.3.2.)
86 UINT8 Device;
125 * ACPI Device Path (UEFI 2.4 specification, version 2.4 § 9.3.3 and 9.3.4.)
167 * Messaging Device Path (UEFI 2.4 specification, version 2.4 § 9.3.5.)
221 * SATA Device Path SubType.
233 * USB WWID Device Path SubType.
246 * Device Logical Unit SubType.
318 * Device Logical Unit SubType
    [all...]
efi_pxe.h 940 // PCI and PC Card NICs are both identified using bus, device
953 // Bus, device & function numbers that locate this device.
956 PXE_UINT8 Device;
995 // device. To this end, a blocking service is needed by the UNDI.
1023 // UNDI will read or write the device io space using this call back
1141 // This identifies the PCI network device that this UNDI interface
1145 PXE_UINT8 Device;
1150 // network device.
1168 // This identifies the PCC network device that this UNDI interfac
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 12 MBR & Device Path functions
18 2014/04 B.Burette - updated device path text representation, conforming to
23 - § 9.6.1.6: hex values in device paths must be preceded by "0x" or "0X"
67 // Check for end of device path type
79 // BugBug: Debug code to catch bogus device paths
103 // Return size and start of device path instance
133 // to append a new instance to the complete device path by passing
175 // Copy all device path instances
205 // Src2 is a signal device path node (without a terminator) that is
226 // Append device path
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgmgr.h 129 HSA_EVENTTYPE_DEVICESTATECHANGE = 2, /* HSA device state change
168 /* device started (and available) */
170 /* device stopped (i.e. unavailable) */
182 uint32_t NodeId; /* F-NUMA node that contains the device */
183 enum HSA_DEVICE Device; /* device type: GPU or CPU */
216 /* H-NUMA node containing GPU device that is event source */
257 /* The device that owns this data. */
266 /* type of debug device ( DIQ, non DIQ, etc. ) */
269 /* virtualized function pointers to device dbg *
    [all...]
  /src/sys/dev/acpi/
apei_cper.h 129 uint16_t Device;
182 "b\007" "DEVICE\0" \
255 uint8_t Device;
301 /* Root Complex Integrated Endpoint Device */ \
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 362 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
365 /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */
508 ACPI_NAMESPACE_NODE *Node; /* Parent device */
509 UINT32 HandlerType; /* Type: Device/System/Both */
512 union acpi_operand_object *Next[2]; /* Device and System handler lists */
523 ACPI_NAMESPACE_NODE *Node; /* Parent device */
637 ACPI_OBJECT_DEVICE Device;
actbl3.h 161 * included here to support device drivers and the AML disassembler.
571 UINT8 Device;
835 UINT8 PciDevice; /* PCI Device number */
959 UINT8 PciDevice; /* PCI Device number */
actypes.h 620 * code base. It remains here for compatibility with device drivers that use
1253 ACPI_HANDLE Device,
1272 ACPI_HANDLE Device,
1398 /* Structures used for device/processor HID, UID, CID */
1467 UINT16 Device;
actbl1.h 161 * included here to support device drivers and the AML disassembler.
591 * CDAT - Coherent Device Attribute Table
594 * Conforms to the "Coherent Device Attribute Table (CDAT) Specification
634 /* Subtable 0: Device Scoped Memory Affinity Structure (DSMAS) */
653 /* Subtable 1: Device scoped Latency and Bandwidth Information Structure (DSLBIS) */
669 /* Subtable 2: Device Scoped Memory Side Cache Information Structure (DSMSCIS) */
681 /* Subtable 3: Device Scoped Initiator Structure (DSIS) */
696 /* Subtable 4: Device Scoped EFI Memory Type Structure (DSEMTS) */
1008 /* Debug Device Information Subtable */
1138 /* DMAR Device Scope structure *
    [all...]
actbl2.h 161 * included here to support device drivers and the AML disassembler.
171 #define ACPI_SIG_AGDI "AGDI" /* Arm Generic Diagnostic Dump and Reset Device Interface */
175 #define ACPI_SIG_CDAT "CDAT" /* Coherent Device Attribute Table */
510 * AGDI - Arm Generic Diagnostic Dump and Reset Device Interface
719 /* 2: DACD - Device Agent Collection Description */
806 /* 7: CMRD - Cache Monitoring Registers for Device Agents */
824 /* 8: IBRD - Cache Monitoring Registers for Device Agents */
848 /* 9: IBAD - IO bandwidth Allocation Registers for device agents */
857 /* 10: CARD - IO bandwidth Allocation Registers for Device Agents */
949 #define ACPI_IORT_NODE_COHERENT 0x00000001 /* The device node is fully coherent *
    [all...]

Completed in 43 milliseconds