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

/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h71 uint8_t region_type; /**< the mapping port's type */ member in struct:bcma_erom_sport_region
H A Dbcma_erom.c80 uint8_t region_type, bhnd_port_type *port_type);
221 uint8_t region_port, region_type; local
285 region_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
290 error = bcma_erom_region_to_port_type(sc, region_type,
317 if (next_type != region_type ||
341 if (next_type != region_type ||
836 region->region_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
871 bcma_erom_entry_type_name(region->region_type),
904 * @param region_type Region type value.
908 bcma_erom_region_to_port_type(struct bcma_erom *erom, uint8_t region_type, argument
940 bcma_erom_corecfg_fill_port_regions(struct bcma_erom *erom, struct bcma_corecfg *corecfg, bcma_pid_t port_num, uint8_t region_type) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h150 const char *region_type, ChunkTag tag);
H A Dlsan_common.cpp161 const char *region_type, ChunkTag tag) {
164 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end);
159 ScanRangeForPointers(uptr begin, uptr end, Frontier *frontier, const char *region_type, ChunkTag tag) argument

Completed in 80 milliseconds