Searched refs:mt_dev (Results 1 – 3 of 3) sorted by relevance
136 mem mnttab.mt_dev,mnttab.mt_filsys,mnttab.mt_fstyp sys/types.h mnttab.h
589 #define mnt_fsname mt_dev
608 static dev_t mt_dev; /* device containing output file */ variable1107 mt_dev = stbuf.st_dev; in main()1837 if ((mt_ino == stbuf.st_ino) && (mt_dev == stbuf.st_dev)) { in putfile()