Home
last modified time | relevance | path

Searched refs:TCPAevent (Results 1 – 2 of 2) sorted by relevance

/src/usr.sbin/acpi/acpidump/
H A Dacpidump.h80 struct TCPAevent { struct
H A Dacpi.c1275 acpi_tcpa_evname(struct TCPAevent *event) in acpi_tcpa_evname()
1342 acpi_print_tcpa(struct TCPAevent *event) in acpi_print_tcpa()
1362 struct TCPAevent *event; in acpi_handle_tcpa()
1405 if ((uintptr_t)vaddr + sizeof(struct TCPAevent) >= in acpi_handle_tcpa()
1407 struct TCPAevent) < (uintptr_t)vaddr) in acpi_handle_tcpa()
1409 event = (struct TCPAevent *)(void *)vaddr; in acpi_handle_tcpa()
1422 sizeof(struct TCPAevent) + event->event_size; i++) { in acpi_handle_tcpa()
1436 vaddr += sizeof(struct TCPAevent) + event->event_size; in acpi_handle_tcpa()