Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dpartition.c131 struct sparingEntry *entry = &st->mapEntry[i]; in udf_get_pblock_spar15()
151 struct sparingEntry mapEntry; in udf_relocate_blocks() local
183 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()
H A Dosta_udf.h211 struct sparingEntry mapEntry[]; member
/openbmc/phosphor-buttons/src/
H A Dbutton_handler.cpp77 std::map<uint16_t, Chassis::Transition> mapEntry; in Handler() local
85 mapEntry[duration] = chassisPwrCtl->second; in Handler()
92 multiPwrBtnActConf.emplace_back(mapEntry); in Handler()