/openbmc/linux/lib/ |
H A D | decompress_unlz4.c | 80 if (posp) in unlz4() 81 *posp = 0; in unlz4() 102 if (posp) in unlz4() 103 *posp += 4; in unlz4() 126 if (posp) in unlz4() 127 *posp += 4; in unlz4() 136 if (posp) in unlz4() 137 *posp += 4; in unlz4() 178 if (posp) in unlz4() 179 *posp += chunksize; in unlz4() [all …]
|
H A D | decompress_unlzo.c | 100 u8 *output, long *posp, in unlzo() argument 140 if (posp) in unlzo() 141 *posp = 0; in unlzo() 167 if (posp) in unlzo() 168 *posp = skip; in unlzo() 187 if (posp) in unlzo() 188 *posp += 4; in unlzo() 247 if (posp) in unlzo() 248 *posp += src_len + 12; in unlzo()
|
H A D | decompress_unlzma.c | 541 long *posp, in unlzma() argument 653 if (posp) in unlzma() 654 *posp = rc.ptr-rc.buffer; in unlzma() 674 long *posp, in __decompress() argument 677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
/openbmc/linux/include/linux/decompress/ |
H A D | unlzma.h | 9 long *posp,
|
H A D | generic.h | 9 long *posp,
|
/openbmc/u-boot/drivers/gpio/ |
H A D | sh_pfc.c | 111 unsigned long *posp) in config_reg_helper() argument 119 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in config_reg_helper() 122 *posp = crp->reg_width; in config_reg_helper() 124 *posp -= crp->var_field_width[k]; in config_reg_helper()
|
/openbmc/linux/fs/nilfs2/ |
H A D | ioctl.c | 288 nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_cpinfo() argument 294 ret = nilfs_cpfile_get_cpinfo(nilfs->ns_cpfile, posp, flags, buf, in nilfs_ioctl_do_get_cpinfo() 355 nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_suinfo() argument 361 ret = nilfs_sufile_get_suinfo(nilfs->ns_sufile, *posp, buf, size, in nilfs_ioctl_do_get_suinfo() 422 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_vinfo() argument 449 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_bdescs() argument
|
/openbmc/linux/fs/hpfs/ |
H A D | dnode.c | 844 struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, in map_pos_dirent() argument 857 pos = *posp; in map_pos_dirent() 865 if (!(++*posp & 077)) { in map_pos_dirent() 868 (unsigned long long)*posp); in map_pos_dirent() 873 *posp = ((loff_t) hpfs_de_as_down_as_possible(inode->i_sb, de_down_pointer(d)) << 4) + 1; in map_pos_dirent() 892 *posp = ((loff_t) le32_to_cpu(dnode->up) << 4) + c; in map_pos_dirent() 903 *posp = 12; in map_pos_dirent()
|
/openbmc/u-boot/drivers/pinctrl/renesas/ |
H A D | pfc.c | 142 unsigned int *posp) in sh_pfc_config_reg_helper() argument 150 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper() 153 *posp = crp->reg_width; in sh_pfc_config_reg_helper() 155 *posp -= crp->var_field_width[k]; in sh_pfc_config_reg_helper()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | core.c | 203 unsigned int *posp) in sh_pfc_config_reg_helper() argument 211 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper() 214 *posp = crp->reg_width; in sh_pfc_config_reg_helper() 216 *posp -= abs(crp->var_field_width[k]); in sh_pfc_config_reg_helper()
|
/openbmc/linux/net/netlink/ |
H A D | af_netlink.c | 2661 static void *netlink_seq_start(struct seq_file *seq, loff_t *posp) in netlink_seq_start() argument 2672 for (pos = *posp; pos && obj && !IS_ERR(obj); pos--) in netlink_seq_start()
|