Searched defs:map_idx (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_mapping.c | 345 u32 map_idx, high_idx = MPR_MAPTABLE_BAD_IDX; in _mapping_get_high_missing_mt_idx() local 384 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 406 u32 map_idx; in _mapping_get_mt_idx_from_id() local 427 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_handle() local 449 u32 map_idx; in _mapping_get_mt_idx_from_handle() local 473 u32 start_idx, end_idx, map_idx; in _mapping_get_free_ir_mt_idx() local 515 u32 map_idx, max_idx = sc->max_devices; in _mapping_get_free_mt_idx() local 576 u32 map_idx; in _mapping_get_free_dpm_idx() local 646 _mapping_update_ir_missing_cnt(struct mpr_softc *sc, u32 map_idx, in _mapping_update_ir_missing_cnt() 802 _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 | 346 u32 map_idx, high_idx = MPS_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 517 u32 map_idx, max_idx = sc->max_devices; in _mapping_get_free_mt_idx() local 578 u32 map_idx; in _mapping_get_free_dpm_idx() local 648 _mapping_update_ir_missing_cnt(struct mps_softc *sc, u32 map_idx, in _mapping_update_ir_missing_cnt() 812 u32 map_idx; in _mapping_update_missing_count() local [all …]
|
| /freebsd/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 198 add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx) in add_mapping() 232 dedup_mapping(unsigned int map_idx) in dedup_mapping() 257 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) in add_glyph() 317 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) in add_char() 400 parse_bdf(FILE *fp, unsigned int map_idx) in parse_bdf() 548 parse_hex(FILE *fp, unsigned int map_idx) in parse_hex() 617 parse_file(const char *filename, unsigned int map_idx) in parse_file() 699 fold_mappings(unsigned int map_idx) in fold_mappings() 717 write_mappings(FILE *fp, unsigned int map_idx) in write_mappings() 740 write_source_mappings(FILE *fp, unsigned int map_idx) in write_source_mappings()
|