Home
last modified time | relevance | path

Searched refs:tblstatbuf (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libadm/common/
H A Ddevtab.c916 struct stat64 tblstatbuf; /* Stat struct, tbl entry */ in _getdevrec() local
966 if (stat64(devrec->cdevice, &tblstatbuf) == 0) { in _getdevrec()
967 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()
989 if (stat64(devrec->bdevice, &tblstatbuf) == 0) { in _getdevrec()
990 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()
1013 &tblstatbuf) == 0) { in _getdevrec()
1014 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()