Searched refs:region_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h73 uint8_t region_type; /**< the mapping port's type */ member in struct:bcma_erom_sport_region
H A Dbcma_erom.c448 region->region_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
483 erom_entry_type_name(region->region_type),
595 * @param region_type The region type to be parsed.
602 uint8_t region_type)
613 switch (region_type) {
626 region_type);
678 spr.region_type != region_type)
600 erom_corecfg_fill_port_regions(struct bcma_erom *erom, struct bcma_corecfg *corecfg, bcma_pid_t port_num, uint8_t region_type) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h138 const char *region_type, ChunkTag tag);
H A Dlsan_common.cpp158 const char *region_type, ChunkTag tag) {
161 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end);
156 ScanRangeForPointers(uptr begin, uptr end, Frontier *frontier, const char *region_type, ChunkTag tag) argument

Completed in 160 milliseconds