mly_ident
static const struct mly_ident *mly_find_ident(struct pci_attach_args *);
} const mly_ident[] = {
static const struct mly_ident *
const struct mly_ident *mpi, *maxmpi;
mpi = mly_ident;
maxmpi = mpi + sizeof(mly_ident) / sizeof(mly_ident[0]);
const struct mly_ident *ident;