Home | History | Annotate | Download | only in h8300

Lines Matching defs:stat_rec

2881 	    struct stat stat_rec;	/* Stat record */
2892 &stat_rec);
2895 SET_MEMORY_W (stat_ptr, stat_rec.st_dev);
2897 SET_MEMORY_W (stat_ptr, stat_rec.st_ino);
2899 SET_MEMORY_L (stat_ptr, stat_rec.st_mode);
2901 SET_MEMORY_W (stat_ptr, stat_rec.st_nlink);
2903 SET_MEMORY_W (stat_ptr, stat_rec.st_uid);
2905 SET_MEMORY_W (stat_ptr, stat_rec.st_gid);
2907 SET_MEMORY_W (stat_ptr, stat_rec.st_rdev);
2909 SET_MEMORY_L (stat_ptr, stat_rec.st_size);
2911 SET_MEMORY_L (stat_ptr, stat_rec.st_atime);
2913 SET_MEMORY_L (stat_ptr, stat_rec.st_mtime);
2915 SET_MEMORY_L (stat_ptr, stat_rec.st_ctime);
2928 struct stat stat_rec; /* Stat record */
2962 sim_callback->to_stat (sim_callback, filename, &stat_rec);
2968 SET_MEMORY_W (stat_ptr, stat_rec.st_dev);
2970 SET_MEMORY_W (stat_ptr, stat_rec.st_ino);
2972 SET_MEMORY_L (stat_ptr, stat_rec.st_mode);
2974 SET_MEMORY_W (stat_ptr, stat_rec.st_nlink);
2976 SET_MEMORY_W (stat_ptr, stat_rec.st_uid);
2978 SET_MEMORY_W (stat_ptr, stat_rec.st_gid);
2980 SET_MEMORY_W (stat_ptr, stat_rec.st_rdev);
2982 SET_MEMORY_L (stat_ptr, stat_rec.st_size);
2984 SET_MEMORY_L (stat_ptr, stat_rec.st_atime);
2986 SET_MEMORY_L (stat_ptr, stat_rec.st_mtime);
2988 SET_MEMORY_L (stat_ptr, stat_rec.st_ctime);