Home
last modified time | relevance | path

Searched refs:bhnd_erom_alloc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.h58 bhnd_erom_t *bhnd_erom_alloc(bhnd_erom_class_t *cls,
H A Dbhnd_erom.c171 bhnd_erom_alloc(bhnd_erom_class_t *cls, const struct bhnd_chipid *cid, in bhnd_erom_alloc() function
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c670 erom = bhnd_erom_alloc(&bcma_erom_parser, cid, eio); in bcma_add_children()
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c1292 erom = bhnd_erom_alloc(&siba_erom_parser, cid, eio); in siba_add_children()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c1340 p->erom = bhnd_erom_alloc(p->erom_class, &p->cid, eio); in bhndb_pci_probe_alloc()
H A Dbhndb.c573 if ((erom = bhnd_erom_alloc(erom_class, cid, eio)) == NULL) { in bhndb_attach()
/freebsd/share/man/man9/
H A DMakefile598 MLINKS+=bhnd_erom.9 bhnd_erom_alloc.9 \