Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/hyperv/vmbus/aarch64/
HDvmbus_aarch64.c116 sc->ires = bus_alloc_resource_any(dev, in vmbus_setup_intr1()
118 if (sc->ires == NULL) { in vmbus_setup_intr1()
123 (uint64_t)rman_get_start(sc->ires), sc->vector, in vmbus_setup_intr1()
124 (uint64_t)rman_get_end(sc->ires)); in vmbus_setup_intr1()
126 err = bus_setup_intr(sc->vmbus_dev, sc->ires, INTR_TYPE_MISC | INTR_MPSAFE, in vmbus_setup_intr1()
132 irq_data = (struct intr_map_data_acpi *)rman_get_virtual(sc->ires); in vmbus_setup_intr1()
144 bus_teardown_intr(sc->vmbus_dev, sc->ires, sc->icookie); in vmbus_intr_teardown1()
/freebsd-14-stable/sys/dev/tsec/
HDif_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, in tsec_setup_intr() argument
280 *ires = bus_alloc_resource_any(sc->dev, SYS_RES_IRQ, irid, RF_ACTIVE); in tsec_setup_intr()
281 if (*ires == NULL) { in tsec_setup_intr()
285 error = bus_setup_intr(sc->dev, *ires, INTR_TYPE_NET | INTR_MPSAFE, in tsec_setup_intr()
289 if (bus_release_resource(sc->dev, SYS_RES_IRQ, *irid, *ires)) in tsec_setup_intr()
291 *ires = NULL; in tsec_setup_intr()
298 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, in tsec_release_intr() argument
303 if (ires == NULL) in tsec_release_intr()
[all …]
/freebsd-14-stable/sys/dev/gpio/
HDgpiopps.c55 struct resource *ires; member
160 bus_teardown_intr(dev, sc->ires, sc->ihandler); in gpiopps_detach()
161 if (sc->ires != NULL) in gpiopps_detach()
162 bus_release_resource(dev, SYS_RES_IRQ, sc->irid, sc->ires); in gpiopps_detach()
222 if ((sc->ires = gpio_alloc_intr_resource(dev, &sc->irid, RF_ACTIVE, in gpiopps_fdt_attach()
229 err = bus_setup_intr(dev, sc->ires, INTR_TYPE_CLK | INTR_MPSAFE, in gpiopps_fdt_attach()
/freebsd-14-stable/lib/libc/tests/gen/
HDpopen_test.c215 int i, ires, status; in ATF_TC_BODY() local
224 ATF_CHECK_MSG((ires = fputs("abcd\n", fp)) != EOF, in ATF_TC_BODY()
226 if (ires != EOF) { in ATF_TC_BODY()
/freebsd-14-stable/sys/dev/sec/
HDsec.c66 static int sec_setup_intr(struct sec_softc *sc, struct resource **ires,
68 static void sec_release_intr(struct sec_softc *sc, struct resource *ires,
461 sec_setup_intr(struct sec_softc *sc, struct resource **ires, void **ihand, in sec_setup_intr() argument
466 (*ires) = bus_alloc_resource_any(sc->sc_dev, SYS_RES_IRQ, irid, in sec_setup_intr()
469 if ((*ires) == NULL) { in sec_setup_intr()
474 error = bus_setup_intr(sc->sc_dev, *ires, INTR_MPSAFE | INTR_TYPE_NET, in sec_setup_intr()
479 if (bus_release_resource(sc->sc_dev, SYS_RES_IRQ, *irid, *ires)) in sec_setup_intr()
483 (*ires) = NULL; in sec_setup_intr()
491 sec_release_intr(struct sec_softc *sc, struct resource *ires, void *ihand, in sec_release_intr() argument
496 if (ires == NULL) in sec_release_intr()
[all …]
/freebsd-14-stable/sys/dev/hyperv/vmbus/
HDvmbus_var.h136 struct resource *ires; member
HDvmbus.c1690 sc->ires); in vmbus_detach()
/freebsd-14-stable/crypto/heimdal/
HDconfigure12995 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 …]