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

/freebsd-13-stable/stand/userboot/test/
H A Dtest.c100 struct stat tf_stat; member in struct:test_file
122 if (stat(path, &tf->tf_stat) < 0) {
128 if (S_ISDIR(tf->tf_stat.st_mode)) {
136 if (S_ISREG(tf->tf_stat.st_mode)) {
234 stp->st_mode = tf->tf_stat.st_mode;
235 stp->st_uid = tf->tf_stat.st_uid;
236 stp->st_gid = tf->tf_stat.st_gid;
237 stp->st_size = tf->tf_stat.st_size;
238 stp->st_ino = tf->tf_stat.st_ino;
239 stp->st_dev = tf->tf_stat
[all...]

Completed in 98 milliseconds