Searched refs:FILTER_STRAY (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11-stable/sys/arm/at91/
H A Dat91_rst.c211 return (FILTER_STRAY);
H A Dat91_pit.c188 return (FILTER_STRAY);
H A Dat91_wdt.c95 return (FILTER_STRAY);
H A Dat91_st.c117 return (FILTER_STRAY);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_pci.c815 * @return FILTER_HANDLED if interrupt is processed, FILTER_STRAY otherwise
825 return FILTER_STRAY;
835 return FILTER_STRAY;
838 return FILTER_STRAY;
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_intr.c82 return (FILTER_STRAY);
115 return (FILTER_STRAY);
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdInterrupt.c91 return (FILTER_STRAY);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmp_machdep.c285 return (FILTER_STRAY);
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-rgmii.c150 int return_status = FILTER_STRAY;
H A Dethernet-spi.c56 int return_status = FILTER_STRAY;
/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c125 return (FILTER_STRAY);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c178 return (FILTER_STRAY);
/freebsd-11-stable/sys/dev/uart/
H A Duart_core.c425 return (FILTER_STRAY);
448 return ((cnt == 0) ? FILTER_STRAY :
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_epit.c300 return (FILTER_STRAY);
/freebsd-11-stable/sys/kern/
H A Dkern_intr.c1521 KASSERT(ret == FILTER_STRAY ||
1656 * o FILTER_STRAY: No filter recognized the event, and no
1699 KASSERT(ret == FILTER_STRAY ||
1704 if (ret & FILTER_STRAY)
1721 return (FILTER_STRAY);
1766 if (thread & FILTER_STRAY) {
/freebsd-11-stable/sys/mips/cavium/
H A Dciu.c435 return (FILTER_STRAY);
H A Docteon_gpio.c325 return (FILTER_STRAY);
/freebsd-11-stable/sys/dev/quicc/
H A Dquicc_core.c91 return (FILTER_STRAY);
/freebsd-11-stable/sys/x86/isa/
H A Datrtc.c254 return(flag ? FILTER_HANDLED : FILTER_STRAY);
/freebsd-11-stable/sys/dev/virtio/pci/
H A Dvirtio_pci.c1279 return (rc ? FILTER_SCHEDULE_THREAD : FILTER_STRAY);
1307 return (rc ? FILTER_SCHEDULE_THREAD : FILTER_STRAY);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.c275 return (FILTER_STRAY);
332 return (FILTER_STRAY);
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_gpio.c363 return (FILTER_STRAY);
H A Dar724x_pci.c601 return (FILTER_STRAY);
H A Dqca955x_pci.c544 return (FILTER_STRAY);
/freebsd-11-stable/sys/dev/scc/
H A Dscc_core.c93 return (FILTER_STRAY);

Completed in 281 milliseconds

123