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

  /src/usr.sbin/acpitools/acpidump/
acpi.c 3983 ACPI_TABLE_WDAT *wdat; local in function:acpi_handle_wdat
3990 wdat = (ACPI_TABLE_WDAT *)sdp;
3992 printf("\tHeader Length=%d\n", wdat->HeaderLength);
3994 acpi_print_pci_sbdf(wdat->PciSegment, wdat->PciBus, wdat->PciDevice,
3995 wdat->PciFunction);
3996 printf("\n\tTimer Counter Period=%d msec\n", wdat->TimerPeriod);
3997 printf("\tTimer Maximum Counter Value=%d\n", wdat->MaxCount);
3998 printf("\tTimer Minimum Counter Value=%d\n", wdat->MinCount)
    [all...]
acpi.c 3983 ACPI_TABLE_WDAT *wdat; local in function:acpi_handle_wdat
3990 wdat = (ACPI_TABLE_WDAT *)sdp;
3992 printf("\tHeader Length=%d\n", wdat->HeaderLength);
3994 acpi_print_pci_sbdf(wdat->PciSegment, wdat->PciBus, wdat->PciDevice,
3995 wdat->PciFunction);
3996 printf("\n\tTimer Counter Period=%d msec\n", wdat->TimerPeriod);
3997 printf("\tTimer Maximum Counter Value=%d\n", wdat->MaxCount);
3998 printf("\tTimer Minimum Counter Value=%d\n", wdat->MinCount)
    [all...]

Completed in 30 milliseconds