Home
last modified time | relevance | path

Searched refs:getpos (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c164 static efi_status_t EFIAPI getpos(struct efi_file_handle *this, u64 *pos);
198 .getpos = getpos,
213 .getpos = getpos,
300 static efi_status_t EFIAPI getpos(struct efi_file_handle *this, u64 *pos) in getpos() function
H A Defi_selftest_block_device.c416 ret = file->getpos(file, &pos); in execute()
448 ret = file->getpos(file, &pos); in execute()
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_htmlparser.py136 sourceline, sourcepos = self.getpos()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c641 .getpos = efi_file_getpos,
/openbmc/u-boot/include/
H A Defi_api.h1340 efi_status_t (EFIAPI *getpos)(struct efi_file_handle *file,