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

  /src/sys/dev/pci/
mly.c 106 static const struct mly_ident *mly_find_ident(struct pci_attach_args *);
179 static struct mly_ident { struct
186 } const mly_ident[] = { variable in typeref:struct:mly_ident const[]
232 * Try to find a `mly_ident' entry corresponding to this board.
234 static const struct mly_ident *
237 const struct mly_ident *mpi, *maxmpi;
240 mpi = mly_ident;
241 maxmpi = mpi + sizeof(mly_ident) / sizeof(mly_ident[0]);
283 const struct mly_ident *ident
    [all...]

Completed in 12 milliseconds