Searched refs:direntry (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A DLPdir_unix.c67 struct dirent *direntry = NULL; local
97 direntry = readdir((*ctx)->dir);
98 if (direntry == NULL)
103 strncpy((*ctx)->entry_name, direntry->d_name, sizeof((*ctx)->entry_name) - 1);
/barrelfish-master/lib/vfs/
H A Dvfs_fat.c398 // get start cluster of direntry data
480 FAT_DEBUG("found 0xe5 direntry");
486 FAT_DEBUG("found lfn direntry");
497 FAT_DEBUG("found clean direntry");
505 FAT_DEBUG("found non-lfn/dir direntry with start cluster 0");
543 uint8_t direntry[fat_direntry_size])
579 &has_lfn, direntry);
632 fat_direntry_initialize(parent, (char*)direntry);
961 // read next direntry
542 find_path(struct fat_mount *mount, const char *path, uint8_t direntry[fat_direntry_size]) argument

Completed in 60 milliseconds