| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | postypes.h | 112 class fpos in _GLIBCXX_VISIBILITY() 123 fpos() in _GLIBCXX_VISIBILITY() 133 fpos(streamoff __off) in _GLIBCXX_VISIBILITY() 137 fpos(const fpos&) = default; in _GLIBCXX_VISIBILITY() 138 fpos& operator=(const fpos&) = default; in _GLIBCXX_VISIBILITY() 139 ~fpos() = default; in _GLIBCXX_VISIBILITY() 159 fpos& in _GLIBCXX_VISIBILITY() 170 fpos& in _GLIBCXX_VISIBILITY() 183 fpos in _GLIBCXX_VISIBILITY() 186 fpos __pos(*this); in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | postypes.h | 112 class fpos in _GLIBCXX_VISIBILITY() 123 fpos() in _GLIBCXX_VISIBILITY() 133 fpos(streamoff __off) in _GLIBCXX_VISIBILITY() 137 fpos(const fpos&) = default; in _GLIBCXX_VISIBILITY() 138 fpos& operator=(const fpos&) = default; in _GLIBCXX_VISIBILITY() 139 ~fpos() = default; in _GLIBCXX_VISIBILITY() 159 fpos& in _GLIBCXX_VISIBILITY() 170 fpos& in _GLIBCXX_VISIBILITY() 183 fpos in _GLIBCXX_VISIBILITY() 186 fpos __pos(*this); in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | kcore.c | 312 read_kcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos) in read_kcore() argument 331 if (buflen && *fpos < sizeof(struct elfhdr)) { in read_kcore() 353 tsz = min_t(size_t, buflen, sizeof(struct elfhdr) - *fpos); in read_kcore() 354 if (copy_to_user(buffer, (char *)&ehdr + *fpos, tsz)) { in read_kcore() 361 *fpos += tsz; in read_kcore() 365 if (buflen && *fpos < phdrs_offset + phdrs_len) { in read_kcore() 398 tsz = min_t(size_t, buflen, phdrs_offset + phdrs_len - *fpos); in read_kcore() 399 if (copy_to_user(buffer, (char *)phdrs + *fpos - phdrs_offset, in read_kcore() 409 *fpos += tsz; in read_kcore() 413 if (buflen && *fpos < notes_offset + notes_len) { in read_kcore() [all …]
|
| H A D | vmcore.c | 299 static ssize_t __read_vmcore(char *buffer, size_t buflen, loff_t *fpos, in __read_vmcore() argument 307 if (buflen == 0 || *fpos >= vmcore_size) in __read_vmcore() 311 if (buflen > vmcore_size - *fpos) in __read_vmcore() 312 buflen = vmcore_size - *fpos; in __read_vmcore() 315 if (*fpos < elfcorebuf_sz) { in __read_vmcore() 316 tsz = min(elfcorebuf_sz - (size_t)*fpos, buflen); in __read_vmcore() 317 if (copy_to(buffer, elfcorebuf + *fpos, tsz, userbuf)) in __read_vmcore() 320 *fpos += tsz; in __read_vmcore() 330 if (*fpos < elfcorebuf_sz + elfnotes_sz) { in __read_vmcore() 344 if (*fpos < elfcorebuf_sz + vmcoredd_orig_sz) { in __read_vmcore() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | iosfwd | 87 template <class state> class fpos; 88 typedef fpos<char_traits<char>::state_type> streampos; 89 typedef fpos<char_traits<wchar_t>::state_type> wstreampos; 189 template <class _State> class _LIBCPP_TEMPLATE_VIS fpos; 190 typedef fpos<mbstate_t> streampos; 191 typedef fpos<mbstate_t> wstreampos; 193 typedef fpos<mbstate_t> u8streampos; 196 typedef fpos<mbstate_t> u16streampos; 197 typedef fpos<mbstate_t> u32streampos;
|
| H A D | string | 21 class fpos 26 fpos(streamoff = streamoff()); 33 fpos& operator+=(streamoff); 34 fpos operator+ (streamoff) const; 35 fpos& operator-=(streamoff); 36 fpos operator- (streamoff) const; 39 template <class stateT> streamoff operator-(const fpos<stateT>& x, const fpos<stateT>& y); 41 template <class stateT> bool operator==(const fpos<stateT>& x, const fpos<stateT>& y); 42 template <class stateT> bool operator!=(const fpos<stateT>& x, const fpos<stateT>& y); 535 // fpos [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | iosfwd | 87 template <class state> class fpos; 88 typedef fpos<char_traits<char>::state_type> streampos; 89 typedef fpos<char_traits<wchar_t>::state_type> wstreampos; 189 template <class _State> class _LIBCPP_TEMPLATE_VIS fpos; 190 typedef fpos<mbstate_t> streampos; 191 typedef fpos<mbstate_t> wstreampos; 193 typedef fpos<mbstate_t> u8streampos; 196 typedef fpos<mbstate_t> u16streampos; 197 typedef fpos<mbstate_t> u32streampos;
|
| H A D | string | 21 class fpos 26 fpos(streamoff = streamoff()); 33 fpos& operator+=(streamoff); 34 fpos operator+ (streamoff) const; 35 fpos& operator-=(streamoff); 36 fpos operator- (streamoff) const; 39 template <class stateT> streamoff operator-(const fpos<stateT>& x, const fpos<stateT>& y); 41 template <class stateT> bool operator==(const fpos<stateT>& x, const fpos<stateT>& y); 42 template <class stateT> bool operator!=(const fpos<stateT>& x, const fpos<stateT>& y); 535 // fpos [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/common/ |
| H A D | dma.c | 100 int au1000_dma_read_proc(char *buf, char **start, off_t fpos, in au1000_dma_read_proc() argument 113 if (fpos >= len) { in au1000_dma_read_proc() 118 *start = buf + fpos; in au1000_dma_read_proc() 119 len -= fpos; in au1000_dma_read_proc()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_flat.c | 197 static int decompress_exec(struct linux_binprm *bprm, loff_t fpos, char *dst, in decompress_exec() argument 204 pr_debug("decompress_exec(offset=%llx,buf=%p,len=%lx)\n", fpos, dst, len); in decompress_exec() 218 ret = kernel_read(bprm->file, buf, LBUFSIZE, &fpos); in decompress_exec() 288 ret = kernel_read(bprm->file, buf, LBUFSIZE, &fpos); in decompress_exec() 464 loff_t fpos; in load_flat_file() local 624 fpos = ntohl(hdr->data_start); in load_flat_file() 627 result = decompress_exec(bprm, fpos, (char *)datapos, in load_flat_file() 632 result = read_code(bprm->file, datapos, fpos, in load_flat_file()
|
| /OK3568_Linux_fs/kernel/fs/adfs/ |
| H A D | dir_f.c | 233 adfs_f_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_f_setpos() argument 235 if (fpos >= ADFS_NUM_DIR_ENTRIES) in adfs_f_setpos() 238 dir->pos = 5 + fpos * 26; in adfs_f_setpos()
|
| H A D | dir_fplus.c | 159 adfs_fplus_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_fplus_setpos() argument 163 if (fpos <= le32_to_cpu(dir->bighead->bigdirentries)) { in adfs_fplus_setpos() 164 dir->pos = fpos; in adfs_fplus_setpos()
|
| H A D | adfs.h | 129 int (*setpos)(struct adfs_dir *dir, unsigned int fpos);
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | tcp.c | 65 void *buffer, size_t *lenp, loff_t *fpos); 669 void *buffer, size_t *lenp, loff_t *fpos) in rds_tcp_skbuf_handler() argument 674 err = proc_dointvec_minmax(ctl, write, buffer, lenp, fpos); in rds_tcp_skbuf_handler()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | ios | 40 #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | ios | 40 #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos
|
| /OK3568_Linux_fs/kernel/drivers/sbus/char/ |
| H A D | bbc_envctrl.c | 557 struct bbc_fan_control *fp, *fpos; in destroy_all_fans() local 559 list_for_each_entry_safe(fp, fpos, &bp->fans, bp_list) { in destroy_all_fans()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | pod_char_traits.h | 102 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | pod_char_traits.h | 102 typedef fpos<state_type> pos_type; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | nommu.c | 1033 loff_t fpos; in do_mmap_private() local 1035 fpos = vma->vm_pgoff; in do_mmap_private() 1036 fpos <<= PAGE_SHIFT; in do_mmap_private() 1038 ret = kernel_read(vma->vm_file, base, len, &fpos); in do_mmap_private()
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_common.c | 2011 unsigned int fpos = 0; in ext4fs_iterate_dir() local 2026 while (fpos < le32_to_cpu(diro->inode.size)) { in ext4fs_iterate_dir() 2029 status = ext4fs_read_file(diro, fpos, in ext4fs_iterate_dir() 2046 fpos + in ext4fs_iterate_dir() 2138 fpos += le16_to_cpu(dirent.direntlen); in ext4fs_iterate_dir()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | rk_minidump.c | 585 size_t buflen, loff_t *fpos) in rk_minidump_read_elf() argument 589 size = simple_read_from_buffer(buffer, buflen, fpos, (const void *)md_elf_mem, md_elf_size); in rk_minidump_read_elf()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-au1x00/ |
| H A D | au1000_dma.h | 125 extern int au1000_dma_read_proc(char *buf, char **start, off_t fpos,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/ |
| H A D | rtw_mesh.c | 1284 u8 *fpos; in rtw_mpm_tx_ies_sync_bss() local 1358 fpos = new_fbody + tlv_ies_offset; in rtw_mpm_tx_ies_sync_bss() 1377 fpos = rtw_set_ie(fpos, id, elen, pos, NULL); in rtw_mpm_tx_ies_sync_bss() 1379 fpos = rtw_set_ie(fpos, WLAN_EID_MPM, mpm_ielen, mpm_ie + 2, NULL); in rtw_mpm_tx_ies_sync_bss() 1386 new_mic_ie = fpos; in rtw_mpm_tx_ies_sync_bss() 1387 *fpos++ = WLAN_EID_MIC; in rtw_mpm_tx_ies_sync_bss() 1388 *fpos++ = AES_BLOCK_SIZE; in rtw_mpm_tx_ies_sync_bss()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/mesh/ |
| H A D | rtw_mesh.c | 1305 u8 *fpos; in rtw_mpm_tx_ies_sync_bss() local 1379 fpos = new_fbody + tlv_ies_offset; in rtw_mpm_tx_ies_sync_bss() 1398 fpos = rtw_set_ie(fpos, id, elen, pos, NULL); in rtw_mpm_tx_ies_sync_bss() 1400 fpos = rtw_set_ie(fpos, WLAN_EID_MPM, mpm_ielen, mpm_ie + 2, NULL); in rtw_mpm_tx_ies_sync_bss() 1407 new_mic_ie = fpos; in rtw_mpm_tx_ies_sync_bss() 1408 *fpos++ = WLAN_EID_MIC; in rtw_mpm_tx_ies_sync_bss() 1409 *fpos++ = AES_BLOCK_SIZE; in rtw_mpm_tx_ies_sync_bss()
|