Home
last modified time | relevance | path

Searched refs:getpos (Results 1 – 6 of 6) 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/linux/lib/
H A Dbtree.c359 static int getpos(struct btree_geo *geo, unsigned long *node, in getpos() function
460 pos = getpos(geo, node, key); in btree_insert_level()
553 i = getpos(geo, parent, key); in rebalance()
602 pos = getpos(geo, node, key); in btree_remove_level()
/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,