| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | iopin_8xx.h | 129 ushort __iomem *dirp = &immap->im_ioport.iop_padir; in iopin_set_out() local 131 setbits_be16(dirp, 1 << (15 - iopin->pin)); in iopin_set_out() 133 uint __iomem *dirp = &immap->im_cpm.cp_pbdir; in iopin_set_out() local 135 setbits_be32(dirp, 1 << (31 - iopin->pin)); in iopin_set_out() 137 ushort __iomem *dirp = &immap->im_ioport.iop_pcdir; in iopin_set_out() local 139 setbits_be16(dirp, 1 << (15 - iopin->pin)); in iopin_set_out() 141 ushort __iomem *dirp = &immap->im_ioport.iop_pddir; in iopin_set_out() local 143 setbits_be16(dirp, 1 << (15 - iopin->pin)); in iopin_set_out() 152 ushort __iomem *dirp = &immap->im_ioport.iop_padir; in iopin_set_in() local 154 clrbits_be16(dirp, 1 << (15 - iopin->pin)); in iopin_set_in() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | install_ta.c | 92 DIR *dirp = NULL; in install_dir() local 95 dirp = opendir(dirname); in install_dir() 96 if (!dirp) in install_dir() 100 struct dirent *dent = readdir(dirp); in install_dir() 111 closedir(dirp); in install_dir()
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.h | 155 struct yaffs_dirent *yaffs_readdir(yaffs_DIR *dirp) ; 156 void yaffs_rewinddir(yaffs_DIR *dirp) ; 157 int yaffs_closedir(yaffs_DIR *dirp) ;
|
| H A D | yaffsfs.c | 2921 struct yaffs_dirent *yaffs_readdir(yaffs_DIR * dirp) in yaffs_readdir() argument 2926 dsc = (struct yaffsfs_DirSearchContxt *) dirp; in yaffs_readdir() 2956 void yaffs_rewinddir(yaffs_DIR *dirp) in yaffs_rewinddir() argument 2960 dsc = (struct yaffsfs_DirSearchContxt *) dirp; in yaffs_rewinddir() 2969 int yaffs_closedir(yaffs_DIR *dirp) in yaffs_closedir() argument 2973 dsc = (struct yaffsfs_DirSearchContxt *) dirp; in yaffs_closedir()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | vfs.c | 1232 struct inode *dirp; in nfsd_create_locked() local 1238 dirp = d_inode(dentry); in nfsd_create_locked() 1256 if (!IS_POSIXACL(dirp)) in nfsd_create_locked() 1263 host_err = vfs_create(dirp, dchild, iap->ia_mode, true); in nfsd_create_locked() 1268 host_err = vfs_mkdir(dirp, dchild, iap->ia_mode); in nfsd_create_locked() 1296 host_err = vfs_mknod(dirp, dchild, iap->ia_mode, rdev); in nfsd_create_locked() 1388 struct inode *dirp; in do_nfsd_create() local 1406 dirp = d_inode(dentry); in do_nfsd_create() 1491 if (!IS_POSIXACL(dirp)) in do_nfsd_create() 1494 host_err = vfs_create(dirp, dchild, iap->ia_mode, true); in do_nfsd_create() [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/libc/usr/include/ |
| H A D | dirent.h | 227 # define dirfd(dirp) _DIR_dirfd (dirp) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | dirent.h | 227 # define dirfd(dirp) _DIR_dirfd (dirp) argument
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 1541 int sys_getdents64(int fd, struct linux_dirent64 *dirp, int count) in sys_getdents64() argument 1543 return my_syscall3(__NR_getdents64, fd, dirp, count); in sys_getdents64() 1915 int getdents64(int fd, struct linux_dirent64 *dirp, int count) in getdents64() argument 1917 int ret = sys_getdents64(fd, dirp, count); in getdents64()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 782 DIR *dirp; 784 dirp = opendir(path);
|
| /OK3568_Linux_fs/kernel/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 5341 int dir_filter(const struct dirent *dirp) in dir_filter() argument 5343 if (isdigit(dirp->d_name[0])) in dir_filter()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | pre-generated-old-configure.patch | 5337 +DIR *dirp = 0;
|