Searched refs:ires (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/hyperv/vmbus/aarch64/
H A Dvmbus_aarch64.c115 sc->ires = bus_alloc_resource_any(dev,
117 if (sc->ires == NULL) {
122 (uint64_t)rman_get_start(sc->ires), sc->vector,
123 (uint64_t)rman_get_end(sc->ires));
125 err = bus_setup_intr(sc->vmbus_dev, sc->ires, INTR_TYPE_MISC | INTR_MPSAFE,
131 irq_data = (struct intr_map_data_acpi *)rman_get_virtual(sc->ires);
143 bus_teardown_intr(sc->vmbus_dev, sc->ires, sc->icookie);
/freebsd-current/sys/dev/tsec/
H A Dif_tsec_fdt.c74 static int tsec_setup_intr(struct tsec_softc *sc, struct resource **ires,
76 static void tsec_release_intr(struct tsec_softc *sc, struct resource *ires,
275 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand, argument
280 *ires = bus_alloc_resource_any(sc->dev, SYS_RES_IRQ, irid, RF_ACTIVE);
281 if (*ires == NULL) {
285 error = bus_setup_intr(sc->dev, *ires, INTR_TYPE_NET | INTR_MPSAFE,
289 if (bus_release_resource(sc->dev, SYS_RES_IRQ, *irid, *ires))
291 *ires = NULL;
298 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, argument
303 if (ires
[all...]
/freebsd-current/sys/dev/gpio/
H A Dgpiopps.c54 struct resource *ires; member in struct:pps_softc
159 bus_teardown_intr(dev, sc->ires, sc->ihandler);
160 if (sc->ires != NULL)
161 bus_release_resource(dev, SYS_RES_IRQ, sc->irid, sc->ires);
221 if ((sc->ires = gpio_alloc_intr_resource(dev, &sc->irid, RF_ACTIVE,
228 err = bus_setup_intr(dev, sc->ires, INTR_TYPE_CLK | INTR_MPSAFE,
/freebsd-current/lib/libc/tests/gen/
H A Dpopen_test.c215 int i, ires, status; local
224 ATF_CHECK_MSG((ires = fputs("abcd\n", fp)) != EOF,
226 if (ires != EOF) {
/freebsd-current/sys/dev/sec/
H A Dsec.c65 static int sec_setup_intr(struct sec_softc *sc, struct resource **ires,
67 static void sec_release_intr(struct sec_softc *sc, struct resource *ires,
460 sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand, argument
465 (*ires) = bus_alloc_resource_any(sc->sc_dev, SYS_RES_IRQ, irid,
468 if ((*ires) == NULL) {
473 error = bus_setup_intr(sc->sc_dev, *ires, INTR_MPSAFE | INTR_TYPE_NET,
478 if (bus_release_resource(sc->sc_dev, SYS_RES_IRQ, *irid, *ires))
482 (*ires) = NULL;
490 sec_release_intr(struct sec_softc *sc, struct resource *ires, void *ihand, argument
495 if (ires
[all...]
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dvmbus_var.h136 struct resource *ires; member in struct:vmbus_softc
H A Dvmbus.c1690 sc->ires);
/freebsd-current/crypto/heimdal/
H A Dconfigure12995 ires= lres=
13012 ires=$i;break
13036 if test "$ires" -a "$lres" -a "$with_openldap" != "no"; then
13037 INCLUDE_openldap="-I$ires"
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: headers $ires, libraries $lres" >&5
13041 $as_echo "headers $ires, libraries $lres" >&6; }
13472 ires= lres=
13491 ires=$i;break
13517 if test "$ires" -a "$lres" -a "$with_sqlite3" != "no"; then
13518 INCLUDE_sqlite3="-I$ires"
[all...]

Completed in 191 milliseconds