HomeSort by: relevance | last modified time | path
    Searched defs:dev_fd_stat (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/newfs_udf/
udf_core.c 79 struct stat dev_fd_stat; /* device: last stat info */ variable in typeref:struct:stat
3177 if (S_ISREG(dev_fd_stat.st_mode)) {
3182 emul_size = dev_fd_stat.st_size;
3366 if (fstat(dev_fd, &dev_fd_stat) != 0) {
3372 if (S_ISREG(dev_fd_stat.st_mode)) {
3374 emul_size = dev_fd_stat.st_size;
3389 if (fstat(dev_fd, &dev_fd_stat) != 0) {
3394 if (!S_ISCHR(dev_fd_stat.st_mode)) {
3445 if (S_ISREG(dev_fd_stat.st_mode))

Completed in 14 milliseconds