HelenOS sources
exfat_directory_next 197 uspace/srv/fs/exfat/exfat_directory.c } while (exfat_directory_next(di) == EOK);
exfat_directory_next 207 uspace/srv/fs/exfat/exfat_directory.c rc = exfat_directory_next(di);
exfat_directory_next 229 uspace/srv/fs/exfat/exfat_directory.c rc = exfat_directory_next(di);
exfat_directory_next 243 uspace/srv/fs/exfat/exfat_directory.c rc = exfat_directory_next(di);
exfat_directory_next 325 uspace/srv/fs/exfat/exfat_directory.c rc = exfat_directory_next(di);
exfat_directory_next 356 uspace/srv/fs/exfat/exfat_directory.c rc = exfat_directory_next(di);
exfat_directory_next 430 uspace/srv/fs/exfat/exfat_directory.c rc = exfat_directory_next(di);
exfat_directory_next 449 uspace/srv/fs/exfat/exfat_directory.c rc = exfat_directory_next(di);
exfat_directory_next 494 uspace/srv/fs/exfat/exfat_directory.c rc = exfat_directory_next(di);
exfat_directory_next 553 uspace/srv/fs/exfat/exfat_directory.c } while (exfat_directory_next(di) == EOK);
exfat_directory_next 61 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_next(exfat_directory_t *);
exfat_directory_next 343 uspace/srv/fs/exfat/exfat_ops.c rc = exfat_directory_next(&di);
exfat_directory_next 555 uspace/srv/fs/exfat/exfat_ops.c rc = exfat_directory_next(&di);
exfat_directory_next 877 uspace/srv/fs/exfat/exfat_ops.c } while (exfat_directory_next(&di) == EOK);
HelenOS homepage, sources at GitHub