Searched defs:map_idx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mpr/ |
H A D | mpr_mapping.c | 346 u32 map_idx, high_idx = MPR_MAPTABLE_BAD_IDX; in _mapping_get_high_missing_mt_idx() local 385 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 407 u32 map_idx; in _mapping_get_mt_idx_from_id() local 428 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_handle() local 450 u32 map_idx; in _mapping_get_mt_idx_from_handle() local 474 u32 start_idx, end_idx, map_idx; in _mapping_get_free_ir_mt_idx() local 516 u32 map_idx, max_idx = sc->max_devices; in _mapping_get_free_mt_idx() local 577 u32 map_idx; in _mapping_get_free_dpm_idx() local 647 _mapping_update_ir_missing_cnt(struct mpr_softc *sc, u32 map_idx, in _mapping_update_ir_missing_cnt() 803 _mapping_inc_missing_count(struct mpr_softc *sc, u32 map_idx) in _mapping_inc_missing_count() [all …]
|
/freebsd/sys/dev/mps/ |
H A D | mps_mapping.c | 347 u32 map_idx, high_idx = MPS_MAPTABLE_BAD_IDX; in _mapping_get_high_missing_mt_idx() local 386 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 408 u32 map_idx; in _mapping_get_mt_idx_from_id() local 429 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_handle() local 451 u32 map_idx; in _mapping_get_mt_idx_from_handle() local 475 u32 start_idx, end_idx, map_idx; in _mapping_get_free_ir_mt_idx() local 518 u32 map_idx, max_idx = sc->max_devices; in _mapping_get_free_mt_idx() local 579 u32 map_idx; in _mapping_get_free_dpm_idx() local 649 _mapping_update_ir_missing_cnt(struct mps_softc *sc, u32 map_idx, in _mapping_update_ir_missing_cnt() 813 u32 map_idx; in _mapping_update_missing_count() local [all …]
|
/freebsd/usr.bin/vtfontcvt/ |
H A D | vtfontcvt.c | 196 add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx) in add_mapping() 230 dedup_mapping(unsigned int map_idx) in dedup_mapping() 255 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) in add_glyph() 315 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) in add_char() 398 parse_bdf(FILE *fp, unsigned int map_idx) in parse_bdf() 546 parse_hex(FILE *fp, unsigned int map_idx) in parse_hex() 615 parse_file(const char *filename, unsigned int map_idx) in parse_file() 697 fold_mappings(unsigned int map_idx) in fold_mappings() 715 write_mappings(FILE *fp, unsigned int map_idx) in write_mappings() 738 write_source_mappings(FILE *fp, unsigned int map_idx) in write_source_mappings()
|