Searched refs:offsetp (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | qemu_elf.c | 39 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 D | file.h | 20 int file_parse_offset(char *filespec, uint64_t *offsetp, Error **errp);
|
| H A D | file.c | 30 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 D | membuff.c | 22 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 D | swap_case.c | 185 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 D | gpio.h | 380 unsigned int *offsetp, unsigned int *gpiop);
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | gpio-uclass.c | 95 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()
|