Searched defs:tstst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/preroot/
H A Dgetpreroot.c77 struct stat tstst; local
145 if (stat(dots, &tstst)) ERROR(errno);
146 } while (tstst.st_ino != cur->st_ino || tstst.st_dev != cur->st_dev);

Completed in 156 milliseconds