Home
last modified time | relevance | path

Searched refs:map_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mpr/
H A Dmpr_mapping.c366 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx()
390 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid()
410 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_id()
433 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_handle()
453 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_handle()
487 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) { in _mapping_get_free_ir_mt_idx()
526 for (map_idx = start_idx; map_idx < max_idx; map_idx++, mt_entry++) in _mapping_get_free_mt_idx()
958 map_idx < end_of_table; map_idx++) { in _mapping_find_enc_map_space()
1476 for (map_idx = 0; map_idx < slots; map_idx++, mt_entry++) in _mapping_set_mid_to_eid()
2674 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in mpr_mapping_get_tid()
[all …]
/freebsd/sys/dev/mps/
H A Dmps_mapping.c367 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx()
391 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid()
411 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_id()
434 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_handle()
454 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_handle()
489 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) { in _mapping_get_free_ir_mt_idx()
528 for (map_idx = start_idx; map_idx < max_idx; map_idx++, mt_entry++) in _mapping_get_free_mt_idx()
920 map_idx < end_of_table; map_idx++) { in _mapping_find_enc_map_space()
1286 for (map_idx = 0; map_idx < slots; map_idx++, mt_entry++) in _mapping_set_mid_to_eid()
2204 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in mps_mapping_get_tid()
[all …]
/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c208 ml = &maps[map_idx]; in add_mapping()
223 map_count[map_idx]++; in add_mapping()
230 dedup_mapping(unsigned int map_idx) in dedup_mapping() argument
235 assert(map_idx == VFNT_MAP_BOLD || map_idx == VFNT_MAP_BOLD_RIGHT); in dedup_mapping()
261 glyph_count[map_idx]++; in add_glyph()
321 if (map_idx < VFNT_MAP_BOLD) in add_char()
324 gl = add_glyph(bytes, map_idx, 0); in add_char()
628 rv = parse_hex(fp, map_idx); in parse_file()
630 rv = parse_bdf(fp, map_idx); in parse_file()
697 fold_mappings(unsigned int map_idx) in fold_mappings() argument
[all …]