/illumos-gate/usr/src/uts/intel/io/acpica/events/ |
H A D | evxfregn.c | 60 * 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 D | evxface.c | 75 * 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 D | hwpci.c | 66 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 D | lshal.c | 68 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 D | perfstat.c | 213 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 D | efidevp.h | 22 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 D | acobject.h | 394 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 D | actbl1.h | 532 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 D | actbl2.h | 388 /* 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 D | actypes.h | 1110 ACPI_HANDLE Device, 1129 ACPI_HANDLE Device, 1307 UINT16 Device; member in struct:acpi_pci_id
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 456 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...] |