Searched refs:map_idx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/dev/mpr/ |
| HD | mpr_mapping.c | 347 u32 map_idx, high_idx = MPR_MAPTABLE_BAD_IDX; in _mapping_get_high_missing_mt_idx() local 367 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx() 370 high_idx = map_idx; in _mapping_get_high_missing_mt_idx() 386 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 391 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid() 393 return map_idx; in _mapping_get_ir_mt_idx_from_wwid() 408 u32 map_idx; in _mapping_get_mt_idx_from_id() local 411 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_id() 412 mt_entry = &sc->mapping_table[map_idx]; in _mapping_get_mt_idx_from_id() 414 return map_idx; in _mapping_get_mt_idx_from_id() [all …]
|
| /freebsd-11-stable/sys/dev/mps/ |
| HD | mps_mapping.c | 347 u32 map_idx, high_idx = MPS_MAPTABLE_BAD_IDX; in _mapping_get_high_missing_mt_idx() local 367 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx() 370 high_idx = map_idx; in _mapping_get_high_missing_mt_idx() 386 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 391 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid() 393 return map_idx; in _mapping_get_ir_mt_idx_from_wwid() 408 u32 map_idx; in _mapping_get_mt_idx_from_id() local 411 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_id() 412 mt_entry = &sc->mapping_table[map_idx]; in _mapping_get_mt_idx_from_id() 414 return map_idx; in _mapping_get_mt_idx_from_id() [all …]
|
| /freebsd-11-stable/usr.bin/vtfontcvt/ |
| HD | vtfontcvt.c | 112 add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx) in add_mapping() argument 124 ml = &maps[map_idx]; in add_mapping() 139 map_count[map_idx]++; in add_mapping() 146 dedup_mapping(unsigned int map_idx) in dedup_mapping() argument 149 unsigned normal_map_idx = map_idx - VFNT_MAP_BOLD; in dedup_mapping() 151 assert(map_idx == VFNT_MAP_BOLD || map_idx == VFNT_MAP_BOLD_RH); in dedup_mapping() 153 TAILQ_FOREACH_SAFE(mp_bold, &maps[map_idx], m_list, mp_temp) { in dedup_mapping() 163 TAILQ_REMOVE(&maps[map_idx], mp_bold, m_list); in dedup_mapping() 171 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) in add_glyph() argument 177 glyph_count[map_idx]++; in add_glyph() [all …]
|
| /freebsd-11-stable/sys/dev/smartpqi/ |
| HD | smartpqi_request.c | 515 uint32_t map_idx; in pqisrc_send_scsi_cmd_raidbypass() local 586 map_idx = (map_row * total_disks_per_row) + fst_col; in pqisrc_send_scsi_cmd_raidbypass() 591 map_idx += data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 602 map_idx %= data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 609 cur_grp = map_idx / data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 618 map_idx += data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 625 map_idx %= data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 687 map_idx = (fst_grp * in pqisrc_send_scsi_cmd_raidbypass() 693 if (map_idx >= RAID_MAP_MAX_ENTRIES) in pqisrc_send_scsi_cmd_raidbypass() 696 rcb->ioaccel_handle = raid_map->dev_data[map_idx].ioaccel_handle; in pqisrc_send_scsi_cmd_raidbypass()
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | libieee.h | 87 unsigned int map_idx; member
|