Searched refs:mapEntry (Results 1 – 3 of 3) sorted by relevance
131 struct sparingEntry *entry = &st->mapEntry[i]; in udf_get_pblock_spar15()151 struct sparingEntry mapEntry; in udf_relocate_blocks() local183 struct sparingEntry *entry = &st->mapEntry[k]; in udf_relocate_blocks()224 struct sparingEntry *entry = &st->mapEntry[l]; in udf_relocate_blocks()236 mapEntry = st->mapEntry[l]; in udf_relocate_blocks()237 mapEntry.origLocation = in udf_relocate_blocks()239 memmove(&st->mapEntry[k + 1], in udf_relocate_blocks()240 &st->mapEntry[k], in udf_relocate_blocks()243 st->mapEntry[k] = mapEntry; in udf_relocate_blocks()252 st->mapEntry[k].mappedLocation) + in udf_relocate_blocks()
211 struct sparingEntry mapEntry[]; member
77 std::map<uint16_t, Chassis::Transition> mapEntry; in Handler() local85 mapEntry[duration] = chassisPwrCtl->second; in Handler()92 multiPwrBtnActConf.emplace_back(mapEntry); in Handler()