Searched refs:map_idx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/mpr/ |
| D | mpr_mapping.c | 348 u32 map_idx, high_idx = MPR_MAPTABLE_BAD_IDX; in _mapping_get_high_missing_mt_idx() local 368 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx() 371 high_idx = map_idx; in _mapping_get_high_missing_mt_idx() 387 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 392 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid() 394 return map_idx; in _mapping_get_ir_mt_idx_from_wwid() 409 u32 map_idx; in _mapping_get_mt_idx_from_id() local 412 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_id() 413 mt_entry = &sc->mapping_table[map_idx]; in _mapping_get_mt_idx_from_id() 415 return map_idx; in _mapping_get_mt_idx_from_id() [all …]
|
| /freebsd-12-stable/sys/dev/mps/ |
| D | mps_mapping.c | 349 u32 map_idx, high_idx = MPS_MAPTABLE_BAD_IDX; in _mapping_get_high_missing_mt_idx() local 369 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx() 372 high_idx = map_idx; in _mapping_get_high_missing_mt_idx() 388 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 393 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid() 395 return map_idx; in _mapping_get_ir_mt_idx_from_wwid() 410 u32 map_idx; in _mapping_get_mt_idx_from_id() local 413 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_id() 414 mt_entry = &sc->mapping_table[map_idx]; in _mapping_get_mt_idx_from_id() 416 return map_idx; in _mapping_get_mt_idx_from_id() [all …]
|
| /freebsd-12-stable/usr.bin/vtfontcvt/ |
| D | 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-12-stable/sys/dev/smartpqi/ |
| D | smartpqi_request.c | 576 uint32_t map_idx; in pqisrc_send_scsi_cmd_raidbypass() local 649 map_idx = (map_row * total_disks_per_row) + fst_col; in pqisrc_send_scsi_cmd_raidbypass() 654 map_idx += data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 665 map_idx %= data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 672 cur_grp = map_idx / data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 681 map_idx += data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 688 map_idx %= data_disks_per_row; in pqisrc_send_scsi_cmd_raidbypass() 750 map_idx = (fst_grp * in pqisrc_send_scsi_cmd_raidbypass() 756 rcb->ioaccel_handle = raid_map->dev_data[map_idx].ioaccel_handle; in pqisrc_send_scsi_cmd_raidbypass()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | libieee.h | 87 unsigned int map_idx; member
|