HomeSort by: relevance | last modified time | path
    Searched defs:mlxa (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/alpha/pci/
pci_bootdev.c 165 struct mlx_attach_args *mlxa = aux; local in function:pci_find_bootdev
167 if (b->unit != mlxa->mlxa_unit) {
  /src/sys/dev/ic/
ld_mlx.c 87 struct mlx_attach_args *mlxa = aux; local in function:ld_mlx_attach
91 struct mlx_sysdrive *ms = &mlx->mlx_sysdrive[mlxa->mlxa_unit];
96 sc->sc_hwunit = mlxa->mlxa_unit;
mlx.c 562 struct mlx_attach_args mlxa; local in function:mlx_configure
626 mlxa.mlxa_unit = i;
630 ms->ms_dv = config_found(mlx->mlx_dv, &mlxa, mlx_print,
653 struct mlx_attach_args *mlxa; local in function:mlx_print
655 mlxa = (struct mlx_attach_args *)aux;
659 aprint_normal(" unit %d", mlxa->mlxa_unit);

Completed in 14 milliseconds