Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/acpica/
H A Dacpi_ged.c58 struct acpi_ged_event *evts; member
173 sc->evts = mallocarray(sc->numevts, sizeof(*sc->evts), M_ACPIGED, in acpi_ged_attach()
176 sc->evts[i].dev = dev; in acpi_ged_attach()
177 sc->evts[i].rid = i; in acpi_ged_attach()
194 (dev, sc->evts[i].rid, in acpi_ged_attach()
212 (dev, sc->evts[i].rid, in acpi_ged_attach()
236 sc->evts[i].args.Pointer = &sc->evts[i].arg1; in acpi_ged_attach()
248 &sc->evts[i], &sc->evts[i].cookie) != 0) { in acpi_ged_attach()
263 if (sc->evts[i].cookie) { in acpi_ged_detach()
267 if (sc->evts[i].r) { in acpi_ged_detach()
[all …]
/freebsd-14.2/contrib/sendmail/libmilter/
H A Dworker.c541 char evts[256]; local
552 r = read(RD_PIPE, evts, sizeof(evts));
557 i, RD_PIPE, (int) r, evts[0]));
/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d-opregion.h81 uint32_t evts; ///< Offset 0x1B8 Events supported by ASL member