Searched refs:bhnd_erom_alloc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_erom.h | 58 bhnd_erom_t *bhnd_erom_alloc(bhnd_erom_class_t *cls,
|
H A D | bhnd_erom.c | 171 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 D | bcma.c | 670 erom = bhnd_erom_alloc(&bcma_erom_parser, cid, eio); in bcma_add_children()
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba.c | 1292 erom = bhnd_erom_alloc(&siba_erom_parser, cid, eio); in siba_add_children()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pci.c | 1340 p->erom = bhnd_erom_alloc(p->erom_class, &p->cid, eio); in bhndb_pci_probe_alloc()
|
H A D | bhndb.c | 573 if ((erom = bhnd_erom_alloc(erom_class, cid, eio)) == NULL) { in bhndb_attach()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 598 MLINKS+=bhnd_erom.9 bhnd_erom_alloc.9 \
|