HomeSort by: relevance | last modified time | path
    Searched refs:mlx_findcomplete (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
mlx_pci.c 290 mlx->mlx_findcomplete = mlx_v3_findcomplete;
300 mlx->mlx_findcomplete = mlx_v4_findcomplete;
307 mlx->mlx_findcomplete = mlx_v5_findcomplete;
  /src/sys/dev/eisa/
mlx_eisa.c 130 mlx->mlx_findcomplete = mlx_v1_findcomplete;
  /src/sys/dev/ic/
mlxvar.h 138 int (*mlx_findcomplete)(struct mlx_softc *, u_int *, u_int *); member in struct:mlx_softc
mlx.c 2113 while ((*mlx->mlx_findcomplete)(mlx, &ident, &status) != 0) {

Completed in 61 milliseconds