Searched defs:Device (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devxfregn.c60 * PARAMETERS: Device - Handle for the device
80 ACPI_HANDLE Device,
95 if (!Device)
108 Node = AcpiNsValidateHandle (Device);
141 * PARAMETERS: Device - Handle for the device
153 ACPI_HANDLE Device,
170 if (!Device)
183 Node = AcpiNsValidateHandle (Device);
225 "on Device %p(%p)\n",
79 AcpiInstallAddressSpaceHandler( ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context) argument
H A Devxface.c75 * PARAMETERS: Device - The device for which notifies will be handled
78 * ACPI_DEVICE_NOTIFY: Device Handler (80-FF)
79 * ACPI_ALL_NOTIFY: Both System and Device
85 * DESCRIPTION: Install a handler for notifications on an ACPI Device,
89 * type of notify (System/Device). Device/Thermal/Processor objects
97 ACPI_HANDLE Device,
102 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device);
114 if ((!Device) || (!Handler) || (!HandlerType) ||
133 if (Device
96 AcpiInstallNotifyHandler( ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler, void *Context) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/hardware/
H A Dhwpci.c66 ACPI_HANDLE Device; member in struct:acpi_pci_device
112 * consisting of a Segment number, Bus number, Device number,
119 * the Bus/Device/Function numbers in the PciId with the actual
125 * will make any necessary modifications to the Bus, Device, or
240 ListElement->Device = ParentDevice;
254 * ListHead - Device list created by
281 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
295 Status = AcpiHwGetPciDeviceInfo (PciId, Info->Device,
308 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
319 * PARAMETERS: ListHead - Device lis
[all...]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dlshal.c68 struct Device { struct
75 * @param udi Universal Device Id
85 * @param udi Universal Device Id
175 * @param udi Universal Device Id
202 * @param udi Universal Device Id of parent
209 dump_children (char *udi, int num_devices, struct Device *devices, int depth)
254 struct Device *devices;
265 devices = malloc (sizeof(struct Device) * num_devices);
285 "Dumping %d device(s) from the Global Device List:\n"
302 "Dumped %d device(s) from the Global Device Lis
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c213 static char Device[MODSTR] = ""; /* Type of communication variable
340 Device, FS, /* device used for communication. */
398 Device, FS, /* communications device. */
740 copyText(Device, sizeof(Device), device);
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h22 Defines for parsing the EFI Device Path structures
31 // Device Path structures - Section C
87 UINT8 Device; member in struct:_PCI_DEVICE_PATH
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h394 UINT32 HandlerType; /* Type: Device/System/Both */
397 union acpi_operand_object *Next[2]; /* Device and System handler lists */
521 ACPI_OBJECT_DEVICE Device; member in union:acpi_operand_object
H A Dactbl1.h532 UINT16 Device; member in struct:acpi_hest_aer_common
1219 /* 1: Memory Device to System Address Range Map Structure */
1241 #define ACPI_NFIT_MEM_SAVE_FAILED (1) /* 00: Last SAVE to Memory Device failed */
1242 #define ACPI_NFIT_MEM_RESTORE_FAILED (1<<1) /* 01: Last RESTORE from Memory Device failed */
1244 #define ACPI_NFIT_MEM_NOT_ARMED (1<<3) /* 03: Memory Device is not armed */
1245 #define ACPI_NFIT_MEM_HEALTH_OBSERVED (1<<4) /* 04: Memory Device observed SMART/health events */
H A Dactbl2.h388 /* Debug Device Information Subtable */
503 /* DMAR Device Scope structure */
530 UINT8 Device; member in struct:acpi_dmar_pci_path
602 /* 4: ACPI Namespace Device Declaration Structure */
1019 * Device Entries for IVHD subtable, appear after ACPI_IVRS_HARDWARE structure.
1451 UINT8 Device; member in struct:acpi_table_tcpa_server
1585 UINT8 PciDevice; /* PCI Device number */
1709 UINT8 PciDevice; /* PCI Device number */
H A Dactypes.h1110 ACPI_HANDLE Device,
1129 ACPI_HANDLE Device,
1307 UINT16 Device; member in struct:acpi_pci_id
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c456 Device, /* Device type being accessed (used with libgenIO) */ variable
918 if ((rv = g_read(Device, Archive, Buffr.b_in_p, Bufsize)) < 0) {
941 } /* (rv = g_read(Device, Archive ... */
975 if ((rv = g_read(Device, Archive, Buffr.b_in_p, Bufsize)) < 0) {
977 } /* (rv = g_read(Device, Archive ... */
1009 if ((rv = g_write(Device, Archive, Buffr.b_out_p,
1101 if (tmpdev != Device)
1107 if ((rv = g_write(Device, Archive, Buffr.b_out_p,
6360 if ((rv = g_read(Device, Archiv
[all...]

Completed in 86 milliseconds