Home
last modified time | relevance | path

Searched refs:dirp (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/powerpc/include/asm/
H A Diopin_8xx.h127 ushort __iomem *dirp = &immap->im_ioport.iop_padir; in iopin_set_out() local
129 setbits_be16(dirp, 1 << (15 - iopin->pin)); in iopin_set_out()
131 uint __iomem *dirp = &immap->im_cpm.cp_pbdir; in iopin_set_out() local
133 setbits_be32(dirp, 1 << (31 - iopin->pin)); in iopin_set_out()
135 ushort __iomem *dirp = &immap->im_ioport.iop_pcdir; in iopin_set_out() local
137 setbits_be16(dirp, 1 << (15 - iopin->pin)); in iopin_set_out()
139 ushort __iomem *dirp = &immap->im_ioport.iop_pddir; in iopin_set_out() local
141 setbits_be16(dirp, 1 << (15 - iopin->pin)); in iopin_set_out()
150 ushort __iomem *dirp = &immap->im_ioport.iop_padir; in iopin_set_in() local
152 clrbits_be16(dirp, 1 << (15 - iopin->pin)); in iopin_set_in()
[all …]
/openbmc/phosphor-event/
H A Dmessage.cpp41 dirp = NULL; in event_manager()
65 if (dirp) in ~event_manager()
66 closedir(dirp); in ~event_manager()
124 if (dirp) { in next_log_refresh()
125 closedir(dirp); in next_log_refresh()
126 dirp = NULL; in next_log_refresh()
138 if (dirp == NULL) in next_log()
139 dirp = opendir(eventpath.c_str()); in next_log()
141 if (dirp) { in next_log()
143 ent = readdir(dirp); in next_log()
[all …]
H A Dmessage.hpp42 DIR *dirp; member in event_manager
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.h457 struct freebsd11_dirent *dirp; in do_freebsd11_getdents() local
459 dirp = lock_user(VERIFY_WRITE, arg2, nbytes, 0); in do_freebsd11_getdents()
460 if (dirp == NULL) { in do_freebsd11_getdents()
463 ret = get_errno(freebsd11_getdents(arg1, (char *)dirp, nbytes)); in do_freebsd11_getdents()
469 de = dirp; in do_freebsd11_getdents()
488 struct freebsd11_dirent *dirp; in do_freebsd11_getdirentries() local
491 dirp = lock_user(VERIFY_WRITE, arg2, nbytes, 0); in do_freebsd11_getdirentries()
492 if (dirp == NULL) { in do_freebsd11_getdirentries()
495 ret = get_errno(freebsd11_getdirentries(arg1, (char *)dirp, nbytes, &basep)); in do_freebsd11_getdirentries()
501 de = dirp; in do_freebsd11_getdirentries()
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h155 struct yaffs_dirent *yaffs_readdir(yaffs_DIR *dirp) ;
156 void yaffs_rewinddir(yaffs_DIR *dirp) ;
157 int yaffs_closedir(yaffs_DIR *dirp) ;
H A Dyaffsfs.c2918 struct yaffs_dirent *yaffs_readdir(yaffs_DIR * dirp) in yaffs_readdir() argument
2923 dsc = (struct yaffsfs_DirSearchContxt *) dirp; in yaffs_readdir()
2953 void yaffs_rewinddir(yaffs_DIR *dirp) in yaffs_rewinddir() argument
2957 dsc = (struct yaffsfs_DirSearchContxt *) dirp; in yaffs_rewinddir()
2966 int yaffs_closedir(yaffs_DIR *dirp) in yaffs_closedir() argument
2970 dsc = (struct yaffsfs_DirSearchContxt *) dirp; in yaffs_closedir()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch782 DIR *dirp;
784 dirp = opendir(path);
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch16409 + DIR *dirp;
16411 + dirp = opendir("/dev");
16412 + if (!dirp)
16415 + for (entry = readdir(dirp); entry; entry = readdir(dirp)) {
16427 + closedir(dirp);