/src/sys/dev/eisa/ |
mlx_eisa.c | 182 mlx->mlx_ih = eisa_intr_establish(ec, ih, ist, IPL_BIO, mlx_intr, mlx);
|
/src/sys/dev/ic/ |
mlxvar.h | 179 int mlx_intr(void *);
|
mlx.c | 1994 mlx_intr(mlx); 2103 mlx_intr(void *cookie) function in typeref:typename:int
|
/src/sys/dev/pci/ |
mlx_pci.c | 275 mlx->mlx_ih = pci_intr_establish_xname(pc, ih, IPL_BIO, mlx_intr, mlx,
|