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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c603 static dev_t mt_dev; /* device containing output file */ variable
1107 mt_dev = stbuf.st_dev;
1910 if ((mt_ino == stbuf.st_ino) && (mt_dev == stbuf.st_dev)) {

Completed in 83 milliseconds