Home
last modified time | relevance | path

Searched refs:offsetp (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.c39 static bool advance_note_offset(uint64_t *offsetp, uint64_t size, uint64_t end) in advance_note_offset() argument
41 uint64_t offset = *offsetp; in advance_note_offset()
53 *offsetp = offset; in advance_note_offset()
/openbmc/qemu/migration/
H A Dfile.h20 int file_parse_offset(char *filespec, uint64_t *offsetp, Error **errp);
H A Dfile.c30 int file_parse_offset(char *filespec, uint64_t *offsetp, Error **errp) in file_parse_offset() argument
38 ret = qemu_strtosz(option, NULL, offsetp); in file_parse_offset()
/openbmc/u-boot/lib/
H A Dmembuff.c22 char ***data, int *offsetp) in membuff_putrawflex() argument
27 assert(data && offsetp); in membuff_putrawflex()
29 *offsetp = mb->head - mb->start; in membuff_putrawflex()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c185 int *barnump, unsigned int *offsetp) in sandbox_swap_case_find_bar() argument
196 *offsetp = addr - base; in sandbox_swap_case_find_bar()
/openbmc/u-boot/include/asm-generic/
H A Dgpio.h380 unsigned int *offsetp, unsigned int *gpiop);
/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c95 unsigned int *offsetp, unsigned int *gpiop) in gpio_lookup_name() argument
108 if (offsetp) in gpio_lookup_name()
109 *offsetp = desc.offset; in gpio_lookup_name()