/openbmc/linux/mm/ |
H A D | page_idle.c | 116 loff_t pos, size_t count) in page_idle_bitmap_read() 161 loff_t pos, size_t count) in page_idle_bitmap_write()
|
/openbmc/linux/arch/arm/mach-shmobile/ |
H A D | regulator-quirk-rcar-gen2.c | 76 struct regulator_quirk *pos, *tmp; in regulator_quirk_notify() local 143 struct regulator_quirk *quirk, *pos, *tmp; in rcar_gen2_regulator_quirk() local
|
/openbmc/linux/fs/ntfs/ |
H A D | file.c | 316 loff_t pos; in ntfs_prepare_file_for_write() local 564 unsigned nr_pages, s64 pos, size_t bytes) in ntfs_prepare_pages_for_non_resident_write() 1379 s64 pos, size_t bytes) in ntfs_commit_pages_after_non_resident_write() 1533 const unsigned nr_pages, s64 pos, size_t bytes) in ntfs_commit_pages_after_write() 1721 loff_t pos) in ntfs_perform_write()
|
/openbmc/linux/tools/power/cpupower/lib/ |
H A D | cpufreq.c | 276 unsigned int pos, i; in cpufreq_get_available_governors() local 351 unsigned int pos, i; in cpufreq_get_available_frequencies() local 407 unsigned int pos, i; in cpufreq_get_boost_frequencies() local 483 unsigned int pos, i; in sysfs_get_cpu_list() local 714 unsigned int pos, i; in cpufreq_get_stats() local
|
/openbmc/linux/tools/perf/ui/ |
H A D | browser.c | 79 struct list_head *pos) in ui_browser__list_head_filter_entries() 92 struct list_head *pos) in ui_browser__list_head_filter_prev_entries() 106 struct list_head *pos; in ui_browser__list_head_seek() local 502 struct list_head *pos; in ui_browser__list_head_refresh() local 632 char **pos; in ui_browser__argv_refresh() local
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | 735 ssize_t pos = -1; in fuse_aio_complete_req() local 825 loff_t pos = page_offset(ap->pages[0]) + num_read; in fuse_short_read() local 834 loff_t pos = page_offset(page); in fuse_do_readpage() local 937 loff_t pos = page_offset(ap->pages[0]); in fuse_send_readpages() local 1034 loff_t pos, size_t count) in fuse_write_args_fill() 1115 loff_t pos, size_t count) in fuse_send_write_pages() 1165 struct iov_iter *ii, loff_t pos, in fuse_fill_write_pages() 1252 loff_t pos = iocb->ki_pos; in fuse_perform_write() local 1436 loff_t pos = *ppos; in fuse_direct_io() local 2371 loff_t pos, unsigned len, unsigned copied, in fuse_write_end() [all …]
|
/openbmc/u-boot/fs/sandbox/ |
H A D | sandboxfs.c | 19 int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer, in sandbox_fs_read_at() 56 int sandbox_fs_write_at(const char *filename, loff_t pos, void *buffer, in sandbox_fs_write_at()
|
/openbmc/linux/drivers/char/ |
H A D | misc.c | 89 static void *misc_seq_start(struct seq_file *seq, loff_t *pos) in misc_seq_start() 95 static void *misc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in misc_seq_next()
|
/openbmc/linux/tools/lib/api/fd/ |
H A D | array.c | 78 int pos = fda->nr; in fdarray__add() local 91 int fdarray__dup_entry_from(struct fdarray *fda, int pos, struct fdarray *from) in fdarray__dup_entry_from()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_procfs.c | 11 static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos) in bond_info_seq_start() 31 static void *bond_info_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bond_info_seq_next()
|
/openbmc/linux/fs/freevxfs/ |
H A D | vxfs_lookup.c | 64 loff_t pos = 0; in vxfs_find_entry() local 196 loff_t pos, limit; in vxfs_readdir() local
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | ptrace.c | 66 unsigned int pos, unsigned int count, in genregs_set() 107 unsigned int pos, unsigned int count, in fpregs_set()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | fru_identity.cpp | 161 if (auto pos = ccin.find('\0'); pos != std::string::npos) in getCCIN() local 178 if (auto pos = sn.find('\0'); pos != std::string::npos) in getSN() local
|
/openbmc/linux/fs/ |
H A D | dax.c | 825 static pgoff_t dax_iomap_pgoff(const struct iomap *iomap, loff_t pos) in dax_iomap_pgoff() 1066 static int dax_iomap_direct_access(const struct iomap *iomap, loff_t pos, in dax_iomap_direct_access() 1119 static int dax_iomap_copy_around(loff_t pos, uint64_t length, size_t align_size, in dax_iomap_copy_around() 1265 loff_t pos = iter->pos; in dax_unshare_iter() local 1302 int dax_file_unshare(struct inode *inode, loff_t pos, loff_t len, in dax_file_unshare() 1323 static int dax_memzero(struct iomap_iter *iter, loff_t pos, size_t size) in dax_memzero() 1350 loff_t pos = iter->pos; in dax_zero_iter() local 1393 int dax_zero_range(struct inode *inode, loff_t pos, loff_t len, bool *did_zero, in dax_zero_range() 1410 int dax_truncate_page(struct inode *inode, loff_t pos, bool *did_zero, in dax_truncate_page() 1429 loff_t pos = iomi->pos; in dax_iomap_iter() local [all …]
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_mech_switch.c | 134 struct gss_api_mech *pos, *gm = NULL; in _gss_mech_get_by_name() local 163 struct gss_api_mech *pos, *gm = NULL; in gss_mech_get_by_OID() local 200 struct gss_api_mech *gm = NULL, *pos; in _gss_mech_get_by_pseudoflavor() local
|
/openbmc/linux/sound/core/oss/ |
H A D | rate.c | 47 unsigned int pos; member 69 unsigned int pos = 0; in resample_expand() local 128 unsigned int pos = 0; in resample_shrink() local
|
/openbmc/linux/kernel/trace/ |
H A D | trace_stack.c | 376 __next(struct seq_file *m, loff_t *pos) in __next() 388 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() 394 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
|
/openbmc/linux/net/atm/ |
H A D | proc.c | 117 static void *vcc_seq_start(struct seq_file *seq, loff_t *pos) in vcc_seq_start() 134 static void *vcc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vcc_seq_next() 316 size_t count, loff_t *pos) in proc_dev_atm_read()
|
/openbmc/linux/tools/bootconfig/ |
H A D | main.c | 243 static void show_xbc_error(const char *data, const char *msg, int pos) in show_xbc_error() 268 int ret, pos; in init_xbc_with_error() local 367 int pos, pad; in apply_xbc() local
|
/openbmc/linux/arch/sh/kernel/ |
H A D | ptrace_32.c | 145 unsigned int pos, unsigned int count, in genregs_set() 183 unsigned int pos, unsigned int count, in fpregs_set() 222 unsigned int pos, unsigned int count, in dspregs_set()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | utprint.c | 108 char *pos; in acpi_ut_put_number() local 206 char *pos; in acpi_ut_format_number() local 326 char *pos; in vsnprintf() local
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_ccmp.c | 89 u8 *pos, qc = 0; in ccmp_init_iv_and_aad() local 155 u8 *pos; in rtllib_ccmp_encrypt() local 222 u8 keyidx, *pos; in rtllib_ccmp_decrypt() local
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_ccmp.c | 95 u8 *pos, qc = 0; in ccmp_init_iv_and_aad() local 165 u8 *pos; in ieee80211_ccmp_encrypt() local 233 u8 keyidx, *pos; in ieee80211_ccmp_decrypt() local
|
/openbmc/linux/fs/romfs/ |
H A D | super.c | 107 unsigned long fillsize, pos; in romfs_read_folio() local 279 static struct inode *romfs_iget(struct super_block *sb, unsigned long pos) in romfs_iget() 463 unsigned long pos, img_size; in romfs_fill_super() local
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | mconf.c | 323 struct subtitle_list *pos, *tmp; in set_subtitle() local 348 struct subtitle_list *pos, *tmp; in reset_subtitle() local 367 struct jump_key *pos; in update_text() local 442 struct jump_key *pos, *tmp; in search_conf() local
|