Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_ged.c57 int numevts; member
170 sc->numevts++; in acpi_ged_attach()
173 sc->evts = mallocarray(sc->numevts, sizeof(*sc->evts), M_ACPIGED, in acpi_ged_attach()
175 for (i = 0; i < sc->numevts; i++) { in acpi_ged_attach()
263 for (i = 0; i < sc->numevts; i++) { in acpi_ged_detach()