Lines Matching refs:statp
214 ktrstat(const struct stat *statp)
219 * note: ktrstruct() has already verified that statp points to a
223 strmode(statp->st_mode, mode);
225 statp->st_dev, (unsigned long long)statp->st_ino,
226 mode, statp->st_nlink);
227 uidname(statp->st_uid);
229 gidname(statp->st_gid);
230 printf(", rdev=%d, ", statp->st_rdev);
232 print_timespec(&statp->st_atim, 0);
234 print_timespec(&statp->st_mtim, 0);
236 print_timespec(&statp->st_ctim, 0);
238 statp->st_size, statp->st_blocks, statp->st_blksize,
239 statp->st_flags, statp->st_gen);