Searched refs:offsetp (Results 1 – 13 of 13) 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/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/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/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/linux/fs/jbd2/ |
H A D | revoke.c | 574 int *offsetp, in write_one_revoke_record() argument 590 offset = *offsetp; in write_one_revoke_record() 631 *offsetp = offset; in write_one_revoke_record()
|
/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()
|
/openbmc/linux/fs/ext4/ |
H A D | balloc.c | 54 ext4_group_t *blockgrpp, ext4_grpblk_t *offsetp) in ext4_get_group_no_and_offset() argument 62 if (offsetp) in ext4_get_group_no_and_offset() 63 *offsetp = offset; in ext4_get_group_no_and_offset()
|
H A D | ext4.h | 2697 ext4_grpblk_t *offsetp);
|
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 2027 loff_t *offsetp) in nfsd_buffered_readdir() argument 2041 offset = *offsetp; in nfsd_buffered_readdir() 2091 *offsetp = offset; in nfsd_buffered_readdir() 2100 nfsd_readdir(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t *offsetp, in nfsd_readdir() argument 2105 loff_t offset = *offsetp; in nfsd_readdir() 2122 err = nfsd_buffered_readdir(file, fhp, func, cdp, offsetp); in nfsd_readdir()
|
H A D | nfs4xdr.c | 5105 u32 *offsetp) in nfsd4_listxattr_validate_cookie() argument 5121 *offsetp = (u32)cookie; in nfsd4_listxattr_validate_cookie()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_sf.c | 30 xfs_dir2_data_aoff_t *offsetp); 605 xfs_dir2_data_aoff_t *offsetp) /* out(1): new offset */ in xfs_dir2_sf_addname_pick() argument 662 *offsetp = offset; in xfs_dir2_sf_addname_pick()
|