Home
last modified time | relevance | path

Searched refs:fixup (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/boot/efi/
Ddevicetree.c31 EFI_DT_FIXUP_PROTOCOL *fixup; in devicetree_fixup() local
37 err = LibLocateProtocol(&EfiDtFixupProtocol, (void **)&fixup); in devicetree_fixup()
43 err = fixup->Fixup(fixup, PHYSICAL_ADDRESS_TO_POINTER(state->addr), &size, in devicetree_fixup()
60 err = fixup->Fixup(fixup, PHYSICAL_ADDRESS_TO_POINTER(state->addr), &size, in devicetree_fixup()
/systemd-251/
D.clang-format19 # 4. Stage + commit, potentially with `--amend` (means to fixup the last commit).