Searched refs:evts (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_ged.c | 58 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() 178 sc->evts[i].r = bus_alloc_resource_any(dev, SYS_RES_IRQ, in acpi_ged_attach() 179 &sc->evts[i].rid, RF_ACTIVE | RF_SHAREABLE); in acpi_ged_attach() 180 if (sc->evts[i].r == NULL) { in acpi_ged_attach() 187 ima = rman_get_virtual(sc->evts[i].r); in acpi_ged_attach() 191 rawirq = rman_get_start(sc->evts[i].r); in acpi_ged_attach() 194 (dev, sc->evts[i].rid, in acpi_ged_attach() [all …]
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | worker.c | 541 char evts[256]; local 552 r = read(RD_PIPE, evts, sizeof(evts)); 557 i, RD_PIPE, (int) r, evts[0]));
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d-opregion.h | 81 uint32_t evts; ///< Offset 0x1B8 Events supported by ASL member
|